20647: Fix duplicate response headers via reverse proxy.
[arvados.git] / lib / controller / localdb / container_gateway.go
2023-06-17 Tom Clegg20647: Fix duplicate response headers via reverse proxy.
2023-06-16 Tom Clegg20647: Fix CORS preflight request handling.
2023-05-05 Tom CleggMerge branch '20457-max-supervisors-overquota'
2023-05-05 Lucas Di PentimaMerge branch '20468-installer-perf-knobs'. Closes ...
2023-05-05 Peter AmstutzMerge branch '20470-contents-select' refs #20470
2023-05-05 Peter AmstutzMerge branch '20457-max-supervisors-overquota' refs...
2023-05-04 Peter AmstutzMerge branch '20472-priority-update' refs #20472
2023-05-03 Tom CleggMerge branch '18790-log-client'
2023-04-28 Peter AmstutzMerge branch '20422-cache-slot' refs #20422
2023-04-25 Tom Clegg18790: Merge branch 'main' into 18790-log-client
2023-04-25 Tom CleggMerge branch '20319-container-request-logs'
2023-04-20 Tom Clegg20319: Merge branch 'main' into 20319-container-request...
2023-04-20 Tom Clegg20319: Move /containers/*/log to /container_requests...
2023-04-05 Tom Clegg18790: Use WebDAV.InternalURLs instead of WebDAVDownload.
2023-04-05 Tom Clegg18790: Fix range used for checking file size.
2023-04-04 Tom CleggMerge branch '19889-live-log-webdav'
2023-04-04 Tom Clegg19889: Fix crash on gateway connect error. 19889-live-log-webdav
2023-04-03 Tom Clegg18790: Fix logging noise from ENOENT.
2023-03-28 Tom Clegg19889: Preserve WebDAV path when proxying to keep-web.
2023-03-27 Tom Clegg19889: Add www-authenticate header with 401 Unauthorize...
2023-03-22 Tom Clegg19889: Add comments.
2023-03-22 Tom Clegg19889: Update docs.
2023-03-22 Tom Clegg19889: Serve live logs via webdav.
2022-08-25 Tom CleggMerge branch '19269-all-users-writable'
2022-08-04 Peter AmstutzMerge branch '19280-cache-loadref' refs #19280
2022-08-01 Tom CleggMerge branch '19281-diagnostics-image'
2022-08-01 Tom CleggMerge branch '19166-gateway-tunnel'
2022-07-25 Tom Clegg19166: Merge branch 'main' 19166-gateway-tunnel
2022-07-05 Tom Clegg19166: Improve error messages.
2022-06-24 Tom Clegg19166: Proxy container shell request to other controlle...
2022-06-24 Tom Clegg19166: Move args from headers to post form, add no_forw...
2022-06-24 Tom Clegg19166: Set up tunnel for container gateway requests
2021-02-10 Peter AmstutzMerge branch '17165-vscode-training-doc' refs #17165
2021-02-06 Tom CleggMerge branch '17335-oidc-auth-params'
2021-02-05 Ward Vandewege17249: Merge branch 'master' into 17249-costanalyzer...
2021-02-05 Tom CleggMerge branch '17170-container-shell'
2021-02-03 Tom Clegg17170: Improve error messages and command help text.
2021-02-03 Tom Clegg17170: Merge branch 'master'
2021-01-28 Tom Clegg17170: Merge branch 'master'
2021-01-26 Tom Clegg17170: Add interactive_session_started flag to containers.
2021-01-26 Tom Clegg17170: Add config keys to enable shell access for users...
2021-01-21 Tom Clegg17170: Allow admin users to run commands in any container.
2021-01-20 Tom Clegg17170: Merge branch 'master'
2021-01-14 Tom Clegg17170: Improve error messages.
2021-01-14 Tom Clegg17170: Check container is readable before checking...
2021-01-14 Tom Clegg17170: Merge branch 'master'
2021-01-13 Tom Clegg17170: Allow shell only if this user submitted all...
2021-01-13 Tom Clegg17170: Fixup gateway auth secret.
2021-01-13 Tom Clegg17170: Use TLS for controller->crunch-run traffic.
2021-01-12 Tom Clegg17170: Specify login username. Improve logging.
2021-01-12 Tom Clegg17170: Add "arvados-client shell" subcommand and backen...