Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gitaly Server info for admin panel | Zeger-Jan van de Weg | 2018-01-31 | 13 | -106/+555 |
* | Merge branch 'axios-get-single-file-diff' into 'master' | Filipa Lacerda | 2018-01-30 | 2 | -18/+15 |
|\ | |||||
| * | Replace $.get in single file diff with axios | Clement Ho | 2018-01-30 | 2 | -18/+15 |
|/ | |||||
* | Merge branch 'axios-post-label-manager' into 'master' | Fatih Acet | 2018-01-30 | 1 | -18/+14 |
|\ | |||||
| * | Remove unnecessary returnaxios-post-label-manager | Clement Ho | 2018-01-24 | 1 | -1/+1 |
| * | Replace $.post in label manager with axios | Clement Ho | 2018-01-24 | 1 | -18/+14 |
* | | Merge branch 'patch-28' into 'master' | Rémy Coutable | 2018-01-30 | 1 | -11/+2 |
|\ \ | |||||
| * | | doc: Correct example responses in repository_files.md | kasbah | 2018-01-27 | 1 | -11/+2 |
* | | | Merge branch 'patch-28' into 'master' | Rémy Coutable | 2018-01-30 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Update index.md | Muhamed | 2018-01-26 | 1 | -1/+1 |
* | | | | Merge branch 'grape-router-helpers-bugfix' into 'master' | Rémy Coutable | 2018-01-30 | 2 | -0/+30 |
|\ \ \ \ | |||||
| * | | | | Fix grape-route-helper route shadowinggrape-router-helpers-bugfix | Mario de la Ossa | 2018-01-29 | 2 | -0/+30 |
* | | | | | Merge branch '41802-add-space-to-edit-delete-tag-btns' into 'master' | Filipa Lacerda | 2018-01-30 | 2 | -1/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Adds spacing between edit and delete btn in tag list | Jacopo | 2018-01-28 | 2 | -1/+6 |
| | |_|/ / | |/| | | | |||||
* | | | | | Update CHANGELOG.md for 10.4.2 | Mark Fletcher | 2018-01-30 | 7 | -31/+16 |
* | | | | | Merge branch 'fix-prometheus-empty-state-no-data' into 'master' | Phil Hughes | 2018-01-30 | 2 | -3/+16 |
|\ \ \ \ \ | |||||
| * | | | | | add noData empty state to prometheus graphsfix-prometheus-empty-state-no-data | Mike Greiling | 2018-01-29 | 2 | -3/+16 |
* | | | | | | Merge branch 'sh-fix-jira-trailing-slash' into 'master' | Robert Speicher | 2018-01-30 | 3 | -1/+29 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix JIRA not working when a trailing slash is included | Stan Hu | 2018-01-29 | 3 | -1/+29 |
|/ / / / / / | |||||
* | | | | | | Merge branch '41972-make-sure-no-warnings' into 'master' | Robert Speicher | 2018-01-29 | 29 | -106/+332 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Update gitlab-styles and update .rubocop.yml41972-make-sure-no-warnings | Lin Jen-Shin | 2018-01-26 | 2 | -5/+1 |
| * | | | | | | Remove bin/upgrade.rb as we don't seem to refer it | Lin Jen-Shin | 2018-01-26 | 1 | -3/+0 |
| * | | | | | | Use Process::Status rather than an integer | Lin Jen-Shin | 2018-01-26 | 5 | -20/+20 |
| * | | | | | | Fix rubocop offenses. It's not checked before when | Lin Jen-Shin | 2018-01-26 | 2 | -5/+8 |
| * | | | | | | Eliminate the last warning for redis wrapper | Lin Jen-Shin | 2018-01-26 | 2 | -1/+2 |
| * | | | | | | We need Rails in order to use Gitlab.config anyway | Lin Jen-Shin | 2018-01-26 | 2 | -4/+1 |
| * | | | | | | Eliminate the warnings for database | Lin Jen-Shin | 2018-01-26 | 1 | -11/+9 |
| * | | | | | | Eliminate the warnings from task helpers | Lin Jen-Shin | 2018-01-26 | 13 | -54/+45 |
| * | | | | | | Convert parser warnings to stdout in haml_lint | Lin Jen-Shin | 2018-01-26 | 1 | -0/+9 |
| * | | | | | | Ignore flay warnings | Lin Jen-Shin | 2018-01-26 | 1 | -1/+1 |
| * | | | | | | Avoid loading rspec-parameterized to avoid warnings | Lin Jen-Shin | 2018-01-26 | 1 | -1/+1 |
| * | | | | | | Don't print stdout in case we're just printing warnings | Lin Jen-Shin | 2018-01-26 | 1 | -1/+0 |
| * | | | | | | Generate secret first to avoid warnings later | Lin Jen-Shin | 2018-01-26 | 1 | -0/+1 |
| * | | | | | | Fail static-analysis if there's output to stderr | Lin Jen-Shin | 2018-01-26 | 6 | -24/+258 |
* | | | | | | | Merge branch 'osw-consistent-values-on-api-merge-status' into 'master' | Douwe Maan | 2018-01-29 | 3 | -1/+16 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Remove tap and use simplified method call | Oswaldo Ferreira | 2018-01-29 | 1 | -1/+2 |
| * | | | | | | Return more consistent values for merge_status on MR APIosw-consistent-values-on-api-merge-status | Oswaldo Ferreira | 2018-01-28 | 3 | -1/+15 |
* | | | | | | | Merge branch 'axios-post-edit-blob' into 'master' | Filipa Lacerda | 2018-01-29 | 2 | -8/+29 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Replace $.post in edit blob with axios | Clement Ho | 2018-01-29 | 2 | -8/+29 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'fix-cache-clear-windows' into 'master' | Kamil Trzciński | 2018-01-29 | 3 | -2/+7 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into fix-cache-clear-windowsfix-cache-clear-windows | Matija Čupić | 2018-01-27 | 15 | -165/+242 |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | |||||
| * | | | | | | | Add CHANGELOG entry | Matija Čupić | 2018-01-26 | 1 | -0/+5 |
| * | | | | | | | Replace : with _ in cache key versioning | Matija Čupić | 2018-01-26 | 2 | -2/+2 |
* | | | | | | | | Merge branch '42553-fix-commit-spec' into 'master' | Rémy Coutable | 2018-01-29 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | Fix an order dependency in a spec | Nick Thomas | 2018-01-29 | 1 | -3/+3 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'osw-fix-lost-diffs-when-source-branch-deleted' into 'master' | Rémy Coutable | 2018-01-29 | 4 | -5/+43 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Close and do not reload MR diffs when source branch is deleted | Oswaldo Ferreira | 2018-01-29 | 4 | -5/+43 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'fl-vue-mr-widget' into 'master' | Phil Hughes | 2018-01-29 | 4 | -251/+290 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix broken testfl-vue-mr-widget | Filipa Lacerda | 2018-01-29 | 1 | -2/+2 |
| * | | | | | | | [ci skip] Merge branch 'master' into fl-vue-mr-widget | Filipa Lacerda | 2018-01-29 | 39 | -395/+500 |
| |\ \ \ \ \ \ \ |