Meno25
01301705c1
Update whitelist link ( #59 )
2023-03-25 12:52:27 +01:00
Martin Urbanec
1236808aa4
Merge pull request #58 from jdforrester/patch-2
...
Abstract: Also add #tool-ducttape tasks to project
2023-03-13 18:10:15 +01:00
James D. Forrester
3b4a803133
Abstract: Also add #tool-ducttape tasks to project
2023-03-13 15:38:37 +00:00
Martin Urbanec
4ecb19795d
Remove an obsolete rule
...
Neither user-urbanecm-wmf-engineering or growth-deployments are in use as of today.
2023-03-10 01:14:19 +01:00
Amir Sarabadani
78c20088ed
Merge pull request #57 from MarcoAurelioWM/patch-1
...
new_wikis_handler: Tag Countervandalism-Network instead of posting to…
2023-02-02 07:58:00 +01:00
MarcoAurelio
344ab2c641
new_wikis_handler: Tag Countervandalism-Network instead of posting to Meta
...
On advice of CVN staff, and given that they're now using Phabricator to track their work, make the bot tag the post-creation Task with the CVN project instead of telling people to go to Meta and post to their talk page.
Tweaks re Stewards Noticeboard for Bot Policy activation.
2023-02-02 02:30:59 +01:00
Martin Urbanec
e321bda0a8
Merge pull request #56 from MarcoAurelioWM/patch-1
...
new_wikis_handler: Modify wording about bot policy
2023-01-29 15:42:53 +01:00
MarcoAurelio
41fb56f9bc
new_wikis_handler: Modify wording about bot policy
...
See <https://meta.wikimedia.org/w/index.php?oldid=24449416#Global_bots >. BP is automatically enabled on all content wikis by default so there's no need to propose its implementation. Rather, we need to notify them that we've added the wiki to the wikiset and if they wish to opt-out, they shall have a local discussion and let us know.
2023-01-29 15:36:25 +01:00
Amir Sarabadani
1534a3d249
Merge pull request #55 from dancysoft/master
...
patchforreview_remover.py: Support both Gerrit and Gitlab
2023-01-21 06:36:15 +01:00
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