1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-10-18 02:19:26 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Christie Wilson
8fb72180f7 Combine DEVELOPMENT.md and CONTRIBUTING.md
In this repo at the moment the line between the 2 docs is not very clear
since developing pretty much is contributing. The info one needed to
submit to the catalog seemed spread across both so I combined them into
one.

Going forward the development.md is probably a good place to include
info for folks maintaining automation for the catalog.
2020-03-03 10:51:45 -06:00
Chanseok Oh
b6df3bfda8 Add Jib Gradle catelog and fix Maven problems 2020-02-24 06:58:42 -06:00
Chmouel Boudjnah
43f52adb4d Add Taskrun e2e testing
We are adding a test directory with a collection of yamls to runs.

There is a hook system which allows to do some manipulation on task for the
tests (as we don't want to modify the main task). Or if we want to do some extra
pre-setup before setting the taskrun

For example on buildah/kaniko would add a registry as a sidecontainers on
the tasks so we can do our testings without having to upload it somewhere.

S2I is disabled too due of not working on other cluster than openshift.

Closes: #103
2019-11-14 08:10:31 -06:00
Dan Lorenc
7b443c73d5 Add more documentation on development/contributing new submissions.
The goal of this commit is to add a set of "requirements" and guidelines
to serve as a starting point for maintainers reviewing new submissions.
I expect this will evolve over time as we get more experience maintaining
the catalog.
2019-05-03 10:00:53 -05:00
Christie Wilson
c48dd05c35 Add any missing basic docs 📝
Added a few missing docs based on list at
https://github.com/tektoncd/community/blob/master/process.md#project-requirements
2019-04-30 02:14:52 -05:00