You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/05/20 20:25:46 UTC

[couchdb-documentation] branch master updated: Update documentation to point to GitHub issues for new issues

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

The following commit(s) were added to refs/heads/master by this push:
       new  f875e17   Update documentation to point to GitHub issues for new issues
f875e17 is described below

commit f875e1716742979b21ee8fc0a39fc5434df3326d
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed May 17 14:54:13 2017 -0400

    Update documentation to point to GitHub issues for new issues
---
 src/conf.py             | 1 +
 src/cve/index.rst       | 2 +-
 src/fauxton/install.rst | 3 ++-
 src/whatsnew/2.0.rst    | 3 ++-
 src/whatsnew/2.1.rst    | 2 --
 templates/help.html     | 2 +-
 6 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/conf.py b/src/conf.py
index fd32898..544aae8 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -110,6 +110,7 @@ texinfo_documents = [(
 
 extlinks = {
     'issue': ('%s-%%s' % 'https://issues.apache.org/jira/browse/COUCHDB', 'COUCHDB-'),
+    'ghissue': ('https://github.com/apache/couchdb/issues/%s', '#'),
     'commit': ('https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=%s', '#')
 }
 
diff --git a/src/cve/index.rst b/src/cve/index.rst
index 7ad959d..d55fec8 100644
--- a/src/cve/index.rst
+++ b/src/cve/index.rst
@@ -66,7 +66,7 @@ repeatedly). In general our philosophy is to avoid any attacks which can
 cause the server to consume resources in a non-linear relationship to the
 size of inputs.
 
-.. _bug reporting page: https://issues.apache.org/jira/browse/COUCHDB
+.. _bug reporting page: https://github.com/apache/couchdb/issues
 .. _mailing lists page: http://couchdb.apache.org/#mailing-list
 .. _how the Apache Software Foundation handles security: http://apache.org/security/committers.html
 .. _security@couchdb.apache.org: mailto:security@couchdb.apache.org
diff --git a/src/fauxton/install.rst b/src/fauxton/install.rst
index 82baca3..55cff8b 100644
--- a/src/fauxton/install.rst
+++ b/src/fauxton/install.rst
@@ -77,6 +77,7 @@ layout, data, breadcrumbs and api point is required for the view.
 ToDo items
 ----------
 
-Checkout `JIRA`_  for a list of items to do.
+Checkout `JIRA` or `GitHub Issues`_  for a list of items to do.
 
 .. _JIRA: https://issues.apache.org/jira/browse/COUCHDB/component/12320406
+.. _GitHub Issues: https://github.com/apache/couchdb-fauxton/issues
diff --git a/src/whatsnew/2.0.rst b/src/whatsnew/2.0.rst
index 9c9848b..2c4f7ef 100644
--- a/src/whatsnew/2.0.rst
+++ b/src/whatsnew/2.0.rst
@@ -97,7 +97,7 @@ Known Issues
 ============
 
 All `known issues`_ filed against the 2.0 release are contained within the
-official `CouchDB JIRA instance`.
+official `CouchDB JIRA instance` or `CouchDB GitHub Issues`.
 
 The following are some highlights of known issues for which fixes did not land
 in time for the 2.0.0 release:
@@ -130,3 +130,4 @@ in time for the 2.0.0 release:
 
 .. _known issues: https://s.apache.org/couchdb-2.0-known-issues
 .. _CouchDB JIRA instance: https://issues.apache.org/jira/browse/COUCHDB
+.. _CouchDB GitHub Issues: https://github.com/apache/couchdb/issues
diff --git a/src/whatsnew/2.1.rst b/src/whatsnew/2.1.rst
index d69ac3c..095dd7b 100644
--- a/src/whatsnew/2.1.rst
+++ b/src/whatsnew/2.1.rst
@@ -101,5 +101,3 @@ Upgrade Notes
   with transient replication states. However, that will incure a
   performance cost. Consider instead switching using
   ``_scheduler/docs`` HTTP endpoint.
-
-.. _CouchDB JIRA instance: https://issues.apache.org/jira/browse/COUCHDB
diff --git a/templates/help.html b/templates/help.html
index 6674a58..8deca43 100644
--- a/templates/help.html
+++ b/templates/help.html
@@ -20,7 +20,7 @@ specific language governing permissions and limitations under the License.
 <li><a href="https://cwiki.apache.org/confluence/display/COUCHDB/">Wiki</a></li>
 <li><a href="https://couchdb.apache.org/#mailing-list"{% if not local %} onclick="_gaq.push(['_link', 'https://couchdb.apache.org/#mailing-list']); return false;"{% endif %}>Mailing Lists</a></li>
 <li><a href="http://webchat.freenode.net/?channels=couchdb">IRC</a></li>
-<li><a href="https://issues.apache.org/jira/browse/CouchDB">Issues</a></li>
+<li><a href="https://github.com/apache/couchdb/issues">Issues</a></li>
 <li><a href="{{ pathto('download') }}">Download Docs</a></li>
 {%- if github_show_url %}
 <li><a href="{{ github_show_url }}"

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].