Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a200033
fix: commit messages that don't end in a newline are not parsed properly
kriswest Apr 10, 2025
f194f29
test: use unique emails for users in tests and remove afterwards
kriswest Apr 1, 2025
4c8f746
fix: clean-up DB after CLI tests
kriswest Apr 11, 2025
e9ff0a3
test: don't clean-up test-repo as cypress tests rely on it
kriswest Apr 11, 2025
9b6b260
test: coverage for deletePush function
kriswest Apr 15, 2025
76abecc
test: partially complete db test for coverage
kriswest Apr 15, 2025
c69c59a
test: basic db test coverage
kriswest Apr 15, 2025
e64058d
Merge branch 'main' into 971-parsing-bug-fix
kriswest Apr 16, 2025
16b55b3
Merge branch 'main' into 971-parsing-bug-fix
JamieSlome Apr 29, 2025
00894b8
Merge branch 'main' into 971-parsing-bug-fix
JamieSlome Apr 29, 2025
69e9a87
Merge branch 'main' into 971-parsing-bug-fix
JamieSlome Apr 29, 2025
451e273
docs: markdown lint in Readme
kriswest Apr 30, 2025
ae570e6
test: test data capture
kriswest May 6, 2025
583e020
test: adjust data capture with commit msg from console
kriswest May 6, 2025
872509e
test: parsePush
kriswest May 7, 2025
7ebd802
test: adding a second test for parsePush
kriswest May 7, 2025
c9dbad2
test: remove data capture for parsePush tests
kriswest May 7, 2025
0b7aebc
test: add truncated data tests for parsePush
kriswest May 7, 2025
ed2037e
Merge branch 'main' into 971-parsing-bug-fix
kriswest May 8, 2025
4c74186
test: add parsePush test for message with no newline
kriswest May 8, 2025
8cd5403
Merge branch 'main' into 971-parsing-bug-fix
kriswest May 9, 2025
782b393
Merge branch 'main' into 971-parsing-bug-fix
kriswest May 22, 2025
f7bc773
Merge branch 'main' into 971-parsing-bug-fix
JamieSlome May 29, 2025
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
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit ${1} && npm run lint
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<a href="https://github.com/finos/git-proxy">
<img src="./docs/img/logo.png" alt="Logo" height="95">
</a>

<br />
<br />

<p align="center">
Deploy custom push protections and policies<br />on top of Git
<br />
Expand Down
Loading
Loading