Commit Graph

359 Commits (c2bc19c71fac7c3ccf106b3cdf0c19fb7ecf899d)

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
Timothy Messier 21230e1c61
db: Re-order migrations for next release (#5146)
2 years ago
Timothy Messier 3609658edd
perf(session): Avoid select when canceling session (#5140)
2 years ago
Hugo 60dc0ec3ff feat(host/plugin): Always send plugin information on DHC requests
2 years ago
Hugo 7449fd6f2a feat(host/plugin): Implement worker filter
2 years ago
Timothy Messier 37bf59243a
refact(session): Replace state start_time/end_time with time range (#5134)
2 years ago
Timothy Messier a92c88dfb5
refact(db): Replace get_deleted_tables function with a view
2 years ago
Timothy Messier 33037b4887
perf(db): Use statement trigger for marking deleted sessions
2 years ago
Timothy Messier 091ed6bacb
perf(db): Reorder index columns for primary keys
2 years ago
Timothy Messier c9578b441a
perf(db): Add indexes on foreign key to improve delete performance
2 years 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
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
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 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 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 e51d0e0b4f
feat(vault): Remove database notice when setting credential type
2 years ago
Jeff Mitchell 35cef97bd4
Linter fixes PR 3 (#4415)
2 years ago
Jeff Mitchell 25bce9e8ff Fix linter warnings
2 years ago
Jeff Mitchell 18f863514e
Finish sqltests for multi grant scopes (#4320)
2 years ago
Jeff Mitchell 025fce6f95
Change error message and add beginnings of sql tests (#4319)
2 years ago
Johan Brandhorst-Satzkorn 133e928c6d
internal/db/schema: update recording indexes (#4278)
2 years ago
Jeff Mitchell f5dd457b34
Multiple grant scope IDs (#4251)
2 years ago
Louis Ruch fa69ddcb8a
fix(db): Set max storage policy days (#4267)
2 years ago
Jim 6a37c93d77
fix: properly handle rows.Err() (#4261)
2 years ago
Johan Brandhorst-Satzkorn b229ece914
internal/db: use more efficient index for host listing (#4256)
2 years ago
Louis Ruch d620dcbd4f feat(db): Update storage policy override default to false
2 years ago