Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Rugged exception in cache rescuerugged-reference-cache-rescue | Jacob Vosmaer | 2018-01-30 | 4 | -18/+14 |
| | |||||
* | Merge branch 'ban-rugged-from-repository' into 'master' | Sean McGivern | 2018-01-30 | 6 | -82/+107 |
|\ | | | | | | | | | | | | | Decouple more of Repository from Rugged Closes gitaly#969 See merge request gitlab-org/gitlab-ce!16763 | ||||
| * | Decouple more of Repository from Rugged | Jacob Vosmaer (GitLab) | 2018-01-30 | 6 | -82/+107 |
|/ | |||||
* | Merge branch 'jprovazn-pagination' into 'master' | Sean McGivern | 2018-01-30 | 2 | -5/+27 |
|\ | | | | | | | | | Make pagination optional for issuables See merge request gitlab-org/gitlab-ce!16774 | ||||
| * | Make pagination optional for issuables | Jan Provaznik | 2018-01-30 | 2 | -5/+27 |
| | | | | | | | | | | | | | | | | | | | | On epics roadmap page we list all epics in the given time frame without pagination (at least for the first iteration), in this case it would be nice to use the existing issuables index logic except pagination (see MR gitlab-ee!4281). For this reason this patch allows to easily disable pagination. Related gitlab-ee!4281 | ||||
* | | Merge branch 'osw-short-circuit-mergeable-disccusions-state' into 'master' | Sean McGivern | 2018-01-30 | 4 | -3/+23 |
|\ \ | | | | | | | | | | | | | | | | | | | Check MR state before submitting queries for discussion state Closes #42236 See merge request gitlab-org/gitlab-ce!16788 | ||||
| * | | Check MR state before submitting queries for discussion stateosw-short-circuit-mergeable-disccusions-state | Oswaldo Ferreira | 2018-01-29 | 4 | -3/+23 |
| | | | |||||
* | | | Merge branch 'rc/port-ee-4064' into 'master' | Rémy Coutable | 2018-01-30 | 11 | -7/+190 |
|\ \ \ | | | | | | | | | | | | | | | | | Port changes from gitlab-org/gitlab-ee!4064 to CE See merge request gitlab-org/gitlab-ce!16796 | ||||
| * | | | Port changes from gitlab-org/gitlab-ee!4064 to CE | Rémy Coutable | 2018-01-30 | 11 | -7/+190 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | Merge branch '42569-lint-changelog-yaml-script-is-run-twice-in-ci' into 'master' | Grzegorz Bizon | 2018-01-30 | 1 | -1/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't run scripts/lint-changelog-yaml in scripts/static-analysis but only in the 'docs lint' job Closes #42569 See merge request gitlab-org/gitlab-ce!16790 | ||||
| * | | | | Don't run scripts/lint-changelog-yaml in scripts/static-analysis but only in ↵42569-lint-changelog-yaml-script-is-run-twice-in-ci | Rémy Coutable | 2018-01-30 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 'docs lint' job Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | Merge branch 'ph-ajax-into-axios' into 'master' | Filipa Lacerda | 2018-01-30 | 8 | -143/+180 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | More $.ajax conversions to axios See merge request gitlab-org/gitlab-ce!16761 | ||||
| * | | | | | cache jQuery selectorph-ajax-into-axios | Phil Hughes | 2018-01-30 | 1 | -5/+7 |
| | | | | | | |||||
| * | | | | | fixed issuable_spec.js | Phil Hughes | 2018-01-29 | 1 | -4/+22 |
| | | | | | | |||||
| * | | | | | Converted integration_settings_form to axios | Phil Hughes | 2018-01-29 | 2 | -75/+101 |
| | | | | | | |||||
| * | | | | | Converted issuable_bulk_update_actions to axios | Phil Hughes | 2018-01-29 | 1 | -9/+4 |
| | | | | | | |||||
| * | | | | | Converted issuable_index to axios | Phil Hughes | 2018-01-29 | 1 | -13/+15 |
| | | | | | | |||||
| * | | | | | Converted group_label_subscription to axios | Phil Hughes | 2018-01-29 | 1 | -14/+13 |
| | | | | | | |||||
| * | | | | | Converted graphs_show to axios | Phil Hughes | 2018-01-29 | 1 | -7/+9 |
| | | | | | | |||||
| * | | | | | Converted gl_dropdown to axios | Phil Hughes | 2018-01-29 | 1 | -19/+12 |
| | | | | | | |||||
* | | | | | | Merge branch 'update-create-item-dropdown-with-create-new-item-option' into ↵ | Filipa Lacerda | 2018-01-30 | 2 | -44/+139 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add `createNewItemFromValue` option and `clearDropdown` method to `create_item_dropdown` See merge request gitlab-org/gitlab-ce!16699 | ||||
| * | | | | | Add createNewItemFromValue option and clearDropdown methodupdate-create-item-dropdown-with-create-new-item-option | Eric Eastwood | 2018-01-30 | 2 | -44/+139 |
| | | | | | | | | | | | | | | | | | | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110 | ||||
* | | | | | | 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 See merge request gitlab-org/gitlab-ce!16696 | ||||
| * | | | | | | 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 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace $.post in label manager with axios See merge request gitlab-org/gitlab-ce!16695 | ||||
| * | | | | | | 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 See merge request gitlab-org/gitlab-ce!16754 | ||||
| * | | | | | | | 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 See merge request gitlab-org/gitlab-ce!16733 | ||||
| * | | | | | | | 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 shadowing See merge request gitlab-org/gitlab-ce!16781 | ||||
| * | | | | | | | | Fix grape-route-helper route shadowinggrape-router-helpers-bugfix | Mario de la Ossa | 2018-01-29 | 2 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bringing in https://github.com/reprah/grape-route-helpers/pull/21 as a monkey patch since the grape-route-helpers project seems to be abandoned | ||||
* | | | | | | | | | Merge branch '41802-add-space-to-edit-delete-tag-btns' into 'master' | Filipa Lacerda | 2018-01-30 | 2 | -1/+6 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Missing space between edit and delete buttons in tag list" Closes #41802 See merge request gitlab-org/gitlab-ce!16757 | ||||
| * | | | | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | | | | | | Merge branch 'fix-prometheus-empty-state-no-data' into 'master' | Phil Hughes | 2018-01-30 | 2 | -3/+16 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add noData empty state to Prometheus graphs Closes #42558 See merge request gitlab-org/gitlab-ce!16777 | ||||
| * | | | | | | | | | 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 Closes #42494 See merge request gitlab-org/gitlab-ce!16748 | ||||
| * | | | | | | | | | Fix JIRA not working when a trailing slash is included | Stan Hu | 2018-01-29 | 3 | -1/+29 |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Leaving a trailing slash in the context option causes the jira-ruby gem to add an extra slash in HTTP requests to the URL, preventing JIRA from working properly. Closes #42494 | ||||
* | | | | | | | | | Merge branch '41972-make-sure-no-warnings' into 'master' | Robert Speicher | 2018-01-29 | 29 | -106/+332 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fail static-analysis if there's output to stderr Closes #41972 See merge request gitlab-org/gitlab-ce!16648 | ||||
| * | | | | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | However keep backward compatibility | ||||
| * | | | | | | | | | Fix rubocop offenses. It's not checked before when | Lin Jen-Shin | 2018-01-26 | 2 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it's inside lib/tasks/* | ||||
| * | | | | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So we ignore it in static-analysis when status is 0, yet still report it if it's not. |