Stefan Zweifel
a9021d5359
Add skip_fetch input option
...
This new option will allow users to skip the execution of `git fetch` if it has a negative impact in their workflows.
In a future PR I will probably remove the call to git-fetch interely. It was added in #108 in relation to a problem with slashes in branch names. That problem wasn't properly fixed though.
2020-12-13 09:31:16 +01:00
--global
b8b8026fe4
Improve Assertions
2020-11-25 21:04:32 +01:00
--global
152b8c00c6
Move git user config
2020-11-25 20:28:15 +01:00
--global
8edcd8b718
Debug failed Workflow run
2020-11-25 20:26:43 +01:00
Stefan Zweifel
8f9132651a
Update Order how git user is configured
2020-11-25 20:23:17 +01:00
Stefan Zweifel
6c72ab7799
Use git config --global to setup repo
2020-11-25 20:21:26 +01:00
Stefan Zweifel
bee2ad60b0
Rewrite Tests
2020-11-25 20:18:56 +01:00
Stefan Zweifel
1e826be61c
Revert "Fix checking out branch names with / chars"
2020-10-24 11:28:52 +02:00
Stefan Zweifel
25cac34d8d
Revert "Feature: Checkout Options"
2020-10-22 07:33:38 +02:00
Stefan Zweifel
849613a3ad
Add test to cover checkout-options
2020-10-15 20:23:04 +02:00
Stefan Zweifel
7f67b0b49b
Rename Test
2020-10-14 20:28:01 +02:00
Stefan Zweifel
872d72f1ae
Update Tests
2020-10-12 16:33:12 +02:00
Stefan Zweifel
a818c89e49
Add can-work-with-empty-branch-name-and-tags test
2020-10-11 11:24:53 +02:00
Stefan Zweifel
8bf1b5695a
Add can-work-with-empty-branch-name test
2020-10-11 11:21:16 +02:00
Stefan Zweifel
ea30556d53
Add can-checkout-different-branch test
2020-10-11 11:21:06 +02:00
Stefan Zweifel
cd7c7f1a8a
Add git-push-options-are-applied test
2020-10-11 11:20:51 +02:00
Stefan Zweifel
4e16840be4
Add can-create-tag test
2020-10-11 11:20:12 +02:00
Stefan Zweifel
b0295737db
Add commit-user-and-author-settings-are-applied test
2020-10-11 11:20:01 +02:00
Stefan Zweifel
0d6d4a4b22
Add git-commit-options-are-applied
2020-10-11 11:19:49 +02:00
Stefan Zweifel
091b400419
Add git-add-file-pattern-is-applied test
2020-10-11 11:19:38 +02:00
Stefan Zweifel
f7e362220d
WIP
2020-10-11 11:19:22 +02:00
Stefan Zweifel
4f0fc14d0c
Add shellmock_clean to setup method
2020-10-11 10:40:48 +02:00
Stefan Zweifel
cdf7b74cbf
Fix remaining TODO test
2020-10-11 10:40:40 +02:00
Stefan Zweifel
ebf8a401ee
Fix Tests
2020-10-10 18:06:55 +02:00
Stefan Zweifel
8c26230a11
Update git config if not set yet
2020-09-13 14:18:41 +02:00
Stefan Zweifel
9e4e2e76fa
Add very basic test suite with bats and shellmock ( #100 )
...
* Add bats
* Write commits tests
* Add Workflow
* Add .gitignore
* Update Test Suite
* Disable test
* Disable failing test for now
2020-09-13 14:07:14 +02:00