Commit Graph

178 Commits

Author SHA1 Message Date
James Ives
cb85fae691 Workflow Dispatch Events
* Adds workflow dispatch events for deployments.
2021-02-08 09:18:17 -05:00
James Ives
37a03e14ef
Restoring patch now major version has been cut 2021-02-08 00:38:38 -05:00
James Ives
4f4d7a7b17 Integration adjustments 2021-02-08 00:18:51 -05:00
James Ives
fb0dfed981 Tempoarily disabling version patching for release 2021-02-08 00:17:07 -05:00
James Ives
573757e942 Update build.yml 2021-02-06 10:17:38 -05:00
James Ives
1cd8848dc2 Update build.yml 2021-02-06 10:14:37 -05:00
James Ives
0efa3c16e7 Update build.yml 2021-02-06 10:09:56 -05:00
James Ives
e619c913e7 Update build.yml 2021-02-06 10:09:18 -05:00
James Ives
0f323d2a56 Update build.yml 2021-02-06 10:07:30 -05:00
James Ives
990ade1a5a
Update BUG_REPORT.md 2021-02-05 23:34:27 -05:00
James Ives
315d93353b
Update PULL_REQUEST_TEMPLATE.md 2021-02-05 23:34:02 -05:00
James Ives
7b8d1dec3d
Update PULL_REQUEST_TEMPLATE.md 2021-02-05 23:33:12 -05:00
James Ives
8f515b0d1f
Update integration.yml 2021-02-05 23:09:56 -05:00
James Ives
68e6090365
Update integration.yml 2021-02-05 22:59:40 -05:00
James Ives
8bc1c10da7
Update integration.yml 2021-02-05 22:56:31 -05:00
James Ives
a82e78fb36
Update integration.yml 2021-02-05 22:43:41 -05:00
James Ives
2bda9272a8
Update integration.yml 2021-02-05 22:39:07 -05:00
James Ives
d7664c8081
Update integration.yml 2021-02-05 22:12:59 -05:00
James Ives
442182742b
[Release] Version 4 (#589)
* Stop checking out workspace (#515)

* Stop checking out base branch before deployment, drop option.

* Don't check out default branch, as we don't check out base branch, drop option.

* Don't stash/unstash as we don't update the workdir, drop preserve option.

* Don't init the workspace

* Only fetch the remote branch if it exists, only with depth 1.

* Rely on previous checkouts to have handled lfs files correctly, drop option.

* Update README, action.yml, integration tests

* Set up eslint for test files. (#517)

* Add DRY_RUN option, passing --dry-run to git push. (#526)

See #499 for the proposal.

* Simplifies Token Setup (#530)

* Token simplification

* Access Token / Github Token -> Token

* Oops

* Typos

* Update README.md

* Update README.md

* Update action.yml

Co-authored-by: Axel Hecht <axel@pike.org>

* Update README.md

Co-authored-by: Axel Hecht <axel@pike.org>

* Update README.md

Co-authored-by: Axel Hecht <axel@pike.org>

* Adjust codeql action to latest recommendations (#540)

Also, add the dev and release branches, and drop master.

* Add workflow to update build and node_modules on release branches (#541)

* Stores username/email in secrets

* Removing stale bot integration

* Test current code base as an integration test for PRs and pushes (#505)

* Add a build step to create lib and node_modules artifact

* Run integration test with built dist and current SHA as base

For pull requests, the github.sha is the sha of the merge to the
target branch, not the head of the PR. Special case that.

* Use v2 checkout, and DRY_RUN for the integration test.

I also made the branches more generic, as there are now more of them.

* Fix #536, don't push at all on dryRun

Also add tests for dryRun and singleCommit and generateBranch
code flows.

* Try to fix dryRun on new remote branches, refactor fetch

* Try to fix dryRun, only fetch if origin branch exists

* Refactor worktree setup to include branch generation and setup for singleCommit

This is a continuation of the no-checkout work, and sadly suggested pretty
intensive changes.

* Set up git config to fix tests, also make debugging easier

* Add matrix for existing and non-existing branch

* Add matrix for singleCommit and not

* Drop GITHUB_TOKEN, add DRY_RUN to action.yml

* When deploying existing branch, add a modifcation and deploy again

* Force branch checkout to work in redeployment scenarios

* Make singleCommit easier to see in job descriptions

* Review comments

* Add a test-only property to action to test code paths with remote branch.

* Introduce TestFlag enum to signal different test scenarios to unit tests

* Fix util.test.ts

* Update worktree.ts

* Fix a few nits in tests and automation. Don't try to wordcount ls-rem… (#546)

* Fix a few nits in tests and automation. Don't try to wordcount ls-remote.

Nits in tests are around undoing changes made to the environment,
and to not modify the checkout.

* Describe suite with empty SHA

* Lowercase Inputs (#547)

* Lowercases inputs

* Adjusts workflow tests and deployment_status

* Use multi-line string for clean-exclude patterns. (#553)

As this change is subtle, I'm taking the opportunity to change
the underscore for the hyphen, which makes it less likely that
users of this action will just pass in an old json array.

* Hyphenate inputs and outputs, add step output, fix #558 (#559)

* Hyphenate inputs and outputs, add step output, fix #558

I've also tried to make the clean docs a bit clearer, and consistent
about clean being on my default. Still not totally happy with the intro
of the docs there, though.

* Add testing of step outputs to build integration tests

* Security Docs

* Integration tests

* Revert "Integration tests"

This reverts commit 639ff537d5.

* Native SSH Key Support (#569)

* SSH Key Support 🔑

* Update ssh.ts

* Update src/ssh.ts

Co-authored-by: Axel Hecht <axel@pike.org>

* README fixes/etc

* Unit Tests & README

* ssh key

* Update README.md

* Update ssh.test.ts

* Update ssh.test.ts

* Update ssh.test.ts

* Update ssh.test.ts

* Update ssh.test.ts

* Update ssh.test.ts

* Update integration.yml

Co-authored-by: Axel Hecht <axel@pike.org>

* Deployment Issues (#583)

* Update git.ts

* Tests

* Update git.ts

* Formatting

* Update src/git.ts

Co-authored-by: Axel Hecht <axel@pike.org>

* TestFlag

* Logging

* Update git.ts

Co-authored-by: Axel Hecht <axel@pike.org>

* Codespace Support (#584)

* Add files via upload

* Update README.md

* Add files via upload

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* SSH Issues (#588)

* Unsets Persisted Credentials (#587)

* Persist

* Config Setup/Tests

* Assets

* Update git.ts

* Spacing

* Update integration.yml

* Update README.md

Co-authored-by: Axel Hecht <axel@pike.org>
2021-02-05 22:05:18 -05:00
James Ives
d91bc43f92 Fixes int tests 2020-11-17 15:36:57 -05:00
James Ives
ce17a21cd5 Setup node workflows 2020-11-17 11:57:42 -05:00
James Ives
d9215d10f8
Update integration-beta.yml 2020-11-17 00:43:25 -05:00
James Ives
881130db25
Update integration.yml 2020-11-17 00:43:03 -05: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
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
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
ad287676f4
Creates Dependdabot yml file (#440) 2020-10-02 08:42:11 -04:00
James Ives
0e70ab21c6
Update integration.yml 2020-09-12 18:57:20 -04:00
James Ives
48d8709250
Update integration.yml 2020-09-12 18:36:04 -04:00
James Ives
d72c5c503c
Create codeql-analysis.yml 2020-07-15 09:43:03 -04:00
James Ives
505f38d593
Update SUPPORT.md 2020-07-04 15:55:18 -04:00
James Ives
b5ed08cf39
Update FEATURE_REQUEST.md 2020-07-04 15:55:02 -04:00
James Ives
fda83b3629
Update BUG_REPORT.md 2020-07-04 15:54:45 -04:00
James Ives
a108ee7921 Update integration.yml 2020-06-06 12:43:20 -04:00
James Ives
ad4aca4866
Delete FUNDING.yml 2020-06-04 14:07:43 -04:00
James Ives
8182653089 Update build.yml 2020-05-16 18:26:05 -04:00
James Ives
f1da4c7be1 Migrates to using yarn over npm 2020-05-16 18:19:08 -04:00
James Ives
8945e5d754 Fixes Publishing Pipeline for GitHub 2020-05-16 18:11:24 -04:00
James Ives
2ec414d8d6 Fixes error handling and details in the readme. 2020-05-10 13:34:14 -04:00
James Ives
35d2f578e5 Makes the comments in the issue templates actually comments 2020-05-08 10:04:56 -04:00
James Ives
64f42b46af
Update BUG_REPORT.md 2020-05-08 06:45:53 -04:00
James Ives
dedb4fe338
Update BUG_REPORT.md 2020-05-08 06:41:58 -04:00
James Ives
ea563ffb30 Improving integration tests 2020-04-30 08:49:28 -04:00
JamesIves
7308b6d813 Update publish.yml 2020-04-02 09:27:48 -04:00
JamesIves
fd63badb95 Update publish.yml 2020-04-02 08:58:12 -04:00
JamesIves
2f2661aa84 Update integration-beta.yml 2020-03-31 12:57:46 -04:00
JamesIves
3ebab753dc Update integration.yml 2020-03-31 12:26:31 -04:00
JamesIves
2f6c320eff More changes 2020-03-31 12:26:01 -04:00
JamesIves
34b5c4eeb9 Update integration-beta.yml 2020-03-31 12:10:36 -04:00
JamesIves
3fb7d2676c Branch Cleanup for Integration Tests 2020-03-31 12:08:23 -04:00
JamesIves
ff893b9c08 Update integration-beta.yml 2020-03-31 11:55:36 -04:00
JamesIves
a6d2d023a5 Inconsistent Test Issue 2020-03-31 11:50:43 -04:00
JamesIves
ef726480a1 Update integration-beta.yml 2020-03-31 11:34:03 -04:00
JamesIves
0fdccf779b Update integration.yml 2020-03-31 11:26:52 -04:00
JamesIves
acee6dba59 Int Tests 2020-03-31 11:26:00 -04:00
JamesIves
76fcd57e2c Update publish.yml 2020-03-31 10:31:45 -04:00
JamesIves
e0c8d9fde8 Update publish.yml 2020-03-31 10:22:22 -04:00
JamesIves
9743c0d549 Publishing Script 2020-03-31 10:14:23 -04:00
JamesIves
8166647974 Update integration-beta.yml 2020-03-31 09:54:49 -04:00
JamesIves
9a3cf1925d Adds ability to cross publish 2020-03-31 08:35:06 -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
James Ives
0d44bd0c4b
Update build.yml 2020-03-09 08:51:05 -04:00
JamesIves
0a2a93df00 Make npm build the lib folder 2020-03-02 09:37:21 -05:00
James Ives
1780f8795b
Create stale.yml 2020-02-27 16:27:53 -05:00
JamesIves
6ea2897e5b Workflow Changes 2020-02-22 09:36:41 -05:00
JamesIves
cf2d40959f Update publish.yml 2020-02-22 09:33:19 -05:00
JamesIves
92e4cccd97 Adjustmnets 2020-02-22 09:24:57 -05:00
JamesIves
56f534b9f4 Update publish.yml 2020-02-22 09:24:05 -05:00
JamesIves
389e484d6d Mo 2020-02-22 09:23:41 -05:00
JamesIves
f4b35ad980 Update publish.yml 2020-02-22 09:16:00 -05:00
JamesIves
a44b89c1b4 Publish Workflow 2020-02-22 09:14:37 -05:00
James Ives
092f10c10d
Update SUPPORT.md 2020-02-17 16:01:38 -05:00
James Ives
601d012194
Update FEATURE_REQUEST.md 2020-02-17 16:01:24 -05:00
James Ives
e6b33da725
Update BUG_REPORT.md 2020-02-17 16:01:16 -05:00
James Ives
2af9604f13
Adds git config options. (#154)
* Adds git config options.

* Compile
2020-01-27 23:55:28 -05:00
James Ives
a4abd1d79f
Update build.yml 2020-01-19 13:48:11 -05:00
James Ives
7cea1d5967
[Issue-130] SSH Support (#140)
* First pass at deploy key support

* Needed

* More ssh

* Adds keyscan

* Another look at this

* More things....

* w

* Path to home

* w

* k

* Update git.ts

* ff

* dd

* test

* File Sync maybe

* Adds SSH Examples

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* x

* c

* Update README.md

* Integration tests

* Update integration-beta.yml

* More Changes
2020-01-19 13:15:19 -05:00
James Ives
5e22417cf8
Adds automatic issue labels (#139) 2020-01-19 07:37:40 -05:00
James Ives
bc4fda8b9a
Update integration.yml 2020-01-18 17:38:08 -05:00
James Ives
a2a3ae0fa8
Create CODEOWNERS 2020-01-18 16:09:40 -05:00
James Ives
7caf584de1
Support action/checkout@v2 (#136) 2020-01-18 14:51:53 -05:00
James Ives
328d975696 Update integration-beta.yml 2020-01-14 10:20:41 -05:00
James Ives
a53cac04e5
Additional Integration tests (#123) 2020-01-14 10:19:04 -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
41de4b88ee Some additional integration test fixes 2020-01-11 20:26:08 -05:00
James Ives
d51113f1c1 Update integration.yml 2020-01-11 19:48:44 -05:00
James Ives
9f4f82344d Update integration.yml 2020-01-11 19:47:17 -05:00
James Ives
ff25f6df47 Update integration.yml 2020-01-11 19:32:17 -05:00
James Ives
ab1c92261e Integration Test Changes 2020-01-11 19:30:07 -05:00
James Ives
8e9a3f08b0 Update integration.yml 2020-01-11 19:25:32 -05:00
James Ives
1900e86712 Update integration.yml 2020-01-11 19:24:34 -05:00