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

support password-protected vercel deployments #26

Merged
merged 41 commits into from
Feb 2, 2022
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
41eaca6
feat: add support for vercel password
Jan 12, 2022
7f4ac7b
docs: update README
Jan 12, 2022
7167c86
refactor: add comment for getPassword
Jan 12, 2022
90ff691
fix: error > e
Jan 12, 2022
f84b1dc
feat: logging
Jan 12, 2022
e713f0f
fix: new
Jan 12, 2022
304caf7
fix: lowercase set-cookie
Jan 12, 2022
83b34d3
fix: set maxRedirects to 0
Jan 13, 2022
a4960b7
fix: accept 303 status
Jan 13, 2022
01bed99
refactor: improve messages
Jan 13, 2022
340c5b0
feat: add vercel jwt as an output
Jan 13, 2022
f7c9df8
chore: fix typo
Jan 13, 2022
ce652c1
fix: logging
Jan 13, 2022
a293c1f
fix: flow control
Jan 13, 2022
17a7029
fix: flow
Jan 13, 2022
3fdfd39
test: debug
Jan 13, 2022
615ce98
test: debug
Jan 13, 2022
57a52aa
test: debug
Jan 13, 2022
db3da41
test: debug
Jan 13, 2022
dfe0e72
fix: creator prop
Jan 13, 2022
346c996
test: add unit tests
Jan 13, 2022
60ef321
ci: fix action
Jan 13, 2022
92fc6ac
docs: update readme
Jan 13, 2022
5840755
fix: ignore node modules, build dist instead
Jan 13, 2022
3f9559a
chore: remove node_modules from repo
Jan 13, 2022
462e14b
docs: update readme
Jan 13, 2022
88a5cea
fix: use dist
Jan 13, 2022
859721c
test: add coverage reporting
Jan 13, 2022
d1e6ad7
test: configure coverage
Jan 13, 2022
f4d9f05
chore: remove coverage report
Jan 19, 2022
1f62b3c
test: add test case for deployment race condition
Jan 20, 2022
1a6e5ee
feat: poll deployments
Jan 20, 2022
22d7588
feat: support waiting for a specific status code
Jan 20, 2022
7d2ff43
fix: dont log success message if failure occurs
Jan 20, 2022
7e9aa89
fix: include response in exception
Jan 20, 2022
965432a
fix: log whole error when no response received
Jan 20, 2022
95d6e07
fix: build
Jan 20, 2022
c747d58
fix: follow redirects
Jan 20, 2022
dc6a563
feat: wait for specific path
Jan 21, 2022
93afbbe
fix: skip if not in a PR
Jan 26, 2022
26adef4
fix: use sha from context if it exists
Jan 26, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove coverage report
Josh Barr committed Jan 19, 2022
commit f4d9f0505311bcd6eb724a5ee6bc78867f6237a7
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -28,10 +28,5 @@ jobs:
- name: install
run: npm ci

- uses: willcaul/jest-github-action@v1.0.0
if: github.actor!='dependabot[bot]'
with:
test-command: npm run test:ci:coverage
coverage-comment: 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: test
run: npm run test:ci:coverage