[Wikitech-l] WebTestCase

2019-10-01 Thread Jeroen De Dauw
Hey,

Does MediaWiki have something similar to Symfony's WebTestCase? (
https://symfony.com/doc/current/testing.html#functional-tests)

I want to write some integration tests in the form of "does web page
/wiki/MyWikiPage contain HTML snippet XYZ".

Cheers

--
Jeroen De Dauw | www.EntropyWins.wtf  |
www.Professional.Wiki 
Entrepreneur | Software Crafter | Speaker | Open Souce and Wikimedia
contributor
~=[,,_,,]:3
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] PLURAL in mw.msg

2019-10-01 Thread Krinkle
On Wed, 2 Oct 2019 at 03:17, Jeroen De Dauw  wrote:

>
> Including mediawiki.jqueryMsg fixed the issue. Thanks a bunch!
>
> I concur this is rather peculiar design. It'd be helpful to have some
> indication of this in the method docs of the mw.msg() code.


It is documented in the block for message.text() and message.parse(), with
mw.msg() being a shortcut for message.text(). Could be improved to mention
there directly as well!

-- Krinkle

https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.Message-method-text

https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.Message-method-parse

https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw-method-msg
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] PLURAL in mw.msg

2019-10-01 Thread Jeroen De Dauw
Hey Bawolff,

Including mediawiki.jqueryMsg fixed the issue. Thanks a bunch!

I concur this is rather peculiar design. It'd be helpful to have some
indication of this in the method docs of the mw.msg() code.

Cheers

--
Jeroen De Dauw | www.EntropyWins.wtf  |
www.Professional.Wiki 
Entrepreneur | Software Crafter | Speaker | Open Souce and Wikimedia
contributor
~=[,,_,,]:3
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] 503 Backend fetch failed

2019-10-01 Thread Bináris
David Barratt  ezt írta (időpont: 2019. okt. 1., K,
22:57):

> If you could provide the URL or the request that might be helpful. I know
> for instance that I have sometimes received that error on
> https://query.wikidata.org/ when there is a query timeout.
>

Perhaps it was https://hu.wikipedia.org/wiki/Evolution_Studios at around
12:55-56 UTC today.
My console ran out, I searched my command log for duplicate command, that's
why I think, but I am not sure.
Anyway, it was an article of huwiki.
I used category.py of Pywikibot.
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] 503 Backend fetch failed

2019-10-01 Thread David Barratt
If you could provide the URL or the request that might be helpful. I know
for instance that I have sometimes received that error on
https://query.wikidata.org/ when there is a query timeout.

On Tue, Oct 1, 2019 at 4:35 PM Gergő Tisza  wrote:

> 503 Backend fetch failed is a generic error message you get when the
> application server breaks so badly that it fails to even return an error
> message (e.g. PHP fatal errors can do this), so Varnish has to make up its
> own error message.
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] 503 Backend fetch failed

2019-10-01 Thread Gergő Tisza
503 Backend fetch failed is a generic error message you get when the
application server breaks so badly that it fails to even return an error
message (e.g. PHP fatal errors can do this), so Varnish has to make up its
own error message.
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] URL parameter fetching (mediawiki)

2019-10-01 Thread bawolff
MediaWiki coding conventions is to use the WebRequest object.

In the context of a SpecialPage subclass, you would probably do
$this->getRequest()->getVal( 'reason' );   [Note: This combines both POST
and GET values]

See
https://doc.wikimedia.org/mediawiki-core/master/php/classWebRequest.html#a3eecdf9b5d20122630bf5cc9c8506084
for more details.

--
Brian

On Tue, Oct 1, 2019 at 7:51 PM John Shepherd  wrote:

> Is there a “special” way in mediawiki to get parameters passed by URL or
> do you just use the conventional PHP way ($_GET)? I am trying to check if
> “Special:CreateAccount?reason=“ is set/has a value (and what that value is).
>
> Thank you for your assistance, trying to be convention compliant.
> -TheSandDoctor
>
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] URL parameter fetching (mediawiki)

2019-10-01 Thread John Shepherd
Is there a “special” way in mediawiki to get parameters passed by URL or do you 
just use the conventional PHP way ($_GET)? I am trying to check if 
“Special:CreateAccount?reason=“ is set/has a value (and what that value is).

Thank you for your assistance, trying to be convention compliant.
-TheSandDoctor

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [Outreachy Round 19] Contribution period is now open!

