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

21 Коммитов

Автор SHA1 Сообщение Дата
Alex Ghiondea 065b7efb17
Add report for issues that are marked with test-* labels in the repo. (#1865)
* Add report for issues that are marked with test-* labels in the repo.

* Address PR feedback

Co-authored-by: Alex Ghiondea <alexghi@microsoft.com>
2021-08-02 10:58:19 -07:00
Chidozie Ononiwu 2a8c2c95b5
Update links with master to use main (#1716)
Updating master references to main.
The changes here are not much so am doing it as a PR.
2021-06-21 19:19:55 +00:00
Sima Zhu d67e4000dc
Support default branch for the workflow. Part 1 (#1493) 2021-03-26 10:29:51 -07:00
Mitch Denny c06af3119c
Only return issues for invalid customer issues report. (#1271) 2020-12-11 10:35:54 +11:00
Mitch Denny b12ebc271a
GitHub rate limiting fix (via retries) (#1055)
* Add rate limit recovery to GitHub Issues. (#1048)
2020-09-30 22:00:09 +10:00
Mitch Denny 8703aa98ba
Add rate limiter to GitHub calls. (#996)
* Add rate limiter to GitHub calls.

* Forgot to commit the csproj file.
2020-09-22 08:47:58 +10:00
Mitch Denny f26ad6e2c2
Tool to update ci.yml headers. (#869)
* Tool to update ci.yml headers.

* Handle comments after the header.

* Updated tools repo CI files too.
2020-08-19 13:52:31 +10:00
Mitch Denny 1032678d49
Improve logging for GitHub Issues. (#890) 2020-08-19 11:35:57 +10:00
Mitch Denny 56baac8f80
Update dependencies for GitHub Isssues. (#888) 2020-08-16 22:42:20 +10:00
Mitch Denny e0ea5871c0
Refactor GitHub Issues (#860)
* Major refactor of GitHub issues function. (#842)
2020-08-12 14:48:52 +10:00
Alex Ghiondea be0a850a99
Add a column for the state of the issue (some could be closed) (#839)
Ensure that we sort the issues by the state before adding them to the report.
2020-08-04 10:49:14 +10:00
Mitch Denny 26c1139aaa
Add retry logic for rate limiting exceptions. (#819) 2020-07-29 10:33:31 +10:00
Alex Ghiondea e51c2088d0
Ensure that the milestone is not null before using. (#791) 2020-07-14 15:50:10 -07:00
Alex Ghiondea 4ac6743bfa
Make sure that the issue is not flagged as needing an owner if it is … (#685)
* Make sure that the issue is not flagged as needing an owner if it is in the backlog milestone.

* Fixup the logic
2020-06-15 09:58:40 -07:00
Alex Ghiondea af0a77087f
Change order in which the tables show up in the report. (#668) 2020-06-01 14:56:14 -07:00
Alex Ghiondea 67a99b580e
Update the label we use for issues that need the team's attention. (#621) 2020-05-16 09:19:42 +10:00
Mitch Denny 9d0a457fee
Add ping functions to each of the three services we operate. (#582) 2020-05-09 08:19:51 +10:00
Alex Ghiondea 15232ab174
Update the report for new issues to call out needs-attentions issues as well (#553)
* Update the constant name for 'needs-attention'

* Move the email sender object to another folder.

* Rename the repository name from 'repo' to 'name'

* Add style check to require explicit types.

Small refactoring of the existing report for new PRs and Issues.

* Add report about the issues that need attention from the product team.

* Use explicit types instead of var

* Merge the needs-attention report into the report about new issues and PRs.
2020-04-29 15:51:10 -07:00
Alex Ghiondea 9e37cc466f
Improve logging and fix bug (#513)
* Add logging around what the email is looking like.

* Fix bug where 2 parameters where swapped.
2020-04-18 09:59:39 +10:00
Mitch Denny 571cd02342
GitHub Issues tool restructured for functions pipeline (#502)
* Restructure the code to match convention.

* Update to functions v3.
2020-04-17 10:04:43 +10:00
Alex Ghiondea 5333061f0e
Initial port of the tool from the internal repository to the open. (#492)
* Initial port of the tool from the internal repository to the open.

* Add CI template.

* Update the CI file per feedback.
2020-04-16 08:41:33 +10:00