- 655b66d Assigning to dur after b.jitter check (#79) by Srini Chebrolu · 8 years ago master
- fca37a6 Keeping spell checker happy (#78) by Srini Chebrolu · 8 years ago
- 79ecf5f remove mock server cmd, add test coverage to Jenkins (#77) by Haoming · 8 years ago
- 55a88e6 Issue 69568832 refactor code, fix bugs, add tests (#76) by Haoming · 8 years ago
- e7cb1e6 Update Tavis build script to check for gofmt & vet go code; Include Build status, GoDoc and GoReport to README.md (#75) by Srini Chebrolu · 8 years ago
- 841ed98 Revert "Issue 67308179: add support for getting credentials from env vars (#73)" (#74) by Haoming · 8 years ago
- 7cf4606 Issue 67308179: add support for getting credentials from env vars (#73) by Haoming · 8 years ago
- 4c4533c Bug67694505 (#72) by Sundar Ramamoorthy · 8 years ago
- a792585 [ISSUE-66918282] after receiving a new snapshot, send the 1st changelist request with "block=0" (#68) by Haoming · 8 years ago
- 307d064 [67510558] include pluginData as one of the parameter while registration. This will be used for plugin version tracker (#67) by Rajanish GJ · 8 years ago
- e45d23a [ISSUE-67600349] use uuid utils provided in apid-core (#66) by Haoming · 8 years ago
- 68a19b3 fix defer rollback transaction issues. (#65) by Haoming · 8 years ago
- c4ec34c 30xtoapid : 30x -> apid (#63) by Sundar Ramamoorthy · 8 years ago
- 63936d0 Merge pull request #60 from 30x/APIRT-4751 by Haoming · 8 years ago
- fe712a8 Merge branch 'APIRT-4751' of github.com:30x/apidApigeeSync into APIRT-4751 by Haoming Zhang · 8 years ago APIRT-4751
- f6d4973 [APIRT-4751] update .travis.yml go version by Haoming Zhang · 8 years ago
- 770a36f Merge pull request #61 from 30x/APIRT-4751-newapidCore by Haoming · 8 years ago
- 64e1bea Fix TC. by Sundar Ramamoorthy · 8 years ago APIRT-4751-newapidCore
- 0d832d1 Fix test for Query. Add Close(). by Sundar Ramamoorthy · 8 years ago
- 44f2d31 [APIRT-4751] Make sure all tests commit via txn by Sundar Ramamoorthy · 8 years ago
- 84a8d88 handle defer for all cases. by Sundar Ramamoorthy · 8 years ago
- d8b3a12 Use defer to commit/rollback by Sundar Ramamoorthy · 8 years ago
- 5658249 Merge branch 'APIRT-4751-newapidCore' of github.com:30x/apidApigeeSync into APIRT-4751-newapidCore by Sundar Ramamoorthy · 8 years ago
- 204dcf3 Revert "Use defer to complete/rollback txn." by Sundar Ramamoorthy · 8 years ago
- b8a7560 Use defer to complete/rollback txn. by Sundar Ramamoorthy · 8 years ago
- 6982b0a Fix DB bug, and make sure DB INS/DEL/UP occur via txn by Sundar Ramamoorthy · 8 years ago
- 9dd3458 [XAPID-1087]Make sure all updates are in a Txn. by root · 8 years ago
- f0923e3 Fix git issues. by Sundar Ramamoorthy · 8 years ago
- e6d1404 Revert "Use defer to rollback." by Sundar Ramamoorthy · 8 years ago
- f0cf5ec Revert "Fix test case." by Sundar Ramamoorthy · 8 years ago
- e078457 Use defer to rollback. by Sundar Ramamoorthy · 8 years ago
- 1bbfcb4 Fix test case. by Sundar Ramamoorthy · 8 years ago
- f906534 Ensure we pick the correct DB for updating EDGEX_CLUSTER. by Sundar Ramamoorthy · 8 years ago
- 3f29b35 Fix DB bug, and make sure DB INS/DEL/UP occur via txn by Sundar Ramamoorthy · 8 years ago
- 7c47b5b Make sure ll updates are in a Txn by Sundar Ramamoorthy · 8 years ago
- 77ce692 Make apigeeSync compatible with new apid-core by Sundar Ramamoorthy · 8 years ago
- 084c78d Review comment update for Query/Insert as a single txn. by root · 8 years ago
- e377894 Merge branch 'APIRT-4751' of github.com:30x/apidApigeeSync into APIRT-4751 by root · 8 years ago
- ebe3932 Ensure Query and Insert occur in a single txn. by Sundar Ramamoorthy · 8 years ago
- 4e0980a Merge branch 'master' of github.com:30x/apidApigeeSync into APIRT-4751 by root · 8 years ago
- 142ca88 Merge branch 'master' of github.com:30x/apidApigeeSync into APIRT-4751 by Sundar Ramamoorthy · 8 years ago
- e0ea30c Create Tables in a Txn. by Sundar Ramamoorthy · 8 years ago
- d66ff1c Merge pull request #58 from 30x/XAPID-1093 by Haoming · 8 years ago
- 7056948 Clear the previous hashmap once new SS is downloaded. by Sundar Ramamoorthy · 8 years ago XAPID-1093
- 7cba696 Clear the previous hashmap once new SS is downloaded. by Sundar Ramamoorthy · 8 years ago
- 856cb1f Add missing open source license headers. by Gregory Brail · 8 years ago
- def15db Merge pull request #56 from 30x/XAPID-1074 by Haoming · 8 years ago
- 8db66da [XAPID-1074] rename diagnostic mode, refactor tests by Haoming Zhang · 8 years ago XAPID-1074
- ae3c6b3 [XAPID-1074] add tests for offline mode, minor refactor by Haoming Zhang · 8 years ago
- 0a31e77 [XAPID-1074] add offline mode by Haoming Zhang · 8 years ago
- fbe50e1 Merge pull request #51 from 30x/accesstoken-endpoint by Haoming · 8 years ago
- 6f95ce2 address comments by Haoming Zhang · 8 years ago accesstoken-endpoint
- 81fe7e3 Merge pull request #54 from 30x/XAPID-1049 by Sundar Ramamoorthy · 8 years ago
- bb4af3f update sql file by Haoming Zhang · 8 years ago XAPID-1049
- 73ef773 add err check by Haoming Zhang · 8 years ago
- 70e58a1 fix tests by Haoming Zhang · 8 years ago
- 302a605 add org/env scopes by Haoming Zhang · 8 years ago
- c74f744 Merge pull request #52 from 30x/XAPID-985 by Haoming · 8 years ago
- 5507ee3 remove zombie code by Haoming Zhang · 8 years ago XAPID-985
- 2cf0111 Add accesstoken endpoint for gateway to use in microservice requests by Mitch Fierro · 8 years ago
- 5d2596a Merge pull request #50 from 30x/XAPID-1020 by Rajanish GJ · 8 years ago
- 1f01b1f polish tests by Haoming Zhang · 8 years ago XAPID-1020
- 95b40a5 fix race condition of log by Haoming Zhang · 8 years ago
- aa838a1 go fmt by Haoming Zhang · 8 years ago
- 4b8df00 fixed XAPID-1020, process snapshot/changelist before emit event by Haoming Zhang · 8 years ago
- 74d21f6 Merge pull request #49 from 30x/XAPID-994 by Sundar Ramamoorthy · 8 years ago
- 79b9d47 add new test of enum by Haoming Zhang · 8 years ago XAPID-994
- f6939c2 update readme by Haoming Zhang · 8 years ago
- db4f4a9 fix cover.sh by Haoming Zhang · 8 years ago
- 4a86e1f fix test bug by Haoming Zhang · 8 years ago
- 881e55e add new test by Haoming Zhang · 8 years ago
- f28d45b fix consts by Haoming Zhang · 8 years ago
- c180fb5 add cleanup for test by Haoming Zhang · 8 years ago
- ab9c510 update travis by Haoming Zhang · 8 years ago
- 9c49b7a fix glide.yaml by Haoming Zhang · 8 years ago
- 0eac8ec add copyright by Haoming Zhang · 8 years ago
- 9634a6f fix bug by Haoming Zhang · 8 years ago
- 17a3b44 fix bugs by Haoming Zhang · 8 years ago
- 292b387 update script by Haoming Zhang · 8 years ago
- 946ff33 update bash by Haoming Zhang · 8 years ago
- b5d2f9a update dockerTest.sh by Haoming Zhang · 8 years ago
- 79fd9d6 add test case by Haoming Zhang · 8 years ago
- 88cc2ca add pg insert by Haoming Zhang · 8 years ago
- e8f5e98 add pg by Haoming Zhang · 8 years ago
- 72745be add mock auth server by Haoming Zhang · 8 years ago
- ec7297c fix import issue by Haoming Zhang · 8 years ago
- 37d9d0c add docker setup for generic replication IT by Haoming Zhang · 8 years ago
- 01b43ac Merge pull request #48 from 30x/oss by Alexander Khimich · 8 years ago
- 489bca6 Merge pull request #47 from 30x/XAPID_1004 by Haoming · 8 years ago
- b8747de glide issue https://github.com/Masterminds/glide/issues/741 fix by Alexander Khimich · 8 years ago oss
- ee150e7 Moved test libs to testImport; gitignored sqlite3 files by Alexander Khimich · 8 years ago
- 718da7f G OSS policy by Alexander Khimich · 8 years ago
- 19da540 syntax change. by Sundar Ramamoorthy · 8 years ago XAPID_1004
- afd03bc XAPID_1004: Bootstrap scope to be stored separate from datascope snapshots. by Sundar Ramamoorthy · 8 years ago
- 1156d73 Merge pull request #45 from 30x/genericsqlite by Haoming · 8 years ago
- 76f29f8 Merge pull request #46 from 30x/XAPID-958 by Haoming · 8 years ago genericsqlite
- d26f99b improve style by Haoming Zhang · 8 years ago XAPID-958
- c18c9e8 fix compilation error due to mock server main.go by Haoming Zhang · 8 years ago
- ca6adaf add new test cases, poll change agent bug fixed by Haoming Zhang · 8 years ago
- e1cffee reformat code for unit tests, add a new test case, coverage increased to 75% by Haoming Zhang · 8 years ago