| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make diff wrap.diff-lines | Jacob Schatz | 2016-04-20 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'feature/incremental-build-trace-update' into 'master' | Rémy Coutable | 2016-04-20 | 6 | -22/+191 |
| |\ | | | | | | | | | | | | | | | | | Add incremental build trace update API Closes #14537 Must be merged if we want changes from gitlab-org/gitlab-ci-multi-runner!124 to work. See merge request !3447 | ||||
| | * | Fix Build#append_trace method usage when trace file doesn't exists yet | Tomasz Maczukin | 2016-04-20 | 2 | -3/+4 |
| | | | |||||
| | * | Fix some typos in documentation | Tomasz Maczukin | 2016-04-20 | 2 | -5/+5 |
| | | | | | | | | | [ci skip] | ||||
| | * | Add documentation of incremental trace update API | Tomasz Maczukin | 2016-04-20 | 2 | -22/+89 |
| | | | | | | | | | [ci skip] | ||||
| | * | Update CHANGELOG | Tomasz Maczukin | 2016-04-20 | 1 | -0/+1 |
| | | | | | | | | | [ci skip] | ||||
| | * | Make sure that appending is done on a valid length | Tomasz Maczukin | 2016-04-20 | 3 | -6/+17 |
| | | | |||||
| | * | Add range checking | Tomasz Maczukin | 2016-04-20 | 4 | -11/+57 |
| | | | |||||
| | * | Add incremental build trace update API | Tomasz Maczukin | 2016-04-20 | 3 | -1/+44 |
| |/ | |||||
| * | Merge branch 'slack_wiki_notifications' into 'master' | Rémy Coutable | 2016-04-20 | 21 | -17/+263 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add slack notifications for wiki pages ## What does this MR do? Lets the Slack service be configured to send notifications when wiki pages are created or edited. ## Are there points in the code the reviewer needs to double check? I'm just starting to get familiar with the Gitlab codebase and I was unsure on how to get the wiki page url to pass it to the slack message, on whether or not I needed to refactor the create/update methods for wiki pages from the controller to a service (but seemed necessary to test it better), and if I needed to add a column to the web hooks table or if the services table would have been enough. Please let me know if I should change anything and I will improve the MR, thanks for checking :) ## Why was this MR needed? Related to #563 and fixes #4233. See merge request !2998 | ||||
| | * | Fix wiki tests | Sebastian Klier | 2016-04-20 | 4 | -1/+26 |
| | | | |||||
| | * | Update changelog | Sebastian Klier | 2016-04-20 | 1 | -1/+1 |
| | | | |||||
| | * | Fix test to conform to conventions | Sebastian Klier | 2016-04-20 | 1 | -7/+8 |
| | | | |||||
| | * | Fix test | Sebastian Klier | 2016-04-20 | 1 | -4/+4 |
| | | | |||||
| | * | update changelog | Sebastian Klier | 2016-04-20 | 1 | -1/+1 |
| | | | |||||
| | * | formatting and test structure | Sebastian Klier | 2016-04-20 | 3 | -28/+45 |
| | | | |||||
| | * | add wiki_page helper to url_builder | Sebastian Klier | 2016-04-20 | 2 | -1/+8 |
| | | | |||||
| | * | improve check if wiki page is persisted | Sebastian Klier | 2016-04-20 | 1 | -1/+1 |
| | | | |||||
| | * | remove unnecessary methods | Sebastian Klier | 2016-04-20 | 1 | -11/+0 |
| | | | |||||
| | * | add slack notifications for wiki pages | Sebastian Klier | 2016-04-20 | 17 | -6/+213 |
| | | | | | | | | | update changelog | ||||
| * | | Merge branch 'feature/raw-trace-output' into 'master' | Rémy Coutable | 2016-04-20 | 5 | -2/+45 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add raw build trace output Closes #15308, #15147 Changes in the UI: - on finished build:  - on running build:  See merge request !3767 | ||||
| | * | | Improve and fix specs for raw tracefeature/raw-trace-output | Tomasz Maczukin | 2016-04-19 | 1 | -4/+8 |
| | | | | |||||
| | * | | Use Rails-way to send file by X-Sendfile | Tomasz Maczukin | 2016-04-19 | 1 | -5/+2 |
| | | | | |||||
| | * | | Update CHANGELOG | Tomasz Maczukin | 2016-04-19 | 1 | -0/+1 |
| | | | | |||||
| | * | | Add feature specs for raw trace | Tomasz Maczukin | 2016-04-19 | 3 | -2/+28 |
| | | | | |||||
| | * | | Switch raw trace to use X-Sendfile header | Tomasz Maczukin | 2016-04-19 | 2 | -4/+7 |
| | | | | |||||
| | * | | Add raw trace output for GitLab Workhorse | Tomasz Maczukin | 2016-04-19 | 3 | -1/+13 |
| | | | | |||||
| * | | | Merge branch 'license-templates-and-api-12804' into 'master' | Robert Speicher | 2016-04-20 | 27 | -146/+671 |
| |\ \ \ | |_|/ |/| | | | | | | | | | | | | | | License templates when creating/editing a LICENSE file Closes #12804 See merge request !3660 | ||||
| | * | | Rename License entity to RepoLicense to avoid conflict with EElicense-templates-and-api-12804 | Rémy Coutable | 2016-04-19 | 2 | -3/+3 |
| | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| | * | | Fix specs | Rémy Coutable | 2016-04-18 | 4 | -19/+9 |
| | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| | * | | Update to licensee 8.0.0 and fix API specs | Rémy Coutable | 2016-04-18 | 4 | -12/+13 |
| | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| | * | | Fix features specs (hopefully) | Rémy Coutable | 2016-04-18 | 2 | -4/+4 |
| | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| | * | | Continue implementation of the license template selector and /licenses API ↵ | Rémy Coutable | 2016-04-18 | 22 | -207/+588 |
| | | | | | | | | | | | | | | | | | | | endpoint Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| | * | | Initial implementation if license template selector and /licenses/:key API ↵ | Anton Davydov | 2016-04-18 | 12 | -3/+156 |
| | | | | | | | | | | | | | endpoint | ||||
| * | | | Merge branch 'issue_15390' into 'master' | Robert Speicher | 2016-04-19 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix javascript errors with invalid json because of commas fixes #15390 See merge request !3827 | ||||
| | * | | | Fix javascript errors with invalid json because of commas | Felipe Artur | 2016-04-19 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Update CHANGELOG | Robert Speicher | 2016-04-19 | 1 | -1/+3 |
| | |_|/ |/| | | | | | | | | [ci skip] | ||||
| * | | | Merge remote-tracking branch 'dev/master' into 'master' | Robert Speicher | 2016-04-19 | 2 | -7/+7 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'rs-label-xss' into 'master' | Jacob Schatz | 2016-04-19 | 2 | -7/+7 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove XSS vulnerability in Label and Milestone dropdowns Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15389 See merge request !1951 | ||||
| | | * | | | Remove XSS vulnerability in Label and Milestone dropdowns | Robert Speicher | 2016-04-19 | 2 | -7/+7 |
| | |/ / / | |||||
| * | | | | CLearify shared runner warning. | Sytse Sijbrandij | 2016-04-19 | 1 | -1/+1 |
| | |/ / |/| | | |||||
| * | | | Merge branch '15139-fix-constants-redefinition-warnings' into 'master' | Robert Speicher | 2016-04-19 | 10 | -17/+6 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Define constants only if not defined yet and freeze them Fixes #15139. See merge request !3810 | ||||
| | * | | | Get rid of more requires, which causes warnings when code is reloaded15139-fix-constants-redefinition-warnings | Rémy Coutable | 2016-04-19 | 4 | -12/+7 |
| | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| | * | | | Remove useless require 'file_size_validator' causing warnings | Rémy Coutable | 2016-04-19 | 6 | -6/+0 |
| | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| | * | | | Define constants only if not defined yet and freeze them | Rémy Coutable | 2016-04-19 | 2 | -7/+7 |
| | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | Merge branch 'imported-ghe-project-names-links-to-github' into 'master' | Robert Speicher | 2016-04-19 | 4 | -2/+46 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | Fix GitHub project's link in the import page when provider has a custom URL Closes gitlab-org/gitlab-ee#478 See merge request !3803 | ||||
| | * | | | Fix GitHub project's link on import page when provider has a custom URL | Douglas Barbosa Alexandre | 2016-04-19 | 4 | -2/+46 |
| | | | | | |||||
| * | | | | Merge branch 'pmq20/gitlab-ce-issue_12785' | Douwe Maan | 2016-04-19 | 26 | -80/+390 |
| |\ \ \ \ | |||||
| | * | | | | Add support to cherry-pick any commit | P.S.V.R | 2016-04-18 | 26 | -80/+390 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514 | ||||
| * | | | | | Merge branch 'mr-formatting' into 'master' | Robert Speicher | 2016-04-19 | 24 | -36/+37 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use ! rather than # for merge request references Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15278 See merge request !3740 | ||||
