1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-26 06:23:37 +00:00
Commit Graph

769 Commits

Author SHA1 Message Date
PuneetPunamiya
0c380f77f4 This patch splits git-batch-merge task from the git directory
Changes include:
  - moves git-batch-merge task to the task directory
  - copies and modifies readme file for git-batch-merge from git directory
  - copies examples and tests directory from git directory

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
pratap0007
0ff3c77ff4 This patch splits golangci-lint task from the golang directory
Changes include:
  - moves the golangci-lint task to the task directory
  - moves the OWNERS to golangci-lint task
  - moves and modifies readme file from golang
    to golangci-lint task
  - moves test directory from golang to golangci-lint task
  - changes the yaml filename to match the resource name

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-13 13:41:58 +01:00
pratap0007
97d3859913 This patch splits golang-test task from the golang directory
Changes include:
  - moves the golang-test task to the task directory
  - copies and modifies readme file to golang-test task from golang directory
  - copies OWNERS file from golang directory
  - copies test directory from golang directory to golang-test task
  - changes the yaml filename to match the resource name

Issue : #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-13 13:41:58 +01:00
pratap0007
dd75399b46 This patch splits golang-build task from the golang directory
Changes include:
  - moves the golang-build task to the task directory
  - copies and modifies readme file to golang-build task from golang directory
  - copies OWNERS file from golang directory
  - copies test directory from golang directory to golang-build task
  - changes the yaml filename to match the resource name

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-13 13:41:58 +01:00
pratap0007
8d63a32c05 This patch splits openshift-client-kubecfg task from the openshift-client directory
Changes include:
  - moves the openshift-client-kubecfg task to the task directory
  - moves and modifies readme file for openshift-client-kubecfg task from openshift-client directory
  - moves OWNERS file from openshift-client directory
  - chages the yaml filename to match the resource name

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-13 13:41:58 +01:00
pratap0007
f7be0d4872 This patch splits openshift-client task from the openshift-client directory
Changes include:
  - moves the openshift-client task to the task directory
  - copies and modifies readme file for openshift-client task from openshift-client directory
  - copies OWNERS file from openshift-client directory
  - changes the yaml filename to match the resource name

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-13 13:41:58 +01:00
pratap0007
57ebef41f9 This patch splits build-push-gke-deploy from the gke-deploy directory
Changes include:
  - moves the build-push-gke-deploy task to the task directory
  - moves and modifies readme file from gke-deploy
    to build-push-gke-deploy
  - moves examples directory from gke-deploy

