1
0
Fork 0
mirror of https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot synced 2024-10-18 20:08:48 +02:00
Commit graph

179 commits

Author SHA1 Message Date
Ahmon Dancy
ae3f603e50 patchforreview_remover.py: Handle bot comments for Gitlab status updates
Handle change status report for both Gerrit and Gitlab.

Bug: T325297
2023-01-19 15:27:31 -08:00
Ahmon Dancy
10c6aace45 Fix gerrit_patch_id regexp
Change the gerrit_patch_id regexp from
r'https://gerrit(?:-test|)\.wikimedia\.org/r/.*(\d+)(?:$|\]\])'
to
r'https://gerrit(?:-test|)\.wikimedia\.org/r/(\d+)(?:$|\]\])'

The .* in the old regexp was collecting most of the digits expected to
be matched by the (\d+).  For example if the input was
https://gerrit.wikimedia.org/r/875932, the collected digits would just
be "2".
2023-01-19 10:57:12 -08:00
Ahmon Dancy
9b64c4b501 Added some comments 2023-01-19 10:54:18 -08:00
Amir Sarabadani
97a38359f6
Merge pull request #54 from ebernhardson/update-search-index-config-log
new_wikis_handler: Write Cirrus maint script output to log file
2023-01-10 21:27:23 +01:00
Erik Bernhardson
4c9676579c new_wikis_handler: Write Cirrus maint script output to log file
This script hasn't been working as expected lately, search indices are
not being created for the new wikis. Adding a bit to the command to
log the output into a file so it can be reviewed for errors
post-creation.
2023-01-10 11:53:00 -08:00
Martin Urbanec
e44d37efce
Merge pull request #53 from jdforrester/patch-1
[Abstract Wikipedia team] Also add the new #wikifunctions tag
2022-11-29 21:18:40 +01:00
James D. Forrester
a728de6881
[Abstract Wikipedia team] Also add the new #wikifunctions tag 2022-11-29 20:00:00 +00:00
Amir Sarabadani
6b1dae0866
Merge pull request #52 from lucaswerkmeister/patch-1
project_grouper: [Wikidata] Remove Wikidata-Page-Banner
2022-11-21 19:27:44 +01:00
Lucas Werkmeister
b92fbfcfa3
project_grouper: [Wikidata] Remove Wikidata-Page-Banner
WikidataPageBanner is a Wikivoyage extension that isn’t maintained by
the Wikidata team; I don’t think it makes sense to automatically add
Wikidata to all its tasks (e.g. T323376).
2022-11-18 15:58:08 +01:00
Amir Sarabadani
de1420c278 new_wikis_handler: Update puppet's apache path for special wikis
See T320890#8390951
2022-11-13 19:20:35 +01:00
Martin Urbanec
4a8b3f5b43
Merge pull request #47 from urbanecm/autotag
new_wikis_handler: Automatically tag post-creation task with platform…
2022-10-12 18:31:21 +02:00
Martin Urbanec
3a0bcd8b55 growthexpriments-mentorship: Move tasks that are in sprint to In Progress
I keep forgetting to do that manually :D.
2022-09-29 11:57:13 +02:00
Martin Urbanec
c338ec8707
Merge pull request #51 from RhinosF1/patch-5
column_mover: drop Miraheze-Linked from User-RhinosF1
2022-08-17 21:58:33 +02:00
RhinosF1
530447723c
column_mover: drop Miraheze-Linked from User-RhinosF1
Hidden; no longer used. See https://phabricator.wikimedia.org/T315160 for context
2022-08-17 20:07:35 +01:00
Amir Sarabadani
9489dc3653 Stop forcing sys.argv[1] for creds
This is not really needed
2022-08-13 16:09:13 +02:00
Amir Sarabadani
260ec45d9d gerrit.py changes
Avoid using ssh and the mess around it
2022-08-13 16:06:50 +02:00
Amir Sarabadani
731184f2be Add user_notice_archiver
To clean up archives of user-notice tag
2022-08-13 16:06:50 +02:00
Martin Urbanec
74733131c8 project_grouper: [Growth] Add -mentorship to all -mentordashboard tasks 2022-08-11 13:01:28 +02:00
Amir Sarabadani
dabee4f70b
Merge pull request #50 from lydiapintscher/patch-10
Add Wikidata data quality and trust to Wikidata project
2022-07-10 17:14:19 +02:00
Lydia Pintscher
008d6cecce
add Wikidata data quality and trust to Wikidata project 2022-07-10 17:12:04 +02:00
Amir Sarabadani
1b61c198c0
Merge pull request #49 from lydiapintscher/patch-9
add Wikidata Dev Team to Wikidata
2022-07-05 17:02:36 +02:00
Lydia Pintscher
ae3db3fba7
add Wikidata Dev Team to Wikidata 2022-07-05 16:39:52 +02:00
Amir Sarabadani
06016db2ce
Remove user-ladsgroup rules
I don't use this board anymore. It was useful when I was actively working in multiple projects which is not the case anymore.
2022-04-22 22:06:05 +02:00
Martin Urbanec
e38d3e2085
Merge pull request #48 from Ladsgroup/addshore-patch-1
Update column_mover.py for wdwb-tech board changes
2022-04-22 14:00:45 +02:00
addshore
69a6e90b57
Update column_mover.py 2022-04-22 08:59:21 +01:00
Martin Urbanec
3e9e77e4f0 new_wikis_handler: Automatically tag post-creation task with platform-engineering
Discussed at
https://wikimedia.slack.com/archives/C01R06P8D1B/p1649147661951379.
2022-04-05 11:59:54 +02:00
Amir Sarabadani
439c7716cc new_wikis_handler: Fix post-creation checklist
This breaks the bot before it gets to wikistats/wikidata/pywikibot
2022-03-27 01:42:46 +01:00
Martin Urbanec
9cd5be9296
Merge pull request #46 from Nintendofan885/patch-1
Fix typo
2022-03-25 21:56:03 +01:00
Nintendofan885
dccae07688
Fix typo
wikiata_help_page -> wikidata_help_page
2022-03-25 20:04:10 +00:00
Amir Sarabadani
ce496e1e53 Add moving columns in DBA tag 2022-03-08 12:43:56 +01:00
Amir Sarabadani
89c5d41610 gerrit: Add support for non-master branches
Puppet uses "production" branch
2022-03-03 16:12:54 +01:00
Amir Sarabadani
26469ae3bc
Merge pull request #45 from lydiapintscher/patch-8
add Special:NewLexeme revival to the Wikidata group
2022-02-08 10:01:26 +01:00
Lydia Pintscher
33dd6e5661
add Special:NewLexeme revival to the Wikidata group 2022-02-08 09:26:36 +01:00
Martin Urbanec
4d427fafff
Merge pull request #37 from ZabeMath/patch-1
Replace deploy1001 with deployment host
2022-01-12 20:24:23 +01:00
Alexander Vorwerk
723dffe006 Replace deploy1002 with deployment host 2022-01-12 20:17:55 +01:00
Amir Sarabadani
12fe17d093
Merge pull request #44 from legoktm/patch-1
Update for consolidated db-production.php file
2022-01-12 15:11:22 +01:00
Kunal Mehta
68add5a6dc
Update for consolidated db-production.php file
Bug: T260297
2021-12-23 15:52:51 -08:00
Amir Sarabadani
9fba311dc0
Merge pull request #43 from lydiapintscher/patch-7
add new rule for Special:NewLexeme revival
2021-12-21 22:07:50 +01:00
Lydia Pintscher
f33e3eb831
add new rule for Special:NewLexeme revival
The tickets should all be tagged as lex. data.
2021-12-21 22:04:12 +01:00
Martin Urbanec
0f4d18d1e2
Merge pull request #42 from ottomata/master
Add rule for Data-Engineering tag
2021-12-06 16:24:36 +01:00
Ottomata
5cc16ed426 Add rule for Data-Engineering tag
Bug: T295397
2021-12-06 10:07:45 -05:00
Martin Urbanec
4beb75527e
Merge pull request #41 from supertassu/master
Fix syntax error in column_mover
2021-10-28 11:17:33 +02:00
Taavi Väänänen
c33b2c7a94
Fix syntax error in column_mover 2021-10-28 12:16:35 +03:00
Amir Sarabadani
0b7f942ae9 Fix new_wiki_handler 2021-09-29 16:50:35 +02:00
Amir Sarabadani
141137c012
Merge pull request #40 from R4356th/patch-1
Move closed tasks to the "Done" column in "Bengali-Sites" project
2021-09-25 23:43:30 +02:00
R4356th
15823587dc
Move closed tasks to the "Done" column in "Bengali-Sites" project 2021-09-26 03:31:43 +06:00
Amir Sarabadani
d65fea54aa
Merge pull request #39 from ragelink/patch-1
Chore(T288756): removing sre-observability tags
2021-09-09 22:29:10 +02:00
Leo Mata
a854c521ef
Chore(T288756): removing sre-observability tags
Hello! I am currently restructuring tags for SRE Observability subcomponents so will be repurposing these tags within phabricator. Proposing to remove these for now, thank you!
2021-09-09 14:25:50 -06:00
Martin Urbanec
c01d86ef0d
Merge pull request #38 from lydiapintscher/patch-6
add termbox project for Wikidata
2021-08-28 19:43:02 +02:00
Lydia Pintscher
8e76e4c531
add termbox project for Wikidata 2021-08-28 19:11:20 +02:00