Commit Graph

516 Commits (8de63f82cf088dce9dfefc6dce772dcfecaf1f87)
 

Author SHA1 Message Date
Todd Knight 33e7b4538e
WorkerCoordination and GetSession API refactoring (#354)
6 years ago
Jeff Mitchell 2914b4c14c
Use base58 for a few more user-facing values (#356)
6 years ago
Jim Lambert 49901c2ce3 add immutable db field tests for session_connection and session_connection_state
6 years ago
Jim Lambert e71b1ba75f add ConnectionState type with unit tests
6 years ago
Jim Lambert d6e7a7c546 turn off sql connection logging
6 years ago
Jim Lambert f9cdedeb8e fix cut/paste errors
6 years ago
Jim Lambert 84752010dc add TestConnectionState with unit test
6 years ago
Jim Lambert 93c3b6ad2e add newConnectionStateId with unit test
6 years ago
Jim Lambert 76eda01d66 add Connection type with unit tests
6 years ago
Jim Lambert 9d43b47c65 add ClosedReason
6 years ago
Jim Lambert 253101980a add newConnectionId with unit test
6 years ago
Jim Lambert f914de5bed add TestConnection with unit tests
6 years ago
Jim Lambert 7e8772c674 formating
6 years ago
Jim Lambert 8769f34afe fix insert_new_connection_state
6 years ago
Jeff Mitchell 1f80edbffc
Add missing default-port flag to targets command (#355)
6 years ago
Jim Lambert 672606f74c fix cut/paste error
6 years ago
Jim Lambert 24bdacbb7d define immutable trigger for connection and connection state
6 years ago
Jim Lambert a4ac7271e4 remove session protobuf
6 years ago
Jim Lambert e115808897 refactor: going from protobuf to go structs since sessions and their related data are not oplogged
6 years ago
Jeff Mitchell 41ed95bdec
Remove old-style pathing (#353)
6 years ago
Jeff Mitchell c1171e0cc6
Update API templates using list params (#352)
6 years ago
Jim Lambert 4262f16fe5 fix table for insert trigger
6 years ago
Jim Lambert 98d8d8de4d add insert_new_connection_state
6 years ago
Jim Lambert a6b5f684b8 refactor tests enlight of no oplogging
6 years ago
Jim Lambert fb7083ee29 stop oplogging sessions and session states
6 years ago
Jim Lambert e1143093ac remove oplog function since we are not oplogging sessions
6 years ago
Jim Lambert 1c7b884880 fix comments cut/paste
6 years ago
Jim Lambert f101156e06 remove oplog ticket for sessions since they should not be oplogged
6 years ago
Jim Lambert ebc31e2f83 refactor session so connections will be a separate type.
6 years ago
Michael Gaffney 024c5393e9
Add database schema for session connections (#347)
6 years ago
Jim Lambert 6334649720 export AllocSession
6 years ago
Jeff Mitchell b7524f8cfb
Decode to both the struct and a map and add access (#349)
6 years ago
Jeff Mitchell c689af4306
Implement a TOFU mechanism on auth to worker (#348)
6 years ago
Jeff Mitchell 8445d4bbbc Add WithRecoveryKms option to test controller
6 years ago
Jim e119466233
stop oplogging tokens and allow for a time skew (#343)
6 years ago
Patrick Bernal fe1c0b7dcf
get rid of some extra fields
6 years ago
Patrick Bernal a2dfeb938b
update some references
6 years ago
Patrick Bernal 8ae1ae1596
Update and rename jira_test.yml to jira.yml
6 years ago
Jim Lambert 970d769c0e add some docs for exported types and functions.
6 years ago
Jeff Mitchell 60396e4384
Properly populate ScopeInfo from group member actions (#340)
6 years ago
Jeff Mitchell 535bca5a7a Make Authenticate less misleading
6 years ago
Jeff Mitchell ff0d49b6e4 Use previous method of getting recovery wrapper
6 years ago
Jeff Mitchell f8237fb945 Move some packages into SDK, out of internal
6 years ago
Jeff Mitchell 36f975a952
Add some recovery KMS functions needed for external clients (#339)
6 years ago
Jeff Mitchell f94f21fd97
Update API codes (#336)
6 years ago
Jim Lambert c311419c3a add DeleteSession with unit testes
6 years ago
Jim Lambert 3395bfa12d added UpdateSession() with unit tests
6 years ago
Jim Lambert e8c44af322 refactor Status const
6 years ago
Todd Knight 99d5456d7a
Scopes type field and types in updates allowed (#335)
6 years ago
Jim Lambert c1a34c79c4 refactor: Address and Port will be set by the Worker after the session was created
6 years ago