Issue : #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-13 13:41:58 +01:00
pratap0007
4b981548a2 This patch splits gke-deploy task from the gke-deploy directory
Changes include:
  - moves the gke-deploy task to the task directory
  - copies and modifies readme file for gke-deploy from gke-deploy directory
  - copies example directory from gcs directory

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
bee2cd5e97 This patch splits create-github-release task from the github directory
Changes include:
  - moves create-github-release task to the task directory

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
6dd0d9e7ed This patch splits github-add-labels task from the github directory
Changes include:
  - moves github-add-labels task to the task directory
  - rename the yaml filename to match the resource name

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
8225334392 This patch splits github-set-status task from the github directory
Changes include:
  - moves github-set-status task to the task directory
  - moves and modifies readme from github to github-close-issue
  - rename the yaml filename to match the resource name

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
70f0d78cdc This patch splits github-close-issue task from the github directory
Changes include:
  - moves github-close-issue task to the task directory
  - moves and modifies readme from github to github-close-issue
  - rename the yaml filename to match the resource name

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
0edd917532 This patch splits github-add-comment task from the github directory
Changes include:
  - moves github-add-comment task to the task directory
  - moves and modifies readme from github to github-add-comment
  - rename the yaml filename to match the resource name

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
21c07b1afd This patch splits send-to-webhook-slack task from the slackmessage directroy
Changes include:
  - moves send-to-webhook-slack task to the task directory
  - moves and modifies readme from slackmessage to send-to-webhook-slack
  - moves owners file from slackmessage

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
9c8214f888 This patch splits send-to-channel-slack task from the slackmessage directroy
Changes include:
  - moves send-to-channel-slack task to the task directory
  - copies and modifies readme from slackmessage to send-to-channel-slack
  - copies owners file from slackmessage

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
51e52b8ae0 This patch splits create-gitlab-release task from the gitlab directory
Changes include:
  - moves create-gitlab-release task to the task directory

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
df881aaadc This patch splits gitlab-add-label task from the gitlab directory
Changes include:
  - moves gitlab-add-label task to the task directory
  - rename the yaml filename to match the resource name

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
1b97361c31 This patch splits gcs-generic task from the gcs directory
Changes include:
  - moves the gcs-generic task to the task directory
  - moves and modifies readme file for gcs-generic from gcs directory
  - moves sample directory from gcs directory

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
bbf89091e0 This patch splits gcs-upload task from the gcs directory
Changes include:
  - moves the gcs-upload task to the task directory
  - copies and modifies readme file for gcs-upload from gcs directory
  - copies sample directory from gcs directory

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
ad0c1d425c This patch splits gcs-download task from the gcs directory
Changes include:
  - moves the gcs-download task to the task directory
  - copies and modifies readme file for gcs-download from gcs directory
  - copies sample directory from gcs directory

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
9dc596d8c9 This patch splits gcs-delete-bucket task from the gcs directory
Changes include:
  - moves the gcs-delete-bucket task to the task directory
  - copies and modifies readme file for gcs-delete-bucket from gcs directory
  - copies sample directory from gcs directory

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
1d07dd3d29 This patch splits gcs-create-bucket task from the gcs directory
Changes include:
  - moves the gcs-create-bucket task to the task directory
  - copies and modifies readme file for gcs-create-bucket from gcs directory
  - copies sample directory from gcs directory

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
a74ca7b953 This patch splits helm-conftest from the conftest directory
Changes include:
  - moves the helm-conftest task to the task directory
  - moves and modifies readme file for helm-conftest task
  - moves OWNERS file from conftest directory

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
ea16257a4d This patch splits conftest task from the conftest directory
Changes include:
  - moves the conftest task to the task directory
  - copies and adds readme file for conftest task
  - copies OWNERS file from conftest directory

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
d2dfcc98b1 This patch splits openshift-uninstall from the openshift-provision directory
Changes include:
  - moves and modifies readme file from openshift-provision
    to openshift-uninstall
  - moves examples directory from openshift-provision
  - changes the yaml filename to match the resource name

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
1f1c3fde41 This patch splits the openshift-install task from the openshift-provision directory
Changes include:
  - copies and modifies readme file for openshift-install
  - copies example directory from openshift-provision
  - changes the yaml filename to match the resource name

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-13 13:41:58 +01:00
PuneetPunamiya
436f1e8347 Modifies helm-upgrade-from-source task from helm directory
according to the new reorg proposal

**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-10 22:06:57 +01:00
PuneetPunamiya
5101a34fd2 Modifies helm-upgrade-from-repo task from helm directory
according to the new reorg proposal

**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-10 22:06:57 +01:00
PuneetPunamiya
7b55c70f4b Modifies git-cli task from git directory according to the new reorg proposal
**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - adds display name for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-10 22:06:57 +01:00
pratap0007
ff3aa09a70 Modifies git-rebase task from git directory according to the new reorg proposal
**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - adds display name for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-10 22:06:57 +01:00
pratap0007
8e1e334c92 Modifies git-clone task from git directory according to the new reorg proposal
**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - adds display name for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-10 22:06:57 +01:00
pratap0007
5667f54b4d Modifies git-batch-merge task from git directory according to the newreorg proposal
**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - adds display name for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>wq
2020-07-10 22:06:57 +01:00
pratap0007
f8798b9f62 Modifies build-push-gke-deploy task from gke-deploy directory according to the new reorg proposal
**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - adds display name for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-10 22:06:57 +01:00
pratap0007
3d83bccfe6 Modifies gke-deploy task from gke-deploy directory according to the new reorg proposal
**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - adds display name for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-10 22:06:57 +01:00
pratap0007
94a8991fc5 Modifies golangci-lint task from golang directory according to the new reorg proposal
**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - adds display name for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-10 22:06:57 +01:00
pratap0007
363817be3f Modifies golang-test task from golang directory according to the new reorg proposal
**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - adds display name for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-10 22:06:57 +01:00
pratap0007
1f1035b617 Modifies golang-build task from golang directory according to the new reorg proposal
**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - adds display name for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-10 22:06:57 +01:00
pratap0007
2bfffa6310 Modifies openshift-client task from openshift-client directory according to the new reorg proposal
**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - adds display name for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-10 22:06:57 +01:00
pratap0007
6c79290f84 Modifies openshift-client-kubecfg task from openshift-client directory according to the new reorg proposal
**NOTE: This only modifies the content of the yaml, changing
        the location of the file will be done in a different
        commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - adds display name for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-10 22:06:57 +01:00
Shivam Mukhade
cd24253d8e Modifies gitlab-add-label task from gitlab directory
according to the new reorg proposal

** NOTE: This only modifies the content of the yaml, changing
         the location of the file will be done in a different
         commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds display name for task
  - adds tags for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
2020-07-10 22:06:57 +01:00
Shivam Mukhade
e7d0a569d2 Modifies create-gitlab-release task from gitlab directory
according to the new reorg proposal

** NOTE: This only modifies the content of the yaml, changing
         the location of the file will be done in a different
         commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds display name for task
  - adds tags for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
2020-07-10 22:06:57 +01:00
Shivam Mukhade
69c4f4c092 Modifies github-add-labels task from github directory
according to the new reorg proposal

** NOTE: This only modifies the content of the yaml, changing
         the location of the file will be done in a different
         commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds display name for task
  - adds tags for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
2020-07-10 22:06:57 +01:00
Shivam Mukhade
074ccbb85e Modifies create-github-release task from github directory
according to the new reorg proposal

** NOTE: This only modifies the content of the yaml, changing
         the location of the file will be done in a different
         commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds display name for task
  - adds tags for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
2020-07-10 22:06:57 +01:00
Shivam Mukhade
4713d01bdc Modifies github-set-status task from github directory
according to the new reorg proposal

** NOTE: This only modifies the content of the yaml, changing
         the location of the file will be done in a different
         commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds display name for task
  - adds tags for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
2020-07-10 22:06:57 +01:00
Shivam Mukhade
e2764c1ce8 Modifies github-close-issue task from github directory
according to the new reorg proposal

** NOTE: This only modifies the content of the yaml, changing
         the location of the file will be done in a different
         commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds display name for task
  - adds tags for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
2020-07-10 22:06:57 +01:00
Shivam Mukhade
6440be2777 Modifies github-add-comment task from github directory
according to the new reorg proposal

** NOTE: This only modifies the content of the yaml, changing
         the location of the file will be done in a different
         commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds display name for task
  - adds tags for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
2020-07-10 22:06:57 +01:00
Shivam Mukhade
de73ee7058 Modifies gcs-upload task from gcs directory
according to the new reorg proposal

** NOTE: This only modifies the content of the yaml, changing
         the location of the file will be done in a different
         commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds display name for task
  - adds tags for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
2020-07-10 22:06:57 +01:00
Shivam Mukhade
de0c79e856 Modifies gcs-generic task from gcs directory
according to the new reorg proposal

** NOTE: This only modifies the content of the yaml, changing
         the location of the file will be done in a different
         commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
2020-07-10 22:06:57 +01:00
Shivam Mukhade
992775cbc0 Modifies gcs-download task from gcs directory
according to the new reorg proposal

** NOTE: This only modifies the content of the yaml, changing
         the location of the file will be done in a different
         commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
2020-07-10 22:06:57 +01:00
Shivam Mukhade
695a7d6919 Modifies gcs-delete-bucket task from gcs directory
according to the new reorg proposal

** NOTE: This only modifies the content of the yaml, changing
         the location of the file will be done in a different
         commit to make review easier

Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - modified description to add a summary

Issue: #386

Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
2020-07-10 22:06:57 +01:00