1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
piotrpdev
b788b8a1e3 fix: Add "Content-Type" header 2023-09-26 17:44:25 +01:00
Quan Zhang
e294e1246b [TEP-0110] Update Tekton Catalog installation instructions
Prior to this change, the installation instructions directly use the resource urls in the Catalog repo, which results in tight coupling between the organization and how users fetch resources (as described in TEP-0110). This commit updates the installation guide to install Tekton Catalog resources via Tekton Hub Api: https://github.com/tektoncd/hub/pull/539

This change decouples the Tekton Catalog organization from resouces resolution, which enables Tekton Catalog reorganization.
2022-08-16 16:25:52 +01:00
Gyorgy Hrabovszki
2a487ca565 fix: Allow multi-line description for PRs. 2022-03-14 17:45:18 +00:00
Frerik Andriessen
dc81350f1b Make github-open-pr fail if HTTP POST was unsuccessful 2021-10-11 16:27:32 +01:00
Gijs van Dulmen
e9e1ecccfe Use secrets through volume mounts
Fix indenting and add readonly
2021-09-22 17:06:26 +01:00
Yulia Gaponenko
e3b2db4483 Add platforms annotation to github- tasks
Annotation about linux/amd64, linux/s390x, and linux/ppc64le platforms
was added to the latest versions of the github-* tasks.

Signed-off-by: Yulia Gaponenko <yulia.gaponenko1@de.ibm.com>
2021-08-30 09:05:12 +01:00
PuneetPunamiya
5a3e5f630f Adds category field as an annotation as tekton.dev/categories
- Initially all tags were mapped to categories in Hub,
     for e.g. config.yaml: https://github.com/tektoncd/hub/blob/master/config.yaml,
     so whenever a new tag was added in a task it was mapped to a category called `others`.
     Hence before every release we had to manually map these new tags to some category,
     hence after the discussion in Catalog and Hub WG, a proposal was created for adding
     a category as an annotation.

   - PR to update the TEP-0003-Tekton Catalog Organization: https://github.com/tektoncd/community/pull/352

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2021-07-26 13:15:08 +01:00
Gijs van Dulmen
177a749088 Add Github Open PR Task
Fix trailing space

Fix version obviously

Fix text typo

Add Test for Github Open PR

Fix hosts

Update test fixture

Add better and more tests

Use localhost

Fix HTTP and HTTPS

Fix typo

Add PR number and URL results

Fix tests and use correct URL

Remove duplicate line

Set correct URL over here as well
2021-06-21 16:45:02 +01:00