summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "/assign me quick action doesn't work if there is extra white space"Cindy Pallares 🦉2018-10-191-0/+5
|
* Rename "scheduled" label/badge of delayed jobs to "delayed"Shinya Maeda2018-10-191-0/+5
|
* Merge branch '51955-change-single-item-breadcrumbs-to-page-titles' into 'master'Annabel Dunstone Gray2018-10-191-0/+5
|\ | | | | | | | | | | | | Resolve "Change single-item breadcrumbs to page titles" Closes #51955 See merge request gitlab-org/gitlab-ce!22155
| * Change single-item breadcrumbs to page titlesDmitriy Zaporozhets2018-10-191-0/+5
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'jivl-fix-bar-char-transient-spec-failure' into 'master'Filipa Lacerda2018-10-191-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Fix transient failure from the bar_chart.vue component Closes gitlab-ee#8062 See merge request gitlab-org/gitlab-ce!22495
| * | Fix transient failure from the bar_chart.vue componentJose Vargas2018-10-191-0/+5
| | |
* | | Merge branch 'gt-remove-empty-spec-describe-blocks' into 'master'Clement Ho2018-10-191-0/+5
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Remove empty spec describe blocks Closes #52842 See merge request gitlab-org/gitlab-ce!22451
| * | Remove empty spec describe blocksGeorge Tsiolis2018-10-181-0/+5
| | |
* | | Update used version of Runner Helm Chart to 0.1.34Tomasz Maczukin2018-10-191-0/+5
| |/ |/|
* | Update CHANGELOG.md for 11.4.0GitLab Release Tools Bot2018-10-19199-1007/+0
| | | | | | [ci skip]
* | Merge branch 'ccr/43034_issues_controller_100_queries' into 'master'Douglas Barbosa Alexandre2018-10-191-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Add preload for routes and namespaces for issues controller. Closes #43034 See merge request gitlab-org/gitlab-ce!21651
| * | Add preload in issues controllerChantal Rollison2018-10-181-0/+5
| | |
* | | Adjust size and alignment of emojis of user status in user menuDennis Tang2018-10-191-0/+5
| | |
* | | Change markdown header tab anchor links to buttonsGeorge Tsiolis2018-10-191-0/+5
| | |
* | | Merge branch 'mr-file-tree-inline-fluid-width-fix' into 'master'Filipa Lacerda2018-10-191-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed merge request fill tree not respecting fluid width Closes #52916 See merge request gitlab-org/gitlab-ce!22487
| * | | Fixed merge request fill tree not respecting fluid widthPhil Hughes2018-10-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug where the merge request fill tree would not respect the users fluid width preference. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
* | | | Correctly process Bamboo API resultsAlex Lossent2018-10-191-0/+5
|/ / / | | | | | | | | | | | | Bamboo API returns an array of results as per https://docs.atlassian.com/atlassian-bamboo/REST/6.2.5/#d2e786
* | | Catch `RedirectionTooDeep` Exception in webhooksHeinrich Lee Yu2018-10-191-0/+5
| | |
* | | Merge branch 'sh-add-audit-logging-json-ce' into 'master'Stan Hu2018-10-181-0/+5
|\ \ \ | | | | | | | | | | | | | | | | Add support for JSON logging for audit events See merge request gitlab-org/gitlab-ce!22471
| * | | Add support for JSON logging for audit eventsStan Hu2018-10-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will add audit_json.log that writes one line per audit event. For example: { "severity":"INFO", "time":"2018-10-17T17:38:22.523Z", "author_id":3, "entity_id":2, "entity_type":"Project", "change":"visibility", "from":"Private", "to":"Public", "author_name":"John Doe4", "target_id":2, "target_type":"Project", "target_details":"namespace2/project2" }
* | | | Revised images in group docs to address gitlab-org/gitlab-ce#43422Marc Schwede2018-10-181-0/+5
|/ / /
* | | Merge branch 'sh-associate-rakefile-ruby' into 'master'Clement Ho2018-10-181-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Associate Rakefile with Ruby icon in diffs Closes #52654 See merge request gitlab-org/gitlab-ce!22341
| * | | Associate Rakefile with Ruby icon in diffsStan Hu2018-10-131-0/+5
| | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52654
* | | | Merge branch 'update-readme-ruby-version' into 'master'Stan Hu2018-10-181-0/+5
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Update README ruby version 2.3->2.4 See merge request gitlab-org/gitlab-ce!22466
| * | | Adding changelog entryJ.D. Bean2018-10-181-0/+5
| | | |
* | | | Merge branch '52886-fix-broken-master' into 'master'Phil Hughes2018-10-181-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes broken test in master for ci status bagde Closes #52886 See merge request gitlab-org/gitlab-ce!22465
| * | | | Fixes broken test in master for ci status bagdeFilipa Lacerda2018-10-181-0/+5
| | | | |
* | | | | Merge branch 'rails5-fix-deployment-spec' into 'master'Douglas Barbosa Alexandre2018-10-181-0/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Rails5: fix deployment model spec See merge request gitlab-org/gitlab-ce!22428
| * | | | Rails5: fix deployment model specJasper Maes2018-10-171-0/+5
| | | | |
* | | | | Resolve "Re-arrange help-related user menu items into new Help menu"Dennis Tang2018-10-181-0/+5
| | | | |
* | | | | Show wiki empty state layout on wiki-only project overview pageJacques Erasmus2018-10-181-0/+6
| | | | |
* | | | | Make getting a user by the username case insensitiveWilliam George2018-10-181-0/+5
| | | | |
* | | | | Merge branch '51386-broken-border-reports' into 'master'Phil Hughes2018-10-181-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes broken borders in reports section MR widget Closes #51386 See merge request gitlab-org/gitlab-ce!22416
| * | | | | Fixes broken borders in reports section MR widgetFilipa Lacerda2018-10-171-0/+5
| | | | | |
* | | | | | Merge branch 'sh-strip-github-pat-whitespace' into 'master'Rémy Coutable2018-10-181-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Strip whitespace around GitHub personal access tokens Closes #46588 See merge request gitlab-org/gitlab-ce!22432
| * | | | | | Strip whitespace around GitHub personal access tokensStan Hu2018-10-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some browsers insert a trailing whitespace after pasting the token into the field. This should help reduce confusion. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/46588
* | | | | | | Merge branch '52527-harden-wiki-against-missing-last-version' into 'master'Douglas Barbosa Alexandre2018-10-171-0/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Harden the wiki against missing last_versions Closes #52527 See merge request gitlab-org/gitlab-ce!22377
| * | | | | | Harden the wiki against missing last_versionsNick Thomas2018-10-171-0/+5
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, we assume a "last_version" always exists for a wiki page. In production, this is not always true. So, guard uses of it with a null check.
* | | | | | Merge branch 'gt-remove-prometheus-configuration-help-text' into 'master'Clement Ho2018-10-171-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove prometheus configuration help text Closes #52782 See merge request gitlab-org/gitlab-ce!22413
| * | | | | | Remove prometheus configuration help textGeorge Tsiolis2018-10-171-0/+5
| | | | | | |
* | | | | | | Merge branch '49591-use-cached-readme-blobs' into 'master'Rémy Coutable2018-10-171-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use cached readme blobs where appropriate Closes #49591 See merge request gitlab-org/gitlab-ce!22325
| * | | | | | | Use cached readme blobs where appropriateNick Thomas2018-10-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitLab keeps a cache of the rendered HTML for a repository's README as stored in the HEAD branch. However, it was not used in all circumstances. In particular, the new blob viewer framework bypassed this cache entirely. This MR ensures a ::ReadmeBlob is returned instead of a ::Blob when asking a repository for an individual blob, if the commit and path match the readme for HEAD. This makes the cached HTML available to consumers, including the blob viewer. The ReadmeBlob is a simple delegator to the Blob, so should be compatible in all cases. Adding the rendered_markdown method is the only additional behaviour it contains.
* | | | | | | | Fixed bug with the content disposition with wiki attachmentsFrancisco Javier López2018-10-171-0/+5
| | | | | | | |
* | | | | | | | Merge branch 'gt-update-environments-empty-state' into 'master'Filipa Lacerda2018-10-171-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update environments empty state See merge request gitlab-org/gitlab-ce!22297
| * | | | | | | | Update environments empty stateGeorge Tsiolis2018-10-171-0/+5
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Allow JIRA to login using email and API tokenFelipe Artur2018-10-171-0/+5
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Resolve "Integrate new vue+vuex code base with new API and remove old haml code"Filipa Lacerda2018-10-171-0/+5
| | | | | | |
* | | | | | | Resolve "In web editor, when delete a file, should navigate to enclosing ↵George Thomas2018-10-171-0/+6
|/ / / / / / | | | | | | | | | | | | | | | | | | directory"
* | | | | | Merge branch 'sh-fix-commit-signatures-error' into 'master'Douwe Maan2018-10-161-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix commit signature error when project is disabled Closes #50903 See merge request gitlab-org/gitlab-ce!22344
| * | | | | | Fix commit signature error when project is disabledStan Hu2018-10-151-0/+5
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a project is disabled, visiting the home page would show, "An error occurred while loading commit signatures". This change checks that the user has permission to view the project to avoid unnecessary GPG signature lookups. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50903