Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: ceph-release-notes: prefixes and pep8 compliance #14156

Merged
merged 9 commits into from Apr 3, 2017

Commits on Mar 26, 2017

  1. tools: ceph-release-notes: global inits in alphabetical order

    Signed-off-by: Nathan Cutler <ncutler@suse.com>
    smithfarm committed Mar 26, 2017
    Copy the full SHA
    a1b7dce View commit details
    Browse the repository at this point in the history
  2. tools: ceph-release-notes: add and use prefixes list

    Put all the recognized prefixes in one place for ease of maintenance.
    
    Signed-off-by: Nathan Cutler <ncutler@suse.com>
    smithfarm committed Mar 26, 2017
    Copy the full SHA
    86993d1 View commit details
    Browse the repository at this point in the history
  3. tools: ceph-release-notes: sync labels with github reality

    This is a list of github labels in ceph/ceph - sync it with current state of
    github.
    
    Signed-off-by: Nathan Cutler <ncutler@suse.com>
    smithfarm committed Mar 26, 2017
    Copy the full SHA
    dd9bc43 View commit details
    Browse the repository at this point in the history
  4. tools: ceph-release-notes: s/labels/issue_labels/

    Variable contains only labels active for a particular issue, so
    name it more appropriately in preparation for the next commit.
    
    Signed-off-by: Nathan Cutler <ncutler@suse.com>
    smithfarm committed Mar 26, 2017
    Copy the full SHA
    69f5cd0 View commit details
    Browse the repository at this point in the history
  5. tools: ceph-release-notes: put github repo labels in a global variable

    Signed-off-by: Nathan Cutler <ncutler@suse.com>
    smithfarm committed Mar 26, 2017
    Copy the full SHA
    2c64fed View commit details
    Browse the repository at this point in the history
  6. tools: ceph-release-notes: document global variables

    Document the global variables we introduce in this patch set.
    
    Signed-off-by: Nathan Cutler <ncutler@suse.com>
    smithfarm committed Mar 26, 2017
    Copy the full SHA
    7b87722 View commit details
    Browse the repository at this point in the history
  7. tools: ceph-release-notes: use msg prefix instead of msgr

    msgr is easy to confuse with "mgr".
    
    msg is more widely used and in this context it's not likely that anyone
    will take it to mean "monosodium glutamate".
    
    Signed-off-by: Nathan Cutler <ncutler@suse.com>
    smithfarm committed Mar 26, 2017
    Copy the full SHA
    f1c65ce View commit details
    Browse the repository at this point in the history
  8. tools: ceph-release-notes: add rbd-mirror and rbd-nbd prefixes

    Signed-off-by: Nathan Cutler <ncutler@suse.com>
    smithfarm committed Mar 26, 2017
    Copy the full SHA
    a3f3bf0 View commit details
    Browse the repository at this point in the history
  9. tools: ceph-release-notes: pep8 compliance

    This commit makes the script pass flake8
    
    Signed-off-by: Nathan Cutler <ncutler@suse.com>
    smithfarm committed Mar 26, 2017
    Copy the full SHA
    7dfeabf View commit details
    Browse the repository at this point in the history