Commit Graph

96 Commits (fafdcbbfa4ca8d8904d20e15cb50d76dea1f71c4)
 

Author SHA1 Message Date
Jeff Mitchell fafdcbbfa4
CORS support (#73)
6 years ago
Jeff Mitchell 66978d637a Fix tools bootstrap
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 26265399ef
fix format directive (#72)
6 years ago
Michael Gaffney c9ad86c7ba
Refactor: move error variables from host/static to db (#68)
6 years ago
Todd Knight ba00b511e7
Add Project Delete to API (#66)
6 years ago
Jeff Mitchell a04ac2202d Fix build after dep update
6 years ago
Jeff Mitchell 8cd322bd17 Bump Vault dep
6 years ago
Todd Knight 95d29c3e95
Allow the TestController to be referenced externally (#65)
6 years ago
Jeff Mitchell 3157fd0e5f Bump deps
6 years ago
Todd Knight 7f0dfa2344
Fix Update Project Logic (#54)
6 years ago
Todd Knight d08c26517b
Makefile target to remove generated files (#63)
6 years ago
Todd Knight ff705bf3b2 Revert "Allow the TestController to be used outside of our module."
6 years ago
Todd Knight e1010ba055 Allow the TestController to be used outside of our module.
6 years ago
Jim 980a55a4e3
Added DeleteScope() with tests and TestVerifyOplog() for easier testing (#49)
6 years ago
Jim d1acc1437b
fix multierror
6 years ago
Jim ee46266893
ErrRecordNotFound from LookupWhere() when no rows found (#59)
6 years ago
Michael Gaffney fad302a36d
Run make migrations (#61)
6 years ago
Michael Gaffney 3d614dd732
Run migrations in a transaction (#60)
6 years ago
Jeff Mitchell f8b456f3a7
Add TestController (#50)
6 years ago
Jim 2aca5fff03
fix transaction rollbacks in DoTx (#55)
6 years ago
Jim 4a88d10ecc
fix a minor defect in fakeFile Readdir() and unit tests (#53)
6 years ago
Michael Gaffney 477a47897e
Add wt_timestamp type to database (#52)
6 years ago
Jeff Mitchell f287a268e8 Update project service against changed repo
6 years ago
Todd Knight c0c6a9b0b8
Handler project (#44)
6 years ago
Michael Gaffney 8d7f24268c
Return url of test database (#48)
6 years ago
Jeff Mitchell 7d8661be31 Remove migrations tag, not needed anymore
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 062ce6079f
Create dev org in database (#41)
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
Michael Gaffney 98cd37da97
Rename test files to match the name of the file they test (#43)
6 years ago
Jim cd74d7f0ef
refactor ClonableResource to just be a clonable interface (#40)
6 years ago
Jeff Mitchell 4d1b916348
Remove AllLoggers (#39)
6 years ago
Jeff Mitchell 5a721f0ce3
Update deps (#38)
6 years ago
Jeff Mitchell 7f2aa5ca8f
Add httpfs DB migrations and generate the input (#35)
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 c43e05be2e
provide db.Open() and db.Migrate() as part of icu-64 (#34)
6 years ago
Jeff Mitchell e8b5384b7a Fix missed address change in test
6 years ago
Jim 8a5197e39e
implement schema, store and repository for IAM scopes of organization and project
6 years ago
Michael Gaffney 8824a6f7f9
database: add wt_public_id domain type (#30)
6 years ago
Todd Knight 05330db741
Add projectless paths for host-catalogs. (#31)
6 years ago
Jim 725a777baf
refactor friendly name to just be name (#29)
6 years ago
Jeff Mitchell c6a9c970b0 Don't require project in generated client requests
6 years ago
Jeff Mitchell 828fee20a1 Rename generated files to make them obvious
6 years ago
Jeff Mitchell 050b914447 Fix detail template test
6 years ago