Commit Graph

716 Commits

Author SHA1 Message Date
Exuanbo
dc667b3217
Feat: add support for checking if source folder exists (#463)
* Refactor: check parameters in `init`

* Test: add test for checking if folder exist

- rm unnecessary tests

* Test: fix wrong error message

* Refactor: mv initialization functions to `run`

Refactor: rm `action.root`, `action.rootPath`

Refactor: `generateFolderPath`, `hasRequiredParameters`

Test: rm some tests for `init`, add tests for `checkParameters`
2020-10-15 10:20:15 -04:00
James Ives
dc96a8ff00
Update config.yml 2020-10-14 12:11:12 -04:00
James Ives
caad8a1e3d
Delete FEATURE_REQUEST.md 2020-10-14 12:10:16 -04:00
James Ives
43e0d0793a
Update config.yml 2020-10-14 12:09:48 -04:00
dependabot[bot]
d3179cd911
Bump jest-circus from 26.5.2 to 26.5.3 (#465)
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.5.2 to 26.5.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v26.5.3/packages/jest-circus)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 11:53:14 -04:00
James Ives
af01ac862c
Update config.yml 2020-10-14 11:47:30 -04:00
James Ives
a32487e0a0
Delete SUPPORT.md 2020-10-14 11:46:39 -04:00
James Ives
466eb2e910
Update config.yml 2020-10-14 11:46:29 -04:00
James Ives
d45f03e4a2
Create config.yml 2020-10-14 11:45:27 -04:00
James Ives
955f5e0b23
Update SUPPORT.md 2020-10-14 11:42:03 -04:00
dependabot[bot]
71b15f5763
Bump eslint from 7.10.0 to 7.11.0 (#464)
Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.10.0...v7.11.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 08:00:14 -04:00
James Ives
af60791f5e
Adds Support to Readme (#458)
* Update README.md

* Update README.md

* Update README.md

* Update README.md
2020-10-14 07:58:53 -04:00
James Ives
565795d8a9
Adds funding button 2020-10-14 07:58:13 -04:00
James Ives
62c7b6c787
Update SUPPORT.md 2020-10-14 00:38:54 -04:00
James Ives
d6d4333a16
Update FEATURE_REQUEST.md 2020-10-14 00:38:44 -04:00
James Ives
31576af4cf
Update BUG_REPORT.md 2020-10-14 00:38:33 -04:00
James Ives
d99929c924
Update README.md 2020-10-12 10:27:27 -04:00
James Ives
fbc5cb96d6 Update README.md 2020-10-10 15:35:25 -04:00
dependabot[bot]
5b08472e0a
Bump @types/node from 14.11.5 to 14.11.8 (#453)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.11.5 to 14.11.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-09 07:38:53 -04:00
koooge
836faae3d9
chore: Replace rm -rf with rimraf (#444)
Signed-off-by: koooge <koooooge@gmail.com>
2020-10-08 09:25:43 -04:00
dependabot[bot]
b32c2bd80c
Bump jest-circus from 26.5.1 to 26.5.2 (#450)
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.5.1 to 26.5.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v26.5.2/packages/jest-circus)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-07 09:40:17 -04:00
Exuanbo
118cd3f75b
Feat: add support for absolute paths (#449)
* Feat: add support for absolute paths

* Refactor: `generateFolderPath` to generic function

`action.root` is initialized at e42fda2d72/src/constants.ts (L98), so it should not be an optional property.

* Test: rm unnecessary tests

* Refactor: rm unused exports
2020-10-07 09:34:20 -04:00
dependabot[bot]
b96b1d043d
Bump @types/node from 14.11.2 to 14.11.5 (#448)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.11.2 to 14.11.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-06 22:47:22 -04:00
dependabot[bot]
cd119c4bd4
Bump eslint-plugin-jest from 24.0.2 to 24.1.0 (#447)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.0.2 to 24.1.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.0.2...v24.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-06 21:54:00 -04:00
dependabot[bot]
f0f2c3c859
Bump jest-circus from 26.4.2 to 26.5.1 (#446)
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.4.2 to 26.5.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v26.5.1/packages/jest-circus)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-06 21:53:45 -04:00
Subhashis Suara
e42fda2d72
Update Node from 10 to 12 (#442) 2020-10-02 11:12:21 -04:00
James Ives
f69ed53dea
Update README.md 2020-10-02 08:46:43 -04:00
James Ives
ad287676f4
Creates Dependdabot yml file (#440) 2020-10-02 08:42:11 -04:00
James Ives
fa67264818
Update README.md (#439) 2020-10-02 08:36:35 -04:00
dependabot[bot]
e7808b894d
Bump node-fetch from 2.6.0 to 2.6.1 (#438)
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-02 08:12:35 -04:00
dependabot-preview[bot]
4f2d46185b
Bump eslint from 7.9.0 to 7.10.0 (#436)
Bumps [eslint](https://github.com/eslint/eslint) from 7.9.0 to 7.10.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.9.0...v7.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-02 08:12:26 -04:00
Philipp Panteleev
eb54fe3562
Bump eslint-plugin-github version + fix eslint issues (#437)
* Bump eslint-plugin-github and eslint rules update

* ban-ts-comment rule was enabled
2020-10-01 22:20:40 -04:00
James Ives
faff0d3d2e
Update CONTRIBUTING.md 2020-10-01 11:34:44 -04:00
James Ives
167a72dc6a
Update CONTRIBUTING.md 2020-10-01 11:34:21 -04:00
James Ives
a7256d994a
3.6.2 2020-09-27 15:10:55 -04:00
James Ives
f173825ff1 Release 3.6.2 📣 2020-09-27 19:09:45 +00:00
James Ives
99e98da995 Adjustments 2020-09-27 14:54:34 -04:00
James Ives
8912f4fdb3
Stash / Remote Changes (#435)
* Preservation Changes

* Update git.ts

* Makes adjustments
2020-09-27 14:37:43 -04:00
dependabot-preview[bot]
b8efd660d9
Bump @types/jest from 26.0.13 to 26.0.14 (#427)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.13 to 26.0.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-27 13:33:55 -04:00
dependabot-preview[bot]
e9d2b16b62
Bump eslint-plugin-jest from 24.0.1 to 24.0.2 (#432)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.0.1 to 24.0.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.0.1...v24.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-25 20:34:55 -04:00
dependabot-preview[bot]
9266f90c3b
Bump @types/node from 14.10.2 to 14.11.2 (#431)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.10.2 to 14.11.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-25 20:34:46 -04:00
dependabot-preview[bot]
ee94d72589
Bump @actions/core from 1.2.5 to 1.2.6 (#434)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-25 20:34:01 -04:00
Shahzeb Siddiqui
6638f45b1d
spelling error (#430) 2020-09-22 21:09:37 -04:00
dependabot-preview[bot]
66efb6e4ec
Bump eslint from 7.8.1 to 7.9.0 (#422)
Bumps [eslint](https://github.com/eslint/eslint) from 7.8.1 to 7.9.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.8.1...v7.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-16 13:31:29 -04:00
dependabot-preview[bot]
cb4715b504
Bump eslint-plugin-jest from 24.0.0 to 24.0.1 (#423)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.0.0 to 24.0.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.0.0...v24.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-16 12:06:47 -04:00
dependabot-preview[bot]
e904db7977
Bump @types/node from 14.10.1 to 14.10.2 (#424)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.10.1 to 14.10.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-16 12:06:37 -04:00
dependabot-preview[bot]
d67c49add0
Bump prettier from 2.1.1 to 2.1.2 (#425)
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.1...2.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-16 12:06:19 -04:00
James Ives
0e70ab21c6
Update integration.yml 2020-09-12 18:57:20 -04:00
James Ives
c8a432517a Release 3.6.1 📣 2020-09-12 22:54:00 +00:00
James Ives
ef47cb7f8a Update README.md 2020-09-12 18:47:48 -04:00