diff --git a/README.rst b/README.rst index 43939f11b..e2066c488 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ change them as you like. #. You need to install Stackalytics. This is done with pip after you check out Stackalytics repository:: - $ git clone https://git.openstack.org/openstack/stackalytics + $ git clone https://opendev.org/x/stackalytics $ cd stackalytics $ sudo pip install -r requirements.txt $ sudo python setup.py install @@ -51,10 +51,10 @@ Project Info ------------ * 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 * Launchpad: https://launchpad.net/stackalytics * Blueprints: https://blueprints.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 diff --git a/doc/source/devref/gerrit.rst b/doc/source/devref/gerrit.rst index 578daea44..70d901f06 100644 --- a/doc/source/devref/gerrit.rst +++ b/doc/source/devref/gerrit.rst @@ -2,9 +2,9 @@ Code Reviews with Gerrit ======================== 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`. 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 .. _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 \ No newline at end of file +.. _Gerrit Workflow Quick Reference: https://docs.openstack.org/infra/manual/developers.html#development-workflow diff --git a/doc/source/devref/jenkins.rst b/doc/source/devref/jenkins.rst deleted file mode 100644 index 767815a0c..000000000 --- a/doc/source/devref/jenkins.rst +++ /dev/null @@ -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 `_ managed by `Zuul `_. -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. diff --git a/doc/source/devref/zuul.rst b/doc/source/devref/zuul.rst new file mode 100644 index 000000000..541e87118 --- /dev/null +++ b/doc/source/devref/zuul.rst @@ -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 `_. 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. diff --git a/doc/source/index.rst b/doc/source/index.rst index b561a6684..537442198 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -37,5 +37,5 @@ Developer Guide devref/launchpad devref/gerrit - devref/jenkins + devref/zuul