Commit Graph

42 Commits (jeff-error-cli-update)

Author SHA1 Message Date
Jim 09b43e5569
deprecate/remove LookupByName (#530)
6 years ago
Jim 1e71c55920
deprecate access to underlying *sql.DB via internal/db.DB() (#506)
6 years ago
Jim 21ca0b6388
SetAssociatedAccounts, DisassociateAccounts, AssociateAccounts with support for multiple accounts. (#439)
6 years ago
Jim 611288bdc7
basic sessions (#337)
6 years ago
Michael Gaffney de162c5533
Replace and remove ErrNilParameter with ErrInvalidParameter (#295)
6 years ago
Jeff Mitchell ac4d9fa311
Add nonce storage and replay prevention test (#293)
6 years ago
Jim 9570897032
basic keys mgmt repo (#264)
6 years ago
Jeff Mitchell 6661117d4c The name. The name. The name!
6 years ago
Jim 1c836c430b
support for associating/disassociating an auth account with a user (#233)
6 years ago
Michael Gaffney 5e8179c6fb
Allow lookupAfterWrite for resources with Private Ids (#229)
6 years ago
Michael Gaffney ebf69bbd27
Fix error string for lookupAfterWrite (#208)
6 years ago
Jim 1bebe7a261
Convert option db.WithVersion to *uint32 (#195)
6 years ago
Jeff Mitchell bcdcaffa6f
Port over 162 and 165 to master (#176)
6 years ago
Jim 6c1b45f7f5
add principal roles (users and groups) to iam (#163)
6 years ago
Jim d0a846823a
support for NewOplogMsgs() option when calling CreateItems and DeleteItems (#158)
6 years ago
Jim 8d8bb42418
add CreateItems and DeleteItems to writer interface (#156)
6 years ago
Jim 3e3144117e
iam and auth integration (#144)
6 years ago
Jim 9a87df38c7
add CreateItems() and DeleteItems() (#146)
6 years ago
Michael Gaffney d69588131c
Fix for panic in db.setFieldsToNil (#155)
6 years ago
Jim 6641244734
add support for WithVersion option to updates (#126)
6 years ago
Todd Knight 0c8385b423
Updating TxHandler to accept a reader as well in order to support reads inside the same transactions as writes. (#139)
6 years ago
Jim c413e013bd
get oplog Ticket before writing data (#127)
6 years ago
Jim d9073a03d5
listing users (#118)
6 years ago
Jim 2d18177c9d
oplog support for null field updates (#107)
6 years ago
Jim c70847fbac
refactor delete test to be table driven. (#102)
6 years ago
Jim 7d4993fb61
iam users (#96)
6 years ago
Jim e3fdb493b8
prevent primary key updates (#95)
6 years ago
Jim ef6edbd515
Null updates (#78)
6 years ago
Jim Lambert a7d8bda7c0 add missing parameter
6 years ago
Jim b75feb957d
require fieldMaskPaths in Update and refactor errors (#71)
6 years ago
Jim ee46266893
ErrRecordNotFound from LookupWhere() when no rows found (#59)
6 years ago
Jim 2aca5fff03
fix transaction rollbacks in DoTx (#55)
6 years ago
Jim c04c73453f
refactor Update/Delete to return the number of rows affected. (#46)
6 years ago
Jim 61ca88dac9
refactor to use db.New() and clean up error msgs (#45)
6 years ago
Jeff Mitchell ad8d4e9c80 Rename Db's Tx to underlying
6 years ago
Jeff Mitchell 670abaed88 Rename GormReadWriter -> Db
6 years ago
Jim ee4a0d3f45
refactor lookups so we can easily check for not found and do the "right" thing in the repos (#42)
6 years ago
Jim bd5ddea6e4
refactor clonable to not rely on the resource interface (#36)
6 years ago
Jim 0676ea51f1
refactor oplog to use db/internal migrations, remove InitTicket() for more reliability and simplify test step up and tear down (#37)
6 years ago
Jim 8a5197e39e
implement schema, store and repository for IAM scopes of organization and project
6 years ago
Jim 725a777baf
refactor friendly name to just be name (#29)
6 years ago
Jim 27b4d7a034
basic internal db interfaces and Gorm implementation
6 years ago