You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/internal/session
Timothy Messier d741034829
perf(session): Change list behavior around terminated sessions
4 years ago
..
connection.go fix(session): Fix typo in connection documentation (#2075) 4 years ago
connection_closed_reason.go Update primary error functions to take a context, deprecate old functions (#1358) 5 years ago
connection_closed_with.go Update primary error functions to take a context, deprecate old functions (#1358) 5 years ago
connection_closed_with_test.go feature: Add client ip to inbound request information (#1678) 5 years ago
connection_state.go Update primary error functions to take a context, deprecate old functions (#1358) 5 years ago
connection_state_test.go refactor: Update internal/db and oplog to use go-dbw package for database operations. (#1785) 4 years ago
connection_test.go feature: Add client ip to inbound request information (#1678) 5 years ago
credential.go Update to go-kms-wrapping version 2, and plugin-based KMS (#1901) 4 years ago
dynamic_credential.go feat(session): Store session credentials 5 years ago
ids.go Update primary error functions to take a context, deprecate old functions (#1358) 5 years ago
ids_test.go basic sessions (#337) 6 years ago
immutable_fields_test.go bug(session): Allow only valid state transitions 4 years ago
job_delete_terminated_sessions.go feat(session): Add periodic job to delete terminated sessions 4 years ago
job_delete_terminated_sessions_test.go feat(session): Add periodic job to delete terminated sessions 4 years ago
job_session_cleanup.go refact(session): Rename files with job to use a prefix 4 years ago
job_session_cleanup_test.go refact(session): Rename files with job to use a prefix 4 years ago
jobs.go feat(session): Add periodic job to delete terminated sessions 4 years ago
options.go perf(session): Change list behavior around terminated sessions 4 years ago
options_test.go Add cleanup of dead connections no longer reported by a worker (#1220) 5 years ago
query.go perf(session): Change list behavior around terminated sessions 4 years ago
repository.go perf(session): Remove connections from session list endpoint 4 years ago
repository_connection.go Move the session cleanup job logic into the session package. (#2060) 4 years ago
repository_connection_test.go Move the session cleanup job logic into the session package. (#2060) 4 years ago
repository_credential.go feat(session): Store session credentials 5 years ago
repository_credential_test.go feat(session): Store session credentials 5 years ago
repository_session.go perf(session): Change list behavior around terminated sessions 4 years ago
repository_session_test.go perf(session): Change list behavior around terminated sessions 4 years ago
repository_test.go refactor (kms): adopt the go-kms-wrapping/extras/kms package (#2027) 4 years ago
service_authorize_connection.go chore: upgrade gofumpt to v0.3.1 (#2028) 4 years ago
service_authorize_connection_test.go internal/session: fix dropped test errors (#1928) 4 years ago
service_close_connections.go chore: upgrade gofumpt to v0.3.1 (#2028) 4 years ago
service_close_connections_test.go refactor(session connections): Refactor connection closure 4 years ago
service_list_for_authz_check.go perf(session): Change list behavior around terminated sessions 4 years ago
service_worker_status_report.go refact(session): Move domain logic of Worker Status into domain service 4 years ago
service_worker_status_report_test.go refact(session): Move domain logic of Worker Status into domain service 4 years ago
session.go perf(session): Remove connections from session list endpoint 4 years ago
session_connect_with.go feature: Add client ip to inbound request information (#1678) 5 years ago
session_connect_with_test.go feature: Add client ip to inbound request information (#1678) 5 years ago
session_test.go Put session ID in ALPN (#1966) 4 years ago
state.go Update primary error functions to take a context, deprecate old functions (#1358) 5 years ago
state_test.go bug(session): Allow only valid state transitions 4 years ago
term_reason.go Update primary error functions to take a context, deprecate old functions (#1358) 5 years ago
testing.go test(session): Ignore unique error on session create 4 years ago
testing_test.go bug(session): Allow only valid state transitions 4 years ago
util.go Update to go-kms-wrapping version 2, and plugin-based KMS (#1901) 4 years ago
util_test.go Update to go-kms-wrapping version 2, and plugin-based KMS (#1901) 4 years ago