Commit 6ed4cce
Upgrade azure sdk 12 (#2514)
* OAK-11299: Missing Segments With Oak Run Segment Copy (#1892)
* OAK-11299: Missing Segments With Oak Run Segment Copy
* add ArchiveIndexComparator
* use ArchiveIndexComparator in segment migrator
* shuffle archive list before sorting
* ArchiveIndexComparator singleton
---------
Co-authored-by: Lucas Weitzendorf <lweitzendorf@adobe.com>
* Fix a typo in builtin_nodetypes.cnd: @peop -> @prop (#2373)
* OAK-11834 - Cleanups to reduce changeset in OAK-11814 (#2411)
* OAK-11801 : removed Guava's fluent iterable with Apache's (#2408)
* OAK-117141: oak-standalone: update dependencies (#2400)
done.
* Clarify support of SNS in Oak
Only reading is supported via JCR API
* OAK-11824 lucene analyzer factory should be able to load indirect filters (#2413)
* OAK-9447: Upgrade Mongo java driver to 5.2 (#2226)
* OAK-9447: Upgrade Mongo java driver to 5.2 (#1787)
* Conflicts resolved
* Reordered imports like original classes and fixed oak-run about new mongodb-driver-sync
* Upgraded com.mongodb and org.bson versions in Import-Package
* Restored original formatting
* Restored original import ordering
---------
Co-authored-by: raffaega <raffaega@CI00298583>
Co-authored-by: raffaega <raffaega@host.docker.internal>
Co-authored-by: Raffaele Gambelli <r.gambelli@gmail.com>
Co-authored-by: Raffaele Gambelli <raffaele.gambelli@cegeka.com>
* OAK-9447: cleanup formatting changes
* OAK-9447: Fix build and removed unwanted changes due to conflicts.
* OAK-9447: Removed some warnings and reverted some unwanted changes
* OAK-9447: Some imports ordering and use ping command to check Mongo availability
* OAK-9447: reverted some changes in imports and keep functionality.
* OAK-9447: revert some formatting changes.
* OAK-9447: avoid formatting changes
* OAK-9447: Restore functionality of hasWriteConcern.
* OAK-9447: Some empty lines cleaning and fix ReplicaSetDefaultWriteConcernIT
* OAK-9447: remove empty line
* OAK-9447: Bump to version 5.2.1, since 5.2.0 requires an OSGi annotation import.
* OAK-9447: Fix import-packages.
* OAK-9447: Restored previous annotations, as they are not always enforced.
* OAK-9447: Applied PR suggestions.
* OAK-9447: Add back mongoURI
* OAK-9447: Update MongoFullGcNodeBinSumBsonSizeTest to new Mongo Driver.
* OAK-9447: Solve casting issue in MongoFullGcNodeBinSumBsonSizeTest.
* OAK-9447: Updated Number casting on numeric values returned by Mongo.
This is something that changed in Mongo Java Driver 5.2: https://www.mongodb.com/docs/drivers/java/sync/current/reference/upgrade/#version-5.0-breaking-changes
* OAK-9447: Fix type in MongoFullGcNodeBinSumBsonSizeTest.
---------
Co-authored-by: raffaega <raffaega@CI00298583>
Co-authored-by: raffaega <raffaega@host.docker.internal>
Co-authored-by: Raffaele Gambelli <r.gambelli@gmail.com>
Co-authored-by: Raffaele Gambelli <raffaele.gambelli@cegeka.com>
* OAK-11831: Update Oak trunk to Jackrabbit 2.22.2 (#2417)
* OAK-11831: Update Oak trunk to Jackrabbit 2.22.2 - fix version numbers in composite ITs
* OAK-11825 - Improve thread monitoring in the OutOfBandIndexer (#2416)
* OAK-11774: Remove usage of Guava's Splitter - fix split on regex for Windows (#2420)
* OAK-11834: Add delay to getDefaultWriteConcern to avoid UNKNOWN ClusterType (#2422)
* OAK-11834: Add delay to getDefaultWriteConcern to avoid UNKNOWN ClusterType
* OAK-11834: Cover Sharded clusterTypes too
* OAK-11814 - Improve error handling in ElasticResultRowAsyncIterator to deal with timeouts of both slow Elastic queries and slow readers. (#2410)
* OAK-10790: FullTextBinaryTextExtractor fails to extract text from csv (#2414)
* OAK-10790: FullTextBinaryTextExtractor fails to extract text from csv
* OAK-10790: FullTextBinaryTextExtractor fails to extract text from csv- updated comment (#2424)
* OAK-11837: Update commons-csv version to 1.14.1 (#2423)
* OAK-10674 Use Oak's Bloom filter (#2412)
* OAK-11787 ElasticRegexPropertyIndexTest.regexPropertyWithoutFlattened
* OAK-10674 Use Oak's Bloom filter
* OAK-10674 Use Oak's Bloom filter
* OAK-10674 Use Oak's Bloom filter
* OAK-10674 Use Oak's Bloom filter
* OAK-10674 Use Oak's Bloom filter
* Revert "OAK-10674 Use Oak's Bloom filter (#2412)"
This reverts commit c438a3f.
* OAK-11840: Release Oak 1.84.0 - Candidate Release Notes (#2428)
* OAK-11835: Expose all Mongo connection pool parameters (#2426)
* OAK-11835: Added OSGi configuration for all Mongo Connection Pool parameters
* OAK-11835: Remove unneeded connection to Mongo and move the logging to the actual connection.
* OAK-11835: Add new properties to the builder
* OAK-11835: Avoid "magic number" in Mongo lease timeout connections.
* OAK-11835: Create MongoClientSettings with all the parameters
* OAK-11835: Add detailed connection details logs
* OAK-11835: Imports cleanup
* OAK-11835: This now should be obsolete.
* OAK-11835: Add default constants for Mongo connection pool.
* OAK-11835: Apply default configuration in getDefaultBuilder
* OAK-11835: Added some test cases
* OAK-11835: Fix default leaseSocketTimeout.
* OAK-11835: Add all parameters to log message
* OAK-11835: Fix lease socket timeout connection
* OAK-11835: Use millis instead of ms in parameter definitions
* OAK-11835: Change all the properties to Millis to keep consistency
* OAK-11839 : added throttler to throttle the document store based on external factor set inside settings collection (#2429)
* OAK-11389: added throttler to throttle the document store based on external factor set inside settings collection - sonar complaints (#2431)
* OAK-11843: Improve diagnostics for NPE in SecureNodeBuilder (#2433)
* OAK-11843: Improve diagnostics for NPE in SecureNodeBuilder (#2434)
Added null checks.
* OAK-11845: Make SecureNodeBuilder thread safe (#2435)
done.
* Revert "OAK-11845: Make SecureNodeBuilder thread safe (#2435)"
This reverts commit bf3f78f.
* OAK-11847 - AzureJournalFile fails to rotate journal (#2438)
* OAK-11847 - AzureJournalFile fails to rotate journal
* OAK-11847 - AzureJournalFile fails to rotate journal
* OAK-11840: Release Oak 1.84.0 - Candidate Release Notes
* [maven-release-plugin] rollback the release of jackrabbit-oak-1.82.0
* Revert "[maven-release-plugin] rollback the release of jackrabbit-oak-1.82.0"
This reverts commit 124381d.
* [maven-release-plugin] prepare release jackrabbit-oak-1.84.0
* [maven-release-plugin] prepare for next development iteration
* OAK-11808: Segment graph may need to be recomputed (#2393)
* OAK-11808: SegmentGraph class
* address review comments
* address further comments
---------
Co-authored-by: Lucas Weitzendorf <lweitzendorf@adobe.com>
* OAK-11850 - Use MutableInt to compute facets to avoid boxing/unboxing between int and Integer (#2441)
* OAK-11849 - Make facet evaluation timeout configurable. (#2440)
* OAK-11842: Copy Bloom Filter implementation from oak-run-commons to oak-commons for re-use (#2432)
* OAK-11842: Copy Bloom Filter implementation from oak-run-commons to oak-commons for re-use
* OAK-11842: Copy Bloom Filter implementation from oak-run-commons to oak-commons for re-use - remove unintended changes
* OAK-11842 Bloom Filter: improve javadocs
---------
Co-authored-by: Thomas Mueller <thomasm@apache.org>
* OAK-11852: Use new Bloom filter implementation in document store (#2443)
* OAK-11852: Use new Bloom filter implementation in document store
* OAK-11842: Copy Bloom Filter implementation from oak-run-commons to oak-commons for re-use (#2432)
* OAK-11842: Copy Bloom Filter implementation from oak-run-commons to oak-commons for re-use
* OAK-11842: Copy Bloom Filter implementation from oak-run-commons to oak-commons for re-use - remove unintended changes
* OAK-11842 Bloom Filter: improve javadocs
---------
Co-authored-by: Thomas Mueller <thomasm@apache.org>
---------
Co-authored-by: Thomas Mueller <thomasm@apache.org>
* OAK-11852: add missing test class (#2444)
* OAK-11855: update oak-blob to use oak-commons bloom filter (#2445)
* OAK-11832 : replaced Guava's TreeTraversal with OAK commons (#2421)
* OAK-11832 : replaced Guava's TreeTraversal with OAK commons
* OAK-11832 : replaced Guava's TreeTraversal with OAK commons
* Update oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/Traverser.java
Co-authored-by: Julian Reschke <reschke@apache.org>
* Update oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/Traverser.java
Co-authored-by: Julian Reschke <reschke@apache.org>
* OAK-11832 : added random data generator test to verify guava & oak travsersal codes.
* Update oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/Traverser.java
Co-authored-by: Julian Reschke <reschke@apache.org>
---------
Co-authored-by: Julian Reschke <reschke@apache.org>
* OAK-11856: oak-run-commons: remove usage of old Oak bloom filter, use oak-commons instead (#2446)
* OAK-10856: oak-run-commons: remove usage of old Oak bloom filter, use oak-commons instead
* OAK-10856: oak-run-commons: remove usage of old Oak bloom filter, use oak-commons instead - undo change to search-elastic
* OAK-11840: Release Oak 1.84.0 - oak-doc* versions
* OAK-11858: Remove remains of Oak bloom filter in oak-run-commons (#2449)
* OAK-11859: update Tomcat dependency to 9.0.108 (#2451)
* OAK-11851 - Log performance metrics of statistical facets and simplify logic (#2442)
* OAK-11832 : replaced Guava's TreeTraversal with OAK Commons - fix Import in testcase
* OAK-11224: remove guava dependencies from POMs - oak-store-composite
* OAK-11846 oak-segment-azure - recovery will recover from .bak (#2452)
* OAK-11846 oak-segment-azure - recovery will recover from .bak
* OAK-11833 : replaced Guava's Traverser with OAK commons (#2447)
* OAK-11833 : replaced Guava's Traverser with OAK commons
* OAK-11833 : throw NPE is root node is null
* OAK-11833 : added NPE test for Guava to verify new behaviour with old one
* OAK-11857 - Improve path handling in oak-segment-azure
* OAK-11866 Support for datastore files without length (#2458)
* OAK-11866 Support for datastore files without length
* OAK-11866 Support for datastore files without length
* OAK-11836 : removed Guava's AbstractIterator (#2456)
* OAK-11862: missing facets for multi-valued fields (#2455)
* OAK-11864 : added new ALL_ORPHANS FullGC mode for deleting only ALL_ORPHANS node i.e. without any Empty Props (#2459)
* OAK-9586: SysViewImportHandler does not support expanded names in sv:name attributes
Fixed.
* OAK-11861 - segment store initialization should run in parallel (#2454)
* OAK-11656: Remove usage of Guava Suppliers.memoize (#2457)
* OAK-11656: Remove usage of Guava Suppliers.memoize - move commons.function to commons.internal.function (#2463)
* OAK-11832 : moved Traverser to internal.graph package and marked as i… (#2462)
* OAK-11832 : moved Traverser to internal.graph package and marked as internal
* OAK-11832 : exported internal.graph package
* OAK-11869 : removed usage of Guava's hashing with apache commons-codec (#2461)
* OAK-11869 : removed usage of Guava's hashing with apache commons-codec
* OAK-11869 : fixed issues with data from ByteBuffer and storing of long values in byteBuffer
* OAK-11869 : moved code to utils to avoid copy/paste
* OAK-11869 : renamed method from hash to hashMurmur32
* OAK-11870: Allow passing fullGCGeneration parameter to RevisionsCommand (#2465)
* OAK-11300: update package dependencies wrt primitives (#2468)
* OAK-11300: shaded-guava: remove packages that are not used (anymore) (ongoing) - primitives
* Revert "OAK-11300: shaded-guava: remove packages that are not used (anymore) (ongoing) - primitives"
This reverts commit c94f4ca.
* OAK-11300: shaded-guava: remove packages that are not used (anymore) (ongoing) - note that primitives are used by concurrent
* OAK-11300: shaded-guava: remove packages that are not used (anymore) (ongoing) - note that primitives are used by concurrent
* OAK-11878 ClusterNodeStoreLock LOCK_TIMEOUT is too large (#2469)
* OAK-11875: Introduced test case for empty properties/Split documents issue (#2470)
* OAK-11864 : fixed 2 failing unit cases (#2473)
* OAK-11875 : added unit cases for EmptyProps and split document issue (#2472)
* OAK-11300: shaded-guava: remove packages that are not used (anymore) … (#2474)
* OAK-9212 AzureArchiveManage.listArchives() should not delete segments (#2467)
* OAK-9212 do not delete blobs when doing AzureArchiveManagerV8#listArchives and AzureArchiveManager#listArchives
* OAK-9212 remove unused imports
* OAK-9212 mock listing blobs during initialisation
* OAK-9212 upload deleted marker when the archive is being deleted, and use the same marker to exclude the archive when invoking listArchives
* OAK-9212 rename method
* OAK-9212 change field visibility
* OAK-9212 upload deleted marker when the archive is being deleted, and use the same marker to exclude the archive when invoking listArchives (Azure SDK v12)
* OAK-9212 use readOnly when instantiating SegmentArchiveManager
* OAK-9212 changed exported version for org.apache.jackrabbit.oak.segment.spi.persistence.split
* OAK-9212 use constant
* OAK-9212 throw UnsupportedOperationException when in read-only mode
* OAK-9212 throw UnsupportedOperationException when in read-only mode
* OAK-9212 added test testListArchivesInReadOnlyModeWithPartiallyDeletedArchive
* OAK-9212 added test testListArchivesInReadWriteModeWithPartiallyDeletedArchive
---------
Co-authored-by: Miroslav Smiljanic <miroslav@apache.com>
* Revert "OAK-9212 AzureArchiveManage.listArchives() should not delete segments…" (#2479)
This reverts commit 2e63881.
* OAK-11861 - segment store initialization should run in parallel (#2478)
- move ForkJoinUtils to o.a.j.o.commons.internal.concurrent
- align naming (execute/invoke/submit) in ForkJoinUtils with the naming in Java's Executor API
* OAK-11883: Remove usage of Guava collect.Range (#2476)
* OAK-11881: Remove usage of Guava Maps.map() (#2475)
* OAK-11884: AzureArchiveManage.listArchives() should delete segments only if write acces is allowed (#2480)
* OAK-11885: Remove usage of Guava collect.ListMultiMap (#2481)
* OAK-9897 - SplitPersistence: FileReaper cannot finish cleanup (#665)
* OAK-11887: oak-it: exclude *db artefacts (#2483)
* OAK-11886 : replaced Guavs's Futures.immediateFuture with JDK completableFuture (#2482)
* OAK-11888: Remove usage of Guava ThreadBuilderFactory (#2484)
* OAK-11225: remove unused Guava related imports (ongoing)
* OAK-11224: remove guava dependencies from POMs (ongoing) - oak-security-spi (#2485)
* OAK-11224: remove guava dependencies from POMs (ongoing) - guava now only test dependency in oak-core (#2486)
* OAK-11224: shaded guava is only a test dependency in commons, adjust core-spi to re-add the dependency (#2488)
* OAK-11129 Improve Lucene documentation (#2491)
* OAK-11875 : avoid removing props/docs if they have empty split props (#2489)
* OAK-11875 : avoid removing props/docs if they have empty split props
* OAK-11875 : added split props that caused FullGC to skip the document
* Revert "OAK-11224: shaded guava is only a test dependency in commons, adjust …" (#2492)
This reverts commit 1178a98.
* OAK-11889 : replaced Guavas's Futures.successfulAsList with JDK comple… (#2487)
* OAK-11886 : replaced Guavs's Futures.successfulAsList with JDK completableFuture
* OAK-11889 : incorporatd review comments
* OAK-11889 : fixed for sonar issue
* OAK-11890 : removed usage of Guava's Futures.allAsList (#2493)
* OAK-11894 resolve the IdentifierManager lazily (#2494)
* OAK-11894 resolve the IdentifierManager lazily
* OAK-11893 : removed usage of Guava's ListenableFuture (#2495)
* OAK-11891 : added stats for documents that were skipped due to presence of empty split props (#2496)
* OAK-11897 Remove exports from oak-segment-azure (#2499)
* OAK-11900: SplitPersistenceTest: disable three tests on Windows platform (#2500)
* OAK-11896 : removed usage of Guava's SettableFuture from Test cases (#2497)
* OAK-11903 : removed usage of Guava's SettableFuture from Prod and its related test files (#2501)
* OAK-11905: Update Mockito dependency to 5.19.0 (#2503)
* OAK-11906 : removed usage of ListableFutureTask (#2502)
* OAK-11908: Update Easymock dependency to 5.6.0 (#2506)
* OAK-11907 : removed Guava's DirectExecutor with oak-commons implementation (#2505)
* OAK-11909 : removed Guava's newDirectExecutorService with oak-commons implementation (#2507)
* OAK-11902: remove existing blobs in AzureTarWriterTest setup (#2512)
Co-authored-by: Lucas Weitzendorf <lweitzendorf@adobe.com>
* OAK-11267: Upgrade Azure SDK V8 to V12 for oak-blob-azure
---------
Co-authored-by: Lucas Weitzendorf <lweitzendorf@gmail.com>
Co-authored-by: Lucas Weitzendorf <lweitzendorf@adobe.com>
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
Co-authored-by: Nuno Santos <nsantos@adobe.com>
Co-authored-by: Rishabh Kumar <rishabhdaim1991@gmail.com>
Co-authored-by: mbaedke <manfred.baedke@gmail.com>
Co-authored-by: Konrad Windszus <kwin@apache.org>
Co-authored-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
Co-authored-by: José Andrés Cordero Benítez <Joscorbe@users.noreply.github.com>
Co-authored-by: raffaega <raffaega@CI00298583>
Co-authored-by: raffaega <raffaega@host.docker.internal>
Co-authored-by: Raffaele Gambelli <r.gambelli@gmail.com>
Co-authored-by: Raffaele Gambelli <raffaele.gambelli@cegeka.com>
Co-authored-by: Julian Reschke <reschke@apache.org>
Co-authored-by: Julian Reschke <julian.reschke@gmx.de>
Co-authored-by: Mohit Kataria <mkataria@apache.org>
Co-authored-by: Thomas Mueller <thomasm@apache.org>
Co-authored-by: Ieran Bogdan <48093736+ierandra@users.noreply.github.com>
Co-authored-by: Julian Sedding <jsedding@apache.org>
Co-authored-by: horia_poradici <horia_poradici@yahoo.com>
Co-authored-by: Miroslav Smiljanic <smmiroslav@gmail.com>
Co-authored-by: Miroslav Smiljanic <miroslav@apache.com>
Co-authored-by: Jörg Hoh <joerghoh@users.noreply.github.com>1 parent d9ed807 commit 6ed4cce
File tree
375 files changed
+10194
-2333
lines changed- oak-api
- oak-auth-external
- oak-auth-ldap
- oak-authorization-cug
- oak-authorization-principalbased
- oak-benchmarks-elastic
- oak-benchmarks-lucene
- oak-benchmarks
- oak-blob-cloud-azure
- oak-blob-cloud
- src/main/java/org/apache/jackrabbit/oak/blob/cloud/s3
- oak-blob-plugins
- src
- main/java/org/apache/jackrabbit/oak/plugins/blob
- datastore
- migration
- test/java/org/apache/jackrabbit/oak/plugins/blob
- datastore
- oak-blob
- src
- main/java/org/apache/jackrabbit/oak/spi/blob
- split
- test/java/org/apache/jackrabbit/oak/spi/blob/split
- oak-commons
- src
- main/java/org/apache/jackrabbit/oak/commons
- collections
- concurrent
- internal
- concurrent
- function
- graph
- io
- test/java/org/apache/jackrabbit/oak/commons
- collections
- internal
- concurrent
- function
- graph
- oak-core-spi
- src/test/java/org/apache/jackrabbit/oak
- cache
- commons/jmx
- oak-core
- src
- main
- java/org/apache/jackrabbit/oak
- core
- plugins
- atomic
- index
- importer
- property
- jmx
- reference
- query
- resources/org/apache/jackrabbit/oak
- test
- java/org/apache/jackrabbit/oak
- plugins/index/property/strategy
- query
- resources/org/apache/jackrabbit/oak/plugins/nodetype/write
- oak-doc-railroad-macro
- oak-doc
- src/site/markdown
- query
- oak-examples
- standalone
- webapp
- oak-exercise
- oak-http
- oak-it-osgi
- src/test
- config
- java/org/apache/jackrabbit/oak/osgi
- resources
- org/apache/jackrabbit/oak/osgi
- oak-it
- oak-jackrabbit-api
- oak-jcr
- src
- main/java/org/apache/jackrabbit/oak/jcr/xml
- test/java/org/apache/jackrabbit/oak/jcr
- cluster
- random
- xml
- oak-lucene
- src
- main/java/org/apache/jackrabbit/oak/plugins/index/lucene
- directory
- hybrid
- property
- util
- writer
- test/java/org/apache/jackrabbit/oak/plugins/index/lucene
- directory
- hybrid
- property
- util
- oak-parent
- oak-pojosr
- src/main/java/org/apache/jackrabbit/oak/run/osgi
- oak-query-spi
- oak-run-commons
- src
- main/java/org/apache/jackrabbit/oak
- fixture
- index
- indexer/document
- flatfile
- analysis
- modules
- utils
- pipelined
- tree
- plugins/document/mongo
- run/cli
- test/java/org/apache/jackrabbit/oak/index
- indexer/document/flatfile
- analysis
- modules
- utils
- pipelined
- oak-run-elastic
- oak-run
- src
- main/java/org/apache/jackrabbit/oak
- plugins/tika
- run
- test/java/org/apache/jackrabbit/oak
- index
- plugins
- document
- tika
- oak-search-elastic
- src
- main/java/org/apache/jackrabbit/oak/plugins/index/elastic
- query
- async
- facets
- test/java/org/apache/jackrabbit/oak/plugins/index/elastic
- oak-search
- src
- main/java/org/apache/jackrabbit/oak/plugins/index/search/util
- test/java/org/apache/jackrabbit/oak/plugins/index
- search/util
- oak-security-spi
- src
- main/java/org/apache/jackrabbit/oak/spi/security
- authentication/credentials
- privilege
- test/java/org/apache/jackrabbit/oak/spi/security/user/action
- oak-segment-aws
- src
- main/java/org/apache/jackrabbit/oak/segment/aws/tool
- test/java/org/apache/jackrabbit/oak/segment/aws/tool
- oak-segment-azure
- src
- main/java/org/apache/jackrabbit/oak/segment/azure
- tool
- v8
- test/java/org/apache/jackrabbit/oak/segment
- azure
- tool
- v8
- spi/persistence/split
- oak-segment-remote
- src
- main/java/org/apache/jackrabbit/oak/segment/remote
- test/java/org/apache/jackrabbit/oak/segment/remote
- oak-segment-tar
- src
- main/java/org/apache/jackrabbit/oak/segment
- file
- tar
- spi/persistence
- persistentcache
- split
- standby/codec
- test/java/org/apache/jackrabbit/oak/segment
- file
- tar
- spi/persistence
- split
- testutils
- standby
- codec
- oak-shaded-guava
- oak-store-composite
- src
- main/java/org/apache/jackrabbit/oak/composite
- test/java/org/apache/jackrabbit/oak/composite/it
- oak-store-document
- src
- main/java/org/apache/jackrabbit/oak/plugins/document
- cache
- mongo
- rdb
- util
- test/java/org/apache/jackrabbit/oak
- fixture
- plugins/document
- bundlor
- cache
- mongo
- prefetch
- oak-store-spi
- oak-upgrade
- src
- main/java/org/apache/jackrabbit/oak/upgrade/cli/node
- test/java/org/apache/jackrabbit/oak/upgrade/cli/container
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
375 files changed
+10194
-2333
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | | - | |
| 18 | + | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 23 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
38 | 33 | | |
39 | 34 | | |
40 | 35 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
76 | 85 | | |
77 | 86 | | |
78 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments