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
Jim 1e71c55920
deprecate access to underlying *sql.DB via internal/db.DB() (#506)
5 years ago
..
connection.go changes needed for sessions.AuthorizeConnection (#377) 6 years ago
connection_closed_reason.go Standardize on one spelling of "canceled" (#399) 5 years ago
connection_closed_with.go Add connection close call from worker to controller (#387) 5 years ago
connection_closed_with_test.go Add connection close call from worker to controller (#387) 5 years ago
connection_state.go Work on connection authorization (#381) 6 years ago
connection_state_test.go Work on connection authorization (#381) 6 years ago
connection_test.go new domain functions for the session repo (#368) 6 years ago
error.go new domain functions for the session repo (#368) 6 years ago
ids.go basic sessions (#337) 6 years ago
ids_test.go basic sessions (#337) 6 years ago
immutable_fields_test.go fix immutable columns for session_state and session_connnection_state (#449) 5 years ago
options.go add support for WithSessionIds in ListSesions (#395) 5 years ago
options_test.go add support for WithSessionIds in ListSesions (#395) 5 years ago
query.go refactor CancelSession and updateStates to be idempotent (#390) 5 years ago
repository.go return States as a field of Connection repo operations. (#382) 6 years ago
repository_connection.go return States as a field of Connection repo operations. (#382) 6 years ago
repository_connection_test.go new domain functions for the session repo (#368) 6 years ago
repository_session.go deprecate access to underlying *sql.DB via internal/db.DB() (#506) 5 years ago
repository_session_test.go cancel a session when one of its FKs is set to null (#406) 5 years ago
repository_test.go basic sessions (#337) 6 years ago
session.go Sessions Read/List/Cancel API and SDK (#369) 5 years ago
session_connect_with.go changes needed for sessions.AuthorizeConnection (#377) 6 years ago
session_connect_with_test.go changes needed for sessions.AuthorizeConnection (#377) 6 years ago
session_test.go Remove connection idle timeout seconds for now (#379) 6 years ago
state.go Standardize on one spelling of "canceled" (#399) 5 years ago
state_test.go Work on connection authorization (#381) 6 years ago
term_reason.go basic sessions (#337) 6 years ago
testing.go Sessions Read/List/Cancel API and SDK (#369) 5 years ago
testing_test.go new domain functions for the session repo (#368) 6 years ago
util.go basic sessions (#337) 6 years ago