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

New label processor #20

Closed
wants to merge 9 commits into from
Closed

New label processor #20

wants to merge 9 commits into from

Commits on Oct 13, 2020

  1. label adding functionality is working

    Aman Brar committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    44377ad View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. updated label processor tests

    Aman Brar committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    c653728 View commit details
    Browse the repository at this point in the history
  2. added config error handling to labels processor

    Aman Brar committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    07bb04a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cead14f View commit details
    Browse the repository at this point in the history
  4. added back newline to local config

    Aman Brar committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    dc2c51b View commit details
    Browse the repository at this point in the history
  5. updated label processor design

    Aman Brar committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    2c4f5b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. added config validation test case for nil field

    Aman Brar committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    8ef60c3 View commit details
    Browse the repository at this point in the history
  2. moved some repeated label processor code into function, renamed deDup…

    …licateAndAppend to upsertLabel, removed unnecessary comments, and moved test data to global vars in external files
    Aman Brar committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    fe6d263 View commit details
    Browse the repository at this point in the history
  3. removed more unecessary comments

    Aman Brar committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    a2ee231 View commit details
    Browse the repository at this point in the history