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

Enable validation for jira issue status #33

Merged
merged 17 commits into from
Dec 20, 2020
Merged

Commits on Oct 14, 2020

  1. Added status field to the JiraDetails object. Updated tests for the n…

    …ew field
    Nasir Amin committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    8297c7b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Added support for validating jira issue status based on allowed list.…

    … Fixed eslint issues
    Nasir Amin committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    df76a4a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Added issue status validation and also added status to the PR descrip…

    …tion
    Nasir Amin committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    8a7457a View commit details
    Browse the repository at this point in the history
  2. Tidied up flag names

    Nasir Amin committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    4e6bfc5 View commit details
    Browse the repository at this point in the history
  3. Updated documentation

    Nasir Amin committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    764f78f View commit details
    Browse the repository at this point in the history
  4. Removed duplication option

    Nasir Amin committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    82afd37 View commit details
    Browse the repository at this point in the history
  5. Fxed typo in readme

    Nasir Amin committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    65780d1 View commit details
    Browse the repository at this point in the history
  6. Fixed isIssueStatusInvalid condition

    Nasir Amin committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    2035529 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    27adb91 View commit details
    Browse the repository at this point in the history
  2. Regenerated index.js after merging from upstream

    Nasir Amin committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    353a12c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Added await to async call for adding a PR comment

    Nasir Amin committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    9f49547 View commit details
    Browse the repository at this point in the history
  2. Updated readme based on suggested changes on PR review

    Co-authored-by: Aditi Mohanty <[email protected]>
    NasAmin and rheaditi authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    ced1706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd2769b View commit details
    Browse the repository at this point in the history
  4. Update README.md - Fixed typo suggested during PR review

    Co-authored-by: Aditi Mohanty <[email protected]>
    NasAmin and rheaditi authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    17cfb21 View commit details
    Browse the repository at this point in the history
  5. Fixed allowed_issue_statuses description from PR review

    Co-authored-by: Aditi Mohanty <[email protected]>
    NasAmin and rheaditi authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    7fba6ab View commit details
    Browse the repository at this point in the history
  6. Shortened if conditions based on PR review suggestion

    Co-authored-by: Aditi Mohanty <[email protected]>
    NasAmin and rheaditi authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    c952ebc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2b9ea4 View commit details
    Browse the repository at this point in the history