Compare commits

..

22 Commits
v31.0.2 ... v31

Author SHA1 Message Date
Tonye Jack
dd7c81416d Merge pull request #666 from tj-actions/chore/remove-redundant-since-last-remote-input
chore: remove redundant since last remote commit input
2022-10-02 07:33:27 -06:00
Tonye Jack
677536fd32 Update README.md 2022-10-02 07:19:01 -06:00
Tonye Jack
a86508a71e Merge pull request #665 from tj-actions/chore/fixed-test
chore: fixed test
2022-10-02 07:13:56 -06:00
Tonye Jack
f3f3a8e0a0 Update test.yml 2022-10-02 07:12:35 -06:00
Tonye Jack
f588e17a5b chore: remove redundant since last remote input 2022-10-02 07:09:45 -06:00
Tonye Jack
8b5e11a2b1 chore: fixed test 2022-10-02 07:05:07 -06:00
Tonye Jack
de63afb341 Merge pull request #664 from tj-actions/chore/update-docs
chore: update docs
2022-10-02 06:53:06 -06:00
Tonye Jack
a43858e60f Merge branch 'main' into chore/update-docs 2022-10-02 06:42:22 -06:00
Tonye Jack
4dd77eb4d6 Merge pull request #663 from tj-actions/chore/fix-bug-with-base-sha
chore: fix bug with base sha
2022-10-02 06:39:38 -06:00
Tonye Jack
234951f19b chore: update docs 2022-10-02 06:35:22 -06:00
Tonye Jack
02c995141e chore: fix bug with base sha 2022-10-02 06:29:15 -06:00
Tonye Jack
dc786e7809 Merge pull request #662 from tj-actions/chore/dump-github-context
chore: dump github context
2022-10-02 06:14:12 -06:00
Tonye Jack
e73ff65381 chore: dump github context 2022-10-02 06:07:58 -06:00
Tonye Jack
6a459d285a Merge pull request #661 from tj-actions/fix/error-retrieving-the-base-sha
fix: error retrieving the base sha
2022-10-02 04:48:40 -06:00
Tonye Jack
3751de29e9 Update get-base-sha.sh
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-01 11:44:20 -06:00
Tonye Jack
29b8f500c2 fix: error retrieving the base sha 2022-10-01 08:53:56 -06:00
Tonye Jack
5a03253d72 Merge pull request #659 from tj-actions/chore/test-using-non-ascii-characters-in-files-input 2022-09-29 12:23:39 -06:00
Tonye Jack
b90d0ab136 Update test-è.txt 2022-09-29 12:12:21 -06:00
Tonye Jack
2b7a7f90b7 chore: test using non ascii characters in files input 2022-09-29 12:11:21 -06:00
Tonye Jack
8f03b98162 Update README.md 2022-09-29 07:21:36 -06:00
Tonye Jack
9b5d88e0d0 Merge pull request #655 from tj-actions/upgrade-to-v31.0.2
Upgraded to v31.0.2
2022-09-28 22:18:34 -06:00
jackton1
b4b7e995cd Upgraded from v31.0.1 -> v31.0.2 2022-09-29 03:43:59 +00:00
6 changed files with 50 additions and 48 deletions

View File

@@ -136,7 +136,14 @@ jobs:
- name: Run changed-files with a single commit history
id: changed-files
continue-on-error: true
uses: ./
- name: Exit with 1 if no error is raised
if: steps.changed-files.outcome != 'failure' && github.event.action == 'closed'
run: |
echo "Expected: (failure) got ${{ steps.changed-files.outcome }}"
exit 1
- name: Show output
run: |
@@ -263,6 +270,10 @@ jobs:
with:
submodules: true
fetch-depth: 0
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Run changed-files with defaults
id: changed-files
uses: ./
@@ -284,6 +295,17 @@ jobs:
echo "Your README.md has been modified ${{ steps.changed-files.outputs.modified_files }}."
shell:
bash
- name: Run changed-files with quotepath disabled for single path
id: changed-files-quotepath-specific
uses: ./
with:
files: test/test-è.txt
quotepath: "false"
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-quotepath-specific.outputs) }}'
shell:
bash
- name: Run changed-files with quotepath disabled
id: changed-files-quotepath
uses: ./
@@ -794,11 +816,6 @@ jobs:
echo '${{ toJSON(steps.changed-files-custom-sha.outputs) }}'
shell:
bash
- name: Run changed-files with since_last_remote_commit set to true
id: changed-files-since-last-remote-commit
uses: ./
with:
since_last_remote_commit: 'true'
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-since-last-remote-commit.outputs) }}'

