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

Add option to prepend the workspace path to the list of files #40

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Commits on Mar 15, 2021

  1. Remove response.data.status check

    It's perfectly valid for a head to be "behind" a base when comparing commits for pull request events. For example, PRing a feature branch of `main` while other commits have landed on `main` after the feature branch was started but before the PR was created, or a PR to merge a "development" branch onto a slower moving "release" branch that has some hotfixes on it.
    sargunv authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    54f3703 View commit details
    Browse the repository at this point in the history
  2. build

    sargunv committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    900e9d7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Support pull_request_target

    `pull_request_target` is granted a read/write repository token and runs
    in the context of the base of the pull request. It allows to create
    workflows that label and comment on pull requests based on the contents
    of the event payload. The `get-changed-files` action is useful for some
    of those actions and the code works for this case with almost no
    modification.
    Ana06 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    1beff32 View commit details
    Browse the repository at this point in the history
  2. Update node to a newer version

    Fix tests.
    Ana06 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    c55c408 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    494461c View commit details
    Browse the repository at this point in the history
  4. Add filter regex

    rmed19 authored and Ana06 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    4a8eff5 View commit details
    Browse the repository at this point in the history
  5. Fix filter in action.yml

    Make '*' the default filter.
    Ana06 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    5e2c31d View commit details
    Browse the repository at this point in the history
  6. Prepare release of v1.1

    Improve readme and prepare release of v1.1.
    Ana06 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    45d873a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Remove response.data.status check

    It's perfectly valid for a head to be "behind" a base when comparing commits for pull request events. For example, PRing a feature branch of `main` while other commits have landed on `main` after the feature branch was started but before the PR was created, or a PR to merge a "development" branch onto a slower moving "release" branch that has some hotfixes on it.
    sargunv authored and Ana06 committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    f51efe5 View commit details
    Browse the repository at this point in the history
  2. Prepare release of v1.2

    I have cherry-picked the removal of the ahead check:
    jitterbit#25
    
    This seems to be a change Jitterbit's community agrees on:
    jitterbit#17
    
    Build this change and prepare v1.2 release.
    Ana06 committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    a2f6df8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Merge pull request jitterbit#2 from rnsc/main

    [Feature] include/exclude filters (#1)
    rnsc authored and Ana06 committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    48961ca View commit details
    Browse the repository at this point in the history
  2. Replace glob-filter by filter in test workflow

    There as a discussion on the name to use in jitterbit#2 and we forgot to change
    these.
    Ana06 committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    42676e4 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump glob-parent from 5.1.1 to 5.1.2

    Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
    - [Release notes](https://github.com/gulpjs/glob-parent/releases)
    - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
    - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob-parent
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    32ee6f5 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump y18n from 4.0.0 to 4.0.3

    Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3.
    - [Release notes](https://github.com/yargs/y18n/releases)
    - [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md)
    - [Commits](yargs/y18n@v4.0.0...y18n-v4.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: y18n
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    b235444 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump lodash from 4.17.15 to 4.17.21

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.21)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    bd65f20 View commit details
    Browse the repository at this point in the history
  6. Merge pull request jitterbit#3 from Ana06/dependabot/npm_and_yarn/glo…

    …b-parent-5.1.2
    
    chore(deps): bump glob-parent from 5.1.1 to 5.1.2
    Ana06 authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    8c28730 View commit details
    Browse the repository at this point in the history
  7. Merge pull request jitterbit#4 from Ana06/dependabot/npm_and_yarn/y18…

    …n-4.0.3
    
    chore(deps): bump y18n from 4.0.0 to 4.0.3
    Ana06 authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    1e065fa View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)
    
    ---
    updated-dependencies:
    - dependency-name: hosted-git-info
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    98e4db7 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump ws from 7.2.3 to 7.5.3

    Bumps [ws](https://github.com/websockets/ws) from 7.2.3 to 7.5.3.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.2.3...7.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    cb55a10 View commit details
    Browse the repository at this point in the history
  10. Merge pull request jitterbit#5 from Ana06/dependabot/npm_and_yarn/lod…

    …ash-4.17.21
    
    chore(deps): bump lodash from 4.17.15 to 4.17.21
    Ana06 authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    0b68882 View commit details
    Browse the repository at this point in the history
  11. Merge pull request jitterbit#7 from Ana06/dependabot/npm_and_yarn/hos…

    …ted-git-info-2.8.9
    
    chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
    Ana06 authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    2b8f3ea View commit details
    Browse the repository at this point in the history
  12. Merge pull request jitterbit#6 from Ana06/dependabot/npm_and_yarn/ws-…

    …7.5.3
    
    chore(deps): bump ws from 7.2.3 to 7.5.3
    Ana06 authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    7893294 View commit details
    Browse the repository at this point in the history
  13. Small improvements in test workflow

    Make easier to read the log.
    Ana06 committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    ea75ed7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    40a8521 View commit details
    Browse the repository at this point in the history
  2. redist

    jaredly committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    b4d0970 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74f928e View commit details
    Browse the repository at this point in the history
  4. fix

    jaredly committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    e78d018 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f758fa4 View commit details
    Browse the repository at this point in the history
  6. try using the base /ref/

    jaredly committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    696e6f7 View commit details
    Browse the repository at this point in the history
  7. oh rebuild for real

    jaredly committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    89d3dca View commit details
    Browse the repository at this point in the history
  8. 1.0.1

    jaredly committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    e43e53e View commit details
    Browse the repository at this point in the history
  9. merge

    jaredly committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    43f54d4 View commit details
    Browse the repository at this point in the history
  10. revert

    jaredly committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    8b82882 View commit details
    Browse the repository at this point in the history