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

14 Коммитов

Автор SHA1 Сообщение Дата
Gene Hazan faa16acf5c Correct returning response 2019-04-19 09:11:48 -07:00
Gene Hazan a7699e641f Update comment 2019-04-18 13:23:05 -07:00
Gene Hazan 020c39d01e
Ignore check_run & check_suite events ASAP (#167)
* Ignore check_run & check_suite events ASAP
* Add a comment
2019-04-18 12:53:06 -07:00
Gene Hazan 4e0b3ab841 Remove GitHub signature check and collect failures 2018-12-12 13:41:50 -08: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
Jeff McAffer ca135a9252 update guid to be deliveryId 2017-04-11 12:45:48 -07:00
Jeff McAffer 8858197a0b uniquify the request event_trigger request url 2017-04-11 10:27:08 -07:00
Gene Hazan 2851389fa6 Gh/deleted entities (#74)
* Initial changes for deleted entities support. Correct repo test.

* Add tests

* Do not queue certain events in case of deletion

* Add placeholders for handling relation changes

* Relation handling for team and member events

* Initial code review

* update deletion handling and repo test

* Correct indentation

* Process repository only if TeamEvent contains repository payload

* Correct TeamEvent & deletion tests

* Try queueing repo for MemberEvent's added action which does not contain repository in the payload

* Decrease qlimit for one time job.

* Add history. Capture removed MemberEvent.

* Added storage count script. Added token arg.

* Final corrections

* Correct tests

* Add test

* More tweaks

* Mark review_comment deleted - could be via PullRequestReviewCommentEvent

* Add OrgBlockEvent

* Code cleanup

* Remove duplicate functions

* Crawl a repo when it is first created.

* Update MemberEvent handling

* Crawl team when it is first created

* Update fetch policy for relations.

* Correct linting warnings

* Correct merge

* Correct merge

* Move deleteAt marking out to crawler

* Correct context copying

* tweak processing outcome for delete

* Carry history through
2017-04-07 11:34:16 -07:00
Gene Hazan a485b5d189 Code review 2017-03-14 14:38:13 -07:00
Gene Hazan a9a55780b8 Dashboard fails if queue does not exist 2017-03-14 13:41:20 -07:00
William Bartholomew ad884805d5 Use modules directly 2017-03-10 09:28:54 -08:00
William Bartholomew b6c3aa03ba Fix paths 2017-03-09 16:44:45 -08:00
William Bartholomew 7393e7c7fe Merge ospo-ghcrawler into ghcrawler 2017-03-09 16:22:33 -08:00