Differences between revisions 6 and 7
Revision 6 as of 2018-02-27 16:50:24
Size: 5728
Comment: some bug triage
Revision 7 as of 2018-02-27 16:52:40
Size: 7600
Comment: rest of notes
Deletions are marked like this. Additions are marked like this.
Line 94: Line 94:
Line 98: Line 97:
Line 103: Line 101:
Line 109: Line 106:
Line 112: Line 108:

 * Improve default browse page order, or remove link #3062 https://github.com/pypa/warehouse/issues/3062

  * Need this for launch?
   * Ernest: nah, but not really a huge lift to improve UX here. +1
   * May save users confusion - do earlier?
   * Resolution: insert a temporary fix, then fix more thoroughly later
 * 499 client error when uploading #2533 https://github.com/pypa/warehouse/issues/2533

  * user has submitted a commit that fails - next steps?
   * Ernest: I'm leaning towards delay/close until we have better control over our hosting/infra to investigate. Heroku is inscrutable.
   * Dustin: seems like something got stuck in the pipes between the user and PyPI... hard to debug
   * Ask user for traceroutes, DNS, information about their ISP/network provider? Theory that heroku is blocking them
   * Not a priority to debug remotely -- will be off Heroku soon
 * [[https://code.launchpad.net/~dustin-ingram/pkginfo/add-new-fields/+merge/330572|https://code.launchpad.net/%7Edustin-ingram/pkginfo/add-new-fields/+merge/330572]] pkg_info update towards Markdown support https://github.com/pypa/warehouse/issues/869#issuecomment-340928703

  * need any help? should be good!
   * know what needs done, just need time
  * need anything in readme_renderer? https://github.com/pypa/readme_renderer/pulls
   * nope readmerender is good
  * Ernest: Super stoked on Metadata 2.1, also happy to do anything I can help with... but is this in scope of MOSS grant work? not in scope, so it's in my 'extra' time
  * Will save a headache when people ask about it, nice to have
== TODO ==
 * add another IRC office hours at 23:00 UTC
  * Laura send calendar invites for IRC office hours -DONE
  * Sumana to update wiki page to reflect Tuesday IRC livechat 2300 UTC / 6pm-7pm EST - DONE
 * Dustin and Sumana to find good Elasticsearch comments

Warehouse weekly meeting, Feb 26, 2018

Present

  • Sumana
  • Laura
  • Ernest
  • Dustin
  • Nicole

(Mark absent, as he'd told us he would be)

Done/working on/blockers

Reschedule March 5th meeting

  • Nicole -- is later on Monday March 5th ok, or should we move to Tuesday the 6th? - Either works, but I'd prefer tues if it works for everyone else :)

    • Laura to update -- DONE

IRC livechats/office hours

  1. Tuesday Feb 27th: 1700 UTC / noon-1pm EST
  2. Tuesday Feb 27th: 2300 UTC / 6pm-7pm EST
  3. Thursday March 1st: 1700 UTC / noon-1pm EST
  4. Thursday March 1st: 2300 UTC / 6pm-7pm EST

you'll get calendar invites

Open Tech Fund grant-seeking - improving security for users

  • Mark needs our help on Etherpad. See Slack and packaging-wg thread
    • Nicole, Ernest, Sumana, Dustin, Laura are all in
    • Submit an estimate
    • add accessibility audit? Esp. important given use of JavaScript

    • Localization
  • let's put all our ideas in the Etherpad and winnow from there

Milestone progress, publicity planning

  • Milestones 1 & 2 cleared

  • https://github.com/pypa/warehouse/projects/1 We're closing in on Milestone 3: Publicize beta

    • Warehouse: 7 open bugs in https://github.com/pypa/warehouse/milestone/10

    • infra: readiness?
      • Ernest: Just gonna start using [other infra] to start getting something working, we'll throw it away and move to [infra] when [blocker resolved]. (Update as of Tuesday: blocker is now resolved!)
    • Nicole - only needs to remove warning by the very end
    • Dustin - could finish by early March, even possibly the end of this week
  • timing: early March?
    • Mid March feels reasonable at this point. We got a ton of production hardening done last week with memory consumption/perf.-
    • Ernest will unblock himself by using Google -- needs metrics & monitoring -- will work with Dustin

    • Depending on DI's workload I might work with him to get him running with instrumenting stuff? No pressure, but he's in a good spot as far as knowledge of inside bits to help :)

      • YES PLEASE - di yayayaya! we'll schedule offline.
  • need Dustin & Ernest to work on docs for this milestone

  • Reach out to 3rd party services about new pypi.org domain #2935
    • Sumana will need help on this
  • Brainstorming for places we could promote the beta, the launch, and the shutdown https://docs.google.com/document/d/1uinYN4hjq5Yzz1oWFcGqC5XE45wXF4sh3heqtid6EW8/edit

Ask Donald for

Bug triage/double-checking

  • User forgot PyPI password, packaging-problems #122
    • Ernest or Dustin?
      • Ernest: on it.
  • Version lookup should take PEP 440 normalization into account #445 https://github.com/pypa/warehouse/issues/445

    • can we put this off till after launch?
      • Ernest: +1 to Donald's note saying we absolutely can.
      • Dustin currently working on version normalization for pypa/packaging so this will be shipped soon
  • incremental search indexing #701 https://github.com/pypa/warehouse/issues/701

    • Need it for the beta or launch? or postpone to post-launch?
      • Nice to have, I'm -1 to making it a blocker for launch
      • Wasim will take on Elasticsearch issues
      • Someone else left some Elasticsearch comments, Dustin and Sumana will track them down - TODO
  • show maintainer's name next to avatar on project page #3005 https://github.com/pypa/warehouse/issues/3005

    • If Laura doesn't fix it with her fix to the very similar #2875 (fixing the project collaboration page), same cool-but-not-urgent milestone?
      • Nicole will review this week
  • Improve default browse page order, or remove link #3062 https://github.com/pypa/warehouse/issues/3062

    • Need this for launch?
      • Ernest: nah, but not really a huge lift to improve UX here. +1
      • May save users confusion - do earlier?
      • Resolution: insert a temporary fix, then fix more thoroughly later
  • 499 client error when uploading #2533 https://github.com/pypa/warehouse/issues/2533

    • user has submitted a commit that fails - next steps?
      • Ernest: I'm leaning towards delay/close until we have better control over our hosting/infra to investigate. Heroku is inscrutable.
      • Dustin: seems like something got stuck in the pipes between the user and PyPI... hard to debug
      • Ask user for traceroutes, DNS, information about their ISP/network provider? Theory that heroku is blocking them
      • Not a priority to debug remotely -- will be off Heroku soon
  • https://code.launchpad.net/%7Edustin-ingram/pkginfo/add-new-fields/+merge/330572 pkg_info update towards Markdown support https://github.com/pypa/warehouse/issues/869#issuecomment-340928703

    • need any help? should be good!
      • know what needs done, just need time
    • need anything in readme_renderer? https://github.com/pypa/readme_renderer/pulls

      • nope readmerender is good
    • Ernest: Super stoked on Metadata 2.1, also happy to do anything I can help with... but is this in scope of MOSS grant work? not in scope, so it's in my 'extra' time
    • Will save a headache when people ask about it, nice to have

TODO

  • add another IRC office hours at 23:00 UTC
    • Laura send calendar invites for IRC office hours -DONE
    • Sumana to update wiki page to reflect Tuesday IRC livechat 2300 UTC / 6pm-7pm EST - DONE
  • Dustin and Sumana to find good Elasticsearch comments

PackagingWG/2018-02-26-Warehouse (last edited 2018-02-27 16:52:40 by SumanaHarihareswara)

Unable to view page? See the FrontPage for instructions.