Merge branch '21224-project-details'
[arvados.git] / services /
2024-05-30 Lisa KnoxMerge branch '21224-project-details'
2024-05-30 Lisa Knox21224: merged main to pass int tests 21224-project-details
2024-05-30 Lisa Knox21224: adjusted right margin on toolbar
2024-05-30 Tom CleggMerge branch '21660-inode-test-race'
2024-05-30 Lisa KnoxMerge branch '21704-eject-cra'
2024-05-29 Lisa Knox21224: fixed render cutoff in expanded chip section
2024-05-29 Lisa Knox21224: added test for single vs multi line descriptions
2024-05-29 Lisa Knox21224: fixed single-line toggle height
2024-05-29 Lisa Knox21224: fixed chip toggle spec
2024-05-29 Lisa Knox21224: replaced description width with margin-right
2024-05-29 Lisa Knox21704: clarified comments 21704-eject-cra
2024-05-29 Lisa Knox21704: added more comments
2024-05-29 Lisa Knox21704: fixed condensed/reverted test changes
2024-05-29 Lisa Knox21704: fixed bannner test
2024-05-28 Tom CleggMerge branch '21705-go-deps'
2024-05-24 Tom Clegg21705: Remove IAMRole config and update docs. 21705-go-deps
2024-05-24 Tom CleggMerge branch '21640-max-nofile'
2024-05-24 Tom CleggMerge branch '12917-group-contents-include-container'
2024-05-24 Lisa Knox21704: fixed auth-action test
2024-05-24 Tom Clegg21660: Fix test race. 21660-inode-test-race
2024-05-24 Lisa Knox21704: fixed auth-reducer test
2024-05-23 Tom CleggMerge branch '21705-go-deps'
2024-05-23 Lucas Di Pentima21704: Transform mime & tippy.js modules so that jest...
2024-05-23 Lisa Knox21704: removed excess config files accidentally added...
2024-05-23 Lisa Knox21704: new branch
2024-05-23 Tom Clegg21640: Stop accidentally reducing NOFILE limit. 21640-max-nofile
2024-05-22 Tom Clegg12917: Support include=container_uuid at groups#content... 12917-group-contents-include-container
2024-05-22 Peter AmstutzMerge branch '21718-memoryview-decode' refs #21718
2024-05-22 Peter AmstutzMerge branch '21718-memoryview-readfrom-v2' refs ...
2024-05-22 Lisa KnoxMerge branch '21712-favorites-overwrite-bug'
2024-05-22 Lisa Knox21720: updated modulePaths 21720-mui-upgrade
2024-05-21 Peter Amstutz21718: Add "return_memoryview" flag to read() and readf...
2024-05-20 Lisa Knox21720: changed runTimersToTime to advanceTimersByTime
2024-05-20 Lisa Knox21720: upgraded mime to 4.0.3
2024-05-20 Lisa Knox21720: added type assertions for AxiosInstance get
2024-05-20 Lisa Knox21720: added missing user properties in auth-reducer...
2024-05-20 Lisa Knox21720: added type assertions for AxiosInstance post
2024-05-20 Lisa Knox21720: added canwrite & canmanage to user.test
2024-05-20 Lisa Knox21720: ejected, add path fallback in webpackConfig...
2024-05-17 Lisa Knox21720: added react-scripts@5.0.0
2024-05-17 Lisa Knox21712: added category param in link verification function 21712-favorites-overwrite-bug
2024-05-17 Lisa Knox21224: removed stray .only
2024-05-17 Lisa Knox21224: fixed project card test
2024-05-17 Lisa Knox21224: fixed user card test
2024-05-16 Lisa Knox21224: renamed DetailsCardRoot
2024-05-16 Lisa Knox21224: removed vestigial parser
2024-05-16 Lisa Knox21224: fixed description width
2024-05-16 Lisa Knox21224: fixed description html rendering
2024-05-16 Lisa Knox21224: changed project details order
2024-05-16 Lisa Knox21224: changed user card toolbar item order
2024-05-16 Lisa Knox21224: css tweaks
2024-05-16 Lisa Knox21224: moved project card to separate file
2024-05-16 Lisa Knox21224: moved user card to separate file
2024-05-16 Lisa KnoxMerge branch '21535-multi-wf-delete'
2024-05-15 Lucas Di PentimaMerge branch '21666-provision-test-improvement'
2024-05-15 Lisa Knox21535: fixed deletion verify assertion Arvados-DCO... 21535-multi-wf-delete
2024-05-15 Lisa Knox21535: added test for individual wf not existinf in...
2024-05-15 Lisa Knox21535: changed test spec from select all to select...
2024-05-15 Brett SmithMerge branch '21774-package-dependencies'
2024-05-15 Brett Smith21774: Add libfuse2 dependency to FUSE package 21774-package-dependencies
2024-05-15 Lisa Knox21535: removed hover assertion Arvados-DCO-1.1-Signed...
2024-05-15 Tom CleggMerge branch '21611-log-chunk-delay'
2024-05-15 Tom CleggLog more politely via test logger.
2024-05-15 Lisa Knox21535: test spec tweaks Arvados-DCO-1.1-Signed-off...
2024-05-15 Lisa Knox21535: removed .only and added more assertions Arvados...
2024-05-15 Lisa Knox21535: added .only for testing Arvados-DCO-1.1-Signed...
2024-05-14 Tom CleggMerge branch '21766-disk-cache-size'
2024-05-14 Lisa Knox21535: moved MultiSelectMenuActionNames to its own...
2024-05-14 Lisa Knox21535: added timeouts to test spec Arvados-DCO-1.1...
2024-05-14 Lisa Knox21535: added timeouts to test spec Arvados-DCO-1.1...
2024-05-14 Lisa Knox21535: replaced deleteWorkflow with removeWorkflowPerma...
2024-05-14 Lisa Knox21535: added multi wf delete test Arvados-DCO-1.1-Signe...
2024-05-14 Tom Clegg21705: Migrate keep-web s3 tests to aws-sdk-go-v2.
2024-05-14 Tom Clegg21766: Enable keepclient debug logging in keep-web. 21766-disk-cache-size
2024-05-13 Tom Clegg21705: Migrate keepstore s3 driver to latest aws-sdk...
2024-05-13 Lucas Di PentimaMerge branch '21678-installer-diagnostics-internal...
2024-05-13 Lisa Knox21535: added wf delete dialog Arvados-DCO-1.1-Signed...
2024-05-13 Lisa Knox21535: changed wf and process to use new delete icon...
2024-05-13 Lisa Knox21535: made ownerUuid param optional and removed it...
2024-05-10 Tom Clegg21766: Fix WebDAVCache.DiskCacheSize config being ignored.
2024-05-10 Brett SmithMerge branch '21207-pytest'
2024-05-10 Stephen SmithMerge branch '21635-banner-test-fix' into main. Closes...
2024-05-09 Brett Smith21207: Move FUSE test abort logs into pytest exit message 21207-pytest
2024-05-09 Brett Smith21207: Abort FUSE tests with exit status 2
2024-05-08 Stephen Smith21635: Add checks to wait for banner to close in toolti... 21635-banner-test-fix
2024-05-06 Brett Smith21207: Abort test runs with pytest.exit
2024-05-06 Lisa Knox21535: changed delete method to handle multiple workflo...
2024-05-06 Tom Clegg21611: Remove configs for periodic container log sweep.
2024-05-03 Brett Smith21207: Run Python tests with pytest
2024-05-03 Brett Smith21207: Remove Python slow/short tests support
2024-05-03 Brett Smith21207: Remove FUSE performance tests
2024-05-03 Tom Clegg21611: Remove obsolete configs.
2024-05-03 Tom CleggMerge branch '15397-remove-obsolete-apis'
2024-05-03 Tom Clegg15397: Merge branch 'main'
2024-05-02 Tom CleggMerge branch '12430-output-glob'
2024-05-02 Brett SmithMerge branch '21356-clean-imports'
2024-05-02 Tom CleggMerge branch '21717-keepstore-cors'
2024-05-01 Stephen SmithMerge branch '21642-io-panel-collection-tab-bug' into...
2024-05-01 Tom Clegg15397: Fix python tests relying on removed APIs/fixtures.
2024-05-01 Tom Clegg15397: Remove code, configs, and docs for hosted git...
next