Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dev_issue_15331' into 'master' | Robert Speicher | 2016-04-21 | 1 | -3/+2 |
|\ | |||||
| * | Fix failing spec | Alfredo Sumaran | 2016-04-21 | 1 | -2/+1 |
| * | Add noreferrer value to rel attribute for external links | Alfredo Sumaran | 2016-04-20 | 1 | -1/+1 |
* | | Use SIGTERM during Sidekiq memory shutdown | Jacob Vosmaer | 2016-04-21 | 1 | -2/+2 |
* | | Revert "Merge branch 'sentry-js' into 'master' " | Jacob Schatz | 2016-04-21 | 1 | -1/+0 |
* | | Merge branch 'fix/cross-project-labels-project-reference' into 'master' | Grzegorz Bizon | 2016-04-21 | 1 | -15/+21 |
|\ \ | |||||
| * | | Refactor banzai code that finds cross-project labels | Grzegorz Bizon | 2016-04-21 | 1 | -15/+21 |
| * | | Fix cross-project label ref with invalid project | Grzegorz Bizon | 2016-04-21 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'ci-commit-as-pipeline' into 'master' | Kamil Trzciński | 2016-04-21 | 2 | -23/+17 |
|\ \ | |/ |/| | |||||
| * | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipeline | Kamil Trzcinski | 2016-04-19 | 12 | -48/+231 |
| |\ | |||||
| * | | Write specs for this feature | Kamil Trzcinski | 2016-04-16 | 1 | -6/+13 |
| * | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipeline | Kamil Trzcinski | 2016-04-16 | 28 | -176/+295 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipeline | Kamil Trzcinski | 2016-04-13 | 14 | -18/+142 |
| |\ \ \ | |||||
| * | | | | Fix create_next_builds method | Kamil Trzcinski | 2016-04-12 | 1 | -19/+0 |
| * | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipeline | Kamil Trzcinski | 2016-04-11 | 3 | -18/+47 |
| |\ \ \ \ | |||||
| * | | | | | Fix specs | Kamil Trzcinski | 2016-04-11 | 1 | -4/+10 |
| * | | | | | Use Ci::Commit as Pipeline | Kamil Trzcinski | 2016-04-11 | 1 | -1/+1 |
* | | | | | | Merge branch 'fix-grape-internal-allowed-action' into 'master' | Robert Speicher | 2016-04-20 | 2 | -1/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix setting of "action" for Grape transactions | Yorick Peterse | 2016-04-20 | 2 | -1/+10 |
* | | | | | | | Merge branch 'sentry-js' into 'master' | Robert Speicher | 2016-04-20 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | place the sentry config into a new file, and some changessentry-js | Arinde Eniola | 2016-04-19 | 1 | -1/+1 |
| * | | | | | | Add sentry logger to GitLab | Jacob Schatz | 2016-04-18 | 1 | -0/+1 |
* | | | | | | | Fix Build#append_trace method usage when trace file doesn't exists yet | Tomasz Maczukin | 2016-04-20 | 1 | -2/+3 |
* | | | | | | | Fix some typos in documentation | Tomasz Maczukin | 2016-04-20 | 1 | -1/+1 |
* | | | | | | | Add documentation of incremental trace update API | Tomasz Maczukin | 2016-04-20 | 1 | -1/+2 |
* | | | | | | | Make sure that appending is done on a valid length | Tomasz Maczukin | 2016-04-20 | 1 | -1/+11 |
* | | | | | | | Add range checking | Tomasz Maczukin | 2016-04-20 | 2 | -4/+18 |
* | | | | | | | Add incremental build trace update API | Tomasz Maczukin | 2016-04-20 | 1 | -0/+9 |
* | | | | | | | Merge branch 'slack_wiki_notifications' into 'master' | Rémy Coutable | 2016-04-20 | 1 | -0/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | add wiki_page helper to url_builder | Sebastian Klier | 2016-04-20 | 1 | -0/+6 |
* | | | | | | | | Merge branch 'license-templates-and-api-12804' into 'master' | Robert Speicher | 2016-04-20 | 3 | -0/+71 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Rename License entity to RepoLicense to avoid conflict with EElicense-templates-and-api-12804 | Rémy Coutable | 2016-04-19 | 2 | -3/+3 |
| * | | | | | | | Update to licensee 8.0.0 and fix API specs | Rémy Coutable | 2016-04-18 | 1 | -4/+5 |
| * | | | | | | | Fix features specs (hopefully) | Rémy Coutable | 2016-04-18 | 1 | -3/+3 |
| * | | | | | | | Continue implementation of the license template selector and /licenses API en... | Rémy Coutable | 2016-04-18 | 2 | -13/+55 |
| * | | | | | | | Initial implementation if license template selector and /licenses/:key API en... | Anton Davydov | 2016-04-18 | 2 | -0/+28 |
* | | | | | | | | Merge branch '15139-fix-constants-redefinition-warnings' into 'master' | Robert Speicher | 2016-04-19 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Get rid of more requires, which causes warnings when code is reloaded15139-fix-constants-redefinition-warnings | Rémy Coutable | 2016-04-19 | 1 | -4/+4 |
| * | | | | | | | | Define constants only if not defined yet and freeze them | Rémy Coutable | 2016-04-19 | 1 | -4/+4 |
* | | | | | | | | | Configuring of points per UDP packettoggle-points-per-packet | Yorick Peterse | 2016-04-19 | 1 | -3/+4 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Merge branch 'api-fix-annotated-tags' into 'master' | Rémy Coutable | 2016-04-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | API: Present an array of Gitlab::Git::Tag instead of array of rugged tags | Robert Schilling | 2016-04-17 | 1 | -1/+1 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'make-before-after-overridable' into 'master' | Kamil Trzciński | 2016-04-19 | 1 | -15/+18 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Make rubocop happymake-before-after-overridable | Kamil Trzcinski | 2016-04-18 | 1 | -12/+15 |
| * | | | | | | | | Merge branch 'after-script' into make-before-after-overridable | Kamil Trzcinski | 2016-04-18 | 1 | -15/+0 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'after-script' into make-before-after-overridable | Kamil Trzcinski | 2016-04-18 | 2 | -13/+64 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'after-script' into make-before-after-overridable | Kamil Trzcinski | 2016-04-18 | 1 | -27/+33 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'after-script' into make-before-after-overridable | Kamil Trzcinski | 2016-04-17 | 1 | -9/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Allow the before_script and finally_script to be overwritten in context of job | Kamil Trzcinski | 2016-04-16 | 1 | -11/+11 |
* | | | | | | | | | | | | | Merge branch 'after-script' into 'master' | Kamil Trzciński | 2016-04-19 | 1 | -18/+30 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |