Commit Graph

28 Commits

Author SHA1 Message Date
Gage Hugo f8c36fa518 Retire security-specs repo
This change removes the content from the security-specs repo
as part of the process to retire the repo.

Step 2 as defined in the guide[0].

[0] https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#retiring-a-project

Change-Id: Ifba5759507c4aa73415052458ead08f831b057ce
2022-01-31 15:04:17 -06:00
Hervé Beraud b3dcc7a310 Restore reproducibility in docs
The documentation is writting the date in its copyright. This is
considered bad practice, because this kills reproducibility. If
you don't know about reproducible build, please read on:

https: //reproducible-builds.org/
Change-Id: I6199d139e3c8334b7795bdb4875553c613adcec7
2021-10-14 14:58:05 +02:00
zhangtongjian 90184ace78 remove unicode from code
Change-Id: Ia1991c1687e43a6c9725d50e5e4d14a5d0487f53
2021-01-05 17:21:16 +08:00
Andreas Jaeger 70727d0dc6 Switch to newer openstackdocstheme version
Switch to openstackdocstheme 2.2.1 version. Using
this version will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: Ie30132979d7f063de5b2a92dfdf95118541b356b
2020-06-03 20:54:54 +02:00
Andreas Jaeger 3152051cd0 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Switch to openstackdocstheme since oslosphinx does not support python3,
cleanup tox.ini.
Move to pep8, doc8 is a linter.

Change-Id: I7b6cfe4188ac0924419e22839ab9daa18889274f
2020-02-05 16:54:10 +01:00
OpenDev Sysadmins a11e5da919 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:48:56 +00:00
zhangbailin 1003770817 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: I004d9b5336a60c686f66c3b5930226215988017d
2018-12-03 22:08:50 -05:00
Doug Hellmann b74f67e23c fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I9bdbf252ac22e237946d6e8aa3cd1267bc0a65cf
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-01 16:48:31 -04:00
Doug Hellmann cf7175c1cc update sphinx
Update to a newer version of sphinx and remove the version caps.

Ignore warnings for non-local images.

Stop using pbr's deprecated sphinx integration, and have tox call
sphinx-build directly instead.

Change-Id: I9363265647ad84cc06c499858acddab2a0b84940
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-01 16:48:31 -04:00
Doug Hellmann 3a3c1b3d92 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I862f9e9025f0ce4002563688160bdf3d2789eeff
Story: #2002586
Task: #24760
2018-08-20 16:57:12 -04:00
melissaml be0eb21fb0 Update links in README
Change the outdated links to the latest links in README

Change-Id: I73fbfa4afedcab5be03f3e6e6227cc8945642f26
2018-03-02 18:06:21 +08:00
Flavio Percoco 5f6287c277 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/3a0aa3426f3d89447182a1582767600a\n'

Change-Id: Ia3fd28eb0f69fa1ceee200a7420564779de7ff66
2016-12-16 06:05:59 +00:00
KATO Tomoyuki 1433efc9a3 Skip docutils 0.13.1
The 0.13.1 release breaks some documentation jobs
when it tries to build docs with remote images.
This has been reported upstream[0]. The version
matches the supported docutils versions for sphinx.

[0] https://sourceforge.net/p/docutils/bugs/301/

Change-Id: I54275b52420b71c6e0bac9457833cede1760bdc9
2016-12-16 08:48:56 +09:00
Jenkins ad9ec1ea49 Merge "Changed the home-page link for security-specs" 2016-12-09 05:19:56 +00:00
Rahul Nair d10ff98717 Removing python3.x from supported versions
As OpenStack has dropped support for Python 3.3 since Libery[1],
updating setup.cfg to reflect the same. Also, as no gate jobs have
been setup for py3.x, removing the same from setup.cfg as well.

[1]. https://wiki.openstack.org/wiki/Python3

Change-Id: Ib2214f6cdc49b558fd2631f78e315926dd3c276e
2016-11-23 10:36:53 -06:00
shashi.kant 129ef69b16 Changed the home-page link for security-specs
The homepage pointed to correct link.

Change-Id: I7fdb03627d3c262e31e06286a66a1cb5ce2cd1bf
2016-10-24 17:52:51 +05:30
Andreas Jaeger 3740a08d5a Update index file
List Mitaka and Kilo changes in index file, mention
that there are no Liberty changes at all.

Change-Id: I98972f45919796da7c1cc118c8669d0ac78546fe
2016-02-23 19:29:43 +01:00
Robert Clark 4edbf2c773 Changed the mikata directory to mitaka. (Correct spelling)
Change-Id: I71b3ba1da9ea7a63d7dbc6d7616b6a4b7979b90d
2016-02-23 12:50:45 +00:00
venkatamahesh 53fd8275f8 Add python versions for classifier in setup.cfg
Change-Id: I38b38e9d4375ee6d8c0378e7f457119fce0bf8c6
2015-12-11 14:52:04 +05:30
Tim Kelsey 378cd6dd99 Adding spec for bandit configuration changes
co-authored-by: Travis McPeak <travis.mcpeak@hp.com>
Change-Id: I7e290dd46dc086f0533477f26c0fef24ad0461a8
blueprint: config-change
2015-11-25 16:15:08 +00:00
Doug Chivers 5ce9f7cce9 Added spec for seperating Anchor validation
Change-Id: Ida9b05fe7966d66fd11f6924ff188c437f51bc88
2015-09-30 09:44:13 +01:00
Doug Chivers aa49955e7b Adding Killick structure
Change-Id: I9a4098daea837cb17b481a4ed672e0830f2d6118
2015-09-25 14:40:52 +01:00
Jenkins 4203e345ec Merge "Housekeeping" 2015-08-12 15:22:50 +00:00
Andreas Jaeger 64d6152bcd Sync with global requirements
Manually sync with global requirements to get newer pbr in.

Changes are:
    pbr>=0.6,!=0.7,<1.0            ->   pbr>=1.3,<2.0
    testtools>=0.9.36,!=1.2.0      ->   testtools>=1.4.0

Change-Id: Idf4d84db82e2369c7fce3597bc31895293f475cf
2015-07-17 09:12:10 +02:00
Andreas Jaeger 0192ffa1b2 Housekeeping
* remove empty .gitignore file
* Remove sphinxdoc comment
* Properly underline titles
* Add TODO for adding new entries

Change-Id: Idc6d4955b13cfe4047000becaebbaed5617ecae6
2015-07-17 08:59:40 +02:00
Robert Clark f089f5f3ff Adding initial layout for project specs.
As git does not support commiting empty directories and
new specifications will be submitted many levels away from the
root I chose to copy the tempate.rst into each projects directory.

This is something we could remove in future if desired but
seemed like a sensible way to setup the structure for now.

Change-Id: I154fe85f7de1cfffeaf2b2eaea31e821129342a5
2015-07-09 21:35:51 +01:00
priti_desai1 611bad878b Setup Security Specs Repo
Contains the basic minimal setup for creating a spec

Change-Id: Ia22486f3f07420aad0925bfac1009f99386820ca
Closes-Bug: #1469248
2015-07-07 12:08:00 -07:00
OpenStack Project Creator db126763d1 Added .gitreview 2015-06-30 16:57:11 +00:00