Граф коммитов

411 Коммитов

Автор SHA1 Сообщение Дата
Gene Hazan c6ac137b4f
Merge pull request #119 from Microsoft/gh/amqpPersistence
Persist messages when sending to AMQP queue
2017-11-27 15:32:10 +00:00
Gene Hazan 1fc8f0fd0c Persist messages when sending to AMQP queue 2017-11-22 15:03:45 -08:00
Gene Hazan cf61ceed03 Queue issue requests for pull request events 2017-11-22 09:58:57 -08:00
Gene Hazan 00927515ac Revert PullRequestEvent changes for now 2017-11-20 09:29:09 -08:00
Gene Hazan 24d5a1609f
Merge pull request #118 from Microsoft/gh/prEvent
Queue issue in addition to PR when PR event is received
2017-11-18 01:09:52 +00:00
Gene Hazan 6a6ddf4569 Queue issue in addition to PR when PR event is received 2017-11-17 16:21:32 -08:00
Gene Hazan f69c199792
Merge pull request #116 from Microsoft/gh/issuesEvent
Process all issues events, not just for actions opened, closed & reop…
2017-11-16 23:16:59 +00:00
Gene Hazan 0456cfaf16 Process all pull_request events 2017-11-16 14:45:12 -08:00
Gene Hazan ec34a75e8b Process all issues events, not just for actions opened, closed & reopened. 2017-11-16 14:15:49 -08:00
Jeff McAffer 40474922eb Merge pull request #113 from stuartlangridge/develop
Fix the config/tokens endpoint
2017-09-08 12:27:01 -07:00
Stuart Langridge d90f508f20 Shorten token details available from the REST API, as per PR #113 discussion 2017-09-08 18:59:22 +01:00
Stuart Langridge fb077863fd Fix the config/tokens endpoint, which does not work from bin/cc as it currently stands.
bin/cc sends a list of tokens as a simple JSON string, colon-separated. This gets rejected by strict body-parser JSON parsing (which expects JSON to be an array or an object).
Add a GET verb to the /config/tokens endpoint to list the tokens that have already been added.
2017-09-08 15:19:12 +01:00
Gene Hazan 9c193ce6a6 Improve regex for _testRegex 2017-08-22 08:38:22 -07:00
Gene Hazan cbacbb0ec0 Correct regex 2017-08-16 08:27:12 -07:00
Gene Hazan 8ee2964496 Filter out traffic requests 2017-08-14 14:49:41 -07:00
Gene Hazan db5caa4edc Merge pull request #111 from Microsoft/gh/extraDeltaStore
Add pluggable delta store
2017-08-04 14:01:14 -07:00
Gene Hazan 41fe68dd6f Add pluggable delta store 2017-08-04 13:51:59 -07:00
Gene Hazan 9671af623b Correct traffic migration script for paths & referrers 2017-07-17 08:59:01 -07:00
Gene Hazan 20aed8061f Merge pull request #110 from Microsoft/gh/trafficMigration
Add onetimeMigrateTrafficData job
2017-07-11 16:42:56 -07:00
Gene Hazan 95d698a288 Add onetimeMigrateTrafficData job 2017-07-11 16:24:32 -07:00
Gene Hazan 5249db7c74 Merge pull request #108 from Microsoft/gh/excludeRepos
Correct regex. Add repos to regex.
2017-07-05 14:54:07 -07:00
Gene Hazan b05dd003b0 Add comment 2017-07-05 14:51:21 -07:00
Gene Hazan a9bd66cedc Correct regex. Add repos to regex. 2017-07-05 14:14:16 -07:00
Gene Hazan e158979ac5 Merge pull request #105 from Microsoft/gh/supportLookupByUrn
Gh/support lookup by urn
2017-06-28 10:09:58 -07:00
Gene Hazan 685e6f1d16 Correct inmemory store 2017-06-28 09:40:30 -07:00
Gene Hazan f195272f98 Code review 2017-06-27 17:09:28 -07:00
Gene Hazan 10fe6b5362 Correct mongodocstore 2017-06-27 14:46:40 -07:00
Gene Hazan 9172fc3325 Update mongodocstore 2017-06-27 14:37:37 -07:00
Gene Hazan 215d215355 Merge branch 'develop' into gh/supportLookupByUrn 2017-06-27 13:24:43 -07:00
Gene Hazan 0515d836dd Merge pull request #104 from Microsoft/gh/deadletter
Add deadletterPolicy to exclude deadletters with 404 not found reason
2017-06-27 13:23:27 -07:00
Gene Hazan 253f6ef73a Correct mongodocstore 2017-06-27 13:22:12 -07:00
Gene Hazan 5a0f0fb705 Support etag and get by URN 2017-06-27 11:15:37 -07:00
Gene Hazan 563330508f Change logging 2017-06-27 10:22:39 -07:00
Gene Hazan ebf34c52a0 Add deadletterPolicy to exclude deadletters with 404 not found reason 2017-06-26 09:19:08 -07:00
Jeff McAffer 60c131079b update the Contributing section
Based on feedback from @craigez and @willbar  Thanks!
2017-06-19 13:08:34 -07:00
Jeff McAffer 407754ef98 Merge pull request #96 from Microsoft/jm/docker-compose
update docker compose for elastic
2017-06-12 13:08:00 -07:00
Gene Hazan 2c835d2a65 Merge pull request #101 from Microsoft/gh/docker
Update Dockerfile
2017-06-12 12:40:40 -07:00
Gene Hazan 45cc550844 Update Dockerfile 2017-06-12 12:37:12 -07:00
Jeff McAffer 5463dbfe5c update docker compose for elastic 2017-06-09 10:45:38 -07:00
Gene Hazan d04333e50a Merge pull request #93 from Microsoft/gh/commits
gh/commits
2017-06-08 09:34:08 -07:00
Gene Hazan c830f0751d Code review changes 2017-06-08 09:23:17 -07:00
Gene Hazan 2c87136362 Code review changes 2017-06-07 14:14:26 -07:00
Gene Hazan 2d15805828 Add PR commit & commit comments types. Process synchronize PullRequestEvent. 2017-06-02 14:29:31 -07:00
Jeff McAffer 5110a15f89 Merge pull request #92 from Microsoft/jm/tokenHandling
simplify simple token scenarios
2017-05-26 11:10:59 -07:00
Jeff McAffer c45c0facf9 simplify simple token scenarios 2017-05-26 11:10:08 -07:00
Gene Hazan 222e2b6757 Delete unreachable code 2017-05-09 10:29:32 -07:00
Gene Hazan ef9d5327c1 Do not queue PushEvents if there is no policy. 2017-05-08 10:31:19 -07:00
Gene Hazan b194c5d2e6 Update PushEvent's commits href 2017-05-03 21:47:27 -07:00
Gene Hazan 842fbfe94c Merge pull request #91 from Microsoft/gh/missingCommits
Add handling of PushEvent commits.
2017-05-03 15:53:10 -07:00
Gene Hazan 342a08a07a Code review 2017-05-03 15:41:09 -07:00