55f4dab4c640c6ed69d1796ecbafeef8e67fe7d7
8 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Ian Wienand
|
0385caa2ee |
Fix comment in plugin-registry header
Fix the comment to actually be a comment. Regenerate page. Although we've got a pretty cool system for generating this, I wonder if anyone actually looks at it? Maybe it's just helpful as a form of SEO. Change-Id: I15aaa983716f9ee897293c2954ca7ae561951372 |
||
|
Ian Wienand
|
e8177a5412 |
Be a bit more explicit about the plugin generation
Make the warning in the auto-generated file stand-out a bit more, so people don't waste time trying to add entries that appear automatically. Change-Id: Icf4290e1fad21ce72af54c178bafcce0b287cdf6 |
||
|
Ian Wienand
|
c10989bf18 |
Plugin autogen list: handle variable-width plugin names
We've had a couple of cases where plugin names are longer than our table width. Take the fixed-with table-header out of the header file, and generate it dynamically based on first-column width. To simplify, take advantage that RST allows a variable-length last column and so don't specify it's width. Add a link to the cgit URL for each project you can click on to browse the source (link text remains the git:// URL). Add some logging so you can see what the python generator is doing, should you run it. Change-Id: I5d5e692039bbb30b2508119412472dac1d105c08 |
||
|
Jenkins
|
147a3647fe | Merge "Increase Plugin Name column width by 10 in devstack plugins list" | ||
|
Clint Adams
|
bb40df5714 |
Increase Plugin Name column width by 10 in devstack plugins list
Change-Id: I62b1dca87ca8df4335a062caaf5e6a3e76e9101a |
||
|
Clint Adams
|
304f4ce87c |
Add note about the periodic proposal job to the header
Now that the devstack pluging periodic proposal job is in place, add a note to the header to try to head off confusion. Change-Id: I1c740ff768f831548970142a8bd024abe1763fdf |
||
|
Clint Adams
|
e3e8051864 |
Generate plugins list through https requests
The devstack plugins list can be generated through web requests in environments (such as the proposal slave) that lack copies of all the relevant git repositories. One downside to this is that there is no way of getting the last modification time of the plugin. Change-Id: I2c5c9282a8ad80014cad171a4dfbdc8f26044cd1 |
||
|
Clint Adams
|
4fd874b4f1 |
Add script to autogenerate doc/source/plugin-registry.rst
This generates the plugin-registry document from a static header, a scan of openstack/ git repositories, and a static footer. It is intended to be run by a periodic job proposal bot to keep the list of plugins current. Change-Id: Ia04ab72900c8efd5d5289fbd7632201dcaa3e5d9 |