Page MenuHomePhabricator

Enterprisey (Enterprisey)
User

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Tuesday

  • Clear sailing ahead.

User Details

User Since
Nov 29 2014, 6:22 PM (496 w, 11 h)
Availability
Available
IRC Nick
enterprisey
LDAP User
APerson
MediaWiki User
Enterprisey [ Global Accounts ]

Recent Activity

Jan 16 2024

Enterprisey added a comment to T355027: Orphaned revisions with rev_page pointing to nonexistent page.

Update on those enwiki edits: a friendly oversighter (suppress for everyone here) has confirmed that "You have either not specified any target revision on which to perform this function, or the specified revision does not exist, or you are attempting to hide the current revision." appears when they attempt to query if anything's interesting about those edits from an oversighter perspective. I'm not sure how accurate that message is if I got the revid from the revision table! :p

Jan 16 2024, 12:51 AM · Wikimedia-database-issue (Bad data)
Enterprisey added a comment to T355027: Orphaned revisions with rev_page pointing to nonexistent page.

On enwiki, the page IDs for those four edits don't seem to exist in the page table: (query https://quarry.wmcloud.org/query/79659)

SELECT
  *
FROM
  revision_userindex
  LEFT JOIN `page` p ON rev_page = page_id
WHERE
  rev_actor = 75321 AND
  p.page_id IS NULL
ORDER BY rev_timestamp ASC
Jan 16 2024, 12:38 AM · Wikimedia-database-issue (Bad data)

Jan 15 2024

Enterprisey added a comment to T325492: fast-ec discrepancies with xtools (total edit count).

so it took me a while to notice this, but xtools actually was matching fast-ec if you go by the sum of the "yearly bar graph" chart. unfortunately, that number turns out to be wrong due to SQL whatever, see T325492 edit I mean T355027 for the ongoing investigation (thanks musik for actually doing the work)

Jan 15 2024, 11:51 PM · tool-fast-ec

Jan 14 2024

Enterprisey created T355027: Orphaned revisions with rev_page pointing to nonexistent page.
Jan 14 2024, 8:24 PM · Wikimedia-database-issue (Bad data)

Nov 25 2023

Enterprisey created T351960: Show month graph (&c) on enwp regardless of opt-in.
Nov 25 2023, 10:46 PM · tool-fast-ec

Mar 8 2023

Enterprisey added a comment to T325502: fast-ec panics should be passed up as regular Err's and rendered.

Generally the codebase has quite a few unwraps, excepts, indexing operations, etc that all panic a fair amount. Currently these all panic and crash the Tokio thread, so the idea with this task is to make them all bubble up the error and show an error page to the user, instead of panicking. Perhaps this could be done using one of the "standard" Rust crates for the purpose. Those include anyhow, eyre, etc etc.

Mar 8 2023, 4:13 AM · tool-fast-ec

Mar 6 2023

Enterprisey awarded T317376: Update GitLab repo owners when tool maintainers change a Like token.
Mar 6 2023, 5:27 AM · Striker

Feb 16 2023

Enterprisey awarded T327499: Dropdown of Vector 2022 search incorrectly responds to enter a The World Burns token.
Feb 16 2023, 5:24 AM · Design-System-Team (Design-System-Sprint), Codex, Web-Team-Backlog, Desktop Improvements (Vector 2022)

Jan 16 2023

Enterprisey awarded T327120: Add a more intuitive word for resizing images in addition to "upright" a Like token.
Jan 16 2023, 11:09 PM · Patch-For-Review, MediaWiki-Parser

Jan 15 2023

Enterprisey closed T325499: fast-ec should note some of its stats are calculated with live+deleted, not just live (as with xtools) as Resolved.
Jan 15 2023, 6:08 AM · tool-fast-ec
Enterprisey closed T325493: fast-ec pie chart has unreadable labels as Resolved.

it's not a good fix but it's a fix

Jan 15 2023, 6:04 AM · tool-fast-ec

Dec 28 2022

Enterprisey added a comment to T325501: fast-ec crash: User 's55157' has exceeded the 'max_user_connections' resource (current value: 10).

