initial import for Open Source 🎉
This commit is contained in:
parent
1898c361f3
commit
9c0dd3b722
2048 changed files with 218743 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
<span>
|
||||
<i class="fa fa-bitbucket fa-lg" style="margin-right: 6px" data-title="BitBucket" bs-tooltip="tooltip.title"></i>
|
||||
Push to BitBucket repository
|
||||
<a href="{{ trigger.repository_url }}" target="_new">
|
||||
{{ trigger.config.build_source }}
|
||||
</a>
|
||||
</span>
|
10
static/directives/trigger/custom-git/credentials.html
Normal file
10
static/directives/trigger/custom-git/credentials.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div class="co-alert co-alert-info">
|
||||
<p>
|
||||
In order to use this trigger, the following first requires action:
|
||||
<ul>
|
||||
<li>You must give the following public key read access to the git repository.</li>
|
||||
<li>You must set your repository to POST to the following URL to trigger a build.</li>
|
||||
</ul>
|
||||
For more information, refer to the <a href="http://docs.quay.io/guides/custom-trigger.html" ng-safenewtab>Custom Git Triggers documentation</a>.
|
||||
</p>
|
||||
</div>
|
|
@ -0,0 +1,4 @@
|
|||
<span>
|
||||
<i class="fa fa-git-square fa-lg" style="margin-right: 6px;" data-title="git" bs-tooltip="tooltip.title"></i>
|
||||
Push to repository {{ trigger.config.build_source }}
|
||||
</span>
|
3
static/directives/trigger/githost/credentials.html
Normal file
3
static/directives/trigger/githost/credentials.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="co-alert co-alert-info">
|
||||
<p>The following key has been automatically added to your source control repository.</p>
|
||||
</div>
|
|
@ -0,0 +1,7 @@
|
|||
<span>
|
||||
<i class="fa fa-github fa-lg" style="margin-right: 6px" data-title="GitHub" bs-tooltip="tooltip.title"></i>
|
||||
Push to GitHub <span ng-if="KeyService.isEnterprise('github-trigger')">Enterprise</span> repository
|
||||
<a href="{{ trigger.repository_url }}" target="_new">
|
||||
{{ trigger.config.build_source }}
|
||||
</a>
|
||||
</span>
|
|
@ -0,0 +1,7 @@
|
|||
<span>
|
||||
<i class="fa fa-gitlab fa-lg" style="margin-right: 6px" data-title="GitLab" bs-tooltip="tooltip.title"></i>
|
||||
Push to GitLab repository
|
||||
<a ng-href="{{ trigger.repository_url }}" target="_new">
|
||||
{{ trigger.config.build_source }}
|
||||
</a>
|
||||
</span>
|
Reference in a new issue