summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Merge branch '52650-webhook-image-urls-rewritten-incorrectly-in-issues' into ↵Douwe Maan2018-10-161-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Webhook Image URLs Rewritten Incorrectly in Issues" Closes #52650 See merge request gitlab-org/gitlab-ce!22361
| * | Fix image webhook rewriting for uploadsSean McGivern2018-10-161-0/+5
| | | | | | | | | | | | | | | | | | | | | This rewrote URLs to be absolute URLs. However, for uploads (the most common case), we actually need them to point to not just the GitLab instance, but the project they're from. Thankfully, we can normally get that information from the object we're building the hook for.
* | | Merge branch '52147-loading-state' into 'master'Mike Greiling2018-10-161-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes styling issues in test reports Closes #51386 and #52147 See merge request gitlab-org/gitlab-ce!22204
| * | | Fixes styling issues in test reportsFilipa Lacerda2018-10-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the Merge Request widget, the reports for tests had an extra border. The loading icon in the mr widget used in all report sections had an extra margin causing text to be misaligned. This commit fixes both issues Closes #52147
* | | | Merge branch '52686-project-slug-does-not-auto-populate-in-ie11' into 'master'Mike Greiling2018-10-161-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Project slug does not auto populate in IE11" Closes #52686 See merge request gitlab-org/gitlab-ce!22367
| * | | | Use literal instead of constructor for creating regexMartin Wortschack2018-10-151-0/+5
| | | | |
* | | | | Merge branch '52477-add-iid-headers-to-emails' into 'master'Sean McGivern2018-10-161-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add IID headers to E-Mail notifications Closes #52477 See merge request gitlab-org/gitlab-ce!22263
| * | | | | Add IID headers to E-Mail notificationsLukas Eipert2018-10-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These headers can be used to build URLs for API requests. Good examples would be Issues and Merge Requests
* | | | | | Merge branch 'ide-file-templates-clear' into 'master'Filipa Lacerda2018-10-161-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed file templates not clearing in Web IDE Closes #52487 See merge request gitlab-org/gitlab-ce!22357
| * | | | | | Fixed file templates not clearing in Web IDEPhil Hughes2018-10-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug where the file templates would not be cleared after changing the template type. Previously the templates would get pushed into the array creating a list of templates for the different types. This changes that by clearing the templates array when the template type gets changed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52487
* | | | | | | Fixes diff stats not being visible with performance barPhil Hughes2018-10-161-0/+5
| |/ / / / / |/| | | | |
* | | | | | Show available clusters when installed or updatedPeter Leitzen2018-10-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this commit updating Prometheus (e.g. adding alerts) made it "updated" therefore not installed.
* | | | | | Merge branch 'da-fix-does-not-import-projects-over-ssh' into 'master'Stan Hu2018-10-161-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Does not allow a SSH URI when importing a project See merge request gitlab-org/gitlab-ce!22309
| * | | | | | Does not allow an import_url with SSH protocolDouglas Barbosa Alexandre2018-10-151-0/+5
| | | | | | |
* | | | | | | Replace `<i>` in vue components with `<icon>`George Tsiolis2018-10-151-0/+5
|/ / / / / /
* | | | | | Merge branch 'sh-remove-koding' into 'master'Douwe Maan2018-10-151-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
| * | | | | | Remove Koding integration and documentationStan Hu2018-10-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
* | | | | | | Merge branch ↵Clement Ho2018-10-151-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '52532-unable-to-toggle-issuable-sidebar-out-of-collapsed-state' into 'master' Allow Issue and Merge Request sidebar to be toggled from collapsed state Closes #52532 See merge request gitlab-org/gitlab-ce!22353
| * | | | | | | Remove obsolete usage of gl.lazyLoader.loadCheckLukas Eipert2018-10-151-0/+5
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In [!21565][0] we removed the loadCheck function from the LazyLoader for images. The function seemed to be obsolete before anyhow, because we make use of the MutationObserver in order to detect elements added / removed from the DOM. [0]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21565
* | | | | | | Merge branch 'bvl-merge-base-multiple-revisions' into 'master'Douwe Maan2018-10-151-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow getting the merge base of multiple revisions Closes #52573 See merge request gitlab-org/gitlab-ce!22295
| * | | | | | | Allow getting the merge base of multiple revisionsBob Van Landuyt2018-10-121-0/+5
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | As we now support getting the merge base for multiple revisions in gitaly, we can provide this functionality in our API
* | | | | | | Merge branch 'zj-remove-linguist' into 'master'Robert Speicher2018-10-151-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove dependencies on Linguist Closes #35450 See merge request gitlab-org/gitlab-ce!21008
| * | | | | | | Remove dependencies on LinguistZeger-Jan van de Weg2018-10-121-0/+5
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This saves about 128 MB of baseline RAM usage per Unicorn and Sidekiq process (!). Linguist wasn't detecting languages anymore from CE/EE since 9ae8b57467ac8b38f1fa9020a466d94a93cbb9dd. However, Linguist::BlobHelper was still being depended on by BlobLike and others. This removes the Linguist gem, given it isn't required anymore. EscapeUtils were pulled in as dependency, but given Banzai depends on it, it is now added explicitly. Previously, Linguist was used to detect the best ACE mode. Instead, we rely on ACE to guess the best mode based on the file extension.
* | | | | | | Merge branch '52669-fixes-quick-actions-preview' into 'master'Douglas Barbosa Alexandre2018-10-151-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes close/reopen quick actions preview for issues and merge_requests Closes #52669 See merge request gitlab-org/gitlab-ce!22343
| * | | | | | | Fixes close/reopen quick actions preview for issues and merge_requestsJacopo2018-10-151-0/+5
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Close/reopen quick actions preview wasn't shown properly, now the preview is shown as expected.
* | | | | | | Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett2018-10-151-0/+5
| |_|_|_|/ / |/| | | | |
* | | | | | Resolve "Personal projects pagination in Profile Overview tab is broken"Martin Wortschack2018-10-151-0/+5
| | | | | |
* | | | | | Update CHANGELOG.md for 11.3.5GitLab Release Tools Bot2018-10-152-10/+0
| |_|_|_|/ |/| | | | | | | | | [ci skip]
* | | | | Merge branch 'enable-frozen-string-lib-gitlab' into 'master'Rémy Coutable2018-10-151-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Enable some frozen string in lib/gitlab See merge request gitlab-org/gitlab-ce!22304
| * | | | Enable some frozen string in lib/gitlabgfyoung2018-10-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable frozen string for the following files: * lib/gitlab/auth/**/*.rb * lib/gitlab/badge/**/*.rb * lib/gitlab/bare_repository_import/**/*.rb * lib/gitlab/bitbucket_import/**/*.rb * lib/gitlab/bitbucket_server_import/**/*.rb * lib/gitlab/cache/**/*.rb * lib/gitlab/checks/**/*.rb Partially addresses #47424.
* | | | | Merge branch '52421-show-canary-no-canary-in-the-performance-bar' into 'master'Sean McGivern2018-10-151-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Show canary / no-canary in the performance bar" Closes #52421 See merge request gitlab-org/gitlab-ce!22222
| * | | | | Show if the host is a canary host in the perf barSean McGivern2018-10-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the request came from a canary host, show this in the performance bar by: 1. Adding a bird emoji. 2. Colouring the hostname yellow.
* | | | | | Only display merge commit SHA when it existsMark Chao2018-10-151-0/+5
| |_|/ / / |/| | | |
* | | | | Merge branch 'fix-dupilicate-key-license-management' into 'master'Dmitriy Zaporozhets2018-10-131-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix duplicated key in license management job gitlab-org/gitlab-ce#52609 Closes #52609 See merge request gitlab-org/gitlab-ce!22311
| * | | | add changelog entryAdam Lemanski2018-10-131-0/+5
| | |/ / | |/| |
* | | | Merge branch '52614-update-job-started-check' into 'master'Tim Zallmann2018-10-121-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Updates the check for started in job header See merge request gitlab-org/gitlab-ce!22329
| * | | | Updates the check for started in job headerFilipa Lacerda2018-10-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function that was checking if the job was started or not was expecting a boolean, however it was receiving a null. During the refactor the condition was changed, causing the function to break with null This commit fixes the check
* | | | | Add stage name in job.json responseSteve Azzopardi2018-10-121-0/+5
|/ / / /
* | | | Merge branch 'fl-update-svgs' into 'master'Mike Greiling2018-10-121-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Updates gitlab-svg dependency See merge request gitlab-org/gitlab-ce!22299
| * | | | Updates gitlab-svg dependencyFilipa Lacerda2018-10-121-0/+5
| |/ / /
* | | | Merge branch '52608-sidebar' into 'master'Tim Zallmann2018-10-121-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide job sidebar on mobile Closes #52608 See merge request gitlab-org/gitlab-ce!22314
| * | | | Hide job sidebar on mobileFilipa Lacerda2018-10-121-0/+5
| |/ / / | | | | | | | | | | | | | | | | This commit adds back `js-` classes needed to automatically collapse the sidebar on resize.
* | | | Merge branch '52361-fix-file-tree-mobile' into 'master'Filipa Lacerda2018-10-121-0/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Resolve "Make file browser hidden by default for mobile screens" and improve layout in small screens too Closes #52361 See merge request gitlab-org/gitlab-ce!22273
| * | | Improve MR file tree on small screensAndré Luís2018-10-111-0/+5
| | |/ | |/|
* | | Fix broken file name navigation on MRsJacques Erasmus2018-10-111-0/+5
| | |
* | | Fix erased block not being rendered when job was erasedFilipa Lacerda2018-10-111-0/+5
| | |
* | | Merge branch 'gt-update-application-copy-secret-to-clipboard-data' into 'master'Annabel Dunstone Gray2018-10-111-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update copy to clipboard button data for application secret Closes #52572 See merge request gitlab-org/gitlab-ce!22268
| * | | Update copy to clipboard button data for application secretGeorge Tsiolis2018-10-101-0/+5
| |/ /