about summary refs log tree commit diff
path: root/src/tools/publish_toolstate.py
AgeCommit message (Collapse)AuthorLines
2020-05-03Remove clippy from some leftover lists of "possibly failing" toolsOliver Scherer-5/+0
2020-04-15update tool maintainersPietro Albini-1/+1
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-2/+9
2020-04-04Auto merge of #69898 - spastorino:rename-rustc-guide2, r=Xanewokbors-3/+3
Move rustc-guide submodule to rustc-dev-guide r? @pietroalbini
2020-04-04Update src/tools/publish_toolstate.pyIgor Matuszewski-1/+1
Co-Authored-By: Mateusz Mikuła <mati865@users.noreply.github.com>
2020-03-25Revert "Automatically tag as nominated for T-compiler"Santiago Pastorino-1/+0
This reverts commit 46a8fcdf3cf0eb64b5ac70b4847f1facbdd12be1.
2020-03-24Move rustc-guide submodule to rustc-dev-guideSantiago Pastorino-3/+3
2020-03-04more toolstate commentsRalf Jung-5/+4
2020-02-25Do not ping PR reviewers in toolstate breakageYuki Okushi-4/+3
2020-02-20Do not ping the infrastructure team on toolstate changesMark Rousskov-2/+2
To my knowledge, there is essentially never any particular action that the infra team needs to take on these pings, and they are currently relatively annoying.
2020-02-07PEP8 format spacingChris Simpkins-6/+11
2019-11-18Add JohnTitor to rustc-guide toolstate notification listYuki Okushi-4/+4
Also update org names of some books
2019-10-10Don't cc rust-lang/compiler for toolstate changesvarkor-1/+1
2019-09-16avoid duplicate issues for Miri build failuresRalf Jung-5/+14
2019-09-16ci: remove projektir from toolstate notificationsPietro Albini-1/+1
They don't contribute to rust-by-example anymore.
2019-09-16ci: convert maintainer list in publish_toolstate to a setPietro Albini-22/+23
2019-09-16ci: address publish_toolstate review commentsPietro Albini-10/+10
2019-09-16ci: rename Gankro to Gankra in toolstatePietro Albini-1/+1
2019-09-16ci: ensure all tool maintainers are assignable on issuesPietro Albini-0/+60
GitHub only allows people explicitly listed as collaborators on the repository or who commented on the issue/PR to be assignees, failing to create the issue if non-assignable people are assigned. This adds an extra check on CI to make sure all the people listed as tool maintainers can be assigned to toolstate issues. The check won't be executed on PR builds due to the lack of a valid token.
2019-09-03Add Yaah to clippy toolstain notification listJane Lusby-1/+1
2019-08-28Notify me (flip1995) when Clippy toolstate changesflip1995-1/+1
2019-08-21add amanjeevMark Mansi-1/+1
2019-07-23more commentsRalf Jung-1/+4
2019-07-23more callback docsRalf Jung-0/+3
2019-07-09Add spastorino for rustc-guide toolstateWho? Me?!-1/+1
2019-07-06Track rustc-guide on toolstateAndré Luis Leal Cardoso Junior-0/+2
2019-06-21do as tidy saysRalf Jung-1/+2
2019-06-21don't make PR author assignee; that break creating the issue when they are ↵Ralf Jung-1/+0
not a team member
2019-06-21show HTTP error bodyRalf Jung-1/+3
2019-06-21fix long lineRalf Jung-1/+2
2019-06-21dump the JSON we are going to submit to GH to create the issueRalf Jung-19/+21
2019-06-21give a bit more context in the error messageRalf Jung-2/+2
2019-06-21publish_toolstate: don't use 'new' from inside the loopRalf Jung-5/+5
2019-06-18create an issue for miri even in status test-failRalf Jung-8/+17
2019-06-13ci: Enable toolstate tracking on AzureAlex Crichton-8/+15
Currently just run it through its paces but don't actually push to official locations. Instead let's just push to a separate fork (mine) as well as open issues in a separate fork (mine). Make sure that people aren't pinged for these issues as well! This should hopefully ensure that everything is working on Azure and give us a chance to work through any issues that come up.
2019-04-17Remove nrc from toolstate pingsNick Cameron-2/+2
2019-03-28Add edition-guide to toolstate.Eric Huss-1/+3
Also, add me to reference, alercah has taken a step back from involvement.
2019-03-10Fix tidykennytm-1/+4
2019-03-10Update src/tools/publish_toolstate.pyJames Munns-1/+1
Co-Authored-By: kennytm <kennytm@gmail.com>
2019-03-09Track embedded-book in the toolstatekennytm-3/+5
2019-02-21Update miri linksPhilipp Hansch-1/+1
Miri has been moved to `rust-lang` a couple of days ago.
2019-02-17publish_toolstate.py: further fix the runtime errorskennytm-3/+3
The regex was missing a `,`, causing `relevant_pr_match` to become None and set the PR number to -1 and assigned the new issue to `@<unknown user>`. This causes the 422 error when creating the issue due to invalid assignee and unable to leave the tool-is-broken comment since PR -1 does not exist. The default user names are now also changed to @ghost to prevent the 422 error in case anything goes wrong again.
2019-02-17Auto merge of #58495 - kennytm:rollup, r=kennytmbors-1/+1
Rollup of 19 pull requests Successful merges: - #57929 (Rustdoc remove old style files) - #57981 (Fix #57730) - #58074 (Stabilize slice_sort_by_cached_key) - #58196 (Add specific feature gate error for const-unstable features) - #58293 (Remove code for updating copyright years in generate-deriving-span-tests) - #58306 (Don't default on std crate when manipulating browser history) - #58359 (librustc_mir: use ? in impl_snapshot_for! macro) - #58395 (Instant::checked_duration_since) - #58429 (fix Box::into_unique effecitvely transmuting to a raw ptr) - #58433 (Update which libcore/liballoc tests Miri ignores, and document why) - #58438 (Use posix_spawn_file_actions_addchdir_np when possible) - #58440 (Whitelist the ARM v6 target-feature) - #58448 (rustdoc: mask `compiler_builtins` docs) - #58468 (split MaybeUninit into several features, expand docs a bit) - #58479 (compile-pass test for #53606) - #58489 (Fix runtime error in generate-keyword-tests) - #58496 (Fix documentation for std::path::PathBuf::pop) - #58509 (Notify myself when Clippy toolstate changes) - #58521 (Fix tracking issue for error iterators)
2019-02-16Notify myself when Clippy toolstate changesPhilipp Hansch-1/+1
2019-02-15Fix the syntax error in publish_toolstate.pykennytm-3/+3
2019-02-14Notify @topecongiro when the state of rustfmt has changedtopecongiro-1/+1
2019-02-13Auto merge of #56951 - oli-obk:auto_toolstate_issue, r=kennytmbors-3/+83
Automatically open an issue when a tool breaks cc @nikomatsakis fixes https://github.com/rust-lang-nursery/rust-toolstate/issues/6 documentation about issue opening via the github api: https://developer.github.com/v3/issues/#create-an-issue
2019-02-12Permit issue posting to have network failuresOliver Scherer-4/+12
2018-12-27Added a job to dry-run the publish_toolstate.py oncekennytm-0/+5
2018-12-25Remove licensesMark Rousskov-10/+0