Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: andygrunwald/jitic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: andygrunwald/jitic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 1, 2017

  1. Copy the full SHA
    148c6a7 View commit details
  2. Copy the full SHA
    61cb4bc View commit details
  3. Copy the full SHA
    239c317 View commit details

Commits on Oct 15, 2018

  1. Renamed checkIfIssue function to checkIfIssueExists

    This is a more appropiate name as the function only checks if the issue
    exists, and doesn't have any more criteria to validate it.
    Simon Lutz Brüggen committed Oct 15, 2018
    Copy the full SHA
    388b9cb View commit details
  2. Add -one flag to require for only one issue to exist

    When the flag is set we succeed as soon as we find an issue, instead of
    failing as soon as we don't. If the loop ran through without terminating
    we fail because we apparently didn't find any issue.
    Simon Lutz Brüggen committed Oct 15, 2018
    Copy the full SHA
    fcef9b1 View commit details

Commits on Jun 3, 2020

  1. Copy the full SHA
    9fa4c2b View commit details
  2. Merge pull request #10 from dkleuser/update-travis-go-versions

    Update used Go versions for builds on Travis to the most recent ones
    andygrunwald authored Jun 3, 2020
    Copy the full SHA
    504d21d View commit details

Commits on Jun 22, 2021

  1. Copy the full SHA
    0b45040 View commit details

Commits on Jun 25, 2021

  1. Merge pull request #9 from M3t0r/add-flag-to-only-check-one-issue

    Add flag to only check one issue
    andygrunwald authored Jun 25, 2021
    Copy the full SHA
    78c6850 View commit details
Loading