Re: [Cloud] SQL Question

2019-08-14 Thread Huji Lee
Amazing! It did not occur to me that I should try it outside of Quarry (I just love and trust Quarry so much ... ;) Thank you all for your help. I am going to move this to Phabricator as a task for Quarry. On Wed, Aug 14, 2019 at 9:30 AM Brad Jorsch (Anomie) wrote: > On Wed, Aug 14, 2019 at 9:1

Re: [Cloud] Multiple Web Services on Toolforge

2019-08-14 Thread David Barratt
Awesome. Thanks! On Wed, Aug 14, 2019 at 9:23 AM Bryan Davis wrote: > On Wed, Aug 14, 2019 at 6:39 AM David Barratt > wrote: > > > > Is it possible to run multiple web services on a single Toolforge tool? > For instance, is it possible to run a PHP service for any /api routes and a > node.js se

Re: [Cloud] SQL Question

2019-08-14 Thread Brad Jorsch (Anomie)
On Wed, Aug 14, 2019 at 9:10 AM John wrote: > I tweaked the initial select statement from *,* to just * > > MariaDB [fawiki_p]> set @row_number = 0; set @row_number_2 = 0; select * > from ( select (@row_number:=@row_number + 1) as rownumber, ipb_address from > ipblocks where ipb_by_actor = 1789 o

Re: [Cloud] Multiple Web Services on Toolforge

2019-08-14 Thread Bryan Davis
On Wed, Aug 14, 2019 at 6:39 AM David Barratt wrote: > > Is it possible to run multiple web services on a single Toolforge tool? For > instance, is it possible to run a PHP service for any /api routes and a > node.js service for all other routes? > > Or would we need to create two tools? I woul

Re: [Cloud] SQL Question

2019-08-14 Thread John
I tweaked the initial select statement from *,* to just * MariaDB [fawiki_p]> set @row_number = 0; set @row_number_2 = 0; select * from ( select (@row_number:=@row_number + 1) as rownumber, ipb_address from ipblocks where ipb_by_actor = 1789 order by ipb_range_start ) as ipb left join ( select (@r

[Cloud] Multiple Web Services on Toolforge

2019-08-14 Thread David Barratt
Is it possible to run multiple web services on a single Toolforge tool? For instance, is it possible to run a PHP service for any /api routes and a node.js service for all other routes? Or would we need to create two tools? Thanks! David Barratt ___ Wik