arvados.git
2 days ago Tom Clegg15397: Remove checks for nodes and repositories endpoints. 15397-remove-obsolete-apis
2 days ago Tom Clegg15397: Fix python tests relying on removed APIs/fixtures.
2 days ago Tom Clegg15397: Move deprecated API links to old version of...
2 days ago Tom Clegg15397: Remove code, configs, and docs for hosted git...
2 days ago Tom Clegg15397: Remove obsolete APIs.
2 days ago Tom Clegg15397: Silence nginx log noise like "closed keepalive...
7 days ago Brett Smith21700: Install Bundler system-wide in Rails postinst
7 days ago Brett SmithMerge branch '21721-refresh-python-deps'
7 days ago Brett SmithMerge branch '21700-remove-rvm'
7 days ago Brett Smith21700: Tighten Gemfile.lock parsing
7 days ago Brett Smith21700: Remove arvbox special case from run-tests.sh
7 days ago Brett Smith21700: Modernize arvbox bundler install recipe
8 days ago Stephen SmithMerge branch '21722-remove-chokidar' into main. Closes...
8 days ago Brett Smith21721: Remove sdk/cwl version pins 21721-refresh-python-deps
8 days ago Brett Smith21721: Remove msgpack version pin
8 days ago Brett Smith21721: Remove pycurl version pin
8 days ago Brett Smith21721: Remove ruamel.yaml dependency
8 days ago Brett Smith21721: Remove httplib2 and associated version pins
8 days ago Brett Smith21721: Remove google-auth version pin
8 days ago Brett Smith21721: Remove tests_require=mock
8 days ago Lucas Di PentimaMerge branch '21719-deps-security-updates'. Closes...
8 days ago Brett Smith21721: Clean various test imports for Python 3
8 days ago Brett Smith21721: Remove tests_require=pbr
8 days ago Lucas Di Pentima21719: Upgrades golang.org/x/net to 0.24.0 21719-deps-security-updates
8 days ago Stephen Smith21722: Remove node-sass-chokidar to fix security issues 21722-remove-chokidar
9 days ago Tom CleggMerge branch '21697-slow-client-blocking'
9 days ago Tom Clegg21697: Fix typo. 21697-slow-client-blocking
9 days ago Tom Clegg21697: Comment why releaseSession func exists.
9 days ago Tom CleggMerge branch '21696-slow-propfind'
10 days ago Brett Smith21700: Fix option typo 21700-remove-rvm
10 days ago Tom Clegg21697: Don't hold session lock while processing read...
10 days ago Brett Smith21700: Set GEM_PATH in Rails postinst
10 days ago Brett Smith21700: Adjust `gem fetch` syntax to work on Ruby 2.7
10 days ago Lisa KnoxMerge branch '21037-upgrade-react-scripts'
10 days ago Brett Smith21700: Narrow `bundle install` workaround options
10 days ago Lisa Knox21037: added eslintrc to gitignore Arvados-DCO-1.1... 21037-upgrade-react-scripts
10 days ago Brett Smith21700: Install Bundler alongside bundled gems in Rails...
10 days ago Brett Smith21700: Work around incomplete `bundle cache` bug
11 days ago Tom Clegg21696: Comment optimized PortableDataHash func. 21696-slow-propfind
11 days ago Tom Clegg21696: Update test case & timing results for ill-packed...
11 days ago Tom Clegg21696: Cache subpath->fnode lookups.
11 days ago Tom Clegg21696: Speed up PortableDataHash by not using regexp.
12 days ago Tom Clegg21696: Add test for non-contiguous file data segments.
12 days ago Tom Clegg21696: Fix slow loading of non-contiguous file data...
13 days ago Brett Smith21700: Make workbench2 package respect --only-build
13 days ago Brett Smith21700: Remove package-test-dockerfiles/Makefile
13 days ago Brett Smith21700: Select more desired modules in rocky8 test Docke...
13 days ago Brett Smith21700: Test the RailsAPI Bundler version
13 days ago Brett Smith21700: Update the RailsAPI Bundler version
13 days ago Brett Smith21700: Remove `bundle install` from package build Docke...
13 days ago Brett Smith21700: Standardize on Bundler~>2.4.0
13 days ago Brett Smith21700: Remove RVM support
13 days ago Brett Smith21700: Better isolate Bundler from the build source
13 days ago Tom CleggMerge branch '21606-keep-web-output-buffer'
13 days ago Brett SmithMerge branch '21383-salt-debian12'
13 days ago Tom Clegg21606: Document units for WebDAVOutputBuffer config. 21606-keep-web-output-buffer
13 days ago Lisa Knox21037: moved entire beforeall into beforeeach in auto...
13 days ago Lisa Knox21037: fixed timers in auto-logout spec Arvados-DCO...
13 days ago Lisa Knox21037: fixed search-input spec Arvados-DCO-1.1-Signed...
2024-04-19 Lisa Knox21037: removed stray whitespace in xml example Arvados...
2024-04-19 Lisa Knox21037: fixed auth-middleware test Arvados-DCO-1.1-Signe...
2024-04-18 Lisa KnoxRevert "21037: changed jest timer mocks to settimeouts...
2024-04-18 Brett Smith21254: Add workaround for Bundler zlib bug 21383-salt-debian12
2024-04-18 Brett Smith21383: Salt provisioner installs systemd-cron
2024-04-18 Brett Smith21383: Reconfigure Salt logrotate service
2024-04-18 Brett Smith21383: Remove docker-ce version pin
2024-04-18 Brett Smith21383: Standardize on os-release variables
2024-04-18 Brett Smith21383: Update Salt installer formulas
2024-04-18 Brett Smith21383: Use postgres formula with support for Debian 12
2024-04-18 Brett Smith21383: Upgrade Salt installer to Salt 3006
2024-04-18 Brett Smith21583: Configure Passenger with passenger_preload_bundler
2024-04-18 Brett Smith21583: Update link for Phusion Passenger install guide
2024-04-17 Lisa Knox21037: changed jest timer mocks to settimeouts Arvados...
2024-04-17 Tom CleggMerge branch '21644-flaky-test'
2024-04-16 Tom Clegg21696: Fix unnecessary copy-by-value.
2024-04-16 Tom Clegg21696: Exercise less efficient code path by mixing...
2024-04-16 Brett SmithMerge branch '21692-go-packages-no-build-id'
2024-04-16 Lisa Knox21037: removed jszip mock in spec Arvados-DCO-1.1-Signe...
2024-04-15 Lisa Knox21037: fixed sharingdialog import in spec Arvados-DCO...
2024-04-15 Tom Clegg21696: Add "large collection" test with large files.
2024-04-15 Lisa Knox21037: renamed a few "require" functions to adapt to...
2024-04-12 Brett Smith21692: Test RPM packages for build id conflicts 21692-go-packages-no-build-id
2024-04-12 Brett Smith21692: Don't include build id links in Go packages
2024-04-12 Tom Clegg21644: Fix unreliable test. 21644-flaky-test
2024-04-12 Lisa Knox21037: fixed all linter warnings Arvados-DCO-1.1-Signed...
2024-04-12 Lisa Knox21037: added eslintcache to gitignore Arvados-DCO-1...
2024-04-12 Lisa Knox21037: added eslintcache to gitignore Arvados-DCO-1...
2024-04-12 Lisa Knox21037: fixed most of the linter warnings Arvados-DCO...
2024-04-12 Lisa Knox21037: app compiles Arvados-DCO-1.1-Signed-off-by:...
2024-04-12 Stephen SmithMerge branch '21691-wb2-dependency-upgrades' into main...
2024-04-12 Stephen SmithMerge branch '21688-io-panel-style-fixes' into main...
2024-04-12 Stephen Smith21691: Update tar to 6.2.1 21691-wb2-dependency-upgrades
2024-04-12 Stephen Smith21691: Add minor improvements to test reliability
2024-04-12 Stephen Smith21691: Add types to replace files methods for differing...
2024-04-12 Stephen Smith21691: Add type to login method to satisfy result type
2024-04-12 Stephen Smith21691: Avoid error by changing method of clearing token
2024-04-12 Stephen Smith21691: Update axios to 0.28.1
2024-04-11 Tom Clegg21606: Change default output buffer size to 0.
2024-04-11 Tom Clegg21606: Improve code comments.
2024-04-11 Tom Clegg21606: Update config comment.
next