2019-10-01 Thread Brian Wolff
Just in case anyone had the same question as i did, the campaign project is
in the context of wiki education dashboard (I was originally assuming
upload wizard campaigns).

Good luck to all the participants.

--
Brian

On Tuesday, October 1, 2019, Srishti Sethi  wrote:

> Hello everyone,
>
> Wikimedia has listed seven projects in Outreachy Round 19:
> https://www.outreachy.org/apply/project-selection/#wikimedia :)
>
> One of these projects is documentation-related, one related to quality
> assurance and remaining five are coding projects:
>
>1. A system for releasing data dumps from a classifier detecting
>unsourced sentences in Wikipedia, mentored by *Sam Walton, Miriam Redi
>and Guilherme Gonçalves*
>2. Convert Campaign pages to React, mentored by *Khyati Soneji and Sage
>Ross*
>3. Create command-line runner for MediaWiki maintenance tasks, mentored
>by *Will Doran*
>4. Create regression automated tests for Special:Homepage functionality
>testing, mentored by *Elena Tonkovidova*
>5. Documentation improvements to the ~20 top 100 most viewed MediaWiki
>Action API pages on-wiki, mentored by *Jerop Brenda*
>6. Improve MediaWiki Action API Integration Tests, mentored by *Kate
>Chapman, Clara Andrew-Wani and Daniel Kinzler*
>7. Improvements and User Testing of Wiki Education Dashboard Android
>App, mentored by *Ujjwal Agrawal and Sage Ross*
>
> Only applicants with an account on the Outreachy site
>  will be able to see the details of these projects.
> You can learn more about the timeline, roles, and responsibilities of
> participants and mentors, and ways to get in touch with the coordinators
> here: https://www.mediawiki.org/wiki/Outreachy/Round_19. You can also view
> these projects under "Featured projects" column here on Phabricator:
> https://phabricator.wikimedia.org/project/view/4265/.
>
> Spread the news among your friends both in the Wikimedia world and outside
> and encourage them to apply :)
>
> If you have any questions, please reach out to me!
>
> Cheers,
> Srishti
>
> *Srishti Sethi*
> Developer Advocate
> Wikimedia Foundation 
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Docs for using Mediawiki Docker Image

2019-10-01 Thread David Barratt
I started a page at: https://www.mediawiki.org/wiki/Docker/Hub please
improve it. :)

And yes, to answer your question, there should be a single container per
process (
https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#decouple-applications).
Since node.js is a separate process, it should ideally be in its own
container.

On Tue, Oct 1, 2019 at 3:11 PM Hogan (US), Michael C <
michael.c.hog...@boeing.com> wrote:

> What's the best place (wiki page) to start learning how to use the
> DockerHub image for MediaWiki? The image source is at
> https://github.com/wikimedia/mediawiki-docker and I found Docker/SIG. I
> understand the basic setup, but am new to Docker and don't understand how
> to approach Extension:Visual Editor, which seems to need a separate Docker
> image with NodeJS. My goal is to evaluate whether to switch from virtual
> machine hosting (which has been very successful) to Docker-based hosting
> (now that a PaaS supporting containers is now available to me). Thank you!
> ---
> Michael Hogan
>
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Docs for using Mediawiki Docker Image

2019-10-01 Thread Hogan (US), Michael C
What's the best place (wiki page) to start learning how to use the DockerHub 
image for MediaWiki? The image source is at 
https://github.com/wikimedia/mediawiki-docker and I found Docker/SIG. I 
understand the basic setup, but am new to Docker and don't understand how to 
approach Extension:Visual Editor, which seems to need a separate Docker image 
with NodeJS. My goal is to evaluate whether to switch from virtual machine 
hosting (which has been very successful) to Docker-based hosting (now that a 
PaaS supporting containers is now available to me). Thank you!
---
Michael Hogan

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] [Outreachy Round 19] Contribution period is now open!

2019-10-01 Thread Srishti Sethi
Hello everyone,

Wikimedia has listed seven projects in Outreachy Round 19:
https://www.outreachy.org/apply/project-selection/#wikimedia :)

