Commit Graph

9 Commits (50752f9a6a005eb2cbda2487af718831f33129a4)

Author SHA1 Message Date
George MacRorie b274e15eac fix(telegraf): support pagination parameters when listing 2020-11-04 15:53:02 +00:00
George c6967ee7b1
fix(tenant): add support for offset to list urms ()
* fix(tenant): add support for offset to list urms

* fix(urm): treat urm limit 0 and unlimited
2020-07-14 19:40:04 +01:00
Lyon Hill 42f2a7e6b3
fix: urm list actions when filtering by userID needs to respect page limits ()
We will now respect limits when passed in for user resource mapping lookups for all
request types.
2020-07-10 09:48:11 -06:00
George 96d84b9126
refactor: migrator and introduce Store.(Create|Delete)Bucket ()
* refactor: migrator and introduce Store.(Create|Delete)Bucket

feat: kvmigration internal utility to create / managing kv store migrations

fix: ensure migrations applied in all test cases

* chore: update kv and migration documentation
2020-07-01 12:08:20 +01:00
Lorenzo Affetti d8f31bf2e4
fix(tenant): make storage pass tenant tests 2020-04-06 17:13:56 +02:00
Jonathan A. Sternberg 0ae8bebd75
refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
George 173ded1a10
fix(kv): make index walk use cursor instead of get () 2020-03-31 17:26:21 +01:00
Lyon Hill 4e38c4e636
feat(tenant): add urm indexing into the tenant service () 2020-03-27 12:36:25 -06:00
Lyon Hill 8e4fdceccb
feat(tenant): Build the crud actions for the new tenant service ()
* feat(tenant): Build the crud actions for the new tenant service

To faciliate the isolation of domain specific systems we need to have a
isolated CRUD action system that we can layer business logic on top.

Co-authored-by: George <me@georgemac.com>
2020-03-11 12:31:33 -06:00