Commit Graph

606 Commits (efe9fe780d4094de4ac5041e7b15c24ae6104b9c)

Author SHA1 Message Date
Johan Brandhorst-Satzkorn ec0a3f964b
Worker status refactor (#5417)
1 year ago
Timothy Messier 71af25f584
fix(db): Remove begin when assembling migrations (#5148)
1 year ago
Hugo 846c849589
Worker Domain Refactor (#5338)
1 year ago
Hugo f227020b67 feat(scheduler): Use job table to select jobs to run
1 year ago
Hugo 27c432a748 feat(scheduler): Drop completed job runs as they complete
1 year ago
Michael Gaffney 9529491fa6
feat(session): Delete terminated sessions in batches
1 year ago
Michael Gaffney 8c291a2934
feat(scheduler): Add retries to job status
1 year ago
Jim ffd0d2a7d3
feat (cache): impl. soft-delete of users in cache (#5173)
1 year ago
Timothy Messier 21230e1c61
db: Re-order migrations for next release (#5146)
1 year ago
Timothy Messier 3609658edd
perf(session): Avoid select when canceling session (#5140)
1 year ago
Hugo 60dc0ec3ff feat(host/plugin): Always send plugin information on DHC requests
1 year ago
Hugo 7449fd6f2a feat(host/plugin): Implement worker filter
1 year ago
Timothy Messier 37bf59243a
refact(session): Replace state start_time/end_time with time range (#5134)
1 year ago
Timothy Messier a92c88dfb5
refact(db): Replace get_deleted_tables function with a view
1 year ago
Timothy Messier 33037b4887
perf(db): Use statement trigger for marking deleted sessions
1 year ago
Timothy Messier 091ed6bacb
perf(db): Reorder index columns for primary keys
1 year ago
Timothy Messier c9578b441a
perf(db): Add indexes on foreign key to improve delete performance
1 year ago
dani 557591967a
add tests for sql ip address columns to ensure ipv6 capabiltiy (#5062)
1 year ago
Louis Ruch a3788ab978
fix(policy): Cascade delete policy when scope is deleted (#5014)
2 years ago
Damian Debkowski 5707a64b20
fix(db): remove storage_plugin_storage_bucket_secret-rewrapping-job table (#4993)
2 years ago
Jim 28b465e4b8
refact: to use go-dbw CreateItems, DeleteItems (#4974)
2 years ago
Irena Rindos 2191aa1d03
refact(session connection): remove session connection state table (#4617)
2 years ago
Damian Debkowski 1be0e5d413
fix: pass along storage bucket credential id for sb update job (#4947)
2 years ago
Damian Debkowski dc21e714a5 feat(db): tracking storage bucket by worker
2 years ago
Irena Rindos 08f391c5d6
workerauth: satisfy NodeIdLoader interface (#4870)
2 years ago
Michael Li 2467f9107a
test(db): Fix skip command (#4860)
2 years ago
Michael Li e18e3ab783
test: Fix tests due to time (#4855)
2 years ago
Louis Ruch 0cfca44cf5 fix(vault): Fixes credential_vault_credential_private view
2 years ago
Louis Ruch c376d06355 feat: Add support for correlationId
2 years ago
Elim Tsiagbey 79917f74b8 feat(worker): Worker Local Storage State DB Column
2 years ago
Michael Li 9eb608feeb
chore: Update protobuf to 1.33 (#4485)
2 years ago
Todd 5a17c9cd39 Resolve aliases prior to subtype attribute transforming interceptor (#4379)
2 years ago
Todd e848e76b48 Create Alias Domain Object and Repo (#4275)
2 years ago
Todd 7e2038bfcc Add alias schema changes (#4230)
2 years ago
Timothy Messier 111dc87ead
feat(billing): Fix end time comparision for all view
2 years ago
Timothy Messier e6c3795f91
refact(db): Renumber migrations for billing
2 years ago
Timothy Messier 0f765e7149
feat(timestamp): Support -/+infinity for Valuer
2 years ago
Timothy Messier 5405a275ab
feat(census): Update census tables to support additional metrics
2 years ago
Timothy Messier d84eb01516
feat(billing): Add sql functions for monthly active user counts
2 years ago
Timothy Messier 324c474f5d
feat(billing): Add views for monthly active user counts
2 years ago
Timothy Messier bbb43e20a0
test(sqltest): Remove impossible assertion
2 years ago
Timothy Messier 9514a76289
test(sqltest): Fix tests due to new auth_token insert trigger
2 years ago
Timothy Messier 9e0d96b887
feat(dw): Update auth token fact when auth token is deleted
2 years ago
Timothy Messier b938dd6706
feat(dw): Insert/update auth token fact when auth token updated
2 years ago
Timothy Messier 585b344da6
feat(auth_token): Set approximate_last_access_time when token is issued
2 years ago
Timothy Messier 07b3a7a19e
feat(dw): Add auth token fact after inserting issued auth token
2 years ago
Timothy Messier eb626bb54c
refact(wh): Use auth token id for user dimension
2 years ago
Timothy Messier 03d1cc4572
feat(dw): Add auth token accumulating fact table
2 years ago
Timothy Messier 005f3d0843
chore(sqltest): Make it possible to enable/disable db container logs
2 years ago
Timothy Messier e51d0e0b4f
feat(vault): Remove database notice when setting credential type
2 years ago