{"id":19398686,"url":"https://github.com/arquillian/ike-prow-plugins","last_synced_at":"2025-04-24T06:31:30.291Z","repository":{"id":137482806,"uuid":"122952098","full_name":"arquillian/ike-prow-plugins","owner":"arquillian","description":"Set of plugins for Prow automation platform","archived":false,"fork":false,"pushed_at":"2023-03-06T23:48:36.000Z","size":1932,"stargazers_count":9,"open_issues_count":27,"forks_count":10,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-03T00:32:08.090Z","etag":null,"topics":["containers","continuous-delivery","continuous-integration","github-bot","kubernetes","openshift","testing"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arquillian.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-26T10:17:01.000Z","updated_at":"2021-12-07T20:09:41.000Z","dependencies_parsed_at":"2023-07-18T23:15:26.013Z","dependency_job_id":null,"html_url":"https://github.com/arquillian/ike-prow-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arquillian%2Fike-prow-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arquillian%2Fike-prow-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arquillian%2Fike-prow-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arquillian%2Fike-prow-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arquillian","download_url":"https://codeload.github.com/arquillian/ike-prow-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250578094,"owners_count":21453240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["containers","continuous-delivery","continuous-integration","github-bot","kubernetes","openshift","testing"],"created_at":"2024-11-10T11:06:48.878Z","updated_at":"2025-04-24T06:31:29.906Z","avatar_url":"https://github.com/arquillian.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Ike Prow Plugins\n:asciidoctor-source: https://raw.githubusercontent.com/arquillian/ike-prow-plugins/master/docs\n:numbered:\n:sectlink:\n:sectanchors:\n:sectid:\n:source-language: java\n:source-highlighter: coderay\n:sectnums:\n:icons: font\nifndef::generated-doc[]\n:toc: macro\n:toclevels: 1\nendif::generated-doc[]\nifdef::generated-doc[]\n:toc: left\n:toclevels: 2\nendif::generated-doc[]\n:data-uri:\n:imagesdir: docs/images\n\n[cols=\"a,a\"]\n|===\n| .Jenkins\nimage:https://ci.centos.org/buildStatus/icon?job=devtools-ike-prow-plugins-ike-build-master[\"Jenkins\",link=\"https://ci.centos.org/view/Devtools/job/devtools-ike-prow-plugins-ike-build-master/lastBuild/\"]\n| .Travis\nimage:https://travis-ci.org/arquillian/ike-prow-plugins.svg[\"Travis\", link=\"https://travis-ci.org/arquillian/ike-prow-plugins\"]\n|===\n\nifndef::generated-doc[]\n\nWelcome in PR automation plugins Arquillian project. These plugins are based on link:https://github.com/kubernetes/test-infra/tree/master/prow[Prow] sub project of\nKubernetes Test Infrastructure.\n\nendif::generated-doc[]\n\n== Prerequisites\n\nYou need to have following packages in place:\n\n* `git`\n* `make`\n* `go` (`\u003e= v1.11.4`)\n* link:https://golang.github.io/dep/[`dep`] for dependency management\n* link:https://github.com/golangci/golangci-lint[`golangci-lint`]\n\nAssuming that you have all the link:https://golang.org/doc/install[Golang prerequisites] in place (such as `$GOPATH`), clone the repository first:\n\n[source,bash]\n----\n$ git clone https://github.com/arquillian/ike-prow-plugins $GOPATH/src/github.com/arquillian/ike-prow-plugins\n----\n\nNOTE: Have a look how link:https://github.com/moovweb/gvm[Go Version Manager] can help you simplifying configuration and\nmanagement of different versions of Go.\n\nNOTE: You can also use link:https://raw.githubusercontent.com/arquillian/ike-prow-plugins/master/setup.sh[`setup.sh`] which takes care of all of the above. Simply execute +\n`$ curl -sSL https://git.io/vxnSk | bash` +\nand you are all set.\n\nifndef::generated-doc[]\n\n== Documentation\n\nThe complete documentation can be found at http://arquillian.org/ike-prow-plugins.\n\nYou can also generate it locally. All you need to have in place is https://docs.docker.com/engine/installation/[Docker].\nThen simply execute:\n\n```\n./.asciidoctor/generate.sh\n```\nand you are set. You will find generated documentation in the `gh-pages` folder.\n\nOn Linux you can combine it with following command:\n\n```\n./.asciidoctor/generate.sh \u0026\u0026 xdg-open gh-pages/index.html \u0026\u003e/dev/null\n```\n\nThis will generate the documentation and open it in the browser.\nendif::generated-doc[]\n\nifdef::generated-doc[]\n\ninclude::{asciidoctor-source}/getting_started.adoc[]\ninclude::{asciidoctor-source}/plugins.adoc[]\n\nendif::generated-doc[]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farquillian%2Fike-prow-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farquillian%2Fike-prow-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farquillian%2Fike-prow-plugins/lists"}