So while the wikipool is waiting for one of the 10 connections to become available, would it be possible to track that time separately? I selfishly would like to display something like "query took 20 seconds, after waiting for an available connection for 30 seconds" in the results page instead of "query took 50 seconds".

Dec 28 2022, 7:02 AM · tool-fast-ec

Dec 24 2022

Enterprisey closed T325495: https://fast-ec.toolforge.org/ is a 404 as Resolved.

https://gitlab.wikimedia.org/toolforge-repos/fast-ec/-/commit/96b34d7b3c0b6501d40ec5fffa7f3f5bc0ee7272

Dec 24 2022, 7:17 AM · tool-fast-ec
Enterprisey added a comment to T325511: fast-ec should use a connection pool.

looks nice, but I'm handling multiple wikis, so I would need a different connection string per wiki, which means that pool code wouldn't work, right?

Dec 24 2022, 6:51 AM · tool-fast-ec

Dec 19 2022

Legoktm awarded T325511: fast-ec should use a connection pool a Like token.
Dec 19 2022, 7:47 AM · tool-fast-ec
Enterprisey triaged T325495: https://fast-ec.toolforge.org/ is a 404 as High priority.
Dec 19 2022, 6:45 AM · tool-fast-ec
Enterprisey triaged T325493: fast-ec pie chart has unreadable labels as High priority.
Dec 19 2022, 6:45 AM · tool-fast-ec
Enterprisey triaged T325492: fast-ec discrepancies with xtools (total edit count) as High priority.
Dec 19 2022, 6:45 AM · tool-fast-ec
Enterprisey updated the task description for T325511: fast-ec should use a connection pool.
Dec 19 2022, 6:44 AM · tool-fast-ec
Enterprisey created T325511: fast-ec should use a connection pool.
Dec 19 2022, 6:44 AM · tool-fast-ec
Enterprisey created T325510: fast-ec should be translated.
Dec 19 2022, 6:43 AM · tool-fast-ec
Enterprisey created T325509: fast-ec should display numbers with digit grouping.
Dec 19 2022, 6:43 AM · tool-fast-ec
Enterprisey created T325508: fast-ec could run a COUNT() query for verification, maybe?.
Dec 19 2022, 6:42 AM · tool-fast-ec
Enterprisey renamed tool-fast-ec from Tool-fast-ec to tool-fast-ec.
Dec 19 2022, 6:41 AM
Enterprisey renamed tool-fast-ec from tool-fast-ec to Tool-fast-ec.
Dec 19 2022, 6:41 AM
Enterprisey renamed tool-fast-ec from fast-ec to tool-fast-ec.
Dec 19 2022, 6:41 AM
Enterprisey created T325507: fast-ec should show top 10 most-edited pages per ns.
Dec 19 2022, 6:36 AM · tool-fast-ec
Enterprisey created T325506: fast-ec might want to compress StoredData before storing in db.
Dec 19 2022, 6:35 AM · tool-fast-ec
Enterprisey created T325504: fast-ec /purge endpoint.
Dec 19 2022, 6:34 AM · tool-fast-ec
Enterprisey created T325503: fast-ec should cache username -> actor_id, user opt-in status, and domain -> dbname.
Dec 19 2022, 6:34 AM · tool-fast-ec
Enterprisey created T325502: fast-ec panics should be passed up as regular Err's and rendered.
Dec 19 2022, 6:33 AM · tool-fast-ec
Enterprisey created T325501: fast-ec crash: User 's55157' has exceeded the 'max_user_connections' resource (current value: 10).
Dec 19 2022, 6:32 AM · tool-fast-ec
Enterprisey renamed T325500: fast-ec crash "bytes remaining on stream" from fast-ec error "bytes remaining on stream" to fast-ec crash "bytes remaining on stream".
Dec 19 2022, 6:32 AM · tool-fast-ec
Enterprisey created T325500: fast-ec crash "bytes remaining on stream".
Dec 19 2022, 6:31 AM · tool-fast-ec
Enterprisey added a comment to T325492: fast-ec discrepancies with xtools (total edit count).

