Skip to content

Commit

Permalink
Add latest Wave docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-seqera committed Nov 18, 2024
1 parent 59b87d3 commit fa2c9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wave_docs/wave_repo
Submodule wave_repo updated 33 files
+1 −1 VERSION
+9 −9 build.gradle
+1 −1 buildSrc/src/main/groovy/io.seqera.wave.java-library-conventions.gradle
+10 −0 changelog.txt
+2 −2 docs/cli/index.mdx
+1 −1 gradle/wrapper/gradle-wrapper.properties
+12 −10 src/main/groovy/io/seqera/wave/auth/RegistryAuthServiceImpl.groovy
+10 −9 src/main/groovy/io/seqera/wave/auth/RegistryLookupServiceImpl.groovy
+1 −1 src/main/groovy/io/seqera/wave/controller/BuildController.groovy
+3 −3 src/main/groovy/io/seqera/wave/controller/ContainerController.groovy
+1 −1 src/main/groovy/io/seqera/wave/controller/InspectController.groovy
+1 −1 src/main/groovy/io/seqera/wave/controller/MetricsController.groovy
+1 −1 src/main/groovy/io/seqera/wave/controller/MirrorController.groovy
+1 −1 src/main/groovy/io/seqera/wave/controller/RegistryProxyController.groovy
+1 −1 src/main/groovy/io/seqera/wave/controller/ScanController.groovy
+1 −1 src/main/groovy/io/seqera/wave/controller/ServiceInfoController.groovy
+1 −1 src/main/groovy/io/seqera/wave/controller/ValidateController.groovy
+1 −1 src/main/groovy/io/seqera/wave/controller/ViewController.groovy
+1 −2 src/main/groovy/io/seqera/wave/core/ContainerAugmenter.groovy
+11 −2 src/main/groovy/io/seqera/wave/core/RegistryProxyService.groovy
+2 −2 src/main/groovy/io/seqera/wave/filter/PullMetricsRequestsFilter.groovy
+11 −4 src/main/groovy/io/seqera/wave/http/HttpClientFactory.groovy
+8 −6 src/main/groovy/io/seqera/wave/service/aws/AwsEcrService.groovy
+2 −1 src/main/groovy/io/seqera/wave/service/builder/impl/ContainerBuildServiceImpl.groovy
+9 −6 src/main/groovy/io/seqera/wave/service/data/queue/AbstractMessageQueue.groovy
+4 −0 src/main/groovy/io/seqera/wave/service/data/stream/AbstractMessageStream.groovy
+9 −4 src/main/groovy/io/seqera/wave/service/job/JobManager.groovy
+1 −1 src/main/groovy/io/seqera/wave/service/mirror/ContainerMirrorServiceImpl.groovy
+1 −1 src/main/groovy/io/seqera/wave/service/pairing/socket/PairingWebSocket.groovy
+13 −9 src/main/groovy/io/seqera/wave/tower/client/connector/TowerConnector.groovy
+1 −8 src/main/groovy/io/seqera/wave/tower/client/connector/WebSocketTowerConnector.groovy
+0 −176 src/main/groovy/io/seqera/wave/util/ThreadPoolBuilder.groovy
+5 −5 src/test/groovy/io/seqera/wave/service/job/JobManagerTest.groovy

0 comments on commit fa2c9eb

Please sign in to comment.