One of these projects is documentation-related, one related to quality
assurance and remaining five are coding projects:

   1. A system for releasing data dumps from a classifier detecting
   unsourced sentences in Wikipedia, mentored by *Sam Walton, Miriam Redi
   and Guilherme Gonçalves*
   2. Convert Campaign pages to React, mentored by *Khyati Soneji and Sage
   Ross*
   3. Create command-line runner for MediaWiki maintenance tasks, mentored
   by *Will Doran*
   4. Create regression automated tests for Special:Homepage functionality
   testing, mentored by *Elena Tonkovidova*
   5. Documentation improvements to the ~20 top 100 most viewed MediaWiki
   Action API pages on-wiki, mentored by *Jerop Brenda*
   6. Improve MediaWiki Action API Integration Tests, mentored by *Kate
   Chapman, Clara Andrew-Wani and Daniel Kinzler*
   7. Improvements and User Testing of Wiki Education Dashboard Android
   App, mentored by *Ujjwal Agrawal and Sage Ross*

Only applicants with an account on the Outreachy site
 will be able to see the details of these projects.
You can learn more about the timeline, roles, and responsibilities of
participants and mentors, and ways to get in touch with the coordinators
here: https://www.mediawiki.org/wiki/Outreachy/Round_19. You can also view
these projects under "Featured projects" column here on Phabricator:
https://phabricator.wikimedia.org/project/view/4265/.

Spread the news among your friends both in the Wikimedia world and outside
and encourage them to apply :)

If you have any questions, please reach out to me!

Cheers,
Srishti

*Srishti Sethi*
Developer Advocate
Wikimedia Foundation 
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Fresh-node: 19.10.1

2019-10-01 Thread Krinkle
I've published a new version of Fresh. Fresh is a simple way to create
light and fast isolated contexts in your Terminal. For example, when you
need to run 'npm' commands that install and run code needed for ESLint,
Grunt or Selenium tests.

Get started at https://github.com/wikimedia/fresh

See also:
*
https://www.mediawiki.org/wiki/Manual:JavaScript_unit_testing#Getting_started
*
https://www.mediawiki.org/wiki/Selenium/Node.js/Target_Local_MediaWiki_(Container)

Background:
Last month I wrote [1] about the risk and dangers involved with running
"npm install" and "npm test" commands as developers. In a nut shell: There
are no built-in protections. At risk are your personal data, web browser
session, and more. Interactions with 'git', 'sudo' or 'ssh' are also easy
to spy on or influence. This all in addition to the "normal" risk of
packages having undiscovered malicious (or non-malicious) security problems
in indirect dependencies that have never been audited for security by
anyone you'd know or trust. In particular, I think it is important to
understand that npm is different from Debian or PyPi in terms of social
etiquette and curation. More about that at [1].

-- Timo

[1]
https://medium.com/@timotijhof/how-to-protect-yourself-from-vulnerable-npm-packages-c03f85249651
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Book referencing proposal

2019-10-01 Thread Adam Wight
On Tue, Oct 1, 2019 at 5:05 PM Ryan Kaldari  wrote:

> The bug I linked to, T7265 ,
> seems
> like a relatively simple, straightforward solution to a common use case
> that still doesn't have a real solution: creating footnotes that have
> references.


Hi Ryan, thanks for bringing up this request.  I see that the  tag
(T7265)
discussion goes back even further than the task, for example on the
footnotes talk
page [1], as early as 2005 [2].  Un-merging the task was a good call, maybe
the
next step would be to promote it during the next community wishlist survey,
or elaborate enough that it would make a good mentorship project.

There might be some beneficial overlap from improvements to be made to the
marker number sequence logic?  We noticed that the VisualEditor module [3]
and
backend [4] each do their own numbering and neither code is open to
extension.

-Adam

[1] https://en.wikipedia.org/wiki/Help_talk:Footnotes
[2]
https://en.wikipedia.org/wiki/Wikipedia_talk:Manual_of_Style_(footnotes)/Archive_1
[3] https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Cite/+/531900/
[4] https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Cite/+/530399/
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] 503 Backend fetch failed

2019-10-01 Thread MusikAnimal
There is a similar issue tracked at
https://phabricator.wikimedia.org/T233271.

~MA

On Tue, Oct 1, 2019 at 10:14 AM John  wrote:

> I’ve seen it a number of times often just redoing the request makes it go
> away
>
> On Tue, Oct 1, 2019 at 9:06 AM Bináris  wrote:
>
> > Hi folks,
> > I got this message while running a bot:
> > Result: 503 Backend fetch failed
> >
> > I know HTTP 503 message, but I never got it during botwork. I restarted
> it
> > successfully. Is this normal?
> >
> > --
> > Bináris
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Book referencing proposal

