Add release notes for rb-gateway.

Review Request #10056 — Created July 2, 2018 and submitted

Information

rb-gateway
master
029d9e7...

Reviewers

This adds a very tiny release notes shell that basically just says "this
is the first release".


 
Description From Last Updated

I stupidly wrote my own version of this change, since I failed to see this one when I started. Anyway, …

chipx86chipx86

Two blank lines.

chipx86chipx86

We can get rid of this and the matching file by utilizing the extlinks extension and adding this to the …

chipx86chipx86

Let's get rid of any lines we don't strictly need. I'd love to go though and clean up other doc …

chipx86chipx86

We won't need this with the above extlinks thing.

chipx86chipx86

E126 continuation line over-indented for hanging indent

reviewbotreviewbot

We don't need this one.

chipx86chipx86

This should be rbgateway. In my version, I have: intersphinx_mapping = { 'rbgateway-latest': ('%s/docs/rbgateway/latest/' % rbwebsite_url, None), 'rb3.0': ('%s/docs/manual/3.0/' % …

chipx86chipx86

Too many 'e's.

chipx86chipx86

If this is a dir it should be _build/ no?

brenniebrennie

Missing: Claudia Chen Florie Cai

brenniebrennie

E126 continuation line over-indented for hanging indent

reviewbotreviewbot

E126 continuation line over-indented for hanging indent

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

chipx86
  1. 
      
  2. docs/releasenotes/1.0.rst (Diff revision 1)
     
     
     
     
    Show all issues

    I stupidly wrote my own version of this change, since I failed to see this one when I started. Anyway, I fleshed out this section a bit:

    Introducing RB Gateway
    ======================
    
    RB Gateway, the Review Board Gateway microservice, was built to help manage
    and host Git and Mercurial repositories within your network in a way that
    allows services like `Review Board`_ to better integrate with them, access
    their contents remotely, and to be notified when changes occur within the
    repository.
    
    RB Gateway can be installed on Linux, macOS, or Windows. See the
    :ref:`installation instructions <rb-gateway-installation>` to get started.
    
    
    .. _Review Board: https://www.reviewboard.org/
    
  3. docs/releasenotes/1.0.rst (Diff revision 1)
     
     
    Show all issues

    Two blank lines.

  4. docs/releasenotes/conf.py (Diff revision 1)
     
     
    Show all issues

    We can get rid of this and the matching file by utilizing the extlinks extension and adding this to the conf.py:

    extlinks = {
        'bug': ('https://www.reviewboard.org/bugs/%s', 'Bug #'),
        'cve': ('http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s', 'CVE-'),
    }
    
  5. docs/releasenotes/conf.py (Diff revision 1)
     
     
     
     
     
    Show all issues

    Let's get rid of any lines we don't strictly need. I'd love to go though and clean up other doc packages at some point, simplify them a bit.

  6. docs/releasenotes/conf.py (Diff revision 1)
     
     
    Show all issues

    We won't need this with the above extlinks thing.

  7. docs/releasenotes/conf.py (Diff revision 1)
     
     
    Show all issues

    We don't need this one.

  8. docs/releasenotes/conf.py (Diff revision 1)
     
     
    Show all issues

    This should be rbgateway. In my version, I have:

    intersphinx_mapping = {
        'rbgateway-latest': ('%s/docs/rbgateway/latest/' % rbwebsite_url, None),
        'rb3.0': ('%s/docs/manual/3.0/' % rbwebsite_url, None),
        'rb-latest': ('%s/docs/manual/latest/' % rbwebsite_url, None),
    }
    
  9. docs/releasenotes/index.rst (Diff revision 1)
     
     
    Show all issues

    Too many 'e's.

  10. 
      
david
Review request changed

Commit:

-b96a01a815e48a04ff209bb65cbc8c448b379f2f
+359c277f6e3d4a14d80f62e28cfd61c22b271f51

Diff:

Revision 2 (+440)

Show changes

Checks run (1 failed, 1 succeeded)

flake8 failed.
JSHint passed.

flake8

brennie
  1. 
      
  2. .gitignore (Diff revision 2)
     
     
    Show all issues

    If this is a dir it should be _build/ no?

  3. docs/releasenotes/1.0.rst (Diff revision 2)
     
     
    Show all issues

    Missing:

    • Claudia Chen
    • Florie Cai
  4. 
      
david
Review request changed

Commit:

-359c277f6e3d4a14d80f62e28cfd61c22b271f51
+029d9e7777e9734089993049a6258312fc411d42

Diff:

Revision 3 (+442)

Show changes

Checks run (1 failed, 1 succeeded)

flake8 failed.
JSHint passed.

flake8

chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (6d991e4)
Loading...