- d988c2d Issue 71761531 Add indexes (#34) by Haoming · 8 years ago master
- acc9fb0 [ISSUE-70861663] add tracking with request id in debug mode (#33) by Haoming · 8 years ago
- 355f891 Issue 67869881 Add decryption/encryption (#32) by Haoming · 8 years ago
- 5376473 update pluginData name&version, update listener name (#31) by Haoming · 8 years ago
- dc48095 rename repo to apidApiMetadata (#30) by Haoming · 8 years ago
- f9df8bc Update Tavis build script to check for gofmt & vet go code; Include Build status, GoDoc and GoReport badges to README.md; Fixed go vet reported errors. (#29) by Srini Chebrolu · 8 years ago
- 446a88b Access Entity (#27) by Haoming · 8 years ago
- 3017a77 [ISSUE-67850934] update swagger file (#26) by Haoming · 8 years ago
- 2b7163b [67510558] include pluginData as one of the parameter while registration. This will be used for plugin version tracker (#25) by Rajanish GJ · 8 years ago
- 54bc801 migrate GitHub repository names (#22) by Rajanish GJ · 8 years ago
- 5be27b0 Merge pull request #21 from 30x/fix-go-version by Rajanish GJ · 8 years ago
- f7194a6 fix .travis.yml, set go version to 1.8.3 by Haoming Zhang · 8 years ago fix-go-version
- 5a1b4a9 Merge pull request #19 from 30x/ISSUE-65205927 by Haoming · 8 years ago
- d8d09cd [ISSUE-65205927] update data_helper_test to use transactions by Haoming Zhang · 8 years ago ISSUE-65205927
- c3bbe7a Merge pull request #17 from 30x/rj_XAPID-1037_a by Haoming · 8 years ago
- 8bc8fd2 Merge pull request #18 from 30x/XAPID-1088 by Sundar Ramamoorthy · 8 years ago rj_XAPID-1037_a
- d02aecd [XAPID-1088] improve log, add missing liscense by Haoming Zhang · 8 years ago XAPID-1088
- aaaa7c9 [XAPID-1088] fix resource leak, address comments by Haoming Zhang · 8 years ago
- c258054 [XAPID-1037] apid verify apikey - enterprise gateway integration by Rajanish GJ · 8 years ago
- a47d98e Merge pull request #15 from 30x/improveStyle by Haoming · 8 years ago
- 5e1604d make cover.sh compatible with Goobuntu, improve style by Haoming Zhang · 8 years ago improveStyle
- a29f4e1 G OSS policy prep2 by Alexander Khimich · 8 years ago oss
- c48842a G OSS policy prep by Alexander Khimich · 8 years ago
- cf14617 Merge pull request #14 from 30x/genericsqlite by Haoming · 9 years ago
- d426528 add more test cases by Haoming Zhang · 9 years ago genericsqlite
- 471c5d1 bug fixed, format code by Haoming Zhang · 9 years ago
- 482ffca code cleanup by Mitch Fierro · 9 years ago
- abb3f6a temporarily change issuedAt type to string until snapshotserver is delivers datetimes correctly by Mitch Fierro · 9 years ago
- f4e35e6 use sqlite snapshots and operate on the assumption that changes have already been applied by Mitch Fierro · 9 years ago
- 3d3be42 Merge pull request #12 from 30x/XAPID-924 by Scott Ganyo · 9 years ago
- 08296d2 FIx TC break. by Sundar Ramamoorthy · 9 years ago
- b767155 Merge pull request #9 from 30x/XAPID-862 by Haoming · 9 years ago
- 539c4e3 fixed XAPID-862, make sure we log things properly, format code by Haoming Zhang · 9 years ago XAPID-862
- f48a87e Merge pull request #8 from 30x/xapid-873 by Paul Kim · 9 years ago
- 56a447d Set Json in Content Type by Sundar Ramamoorthy · 9 years ago xapid-873
- 29f8dc0 Merge pull request #7 from 30x/XAPID-794 by Scott Ganyo · 9 years ago
- 0850fd3 Code review impl. by Sundar Ramamoorthy · 9 years ago
- 12d8f1b Readd UNION ALL by Sundar Ramamoorthy · 9 years ago
- 94547ed Update yaml by Sundar Ramamoorthy · 9 years ago
- bc214a0 Ensure we set the company values correctly in the data structure. by Sundar Ramamoorthy · 9 years ago
- b63dcf8 Add tests for company (via changes) by Sundar Ramamoorthy · 9 years ago
- e3e62b8 Test for company related changes. by Sundar Ramamoorthy · 9 years ago
- 90e4d7e Fix the query & ensure company gets inserted for snapshots. by Sundar Ramamoorthy · 9 years ago
- 06086ba Use union all - slightly more efficient by Scott Ganyo · 9 years ago
- 1be60da Replace query with dynamic table with simple union (5x faster) by Scott Ganyo · 9 years ago
- cb5a70d Company related changes. by Sundar Ramamoorthy · 9 years ago
- 576b73f Add company to the verifyapiKey by Sundar Ramamoorthy · 9 years ago
- fdeca8d create indexes if not exist by Scott Ganyo · 9 years ago
- 814fe97 Add indexes by Scott Ganyo · 9 years ago
- 9e556aa Remove excess statement prepares in loops by Scott Ganyo · 9 years ago
- 197bf1c Fix glide.yaml by Scott Ganyo · 9 years ago
- 020a878 Merge pull request #5 from 30x/apid-build by Scott Ganyo · 9 years ago
- 5454079 Refactor apid -> apid-core by Scott Ganyo · 9 years ago
- eb35511 Merge pull request #4 from 30x/ad-hoc-fixes by Sundar Ramamoorthy · 9 years ago
- 80226fa Remove old rollback by Scott Ganyo · 9 years ago
- 84af7c7 set versions to master by Scott Ganyo · 9 years ago
- ef450e1 fix company_developer deletes by Scott Ganyo · 9 years ago
- c43d230 Ensure txn is rolled back if not committed by Scott Ganyo · 9 years ago
- 64f1ead Merge pull request #2 from 30x/xapid520-521-530 by Scott Ganyo · 9 years ago
- 78c988b Merge pull request #3 from 30x/database-fix by Sundar Ramamoorthy · 9 years ago
- 4c4d235 Should use current snapshot database for data_scope by Scott Ganyo · 9 years ago
- dc395a2 refactoring api_test.go, adding helper by Mitch Fierro · 9 years ago
- bf3bf3c cleaning up tests by Mitch Fierro · 9 years ago
- eb1f6b3 Add travis by Scott Ganyo · 9 years ago
- db4a6a2 adding operations for kms.company and kms.company_developer by Mitch Fierro · 9 years ago
- 30fe90b Add more test cases for all KMS tables (INS/UPD/DEL) and fixed issues by Sundar Ramamoorthy · 9 years ago
- 38c9c79 Merge pull request #1 from 30x/newschema by Sundar Ramamoorthy · 9 years ago
- 3a179e3 Added the scripts for dummy data by alexanderkhimich · 9 years ago
- 5e25795 DATA_SCOPE table is in diff db by alexanderkhimich · 9 years ago
- f3466d2 Added scopeuuid verification by alexanderkhimich · 9 years ago
- 7e00394 New schema added. by alexanderkhimich · 9 years ago
- 151c8ee New schema by alexanderkhimich · 9 years ago
- eb2938a Plugin initialization info by Scott Ganyo · 9 years ago
- c13fbc2 snapshot db protocol, cleanup by Scott Ganyo · 9 years ago
- 1051850 Use apid.DB interface by Scott Ganyo · 9 years ago
- 1e08e4b Merge branch 'poc2' by Sundar Ramamoorthy · 9 years ago
- 6218cb0 Fix the test cases. by Sundar Ramamoorthy · 9 years ago
- 48f0846 Merge branch 'poc2' by Sundar Ramamoorthy · 9 years ago
- 594d717 db.Prepare -> txn.Prepare to avoid needing extra transaction by Scott Ganyo · 9 years ago
- 92be695 Missed check for status by Sundar Ramamoorthy · 9 years ago
- e4517c3 Add Delete/Up support. Code refactor. by Sundar Ramamoorthy · 9 years ago
- 07fd977 Transicator location change by Scott Ganyo · 9 years ago
- 301bbc3 Minor updates to db logic by Sundar Ramamoorthy · 9 years ago
- 4b79307 Add schema type check in APID plugins. Add bulk updates for snapshot for by Sundar Ramamoorthy · 9 years ago
- 4609b6f Add the schema name prefix. by Sundar Ramamoorthy · 9 years ago
- d300b93 Compelte TCs for Changes. by Sundar Ramamoorthy · 9 years ago
- 5dbd1b3 Remove change related tests.(for now) by Sundar Ramamoorthy · 9 years ago
- 96d1a83 Fix test cases (change server still needs update) by Sundar Ramamoorthy · 9 years ago
- f13a650 Use Prepare/Exec for SQL inserts by Sundar Ramamoorthy · 9 years ago
- e425faf Add Open API spec by Scott Ganyo · 9 years ago
- 5ac63f1 Updated logic to handle bootstrapping, and newer schema for KMS, newer by Sundar Ramamoorthy · 9 years ago
- e7206ca Incude snapshot by Sundar Ramamoorthy · 9 years ago
- 712aaac narrow scope of db exists check by Scott Ganyo · 9 years ago
- a56b358 Light it up! by Scott Ganyo · 9 years ago