Commit Graph

52 Commits

Author SHA1 Message Date
James Ives
4d005d444f Unit tests & Adjustments for 3.7.0 2020-10-17 11:47:44 -04:00
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
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
James Ives
8912f4fdb3
Stash / Remote Changes (#435)
* Preservation Changes

* Update git.ts

* Makes adjustments
2020-09-27 14:37:43 -04:00
James Ives
9846e33967 #373 Adds LFS option 2020-09-12 17:33:19 -04:00
Tom Jenkinson
41aadfb60f
supress secret from logs if it appears multiple times (#415) 2020-09-12 17:05:57 -04:00
James Ives
33932070c3 Adds the no-verify flag to prevent pre-commit hooks from taking over the process 2020-07-27 10:29:27 -04:00
James Ives
e34188042a
Changes to CNAME and nojekyll files (#362) 2020-07-13 12:52:45 -04:00
James Ives
30a915e43b Fixes tests etc 2020-06-26 14:16:54 -04:00
James Ives
b71ad75352
Silent Settings (#347) 2020-06-26 08:18:23 -04:00
James Ives
5e3a0374ac Rollback folder check 2020-06-06 13:49:39 -04:00
James Ives
57ea9373b3 Adds check to see if folder exists 2020-06-06 10:55:49 -04:00
James Ives
5cfaab981e Fixes an issue preventing deployments 2020-05-24 12:38:27 -04:00
James Ives
db312b321e Tests 2020-05-24 12:20:25 -04:00
James Ives
adea226f67 Removes the branch 2020-05-24 11:50:24 -04:00
James Ives
0657078fb0
Removes the worktree (#309)
* Removes the worktree

* Tests
2020-05-24 10:57:49 -04:00
James Ives
f57432925b Removes the log 2020-05-14 17:56:56 -04:00
James Ives
1ada96b8f7
Deploy Status (#296)
* Deploy Status changes

* DEPLOY_STATUS -> DEPLOYMENT_STATUS
2020-05-14 17:24:32 -04:00
James Ives
2ec414d8d6 Fixes error handling and details in the readme. 2020-05-10 13:34:14 -04:00
James Ives
2f337e806c
Target Folder (#268)
* Creating target folder

* Formatting
2020-04-30 08:29:24 -04:00
James Ives
0467ae9871
Removed the need for a chmod command (#248) 2020-04-11 13:57:56 -04:00
JamesIves
74276677d4 Fixes tests 2020-04-09 07:23:17 -04:00
JamesIves
9743c0d549 Publishing Script 2020-03-31 10:14:23 -04:00
James Ives
2f96cedf7a
Single Commit (#226)
* Wipe History #1

* singleCommit

* Integration tests

* Update README.md
2020-03-30 20:44:09 -04:00
JamesIves
0be35c761f Revert "Test Typing"
This reverts commit 80968479d1.
2020-03-28 13:24:51 -04:00
JamesIves
80968479d1 Test Typing 2020-03-28 13:22:39 -04:00
JamesIves
fb344c2b78 Debugging Changes 2020-03-28 10:35:26 -04:00
JamesIves
5799dfafb1 Formatting 2020-03-21 17:10:30 -04:00
JamesIves
f13d365062 Formatting 2020-03-21 17:07:51 -04:00
JamesIves
d25f74597f Prettier file 2020-03-05 08:19:45 -05:00
JamesIves
a5c6b4613e gitHubRepository -> repositoryName 2020-03-02 08:37:55 -05:00
James Ives
71b19fd2fb
Package Exporting (#181)
* Corrects exporting

* README Changes

* Forgot the compiled code.

* Configuration changes

* Moving action package

* Update README.md

* Update README.md

* Improving example

* Update README.md

* Update src/lib.ts

Co-Authored-By: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>

* Correctly building types

* Update README.md

* Configuration update

* Update README.md

* Re-assigning

* Missing chnage

* More changes

* Some more information

* Setting changes to repositoryPath and tokenType

* Compiling

* Update package.json

* Token hiding

* Package Exporting Changes (#185)

* Initiial Changes

* Changes to action

* Compiled

* Added better logging for when debug is off...

* Removing base branch logging as it's not really required

* throw new Error -> throw

* Debug flag as an variable

* Update README.md

* More README Changes

* Update README.md

* Update README.md

* Update README.md

* error.message

* Fixes the debug flag

* Changing the directory routing for shell scripting

* Tidying!

* Changing to const

* Promotion

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2020-03-02 07:52:38 -05:00
JamesIves
4f2055e4f9 Turning on no-unsafe-finally 2020-02-15 14:15:43 -05:00
JamesIves
49912c4587 Test Names... 2020-01-19 16:23:47 -05:00
JamesIves
4e8c644240 More Test Coverage / Imps 2020-01-19 16:16:28 -05:00
James Ives
109bba8860
Test Coverage Improvements (#141)
* Test Coverage Improvements

* Update env.js
2020-01-19 15:33:14 -05:00
James Ives
d17161afee
[Issue-133] Customizable Commit Messages (#134)
* Customizable Commit Messages

* Removes lodash

* Update package.json

* README

* Changes

* Check for null

* Adds a dash
2020-01-18 14:41:49 -05:00
James Ives
d594b42744 js > ts 2020-01-15 11:20:00 -05:00
James Ives
e1634de1d0
Failing Build (#124) 2020-01-14 15:14:15 -05:00
James Ives
4a7ca37984 Tests 2020-01-14 14:25:10 -05:00
James Ives
b7e33f69fd git fetch again 2020-01-14 13:36:26 -05:00
James Ives
8a621223c0
git switch -> git checkout (#121)
* Changes

* Update git.ts

* rsync

* Remove apt-get

* Update git.ts

* Update git.js

* Update README.md

* Update README.md

* Update README.md

* Integration Test Addition

* README

* Update integration.yml

* Simplify
2020-01-14 10:04:59 -05:00
James Ives
798bc65088 Update util.test.ts 2020-01-11 20:26:09 -05:00
James Ives
41de4b88ee Some additional integration test fixes 2020-01-11 20:26:08 -05:00
James Ives
6d7895db3a
[Issue-111] Deployment Hotfix (#113)
* hotfix-1

* f

* Unit test fixes

* s

* Change

* lk

* Update git.test.ts
2020-01-08 08:32:47 -05:00
James Ives
a6723fe785
[Issue-107] Fixes an issue that prevents new branches from being created (#108)
* test

* l

* x

* Tests
2020-01-07 10:59:50 -05:00
James Ives
271d30c8e2
Base Branch Defaults (#92)
* switchToBaseBranch

* Remove defaults

* README and Tests

* Additional changes
2019-12-21 16:51:39 -05:00
James Ives
247dcbb60f
[Issue-89] Post Deployment Tasks (#90)
* cleanup

* Changes

* Post cleanup2

* Changes

* Update git.test.ts
2019-12-21 14:58:59 -05:00
James Ives
1c579cbd85
Automatically remove hashed files (#63)
* Adding a CLEAN option

* Summary

* Clean

* Tests etc

* Update git.js
2019-11-22 09:58:00 -05:00
James Ives
08316f5f4c
Test PR (#59)
* Update README.md

* test setup

* Update build.yml
2019-11-20 09:13:01 -05:00