yep, lego's total count is 3 more in xtools vs fast-ec, and mine is 4 more. sorta weird. hopefully not caching?

Dec 19 2022, 6:30 AM · tool-fast-ec
Enterprisey created T325499: fast-ec should note some of its stats are calculated with live+deleted, not just live (as with xtools).
Dec 19 2022, 6:28 AM · tool-fast-ec
Enterprisey renamed T325492: fast-ec discrepancies with xtools (total edit count) from fast-ec discrepancies with xtools to fast-ec discrepancies with xtools (total edit count).
Dec 19 2022, 6:27 AM · tool-fast-ec
Enterprisey added a comment to T325494: fast-ec should show user groups & other add'l info that xtools has.

some options:

Dec 19 2022, 6:27 AM · tool-fast-ec
Enterprisey renamed T325494: fast-ec should show user groups & other add'l info that xtools has from fast-ec should show user groups to fast-ec should show user groups & other add'l info that xtools has.
Dec 19 2022, 6:25 AM · tool-fast-ec

Oct 7 2022

Enterprisey added a watcher for tool-fast-ec: Enterprisey.
Oct 7 2022, 1:34 AM
Enterprisey created T320218: Create project tag for fast-ec.
Oct 7 2022, 1:02 AM · Project-Admins

Oct 2 2022

Enterprisey closed T97643: Removing the options from the articles for deletion dialog as Declined.

sounds good, let's just close it

Oct 2 2022, 7:06 AM · Growth-Team-Filtering, Growth-Team, PageTriage
Enterprisey created T319141: byteoffset field in action=parse results is misnamed.
Oct 2 2022, 6:36 AM · MW-1.40-notes (1.40.0-wmf.25; 2023-02-27), Growth-Team, StructuredDiscussions, MediaWiki-Parser, MediaWiki-Action-API

Sep 27 2022

Enterprisey awarded T318047: Collation problems on labsdbaccounts results in newly created Toolforge tools unable to connect to MariaDB databases a Barnstar token.
Sep 27 2022, 12:00 AM · User-dcaro, Data-Services, cloud-services-team (Kanban)

Sep 25 2022

Enterprisey added a comment to T318305: [Firefox; Vector 2022] When two links have identical access keys focuses link instead of triggering it.

Just Vector 2022, as you said.

Sep 25 2022, 12:14 AM · Web-Team-Backlog

Sep 22 2022

Enterprisey added a project to T318305: [Firefox; Vector 2022] When two links have identical access keys focuses link instead of triggering it: MediaWiki-User-Interface.
Sep 22 2022, 3:28 AM · Web-Team-Backlog
Enterprisey created T318305: [Firefox; Vector 2022] When two links have identical access keys focuses link instead of triggering it.
Sep 22 2022, 3:28 AM · Web-Team-Backlog

Aug 29 2022

Enterprisey added a comment to T316590: "Reply" tag should link to the help page, not the talk pages project page.

I would like it so that clicking on "Reply" sends one to a help page, such as https://www.mediawiki.org/wiki/Help:DiscussionTools, and that this be accomplished however the MediaWiki people think is sensible.

Aug 29 2022, 9:38 PM · Editing-team, DiscussionTools
Enterprisey updated the task description for T316590: "Reply" tag should link to the help page, not the talk pages project page.
Aug 29 2022, 7:44 PM · Editing-team, DiscussionTools
Enterprisey created T316590: "Reply" tag should link to the help page, not the talk pages project page.
Aug 29 2022, 7:42 PM · Editing-team, DiscussionTools

Aug 27 2022

Enterprisey added a comment to T315950: Special:ListUsers: sort by creation date unexpectedly overrides "start at user".

Ha! huge facepalm Yes, I realize now that when the user doesn't exist, it would be an impossible request. I support improving the error reporting, although surely it's not a very important bug.

Aug 27 2022, 6:05 PM · MediaWiki-Special-pages

Aug 23 2022

