Commit Graph

30 Commits (d58c69ace9d0a8ed9d61f81fbe99af23d8bd05d9)

Author SHA1 Message Date
Michael Brewer d58c69ace9
Update README.md
Co-authored-by: Asher <ash@coder.com>
1 year ago
Michael Brewer b46c628590
doc(git-clone): more complete example 1 year ago
Michael Brewer 12efc56ccf
feat(git-clone): add outputs for folder_name and git_provider 1 year ago
Michael Brewer 3ebf901cd8
doc(git-clone): update docs 1 year ago
Michael Brewer 402838ccac
chore(git-clone): code cleanup and use one 1 year ago
Brewer, Michael (US - California) 53cf0b5fd8
feat(git-clone): easier ux 1 year ago
Brewer, Michael (US - California) cb67c37e98
doc(git-clone): add basic docs 1 year ago
Brewer, Michael (US - California) 52c8009511
feat(git-clone): add support git_providers setting 1 year ago
Brewer, Michael (US - California) d76e4d9543
test(git-clone): add missing fragment test 1 year ago
Brewer, Michael (US - California) 741d656a89
test(git-clone): add missing fragment test 1 year ago
Michael Brewer 6510434c4e
Update git-clone/main.tf
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 year ago
Michael Brewer 60d0c5ecbb
feat(git-clone): add support for web_url 1 year ago
Michael Brewer b525c785b4
feat: used -b for clone 1 year ago
Michael Brewer 002a8b5d37
tests(git-clone): add real tests 1 year ago
Michael Brewer 96367b8657
bun fmt 1 year ago
Michael Brewer 6b1fdbecc4
feat(git-clone): add support for tree git clone url 1 year ago
Muhammad Atif Ali acab6437bc
chore: bump version to 1.0.2 and add script to update them automatically. (#128)
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 year ago
Mathias Fredriksson 376c0cae31
chore: add prettier terraform formatting in markdown files (#134) 1 year ago
Muhammad Atif Ali 7d31865c94
feat!(git-clone): change `path` input to `base_dir` and return `repo_dir` as output (#132) 1 year ago
Conor Bèhard Roberts 38a2d86376
feat: enable basename of url to be added to custom path (git-clone) (#124) 1 year ago
Muhammad Atif Ali b968a2aa22
feat: add version to module docs (#122) 1 year ago
Muhammad Atif Ali 1e3bd2b04b
Add formatting check for shell scripts (#106) 2 years ago
Muhammad Atif Ali e2f4fcba4a
fix(git-clone): update the required provider version (#95) 2 years ago
Kyle Carberry 460af432db fix: move git-clone and personalize to bash 2 years ago
Scott 5b3bd80634
fix(git-clone): change to work with volumes fixes #79 (#80)
* fix(git-clone): change to work with volumes fixes #79

* Update git-clone/run.sh

Co-authored-by: Kyle Carberry <kyle@carberry.com>

---------

Co-authored-by: Muhammad Atif Ali <matifali@live.com>
Co-authored-by: Kyle Carberry <kyle@carberry.com>
2 years ago
Muhammad Atif Ali 9f110e6e63
chore: fmt 2 years ago
Muhammad Atif Ali b031136552
chore: add `start_blocks_login=true` (#61) 2 years ago
Muhammad Atif Ali c3d8a9949c
chore: update metadata (#54) 2 years ago
Kyle Carberry cb72a16221
feat: add test framework (#48)
* Add test framework

* Add aws-region tests

* Add azure-region tests

* Update CONTRIBUTING.md

* Add formatting

* Improve fmt

* Format Terraform
2 years ago
Kyle Carberry 84bad159a3
feat: add git clone module (#46)
* feat: add `git-clone` module

* Fix script expansion for personalize

* Update README
2 years ago