-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin Directory: Add a low-level upload-zip-to-svn api, basis for a github action #343
base: trunk
Are you sure you want to change the base?
Conversation
We now require SVN Passwords for committing, which makes this slightly harder. Unfortunately we can't have multiple SVN passwords. Options:
Perhaps we could use
As a variant of
Yes. This should only be used to release
No. There's no need to have this configurable. We shouldn't expect "older versions" to be uploadable via such an API. This doesn't replace SVN, this simply augments it. |
…in the readme, add it.
…rted into the Plugin Directory. This allows for automated commits from the plugin directory to be processed as normal, while still skipping over irrelevant items. See #343. See #7783. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14253 74240141-8908-4e6f-9713-ba540dce6ec7
See #343. See #407. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14314 74240141-8908-4e6f-9713-ba540dce6ec7
c48f256
to
b398712
Compare
This is a work-in-progress, PR'ing it for sharing and future work.
This could be used by https://meta.trac.wordpress.org/ticket/6086 (Allow uploading ZIPs for plugin updates, to reduce friction) and as the underlying low-level basis for https://meta.trac.wordpress.org/ticket/6087 (Provide a GitHub integration).
This includes some things that will need to be changed before it can be used, such as the SVN auth, whether to overwrite trunk, whether those things should be an option or not, etc.
Please note: This PR existing is not a confirmation that it'll be merged anytime soon.