summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Fix deadlock on ChunkedIOfix-deadlock-chunked-ioKamil Trzciński2018-11-261-0/+5
|
* Merge branch ↵Douwe Maan2018-11-221-0/+5
|\ | | | | | | | | | | | | | | | | '46950-systemcheck-use-gem-ruby-instead-of-hardcoding-ruby-version' into 'master' SystemCheck: Use a more reliable way to detect current Ruby version Closes #46950 See merge request gitlab-org/gitlab-ce!23291
| * Use a more reliable way to detect current Ruby version46950-systemcheck-use-gem-ruby-instead-of-hardcoding-ruby-version46950-systemcheck-ruby-versionGabriel Mazetto2018-11-211-0/+5
| |
* | Merge branch 'revert-fd6e3781' into 'master'Sean McGivern2018-11-221-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Revert "Merge branch 'revert-e2aa2177' into 'master'" Closes #54267 See merge request gitlab-org/gitlab-ce!23237
| * | Revert "Merge branch 'revert-e2aa2177' into 'master'"Zeger-Jan van de Weg2018-11-201-0/+5
| | | | | | | | | This reverts merge request !23229
* | | Fix typo in scheduled pipelinesDavy Defaud2018-11-221-0/+5
| | |
* | | Merge branch '54201-update-rack-to-2.0.6' into 'master'Douglas Barbosa Alexandre2018-11-211-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update rack to 2.0.6 Closes #54201 See merge request gitlab-org/gitlab-ce!23171
| * | | Update rack to 2.0.6 (for QA environments) for addressing CVE-2018-16471Takuya Noguchi2018-11-221-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | Merge branch 'gt-use-gl-tooltip-directive' into 'master'Clement Ho2018-11-211-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Use `gl-tooltip` directive in badges, cycle analytics, and diffs See merge request gitlab-org/gitlab-ce!22770
| * | | | Replace tooltip directive with gl-tooltip directive in badges, cycle ↵George Tsiolis2018-11-211-0/+5
| | |_|/ | |/| | | | | | | | | | analytics, and diffs
* | | | Upgraded minimum Git version to 2.18.0Francisco Javier López2018-11-211-0/+5
|/ / /
* | | Merge branch 'reinstate-d5a24021a4e583' into 'master'Yorick Peterse2018-11-211-0/+5
|\ \ \ | | | | | | | | | | | | | | | | Reinstate changes from MR 23234 See merge request gitlab-org/gitlab-ce!23282
| * | | Reinstate changes from MR 23234reinstate-d5a24021a4e583Yorick Peterse2018-11-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reinstates the changes added in MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23234. I was testing a script that was supposed to operate on a fork of CE (yorickpeterse/gitlab-ce), but it was operating on gitlab-org/gitlab-ce by accident.
* | | | Merge branch 'sh-fix-issue-51220' into 'master'Rémy Coutable2018-11-211-0/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Handle force_remove_source_branch when creating merge request Closes #51220 See merge request gitlab-org/gitlab-ce!23281
| * | | Handle force_remove_source_branch when creating merge requestsh-fix-issue-51220Stan Hu2018-11-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Creating a merge request with `merge_request[force_remove_source_branch]` parameter would result in an Error 500 since this attribute was passed directly to the merge request. Fix this by properly parsing this attribute into `merge_params`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51220
* | | | Revert "Merge branch 'ide-open-all-mr-files' into 'master'"Yorick Peterse2018-11-211-5/+0
| | | | | | | | | | | | This reverts merge request !23234
* | | | Merge branch 'optimise-job-request' into 'master'Grzegorz Bizon2018-11-211-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Use cached size when passing artifacts to Runner See merge request gitlab-org/gitlab-ce!23228
| * | | | Use cached size when passing artifacts to Runneroptimise-job-requestKamil Trzciński2018-11-201-0/+5
| | | | |
* | | | | Merge branch '54282-tooltip-stuck' into 'master'Phil Hughes2018-11-211-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Fixes stuck tooltip on stop env button Closes #53571 and #54282 See merge request gitlab-org/gitlab-ce!23244
| * | | | Merge branch 'master' into 54282-tooltip-stuck54282-tooltip-stuckFilipa Lacerda2018-11-216-0/+30
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (24 commits) Adds a PHILOSOPHY.md Externalize strings from `/app/views/abuse_reports` Fix Issuable container element selector for shortcuts handling Enable Rubocop on lib/gitlab Add user docs for Pages access control Added information about syntax highlighting in Web IDE. Fixes gitlab-org/gitlab-ce#53571 Align issue status label and confidential icon Externalize strings from `/app/views/repository_check_mailer` Remove instances of `@extend .monospace` Resolve "The reply shortcut can add any text of the page to the "comment" text area" Upgrade escape_utils to 1.2.1 Add dedicated runner tags to assets job Upgrade gitlab eslint config to latest Fix broken karma specs Disable conflicting eslint rules Prettify all the things Upgrade prettier to 1.15.2 Added a test for open merge request files Update CHANGELOG.md for 11.4.7 Open first 10 merge request files in IDE ...
| * | | | | Fixes stuck tooltip on stop env buttonFilipa Lacerda2018-11-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used the glTooltipdirective to fix the tooltip on the stop environment button in the mr widget getting stuck when the element is not in hover state
* | | | | | Merge branch '53578-fe-deployment-status' into 'master'Phil Hughes2018-11-211-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds missing status in deployment widget See merge request gitlab-org/gitlab-ce!23239
| * | | | | | Adds missing status in deployment widget53578-fe-deployment-statusFilipa Lacerda2018-11-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Renders created and canceled status in MR widget
* | | | | | | Merge branch '52453-show-subgroups-in-group-create-issue' into 'master'Sean McGivern2018-11-211-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Access project from descendent groups when selecting project to create new issue" Closes #47096 and #52453 See merge request gitlab-org/gitlab-ce!22612
| * | | | | | | Add changelog entryHeinrich Lee Yu2018-11-191-0/+5
| | | | | | | |
* | | | | | | | Update CHANGELOG.md for 11.5.0GitLab Release Tools Bot2018-11-21237-1187/+0
| |_|_|/ / / / |/| | | | | | | | | | | | | [ci skip]
* | | | | | | Merge branch 'frozen-string-lib-rubocop' into 'master'Rémy Coutable2018-11-211-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable Rubocop on lib/gitlab See merge request gitlab-org/gitlab-ce!23259
| * | | | | | | Enable Rubocop on lib/gitlabgfyoung2018-11-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should wrap up frozen string enablement for gitlab-ce. xref gitlab-org/gitlab-ce#47424.
* | | | | | | | Adds a PHILOSOPHY.mdKenny Johnston2018-11-211-0/+5
|/ / / / / / /
* | | | | | | Align issue status label and confidential iconGeorge Tsiolis2018-11-201-0/+5
| | | | | | |
* | | | | | | Remove instances of `@extend .monospace`George Tsiolis2018-11-201-0/+5
| | | | | | |
* | | | | | | Resolve "The reply shortcut can add any text of the page to the "comment" ↵Thomas Pathier2018-11-201-0/+5
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | text area"
* | | | | | Merge branch 'ide-open-all-mr-files' into 'master'Filipa Lacerda2018-11-201-0/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Open first 10 merge request files in IDE Closes #51635 See merge request gitlab-org/gitlab-ce!23234
| * | | | | Open first 10 merge request files in IDEPhil Hughes2018-11-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51635
* | | | | | Merge branch '49565-ssh-push-mirroring' into 'master'Robert Speicher2018-11-201-0/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SSH public-key authentication for push mirroring Closes #49565 See merge request gitlab-org/gitlab-ce!22982
| * | | | | SSH public-key authentication for push mirroringNick Thomas2018-11-191-0/+5
| | | | | |
* | | | | | Merge branch 'frozen-string-lib-gitlab-even-even-even-more' into 'master'Rémy Coutable2018-11-201-0/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Enable even more frozen string for lib/gitlab See merge request gitlab-org/gitlab-ce!23225
| * | | | | Enable even more frozen string for lib/gitlabgfyoung2018-11-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables frozen string for the following: * lib/gitlab/patch/**/*.rb * lib/gitlab/popen/**/*.rb * lib/gitlab/profiler/**/*.rb * lib/gitlab/project_authorizations/**/*.rb * lib/gitlab/prometheus/**/*.rb * lib/gitlab/query_limiting/**/*.rb * lib/gitlab/quick_actions/**/*.rb * lib/gitlab/redis/**/*.rb * lib/gitlab/request_profiler/**/*.rb * lib/gitlab/search/**/*.rb * lib/gitlab/sherlock/**/*.rb * lib/gitlab/sidekiq_middleware/**/*.rb * lib/gitlab/slash_commands/**/*.rb * lib/gitlab/sql/**/*.rb * lib/gitlab/template/**/*.rb * lib/gitlab/testing/**/*.rb * lib/gitlab/utils/**/*.rb * lib/gitlab/webpack/**/*.rb Partially addresses gitlab-org/gitlab-ce#47424.
* | | | | | Merge branch 'revert-e2aa2177' into 'master'Sean McGivern2018-11-201-5/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'zj-improve-gitaly-pb' into 'master'" See merge request gitlab-org/gitlab-ce!23229
| * | | | | | Revert "Merge branch 'zj-improve-gitaly-pb' into 'master'"revert-e2aa2177Sean McGivern2018-11-201-5/+0
| | | | | | | | | | | | | | | | | | | | | This reverts merge request !23140
* | | | | | | Merge branch 'project_identicon_fix' into 'master'Kushal Pandya2018-11-201-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a project icon in home panel view, #51157. Closes #51157 See merge request gitlab-org/gitlab-ce!23166
| * | | | | | | Add changelog item for changes.Harry Kiselev2018-11-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is last commit that closes #51157 issue.
* | | | | | | | Merge branch 'gt-change-breadcrumb-title-for-contribution-charts' into 'master'Kushal Pandya2018-11-201-0/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change breadcrumb title for contribution charts Closes #44567 See merge request gitlab-org/gitlab-ce!23071
| * | | | | | | Change breadcrumb title for contribution chartsGeorge Tsiolis2018-11-141-0/+5
| | | | | | | |
* | | | | | | | Fixes to AWS documentationBrendan O'Leary 🐢2018-11-201-0/+5
| | | | | | | |
* | | | | | | | Merge branch '40085-add-a-create_merge_request-quick-action' into 'master'Douwe Maan2018-11-201-0/+5
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Add a `/create_merge_request` quick action" Closes #40085 See merge request gitlab-org/gitlab-ce!22485
| * | | | | | | Creates /create_merge_request quickaction40085-add-a-create_merge_request-quick-actionJacopo2018-11-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this quick action the user can create a new MR starting from the current issue using as `source_branch` the given `branch name` and as `target_branch` the project default branch. If the `branch name` is omitted a name is automatically created starting from the issue title.
* | | | | | | | Merge branch 'drop-default-value-status-deployments' into 'master'Kamil Trzciński2018-11-201-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop default value on status column in deployments table Closes #53702 See merge request gitlab-org/gitlab-ce!22971
| * \ \ \ \ \ \ \ Merge branch 'master-ce' into drop-default-value-status-deploymentsShinya Maeda2018-11-2014-0/+72
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add changelogShinya Maeda2018-11-191-0/+5
| | | | | | | | | |