summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Remove duplicate IDFilipa Lacerda2018-02-203-8/+7
| * | | | | | Merge branch 'master' into 42643-persist-external-ip-of-ingress-controller-gkeFilipa Lacerda2018-02-2099-4091/+592
| |\ \ \ \ \ \
| * | | | | | | Adds missing links, uses value instead of placeholder in input field and prop...Filipa Lacerda2018-02-208-18/+34
| * | | | | | | Update feature spec for kubernetes applications ingress IP address (#42643)Dylan Griffith2018-02-201-0/+10
| * | | | | | | Schedule Ingress IP address fetch from K8s after clusters page load (#42643)Dylan Griffith2018-02-205-0/+53
| * | | | | | | Refactor ingress IP address waiting code (#42643)Dylan Griffith2018-02-2010-92/+141
| * | | | | | | Adds support to render the IP address in the application ingress rowFilipa Lacerda2018-02-195-27/+189
| * | | | | | | [ci skip] Merge branch 'master' into 42643-persist-external-ip-of-ingress-con...Filipa Lacerda2018-02-19224-1422/+2241
| |\ \ \ \ \ \ \
| * | | | | | | | Fix rubocop warning (#42643)Dylan Griffith2018-02-161-1/+1
| * | | | | | | | Ensure CheckIngressIpAddressService obtains exclusive lease per ingress contr...Dylan Griffith2018-02-152-0/+28
| * | | | | | | | Persist external IP of ingress controller created for GKE (#42643)Dylan Griffith2018-02-1514-2/+229
* | | | | | | | | Merge branch 'zj-licensee-key' into 'master'43548-update-language-about-usage-ping-in-admin-settings-and-docsSean McGivern2018-03-014-9/+53
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Client implementation for Licensee#keyZeger-Jan van de Weg2018-03-014-9/+53
* | | | | | | | | | Merge branch '30665-add-email-button-to-new-issue-by-email' into 'master'Clement Ho2018-03-012-1/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add mail_to button new issue by email modal30665-add-email-button-to-new-issue-by-emailIslam Wazery2018-02-282-1/+12
* | | | | | | | | | | Merge branch 'remove-vue-mr-webpack' into 'master'Mike Greiling2018-03-011-11/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Remove unnecessary chunks from common_vueClement Ho2018-03-011-11/+0
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'fj-28141-redirection-loop' into 'master'Douwe Maan2018-03-013-0/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Removing the two factor check when the user sets a new passwordFrancisco Javier López2018-03-013-0/+16
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'dz-namespace-id-not-null' into 'master'Yorick Peterse2018-03-017-8/+47
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update specs to respect Project#namespace_id not null constraintDmitriy Zaporozhets2018-03-014-6/+11
| * | | | | | | | | | Add changelog for namespace_id not null migrationDmitriy Zaporozhets2018-03-011-0/+5
| * | | | | | | | | | Update schema with latest migrationDmitriy Zaporozhets2018-03-011-2/+2
| * | | | | | | | | | Make project#namespace_id not nulldz-namespace-id-not-nullDmitriy Zaporozhets2018-03-011-0/+29
* | | | | | | | | | | Merge branch '42434-allow-commits-endpoint-to-work-over-all-commits' into 'ma...Douwe Maan2018-03-018-34/+130
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add specs42434-allow-commits-endpoint-to-work-over-all-commitsTiago Botelho2018-03-017-27/+104
| * | | | | | | | | | | API method /projects/:id/repository/commits now works over every commitTiago Botelho2018-02-233-14/+33
* | | | | | | | | | | | Merge branch 'feature/gb/pipeline-variable-expressions' into 'master'Kamil Trzciński2018-03-0119-0/+748
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Make max tokens in expressions lexer a class-level attributeGrzegorz Bizon2018-03-012-7/+8
| * | | | | | | | | | | | Add a comment to expressions parser tree methodfeature/gb/pipeline-variable-expressionsGrzegorz Bizon2018-03-011-0/+5
| * | | | | | | | | | | | Improve pipeline expressions lexerGrzegorz Bizon2018-03-012-17/+29
| * | | | | | | | | | | | Do not use keyword args to pass expression variablesGrzegorz Bizon2018-02-276-6/+13
| * | | | | | | | | | | | Robustify pipeline expressions nodes parserGrzegorz Bizon2018-02-271-1/+1
| * | | | | | | | | | | | Improve specs for pipeline expression statementGrzegorz Bizon2018-02-271-4/+5
| * | | | | | | | | | | | Improve null lexeme in pipeline expressionsGrzegorz Bizon2018-02-271-3/+3
| * | | | | | | | | | | | Add support for single quoted string in pipeline expressionsGrzegorz Bizon2018-02-273-1/+64
| * | | | | | | | | | | | Merge commit '981b5905a02ac89ca9f33ad7c91d8c1a576ed9af' into feature/gb/pipel...Grzegorz Bizon2018-02-23872-9988/+11734
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| * | | | | | | | | | | | Remove unused method from base expression lexeme classGrzegorz Bizon2018-02-231-4/+0
| * | | | | | | | | | | | Add missing specs for pipeline expression lexemesGrzegorz Bizon2018-02-2310-7/+135
| * | | | | | | | | | | | Adds specs for pipeline expressions raw tokenGrzegorz Bizon2018-02-231-0/+45
| * | | | | | | | | | | | Add support for evaluating pipeline expression variablesGrzegorz Bizon2018-02-237-6/+32
| * | | | | | | | | | | | Add operator / value types in pipeline expressionsGrzegorz Bizon2018-02-239-15/+50
| * | | | | | | | | | | | Move pipeline expression lexemes to a separate moduleGrzegorz Bizon2018-02-2315-128/+138
| * | | | | | | | | | | | Simplify pipelines expression parserGrzegorz Bizon2018-02-235-17/+18
| * | | | | | | | | | | | Build a recursive parser for pipeline expressionsGrzegorz Bizon2018-02-229-18/+61
| * | | | | | | | | | | | Extract pipeline expressions parser to a separate classGrzegorz Bizon2018-02-226-45/+62
| * | | | | | | | | | | | Rename pipeline expressions statement exception classGrzegorz Bizon2018-02-223-5/+16
| * | | | | | | | | | | | Add variables to pipeline expressions evaluatorGrzegorz Bizon2018-02-212-1/+8
| * | | | | | | | | | | | Improve pipeline expressions specs and freeze constantsGrzegorz Bizon2018-02-213-6/+17
| * | | | | | | | | | | | Make pipeline variables evaluation concept explicitGrzegorz Bizon2018-02-211-5/+3