summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Replacing gollum libs for custom gitlab onesFrancisco Javier López2018-04-131-0/+5
|
* Merge branch 'ide-mr-changes-alert-box' into 'master'Filipa Lacerda2018-04-131-0/+5
|\ | | | | | | | | | | | | Remove confirm box when redirecting to new merge request form in IDE Closes #45326 See merge request gitlab-org/gitlab-ce!18362
| * Remove confirm box when redirecting to new merge request form in IDEPhil Hughes2018-04-131-0/+5
| | | | | | | | Closes #45326
* | Merge branch 'contribute/no-rm-rf-gitlab-basics' into 'master'Achilleas Pipinellis2018-04-131-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Don't use "-f" with "rm" in Gitlab-Basics Docs Closes #20071 See merge request gitlab-org/gitlab-ce!18027
| * | Do not use '-f' with 'rm' in gitlab-basics docsElias Werberich2018-03-271-0/+5
| | |
* | | Feature/add language in repository to apiRoger Rüttimann2018-04-131-0/+5
| | |
* | | Add missing documentation about failure reasonMayra Cabrera2018-04-131-0/+5
| | |
* | | Merge branch 'jprovazn-fix-references' into 'master'Douwe Maan2018-04-131-0/+5
|\ \ \ | |_|/ |/| | | | | | | | Fix reference filters in group context See merge request gitlab-org/gitlab-ce!18340
| * | Fix reference filters in group contextJan Provaznik2018-04-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since !18150 abstract reference filter supports also `group` as a resource parent (not only `project`). Some reference filters, which inherit from abstract filter, depend on parent being `project` when checking a reference. This patch adds explicit check of parent class to the given filters.
* | | Merge branch '30739-fix-joined-information-on-project-members-page' into ↵Clement Ho2018-04-121-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Weird "joined" information on project members page" Closes #30739 See merge request gitlab-org/gitlab-ce!18290
| * | | Fix `joined` information on project members pageFabian Schneider2018-04-121-0/+5
| | | |
* | | | Renamed 'Overview' to 'Project' in the contextual navigation at a project levelConstance Okoghenun2018-04-121-0/+5
| | | |
* | | | Merge branch 'revert-93869c63' into 'master'Filipa Lacerda2018-04-121-5/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Resolve HTML/CSS inconsistent comment forms on Issue and Merge Request" Closes #45288 See merge request gitlab-org/gitlab-ce!18346
| * | | | Revert "Merge branch ↵Clement Ho2018-04-121-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | '44870-remove-extra-space-around-comment-form-on-merge-requests' into 'master'" This reverts merge request !18120
* | | | | Align action icons in pipeline graphFilipa Lacerda2018-04-121-0/+5
|/ / / /
* | | | Merge branch 'move-help-state-vue-component' into 'master'Filipa Lacerda2018-04-121-0/+5
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Move TimeTrackingHelpState vue component See merge request gitlab-org/gitlab-ce!18319
| * | | Move TimeTrackingHelpState vue componentGeorge Tsiolis2018-04-111-0/+5
| | | |
* | | | Merge branch 'winh-dropdown-entry-unlocking' into 'master'Phil Hughes2018-04-121-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove green background from unlock button in admin area Closes #41269 See merge request gitlab-org/gitlab-ce!18288
| * | | | Remove green background from unlock button in admin areaWinnie Hellmann2018-04-101-0/+5
| | | | |
* | | | | Merge branch 'rendering-markdown-multiple-projects' into 'master'Douwe Maan2018-04-121-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Optimise rendering of Markdown documents that belong to different projects See merge request gitlab-org/gitlab-ce!18157
| * | | | | Support Markdown rendering using multiple projectsrendering-markdown-multiple-projectsYorick Peterse2018-04-111-0/+5
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This refactors the Markdown pipeline so it supports the rendering of multiple documents that may belong to different projects. An example of where this happens is when displaying the event feed of a group. In this case we retrieve events for all projects in the group. Previously we would group events per project and render these chunks separately, but this would result in many SQL queries being executed. By extending the Markdown pipeline to support this out of the box we can drastically reduce the number of SQL queries. To achieve this we introduce a new object to the pipeline: Banzai::RenderContext. This object simply wraps two other objects: an optional Project instance, and an optional User instance. On its own this wouldn't be very helpful, but a RenderContext can also be used to associate HTML documents with specific Project instances. This work is done in Banzai::ObjectRenderer and allows us to reuse as many queries (and results) as possible.
* | | | | Update Auto-Devops docs to mention new REPLICAS env varDylan Griffith2018-04-121-0/+5
| | | | |
* | | | | Merge branch 'fix/wiki-find-file-gitaly' into 'master'Robert Speicher2018-04-111-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix finding wiki file when Gitaly is enabled Closes gitaly#1126 See merge request gitlab-org/gitlab-ce!18317
| * | | | | Fix finding wiki file when Gitaly is enabledAhmad Sherif2018-04-111-0/+5
| |/ / / / | | | | | | | | | | | | | | | Fixes gitaly#1126
* | | | | Merge branch 'unresolved-discussions-vue-component-i18n-and-tests' into 'master'Clement Ho2018-04-111-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add i18n and update specs for UnresolvedDiscussions vue component See merge request gitlab-org/gitlab-ce!17866
| * | | | | Add i18n and update specs for UnresolvedDiscussions vue componentGeorge Tsiolis2018-03-271-0/+5
| | | | | |
* | | | | | Merge branch '41748-vertical-misalignment-login-box' into 'master'Clement Ho2018-04-111-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vertical misalignment of login box header Closes #41748 See merge request gitlab-org/gitlab-ce!16275
| * | | | | | Refactor CSS to eliminate vertical misalignment of login navTakuya Noguchi2018-04-111-0/+5
| | | | | | |
* | | | | | | Merge branch 'move-estimate-only-pane-vue-component' into 'master'Filipa Lacerda2018-04-111-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Move TimeTrackingEstimateOnlyPane vue component See merge request gitlab-org/gitlab-ce!18318
| * | | | | | Move TimeTrackingEstimateOnlyPane vue componentGeorge Tsiolis2018-04-111-0/+5
| | |_|/ / / | |/| | | |
* | | | | | Resolve "tree/master shows incorrect CI build status"Lin Jen-Shin2018-04-111-0/+5
| | | | | |
* | | | | | Replace vue resource with axios for pipeline details pageFilipa Lacerda2018-04-111-0/+5
| | | | | |
* | | | | | Merge branch '45159-fix-illustration' into 'master'Grzegorz Bizon2018-04-111-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Illustration for the case where the job has finished and the log was erased" Closes #45159 See merge request gitlab-org/gitlab-ce!18253
| * | | | | | Fixes illustration for when job log was erased45159-fix-illustrationFilipa Lacerda2018-04-091-0/+5
| | | | | | |
* | | | | | | Replace the `project/issues/milestones.feature` spinach test with an rspec ↵blackst0ne2018-04-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | analog
* | | | | | | Replace the `project/commits/branches.feature` spinach test with an rspec analogblackst0ne2018-04-111-0/+5
| | | | | | |
* | | | | | | Resolve "When editing a comment in an issue, the preview mode is toggled in ↵Simon Knox2018-04-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the main textarea"
* | | | | | | Merge branch 'zj-branch-containing-sha-opt-out' into 'master'Rémy Coutable2018-04-111-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Branch with a commit detection defaults to Gitaly See merge request gitlab-org/gitlab-ce!18304
| * | | | | | | Branch with a commit detection defaults to GitalyZeger-Jan van de Weg2018-04-111-0/+5
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default this was an OPT_IN RPC, and now graduates to OPT_OUT as the acceptance testing was successful in: https://gitlab.com/gitlab-org/gitaly/issues/1008 This follows the conventions of our [migration process](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/MIGRATION_PROCESS.md)
* | | | | | | Tag with a commit detection defaults to GitalyZeger-Jan van de Weg2018-04-111-0/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default this was an OPT_IN RPC, and now graduates to OPT_OUT as the acceptance testing was successful in: gitaly#1009 This follows the conventions of our [migration process](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/MIGRATION_PROCESS.md)
* | | | | | Merge branch 'ab-37125-assigned-issues-query' into 'master'Yorick Peterse2018-04-101-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce complexity of issuable finder query. Closes #37125 See merge request gitlab-org/gitlab-ce!18219
| * | | | | | Reduce complexity of issuable finder query.ab-37125-assigned-issues-queryAndreas Brandl2018-04-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the extra check for project-ids which is not needed at all. This does not necessarily reduce execution time of the query, but improves planning time by a few millseconds. Closes #37125.
* | | | | | | Revert "Merge branch 'improve-jobs-queuing-time-metric' into 'master'"Kamil Trzciński2018-04-101-5/+0
| |_|/ / / / |/| | | | | | | | | | | This reverts merge request !17730
* | | | | | Merge branch '40487-axios-pipelines' into 'master'Phil Hughes2018-04-101-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace vue resource with axios for pipelines table See merge request gitlab-org/gitlab-ce!18264
| * | | | | | Replace vue resources with axios for pipelines tableFilipa Lacerda2018-04-091-0/+4
| | |/ / / / | |/| | | |
* | | | | | Verify that deploy token has valid access when pulling container registry imageMayra Cabrera2018-04-101-0/+5
| | | | | |
* | | | | | Update CHANGELOG.md for 10.6.4Mayra Cabrera2018-04-099-45/+0
| |/ / / / |/| | | | | | | | | [ci skip]
* | | | | Merge branch 'feature/add_target_to_tags' into 'master'Robert Speicher2018-04-091-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Expose the target commit ID through the tag API See merge request gitlab-org/gitlab-ce!18248
| * | | | | Expose the target commit ID through the tag APIAndrew Beresford2018-04-081-0/+5
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | This is useful for annotated tags, where the deferenced target is not the same as the tag object. At the moment there is no way to differentiate the two through the tag API. This change adds a "target" property and leaves the existing "commit" property alone so that existing behaviour is not altered.
* | | | | Merge branch ↵Yorick Peterse2018-04-091-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'fix-n-plus-one-when-getting-notification-settings-for-recipients' into 'master' Use Goldiloader for handling N+1 queries See merge request gitlab-org/gitlab-ce!18217