| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'docs-private-vs-personal-access-tokens' into 'master' | Achilleas Pipinellis | 2018-11-07 | 1 | -1/+1 |
|\ |
|
| * | Fix private access token -> personal access tokendocs-private-vs-personal-access-tokens | David Planella | 2018-11-07 | 1 | -1/+1 |
* | | Merge branch 'fj-41213-api-update-submodule-commit' into 'master' | Sean McGivern | 2018-11-07 | 15 | -13/+516 |
|\ \ |
|
| * | | Add submodule update API endpoint | Francisco Javier López | 2018-11-07 | 15 | -13/+516 |
* | | | Merge branch 'max_retries_when' into 'master' | Grzegorz Bizon | 2018-11-07 | 12 | -71/+567 |
|\ \ \ |
|
| * | | | fix merge conflict | Markus Doits | 2018-11-07 | 1 | -356/+0 |
| * | | | amend method description a little bit | Markus Doits | 2018-11-07 | 1 | -6/+5 |
| * | | | fix failure in case of missing options | Markus Doits | 2018-11-07 | 1 | -1/+1 |
| * | | | one more refactor after feedback | Markus Doits | 2018-11-07 | 1 | -13/+13 |
| * | | | change forgotten constant in spec to match code | Markus Doits | 2018-11-07 | 1 | -1/+1 |
| * | | | handle old retry format in build (possibly saved in database) | Markus Doits | 2018-11-07 | 2 | -2/+29 |
| * | | | small doc fix [CI SKIP] | Markus Doits | 2018-11-07 | 1 | -1/+1 |
| * | | | doc updates as per feedback | Markus Doits | 2018-11-07 | 1 | -17/+19 |
| * | | | use Ci::Build instead of CommitStatus as per feedback | Markus Doits | 2018-11-07 | 1 | -1/+1 |
| * | | | fix location of spec file in doc comment [CI SKIP] | Markus Doits | 2018-11-07 | 1 | -1/+1 |
| * | | | fix failing specs due to latest changes | Markus Doits | 2018-11-07 | 2 | -4/+4 |
| * | | | small fixes to doc and remove on whitespace noise | Markus Doits | 2018-11-07 | 2 | -3/+1 |
| * | | | refactoring after latest feedback | Markus Doits | 2018-11-07 | 4 | -106/+137 |
| * | | | remove now unneeded validation | Markus Doits | 2018-11-07 | 1 | -1/+0 |
| * | | | fix wrong retry error messages | Markus Doits | 2018-11-07 | 2 | -2/+14 |
| * | | | refactor validations to a Entry::Retry class | Markus Doits | 2018-11-07 | 5 | -65/+442 |
| * | | | add a test that checks that retry when values in documentation are valid | Markus Doits | 2018-11-07 | 2 | -1/+35 |
| * | | | add documentation for new retry when feature | Markus Doits | 2018-11-07 | 1 | -3/+46 |
| * | | | one more try to reduce cognitive overhead | Markus Doits | 2018-11-07 | 1 | -9/+15 |
| * | | | refactor for hopefully lower cognitive complexity | Markus Doits | 2018-11-07 | 2 | -36/+45 |
| * | | | fix allowed keys validator to use correct attribute as error base? | Markus Doits | 2018-11-07 | 2 | -3/+3 |
| * | | | add specs for create pipeline service and new retry when feature | Markus Doits | 2018-11-07 | 1 | -7/+25 |
| * | | | update job config validator to validate new retry syntax | Markus Doits | 2018-11-07 | 3 | -25/+191 |
| * | | | add changelog entry | Markus Doits | 2018-11-07 | 1 | -0/+5 |
| * | | | fix some spec wording and values | Markus Doits | 2018-11-07 | 1 | -5/+5 |
| * | | | refactor retry logic to define any reason and more than one reason to retry | Markus Doits | 2018-11-07 | 2 | -110/+27 |
| * | | | add `retry_failure?` option and use it to decide if to retry a build failure | Markus Doits | 2018-11-07 | 2 | -3/+164 |
| * | | | add an option when to retry a build (unused yet) | Markus Doits | 2018-11-07 | 2 | -0/+31 |
| * | | | allow retries to be a hash | Markus Doits | 2018-11-07 | 2 | -2/+19 |
* | | | | Merge branch 'triggermesh-phase1-knative' into 'master' | Grzegorz Bizon | 2018-11-07 | 33 | -105/+454 |
|\ \ \ \ |
|
| * | | | | Fix style with clusters_store.js and remove workaround for namespace role issuetriggermesh/dgriffith/gitlab-ce-triggermesh-phase1-knative | Chris Baumbauer | 2018-11-06 | 3 | -49/+8 |
| * | | | | Fix double-negation | Chris Baumbauer | 2018-11-06 | 1 | -2/+2 |
| * | | | | Refactor preinstall/postinstall methods in the helm installer | Chris Baumbauer | 2018-11-06 | 1 | -6/+2 |
| * | | | | Resolve bug with knative hostname being overwritten by status updates | Chris Baumbauer | 2018-11-06 | 1 | -3/+2 |
| * | | | | Refactor cluster application tests to centralize helm CA cert verification | Chris Baumbauer | 2018-11-06 | 6 | -110/+30 |
| * | | | | Fix incorrect domain key for values.yamltriggermesh/gitlab-ce-triggermesh-phase1-knative | Chris Baumbauer | 2018-11-06 | 1 | -1/+1 |
| * | | | | Fix issue with missing knative cluster role binding, and cleanup tests | Chris Baumbauer | 2018-11-05 | 6 | -44/+124 |
| * | | | | Add missing strip to finalize creation service test | Chris Baumbauer | 2018-11-03 | 1 | -1/+1 |
| * | | | | Fix the way hostname is validated with the knative app | Chris Baumbauer | 2018-11-03 | 6 | -124/+17 |
| * | | | | Resolve issues raised by Kamil | Chris Baumbauer | 2018-11-03 | 7 | -38/+176 |
| * | | | | Merge branch 'master' into triggermesh-phase1-knative | Chris Baumbauer | 2018-11-03 | 165 | -841/+2372 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into triggermesh-phase1-knative | Chris Baumbauer | 2018-11-02 | 1013 | -8270/+15366 |
| |\ \ \ \ \ |
|
| * | | | | | | Remove comments from migration script and add usage data | Chris Baumbauer | 2018-11-01 | 3 | -22/+4 |
| * | | | | | | Fix remaining domainname -> hostname rebranding | Chris Baumbauer | 2018-10-30 | 4 | -5/+8 |
| * | | | | | | Rename knative domainname field to hostname and fix changelog entry | Chris Baumbauer | 2018-10-30 | 14 | -28/+22 |