func/testdata
Luke Kingland 9db1a3d902
feat: remote template repositories (#437)
* feat: remote template repositories

* Update cmd/create.go

Co-authored-by: Lance Ball <lball@redhat.com>

* docs: extensible templates

* feat: remote template repositories

* Update docs/guides/language-packs.md

* Update docs/guides/language-packs.md

Co-authored-by: Lance Ball <lball@redhat.com>

* Update docs/guides/language-packs.md

Co-authored-by: Lance Ball <lball@redhat.com>

* Update docs/guides/templates.md

Co-authored-by: Lance Ball <lball@redhat.com>

Co-authored-by: Lance Ball <lball@redhat.com>
2021-08-03 06:28:15 -07:00
..
example.com/region1 feat: test suite 2020-08-29 01:55:33 +09:00
repositories/customProvider src: filled out templates unit tests 2021-06-21 20:12:08 +09:00
repository.git feat: remote template repositories (#437) 2021-08-03 06:28:15 -07:00
README.md feat: remote template repositories (#437) 2021-08-03 06:28:15 -07:00
cluster.yaml ci: run integration tests with on-demand cluster 2021-03-10 19:35:27 +09:00

README.md

testdata

Contains test templates and directory targets for domain and subdomain-level tests.

repositories

An example of an on-disk group of template repositories. Each subdirectory is a single named repository. in practice these would likely be Git repositories, but only the file structure is expected: [repo name]/[language runtime]/[template name]

repository.git

A bare git repository used to test specifying a repo directly. Tests use a local file URI, but in practice this will likely be specified as an HTTP URL.

Initial Setup

  • creating as a bare clone
  • remove origin from config
  • remove sample hooks
  • touch a .gitinclude in refs/heads and refs/tags