Fix up links and other updates
Change-Id: I66e0fff47379d244a5216b65220301182a1034ea Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
b10049579d
commit
3b72c01249
@ -26,7 +26,7 @@ change them as you like.
|
|||||||
#. You need to install Stackalytics. This is done with pip after you check out
|
#. You need to install Stackalytics. This is done with pip after you check out
|
||||||
Stackalytics repository::
|
Stackalytics repository::
|
||||||
|
|
||||||
$ git clone https://git.openstack.org/openstack/stackalytics
|
$ git clone https://opendev.org/x/stackalytics
|
||||||
$ cd stackalytics
|
$ cd stackalytics
|
||||||
$ sudo pip install -r requirements.txt
|
$ sudo pip install -r requirements.txt
|
||||||
$ sudo python setup.py install
|
$ sudo python setup.py install
|
||||||
@ -51,10 +51,10 @@ Project Info
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
* Web-site: http://stackalytics.com/
|
* Web-site: http://stackalytics.com/
|
||||||
* Source Code: https://git.openstack.org/cgit/openstack/stackalytics
|
* Source Code: https://opendev.org/x/stackalytics
|
||||||
* Wiki: https://wiki.openstack.org/wiki/Stackalytics
|
* Wiki: https://wiki.openstack.org/wiki/Stackalytics
|
||||||
* Launchpad: https://launchpad.net/stackalytics
|
* Launchpad: https://launchpad.net/stackalytics
|
||||||
* Blueprints: https://blueprints.launchpad.net/stackalytics
|
* Blueprints: https://blueprints.launchpad.net/stackalytics
|
||||||
* Bugs: https://bugs.launchpad.net/stackalytics
|
* Bugs: https://bugs.launchpad.net/stackalytics
|
||||||
* Code Reviews: https://review.openstack.org/#/q/status:open+project:openstack/stackalytics,n,z
|
* Code Reviews: https://review.opendev.org/#/q/status:open+project:x/stackalytics,n,z
|
||||||
* IRC: #openstack-stackalytics at freenode
|
* IRC: #openstack-stackalytics at freenode
|
||||||
|
@ -2,9 +2,9 @@ Code Reviews with Gerrit
|
|||||||
========================
|
========================
|
||||||
|
|
||||||
Stackalytics uses the `Gerrit`_ tool to review proposed code changes.
|
Stackalytics uses the `Gerrit`_ tool to review proposed code changes.
|
||||||
The review site is https://review.openstack.org.
|
The review site is https://review.opendev.org.
|
||||||
|
|
||||||
Gerrit is a complete replacement for Github pull requests. `All Github pull
|
Gerrit is a complete replacement for GitHub pull requests. `All GitHub pull
|
||||||
requests to the Stackalytics repository will be ignored`.
|
requests to the Stackalytics repository will be ignored`.
|
||||||
|
|
||||||
See `Gerrit Workflow Quick Reference`_ for information about how to get
|
See `Gerrit Workflow Quick Reference`_ for information about how to get
|
||||||
@ -13,4 +13,4 @@ documentation on how to work with Gerrit.
|
|||||||
|
|
||||||
.. _Gerrit: http://code.google.com/p/gerrit
|
.. _Gerrit: http://code.google.com/p/gerrit
|
||||||
.. _Development Workflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
.. _Development Workflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
.. _Gerrit Workflow Quick Reference: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
.. _Gerrit Workflow Quick Reference: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
Continuous Integration with Jenkins
|
|
||||||
===================================
|
|
||||||
|
|
||||||
Each change made to Stackalytics core code is tested with unit and integration tests and style checks flake8.
|
|
||||||
|
|
||||||
Unit tests and style checks are performed on public `OpenStack Jenkins <https://jenkins.openstack.org/>`_ managed by `Zuul <https://zuul.openstack.org>`_.
|
|
||||||
Unit tests are checked using both python 2.6 and python 2.7.
|
|
||||||
|
|
||||||
The result of those checks and Unit tests are +1 or -1 to *Verify* column in a code review from *Jenkins* user.
|
|
12
doc/source/devref/zuul.rst
Normal file
12
doc/source/devref/zuul.rst
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Continuous Integration with Zuul
|
||||||
|
================================
|
||||||
|
|
||||||
|
Each change made to Stackalytics core code is tested with unit and integration
|
||||||
|
tests and style checks flake8.
|
||||||
|
|
||||||
|
Unit tests and style checks are performed on the public `OpenDev
|
||||||
|
Zuul <https://zuul.opendev.org/>`_. Unit tests are checked using
|
||||||
|
Python 2.7, Python 3.6, and Python 3.7.
|
||||||
|
|
||||||
|
The result of those checks and Unit tests are +1 or -1 to *Verify* column in a
|
||||||
|
code review from *Zuul* user.
|
@ -37,5 +37,5 @@ Developer Guide
|
|||||||
|
|
||||||
devref/launchpad
|
devref/launchpad
|
||||||
devref/gerrit
|
devref/gerrit
|
||||||
devref/jenkins
|
devref/zuul
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user