Enterprisey renamed T315950: Special:ListUsers: sort by creation date unexpectedly overrides "start at user" from Special:ListUsers: sort by creation date unexpectedly overrides "start at usre" to Special:ListUsers: sort by creation date unexpectedly overrides "start at user".
Aug 23 2022, 2:10 AM · MediaWiki-Special-pages
Enterprisey created T315950: Special:ListUsers: sort by creation date unexpectedly overrides "start at user".
Aug 23 2022, 2:04 AM · MediaWiki-Special-pages

Apr 17 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Apr 17 2022, 3:49 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Apr 13 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Apr 13 2022, 5:54 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Apr 2 2022

Enterprisey added a comment to T300454: Edit Request Wizard.

@Aayush2492 see https://wikimedia.zulipchat.com/#narrow/stream/314034-gsoc2022.3A-Edit-Request-Wizard

Apr 2 2022, 8:02 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Mar 28 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 28 2022, 11:03 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 28 2022, 11:01 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 28 2022, 10:59 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Mar 21 2022

Enterprisey removed a member for Pywikibot: Enterprisey.
Mar 21 2022, 3:35 AM

Mar 20 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 20 2022, 7:33 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 20 2022, 7:28 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 20 2022, 7:24 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Mar 19 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 19 2022, 8:10 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 19 2022, 7:57 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 19 2022, 7:46 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 19 2022, 7:45 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 19 2022, 6:42 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Mar 17 2022

Enterprisey added a comment to T300454: Edit Request Wizard.

@Ankur0710 The microtasks are supposed to be open-ended. Having reviewed the microtask descriptions just now, I think they're at the right level of detail. I would be happy to add more clarification on particular points if requested.

Mar 17 2022, 4:20 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Mar 16 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 16 2022, 6:20 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey added a comment to T285074: Link to user not escaped in /api/page/articleinfo/ response.

Woohoo! Thank you!

Mar 16 2022, 6:15 PM · XTools
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 16 2022, 6:15 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 16 2022, 6:10 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 16 2022, 4:28 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey added a comment to T300454: Edit Request Wizard.

@Ankur0710 Thanks for your interest in the project! See the task description for tasks.

Mar 16 2022, 4:25 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 16 2022, 4:20 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 16 2022, 3:13 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 16 2022, 3:11 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 16 2022, 3:10 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Mar 11 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 11 2022, 12:52 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Mar 6 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Mar 6 2022, 9:33 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Feb 23 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 23 2022, 9:09 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 23 2022, 9:08 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Feb 22 2022

Enterprisey renamed T300454: Edit Request Wizard from Edit Request Wizard (GSoC 2022, Outreachy Round 24) to Edit Request Wizard (GSoC 2022).
Feb 22 2022, 7:50 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 22 2022, 1:49 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 22 2022, 1:48 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Feb 20 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 20 2022, 7:25 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 20 2022, 7:21 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey renamed T300454: Edit Request Wizard from Guided form for edit requests (GSoC 2022, Outreachy Round 24) to Edit Request Wizard (GSoC 2022, Outreachy Round 24).
Feb 20 2022, 6:56 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Feb 19 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 19 2022, 9:12 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 19 2022, 9:12 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 19 2022, 9:09 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 19 2022, 8:59 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Feb 18 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 18 2022, 11:17 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey added a comment to T300454: Edit Request Wizard.

@AmeyGupta, @NavyaB.10, and @Mohdabbas955, thanks for submitting your microtasks. I request that you delete your comments and PM the links to me on zulip - I've updated the instructions due to changing my mind on whether the microtask submissions should be public. Sorry for the inconvenience.

Feb 18 2022, 11:14 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 18 2022, 11:02 PM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Feb 15 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 15 2022, 1:26 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Feb 14 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 14 2022, 8:41 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects

Feb 9 2022

Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 9 2022, 10:18 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects
Enterprisey updated the task description for T300454: Edit Request Wizard.
Feb 9 2022, 10:17 AM · VisualEditor, Google-Summer-of-Code (2022), Outreach-Programs-Projects