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

Refactoring lib.TagSet #1148

Merged
merged 12 commits into from
Oct 17, 2019
Merged

Refactoring lib.TagSet #1148

merged 12 commits into from
Oct 17, 2019

Commits on Oct 17, 2019

  1. lib/tagset: add tag set as bitmask

    Add tag set as a bitmask, as part of refactoring lib.TagSet.
    
    Update #755
    
    silent linter
    
    fix @imiric's review comments
    cuonglm committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    4e554c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42533f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7601812 View commit details
    Browse the repository at this point in the history
  4. stats: add SystemTagMap

    cuonglm committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    5b896e2 View commit details
    Browse the repository at this point in the history
  5. all: switch to new SystemTagSet/Map

    fix golangci-lint
    cuonglm committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    5f6ef7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3bd67c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e3dc35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad0ee95 View commit details
    Browse the repository at this point in the history
  9. stats: SystemTagMap -> TagSet

    The map variant is meant to be used when there's a mix between
    system and non-system tags, it doesn't make sense to contain
    System in the name.
    cuonglm committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    05cdbee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cee1977 View commit details
    Browse the repository at this point in the history
  11. Add NewSystemTagSet

    cuonglm committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    95ab3b2 View commit details
    Browse the repository at this point in the history
  12. use enumer to generate

    cuonglm committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    5c82b54 View commit details
    Browse the repository at this point in the history