arvados.git
2024-05-31 Brett SmithMerge branch '21020-pysdk-env-paths'
2024-05-30 Peter Amstutz21850: Catch exception and log error if the banner... 21850-banner-exception
2024-05-30 Peter AmstutzFix arvbox since location of start.js changed, refs...
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 Brett Smith21020: Update arv-mount service definition 21020-pysdk-env-paths
2024-05-30 Brett Smith21020: Note configuration differences when $XDG_CONFIG_...
2024-05-30 Brett Smith21020: Expand Python SDK configuration documentation
2024-05-30 Lisa Knox21364: stopped itemsAvailable count from resetting... 21364-load-more-button
2024-05-30 Lisa Knox21364: css tweaks Arvados-DCO-1.1-Signed-off-by: Lisa...
2024-05-30 Lisa Knox21364: added search results tally Arvados-DCO-1.1-Signe...
2024-05-30 Lisa Knox21364: added backup search when first search after...
2024-05-30 Lisa Knox21364: removed responseMap and lastQuery Arvados-DCO...
2024-05-30 Lisa Knox21364: added comment for lastQuery var Arvados-DCO...
2024-05-30 Lisa Knox21364: changed itemsAvailable to not change on loadMore...
2024-05-30 Lisa Knox21364: added commentary Arvados-DCO-1.1-Signed-off...
2024-05-30 Lisa Knox21364: changed button disable to track itemsAvailable...
2024-05-30 Lisa Knox21364: added reset_items_available method Arvados-DCO...
2024-05-30 Lisa Knox21364: changed elementPath to only display if am elment...
2024-05-30 Lisa Knox21364: loadmore button now disables if it cant load...
2024-05-30 Lisa Knox21364: fixed loadmore button css Arvados-DCO-1.1-Signed...
2024-05-30 Brett Smith21020: Streamline settings.conf reference instructions
2024-05-30 Brett Smith21020: Expound documentation for setting up arv-copy
2024-05-30 Tom Clegg21705: Update go dependencies, drop support for Go...
2024-05-30 Brett Smith21020: Copyedit arv-copy documentation
2024-05-30 Tom CleggMerge branch '21660-inode-test-race'
2024-05-30 Brett Smith21020: Warn user if a file can't be found under a custo...
2024-05-30 Lisa KnoxMerge branch '21704-eject-cra'
2024-05-30 Brett Smith21020: Remove arvados.commands._util.make_home_conf_dir
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-go121'
2024-05-28 Brett SmithMerge branch '21840-jenkins-builds-wheels'
2024-05-28 Brett Smith21840: Fix glob to find wheels
2024-05-28 Brett Smith21840: Add wheels to the Jenkins Python package build 21840-jenkins-builds-wheels
2024-05-28 Tom Clegg21705: Downgrade to Go 1.21 to avoid glibc compatibilit... 21705-go121
2024-05-28 Tom CleggMerge branch '21705-go-deps'
2024-05-28 Tom Clegg21705: Spell out entire config key for IAMRole.
2024-05-27 Tom CleggFix test for debian 12.
2024-05-24 Brett Smith21020: Update web documentation for CLI tools
2024-05-24 Brett Smith21020: Refine arv-copy --src and --dst help
2024-05-24 Brett Smith21020: Remove the make_block_cache test utility function
2024-05-24 Brett Smith21020: Sort imports to follow PEP 8
2024-05-24 Brett Smith21020: Update arv-put to use cache directories from...
2024-05-24 Brett Smith21020: Generalize arv-put's arvados.util import
2024-05-24 Brett Smith21020: Add subdirectory argument to storage_path
2024-05-24 Brett Smith21020: Get default Keep cache directory from environment
2024-05-24 Brett Smith21020: Sort imports to follow PEP 8
2024-05-24 Brett Smith21020: Adjust spacing to follow PEP 8
2024-05-24 Brett Smith21020: Make arv-keepdocker use a cache from the environment
2024-05-24 Brett Smith21020: Make arvados.api.http_cache get a path from...
2024-05-24 Brett Smith21020: Make arv-copy search from environment
2024-05-24 Brett Smith21020: Make arvados.config search from environment
2024-05-24 Brett Smith21020: Introduce BaseDirectory classes to arvados.util
2024-05-24 Tom Clegg21705: Remove IAMRole config and update docs. 21705-go-deps
2024-05-24 Tom Clegg21705: Use context.Background() for aws sdk calls.
2024-05-24 Tom Clegg21705: Fixup error wrapping and logging.
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-24 Tom Clegg21834: Restore timestamps in stdout.txt, stderr.txt. 21834-stdout-timestamps
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 Tom Clegg15397: Move remaining Mail configs to Users section.
2024-05-23 Lisa Knox21704: removed excess config files accidentally added...
2024-05-23 Lisa Knox21704: new branch
2024-05-23 Peter AmstutzArvbox want openssh-server, no issue #
2024-05-23 Tom Clegg21640: Stop accidentally reducing NOFILE limit. 21640-max-nofile
2024-05-22 Tom Clegg15397: Remove usage of default_owner_uuid. 15397-bisect
2024-05-22 Tom Clegg15397: Remove default_owner_uuid from SDKs and workbench.
2024-05-22 Tom Clegg12917: Update documentation for "include" parameter.
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 Tom Clegg15397: Remove default_owner_uuid from docs/examples.
2024-05-21 Peter Amstutz21718: Review comments 21718-memoryview-readfrom-v2
2024-05-21 Peter Amstutz21718: Add "return_memoryview" flag to read() and readf...
2024-05-20 Peter Amstutz21718: Update cwltool dependency 21718-memoryview-decode
2024-05-20 Peter Amstutz21718: Remove unused import
2024-05-20 Peter Amstutz21718: Replace .decode method with str(bytes, "utf-8")
2024-05-20 Tom Clegg15397: Add trailing slash to dir links, to avoid extra...
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...
next