Can I please have RW access granted to…

Can I please have RW access granted to “meta.svn.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/” – more specifically: “/sites/trunk/buddypress.org/” for the username “netweb″?

Stephen will be helping evolve the bb-base theme for usage in Rosetta, which is a critical part of the bbPressbbPress Free, open source software built on top of WordPress for easily creating forums on sites. https://bbpress.org. 2.x migrationMigration Moving the code, database and media files for a website site from one server to another. Most typically done when changing hosting companies..

He’s a bbPress coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. committer already, and very well versed in the responsibilities & expectations.

See also: https://wordpress.slack.com/archives/meta-i18n/p1431605582000256

#buddypress, #meta-svn, #request

Is there a chance I can get more…

Is there a chance I can get more space on my sandbox at nbachiyski.dev.wordpress.org? We generate some POT files there and all of the project checkouts take a ton of space. I checked – it’s not temp files that will it up. Another 5-10GB would be great.

Thanks!

#i18n, #sandbox

502 Bad Gateway on WordCamp.org Requests

I’m seeing 502 Bad Gateway errors on certain WordCamp.org requests. For example, requesting 30 posts from the JSON API works fine, but requesting 40 doesn’t.

I’ve also seen it happen when connecting Jetpack to WPCOM, but that’s intermittent and I haven’t noticed a pattern yet.

We have use cases where APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. clients will need 75-100 posts. They could make multiple requests, but that would add additional overhead and slow things down on their end.

The nginxNGINX NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. https://www.nginx.com/. logs say, upstream sent too big header while reading response header from upstream, and it sounds increasing the buffer sizes may be all that’s needed to fix it.

#nginx, #wordcamp-org

Can someone please deploy the following deploy wporg…

Can someone please deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. the following deploy wporg-web commits?

  • 5981 – Allows for xx.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org//plugins/about/* rewrite rules to work on rosetta sites
  • 5984 – Updates the stats cronjobs, removing those which no longer process data

A note on the cronjobs, `api-stats-cron` wasn’t renamed to better suit it’s purpose as there’s a non-versioned link pointing to it from /etc/cron.d/ so it was easier to just leave it be.
The additional autoupdate cronjobs are currently kicked off by the existing wp-url & pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party cronjobs. After deploy those scripts will run twice temporarily which won’t cause an issue.

#cron, #deploy-wporg-web