2019-10-01 Thread Ryan Kaldari
Thanks for the feedback, Brad. To clarify, I know you can use {{#tag:ref}}
instead of  as a workaround, but that's a terrible solution and
undocumented  to boot. T3310
 (allowing nested tags) has been
batted around for years (as the bug number attests) but doesn't seem to
have any traction (although no one seems willing to decline it either). The
bug I linked to, T7265 , seems
like a relatively simple, straightforward solution to a common use case
that still doesn't have a real solution: creating footnotes that have
references. The fact that this solution has been rejected in favor of more
complicated solutions that either will never happen (T3310
) or don't actually solve the
problem (T8271 ) is disappointing,
IMO.

On Mon, Sep 30, 2019 at 12:17 PM Brad Jorsch (Anomie) 
wrote:

> On Mon, Sep 30, 2019 at 11:56 AM Ryan Kaldari 
> wrote:
>
> > While we're at it, can we add a separate  tag,
> > so that we can add footnotes with their own references (rather than
> having
> > to resort to templates)? See https://phabricator.wikimedia.org/T7265
> > (originally
> > requested in 2006!).
> >
>
> The bug you linked there was correctly marked as a duplicate of T8271. You
> seem to have gotten it confused with T3310
> , which is a separate issue with
> the parser in general.
>
> Also there's no actual need for templates for the current workaround, you
> can use {{#tag:ref}} directly to nest them.
>
> --
> Brad Jorsch (Anomie)
> Senior Software Engineer
> Wikimedia Foundation
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Upcoming Search Platform Office Hours—October 2nd

2019-10-01 Thread Trey Jones
Search Platform Office Hours start in about 24 hours. Hope to talk to you
there!

On Wed, Sep 25, 2019 at 12:39 PM Trey Jones  wrote:

> The Search Platform Team
>  usually holds
> office hours the first Wednesday of each month. Come talk to us about
> anything related to Wikimedia search!
>
>
> Feel free to add your items to the Etherpad Agenda for the next meeting.
>
>
> Details for our next meeting:
>
> Date: Wednesday, Oct 2nd, 2019
>
> Time: 15:00-16:00 GMT / 08:00-9:00 PDT / 11:00-12:00 EDT / 17:00-18:00 CEST
>
> Etherpad: https://etherpad.wikimedia.org/p/Search_Platform_Office_Hours
>
> Google Meet link: https://meet.google.com/vyc-jvgq-dww
>
>
> Hope to talk to you in a week!
>
> Trey Jones
> Sr. Software Engineer, Search Platform
> Wikimedia Foundation
> UTC-4 / EDT
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Adding a gadget to VisualEditor

2019-10-01 Thread Greg Rundlett (freephile)
Yaron Koren is working on a BPMN extension to MediaWiki, and just presented
his work  at SMWCon Fall 2019

Greg Rundlett
https://eQuality-Tech.com
https://freephile.org


On Thu, Sep 26, 2019 at 11:08 PM Mukunda Modell 
wrote:

> I have often thought of extending visual editor and found minimal
> documentation to get me started. Thanks for the pointers Marielle, and
> thanks Alain for starting the thread.
> Please let us know if you have any success, maybe this could be the
> beginning of some useful documentation around extending VE.
>
> On Thu, Sep 19, 2019 at 7:24 AM Marielle Volz  wrote:
>
> > You might want to check out the VE parts of the graph extension. It
> sounds
> > like a good analogue for what you want to do, where there's a pop-up to
> > edit the JSON (as well as a visual component) that is interpreted as a
> Vega
> > graph, which is an external library (https://vega.github.io/vega/). Code
> > for the VE parts here:
> >
> >
> https://github.com/wikimedia/mediawiki-extensions-Graph/tree/master/modules/ve-graph
> > .
> >
> > The documentation for VE is largely auto-generated, i.e. for
> ContentAction:
> > https://doc.wikimedia.org/VisualEditor/master/#!/api/ve.ui.ContentAction
> >  (which
> >
> >
> https://www.mediawiki.org/wiki/VisualEditor/Gadgets/Add_a_tool#Create_and_register_command
> > links
> > to if you haven't seen that page yet)
> >
> > There's also #wikimedia-editing on irc although it tends to be a bit dead
> > as well, but still probably better than #mediawiki :).
> >
> > Cheers,
> > Marielle
> >
> >
> >
> > On Tue, Sep 17, 2019 at 2:38 PM Alain PERRY 
> > wrote:
> >
> > > Hello list,
> > >
> > > I was sent here from the #mediawiki IRC channel, I hope this is indeed
> > the
> > > correct list to write to and ask you to please forgive me if it is not.
> > >
> > > First, a bit about myself: I'm no real developer, just a tech-savvy guy
> > > trying to build a wiki to document my employer's company inner
> workings.
> > > This last bit means documenting any piece of information we handle and
> > our
> > > business processes in doing so.
> > >
> > > After testing a few wiki engines, I came to the conclusion that
> mediawiki
> > > with the cargo extension was what I was looking for. I also built a
> small
> > > extension to allow inclusion and edition of BPMN diagrams with the
> > > https://bpmn.io library. All in all, this is pretty basic.
> > >
> > > Then I came to the realization that if I wanted any lambda-user to be
> > > willing to contribute to the wiki content, I needed the Visual Editor.
> > > Deploying it was easy enough, and everything seems to be working fine
> at
> > > the moment.
> > >
> > > I however feel I should make it possible to include a BPMN diagram from
> > > the VE toolbar. Ideally, this will take the form of a "popup" that will
> > > include the bpmn.io modeler to edit the diagram. However, in order to
> > > achieve this goal, I have a whole damn lot to learn and to experiment
> > with
> > > about VE.
> > >
> > > So I thought I should start with something a little humbler: a button
> > that
> > > would just include some basic XML in the page (a special page already
> > > allows editing that part of the page, so this would already be
> > convenient,
> > > though far from perfect). Using the gadgets example from the
> > documentation
> > > on the mediawiki wiki, I'm able to insert content into the page. But
> that
> > > content is escaped if it includes XML and I have no idea from the API
> doc
> > > how to include something less basic than mere text (or than a given
> > > template, since the example actually shows how to do that).
> > >
> > > What I'm actually getting at is this: would someone with good knowledge
> > of
> > > the API and some good old patience be willing to "tutor" me by giving
> > > pointers where I need them ?
> > >
> > > My first technical question would be this: I understand that my gadget
> > can
> > > register a ve.ui.Command, that will in turn call a method on an
> > > ve.ui.Action object. I guess I should stick to the ContentAction one.
> But
> > > I'm not sure what the "content" parameter should contain if given an
> > array.
> > > Is there, somewhere, some documentation I can read on this?
> > >
> > > Thanks a bunch for any help.
> > >
> > > Regards,
> > >
> > > --
> > > Alain Perry
> > >
> > > ___
> > > Wikitech-l mailing list
> > > Wikitech-l@lists.wikimedia.org
> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list

Re: [Wikitech-l] 503 Backend fetch failed

2019-10-01 Thread John
I’ve seen it a number of times often just redoing the request makes it go
away

On Tue, Oct 1, 2019 at 9:06 AM Bináris  wrote:

> Hi folks,
> I got this message while running a bot:
> Result: 503 Backend fetch failed
>
> I know HTTP 503 message, but I never got it during botwork. I restarted it
> successfully. Is this normal?
>
> --
> Bináris
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] 503 Backend fetch failed

2019-10-01 Thread Bináris
Hi folks,
I got this message while running a bot:
Result: 503 Backend fetch failed

I know HTTP 503 message, but I never got it during botwork. I restarted it
successfully. Is this normal?

-- 
Bináris
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] s5 primary master switchover (read-only required) 15th October 05:00 AM UTC

2019-10-01 Thread Manuel Arostegui
Hello,
We have requested a 30 minutes read-only window for s5 wikis (T234303) for
the 15th October from 05:00-05:30 AM UTC to switchover that section primary
database master (T234300)

db1070 is an old host and out of warranty that will be decommissioned
(T217396). The new master will be db1100.

We are going to do this on Tuesday 15th Oct from 05:00 to 05:30 AM UTC (we
do not expect to use the 30 minutes window, if everything goes as expected).

Impact: Writes will be blocked on the following wikis
cebwiki
dewiki
enwikivoyage
mgwiktionary
shwiki
srwiki

Reads will remain unaffected.

Communication will happen at #wikimedia-operations
If you are around at that time and want to help with the monitoring, please
join us!

Thanks
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l