View File

@@ -1,12 +1,26 @@
# Changelog
## [v31.0.2](https://github.com/tj-actions/changed-files/tree/v31.0.2) (2022-09-29)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v31...v31.0.2)
## [v31](https://github.com/tj-actions/changed-files/tree/v31) (2022-09-29)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v31.0.1...v31)
**Closed issues:**
- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27)
**Merged pull requests:**
- chore: add back ability to fetch target branch history [\#654](https://github.com/tj-actions/changed-files/pull/654) ([jackton1](https://github.com/jackton1))
- chore\(deps\): update peter-evans/create-pull-request action to v4.1.3 [\#653](https://github.com/tj-actions/changed-files/pull/653) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v31.0.1 [\#652](https://github.com/tj-actions/changed-files/pull/652) ([jackton1](https://github.com/jackton1))
## [v31.0.1](https://github.com/tj-actions/changed-files/tree/v31.0.1) (2022-09-25)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v31...v31.0.1)
## [v31](https://github.com/tj-actions/changed-files/tree/v31) (2022-09-25)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v31.0.0...v31)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v31.0.0...v31.0.1)
**Merged pull requests:**
@@ -34,17 +48,13 @@
## [v30.0.0](https://github.com/tj-actions/changed-files/tree/v30.0.0) (2022-09-24)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v29.0.9...v30.0.0)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v29...v30.0.0)
**Fixed bugs:**
- \[BUG\] Can't get all changed files after pushing new commit [\#639](https://github.com/tj-actions/changed-files/issues/639)
- \[BUG\] Add support for pull request close event with merge set to true [\#635](https://github.com/tj-actions/changed-files/issues/635)
**Closed issues:**
- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27)
**Merged pull requests:**
- feat: add support for closed pull requests with merge true [\#640](https://github.com/tj-actions/changed-files/pull/640) ([jackton1](https://github.com/jackton1))
@@ -54,13 +64,13 @@
- chore\(deps\): update codacy/codacy-analysis-cli-action action to v4.2.0 [\#634](https://github.com/tj-actions/changed-files/pull/634) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v29.0.9 [\#633](https://github.com/tj-actions/changed-files/pull/633) ([jackton1](https://github.com/jackton1))
## [v29.0.9](https://github.com/tj-actions/changed-files/tree/v29.0.9) (2022-09-20)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v29...v29.0.9)
## [v29](https://github.com/tj-actions/changed-files/tree/v29) (2022-09-20)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v29.0.8...v29)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v29.0.9...v29)
## [v29.0.9](https://github.com/tj-actions/changed-files/tree/v29.0.9) (2022-09-20)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v29.0.8...v29.0.9)
**Implemented enhancements:**

View File

@@ -156,9 +156,8 @@ Support this project with a :star:
| sha | `string` | `true` | `${{ github.sha }}` | Specify a different <br> commit SHA <br> used for <br> comparing changes |
| base\_sha | `string` | `false` | | Specify a different <br> base commit SHA <br> used for <br> comparing changes |
| path | `string` | `false` | `'.'` | Relative path under <br> `GITHUB_WORKSPACE` <br> to the repository |
| since\_last\_remote\_commit | `boolean` | `false` | `false` | Use the last commit on the remote <br> branch as the `base_sha` <br> (Defaults to the last commit <br> on the target branch for Pull requests <br> or the previous commit <br> on the current branch <br> for push events). <br /> **NOTE:** This requires <br /> `fetch-depth: 0` <br /> with `actions/checkout@v3` |
| quotepath | `boolean` | `false` | `true` | Output filenames completely verbatim by setting this to `false` |
| diff\_relative | `boolean` | `false` | | Exclude changes outside the current directory and show pathnames relative to it. |
| diff\_relative | `boolean` | `false` | | Exclude changes outside the current directory and show pathnames relative to it. **NOTE:** This requires you to specify the top level directory via the `path` input. |
| dir\_names | `boolean` | `false` | `false` | Output unique changed directories instead of filenames. <br> **NOTE:** This returns `.` for <br> changed files located in the root of the project. |
| json | `boolean` | `false` | `false` | Output changed files in JSON format which can be used for [matrix jobs](https://github.com/tj-actions/changed-files/blob/main/.github/workflows/manual-matrix-test.yml). |
| since | `string` | `false` | | Get changed files for commits whose timestamp is older than the given time. |
@@ -287,12 +286,6 @@ Support this project with a :star:
echo "$file was added"
done
- name: Run changed-files using the last commit on the remote branch
id: changed-files-since-last-remote-commit
uses: tj-actions/changed-files@v31
with:
since_last_remote_commit: "true"
- name: Run changed-files with quotepath disabled
id: changed-files-quotepath
uses: tj-actions/changed-files@v31
@@ -387,6 +380,7 @@ This package was created with [Cookiecutter](https://github.com/cookiecutter/coo
* [tj-actions/glob](https://github.com/tj-actions/glob)
* [tj-actions/demo](https://github.com/tj-actions/demo)
* [tj-actions/release-tagger](https://github.com/tj-actions/release-tagger)
## Report Bugs

View File

@@ -50,10 +50,6 @@ inputs:
base_sha:
description: "Specify a base commit SHA on used for comparing changes"
required: false
since_last_remote_commit:
description: "Use the last commit on the remote branch as the base_sha for push event."
required: false
default: "false"
since:
description: "Get changed files for commits whose timestamp is older than the given time"
required: false
@@ -165,7 +161,6 @@ runs:
INPUT_BASE_SHA: ${{ inputs.base_sha }}
INPUT_SHA: ${{ inputs.sha }}
INPUT_PATH: ${{ inputs.path }}
INPUT_SINCE_LAST_REMOTE_COMMIT: ${{ inputs.since_last_remote_commit }}
- run: |
# "Calculate the sha..."
bash $GITHUB_ACTION_PATH/get-sha.sh

View File

@@ -21,18 +21,4 @@ if [[ -n "$INPUT_SINCE" ]]; then
echo "::set-output name=base_sha::$BASE_SHA"
elif [[ -n "$INPUT_BASE_SHA" ]]; then
echo "::set-output name=base_sha::$INPUT_BASE_SHA"
elif [[ "$INPUT_SINCE_LAST_REMOTE_COMMIT" == "true" ]]; then
LAST_REMOTE_COMMIT=""
if [[ "$GITHUB_EVENT_FORCED" == "false" ]]; then
LAST_REMOTE_COMMIT=$GITHUB_EVENT_BEFORE
fi
if [[ -z "$LAST_REMOTE_COMMIT" || "$LAST_REMOTE_COMMIT" == "0000000000000000000000000000000000000000" ]]; then
LAST_REMOTE_COMMIT=$(git rev-parse "$(git branch -r --sort=-committerdate | head -1 | xargs)")
fi
if [[ "$INPUT_SHA" == "$LAST_REMOTE_COMMIT" ]]; then
LAST_REMOTE_COMMIT=$(git rev-parse "$INPUT_SHA^1")
fi
echo "::set-output name=base_sha::$LAST_REMOTE_COMMIT"
fi

View File

@@ -1 +1 @@
This is a test file.
This is a test file with non ascii character filename.