summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
Commit message (Collapse)AuthorAgeFilesLines
* Use app host instead of asset host when rendering image blob or diffdm-image-blob-diff-full-urlDouwe Maan2017-12-121-0/+5
|
* Fix gitlab:import:repos Rake task moving repositories into the wrong locationStan Hu2017-12-081-0/+5
| | | | | | | | | | If the source import directory were different from the destination directory, GitLab would first create a blank repository and then erroneously move the original one into a subdirectory. Adding an import type prevents this the project from being initialized in the first place. It was accidentally removed in 1f917cbd49. Closes #40765
* Allow git pull/push on project redirectsMayra Cabrera2017-12-081-0/+5
|
* Merge branch '38032-deploy-markers-should-be-more-verbose' into 'master'Mike Greiling2017-12-081-0/+5
|\ | | | | | | | | | | | | Resolve "Deploy markers should be more verbose" Closes #38032 See merge request gitlab-org/gitlab-ce!15641
| * Changed the deploy markers on the prometheus dashboard to be more verboseJose Ivan Vargas2017-12-071-0/+5
| |
* | Resolve "Include asset_sync gem"Ian Baum2017-12-081-0/+5
| |
* | Merge branch 'fix-event-target-author-preloading' into 'master'Douwe Maan2017-12-081-0/+5
|\ \ | | | | | | | | | | | | Fix N+1 query when displaying events See merge request gitlab-org/gitlab-ce!15788
| * | Fix N+1 query when displaying eventsfix-event-target-author-preloadingYorick Peterse2017-12-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When displaying events we would load the target of those events, then render the entire data using our Markdown pipeline. This pipeline would eventually request the author of every target, leading to an additional query being executed for every target to get the author. To fix this we now eager load the author of the event's target. In my local environment this reduces the number of queries to display a project's Atom feed from 40 to 24 queries. See https://gitlab.com/gitlab-org/gitlab-ce/issues/36878 for more information.
* | | Merge branch 'jprovazn-ignore-anchors' into 'master'Sean McGivern2017-12-081-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use prefix for TableOfContents filter hrefs Closes #38473 See merge request gitlab-org/gitlab-ce!15806
| * | | Use prefix for TableOfContents filter hrefsJan Provaznik2017-12-081-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TableOfContents filter generates hrefs for each header in markdown, if the header text consists from digits and redacted symbols only, e.g. "123" or "1.0 then the auto-generated href has the same format as issue references. If the generated id contains only digits, then 'anchor-' prefix is prepended to the id. Closes #38473
* | | | Resolve "No feedback when checking on checklist if potential spam was detected"Luke Bennett2017-12-081-0/+5
| |/ / |/| |
* | | Merge branch 'docs/add-why-do-i-get-signed-out-authentication-section' into ↵Sean McGivern2017-12-081-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add docs explaining why you get signed out with "Remember me" checked See merge request gitlab-org/gitlab-ce!15756
| * | | Add docs explaining why you get signed out with "Remember me"docs/add-why-do-i-get-signed-out-authentication-sectionEric Eastwood2017-12-081-0/+5
| | | | | | | | | | | | | | | | See https://gitlab.slack.com/archives/C101F3796/p1512486640000434
* | | | Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving the check out of the general requests, makes sure we don't have any slowdown in the regular requests. To keep the process performing this checks small, the check is still performed inside a unicorn. But that is called from a process running on the same server. Because the checks are now done outside normal request, we can have a simpler failure strategy: The check is now performed in the background every `circuitbreaker_check_interval`. Failures are logged in redis. The failures are reset when the check succeeds. Per check we will try `circuitbreaker_access_retries` times within `circuitbreaker_storage_timeout` seconds. When the number of failures exceeds `circuitbreaker_failure_count_threshold`, we will block access to the storage. After `failure_reset_time` of no checks, we will clear the stored failures. This could happen when the process that performs the checks is not running.
* | | | Merge branch ↵Jacob Schatz2017-12-071-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '40555-replace-absolute-urls-with-related-branches-to-avoid-hostname' into 'master' Replace absolute URLs on related branches/MRs with relative url to avoid hostname Closes #40555 See merge request gitlab-org/gitlab-ce!15735
| * | | | Replace absolute URLs on related branches/MRs with relative url to avoid ↵40555-replace-absolute-urls-with-related-branches-to-avoid-hostnameEric Eastwood2017-12-041-0/+6
| | | | | | | | | | | | | | | | | | | | hostname
* | | | | Merge branch 'fix_39233' into 'master'Sean McGivern2017-12-071-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix #39233 - 500 in merge request Closes #39233 See merge request gitlab-org/gitlab-ce!15774
| * | | | | fix #39233 - 500 in merge requestMartin Nowak2017-12-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | - handle unchanged empty lines in inline diff
* | | | | | Merge branch 'feature/sm/34834-missing-dependency-should-fail-job-2' into ↵Kamil Trzciński2017-12-071-0/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Dependency validator Closes #34834 See merge request gitlab-org/gitlab-ce!14009
| * | | | | Add changelog. Fix docShinya Maeda2017-12-061-0/+5
| | | | | |
* | | | | | Merge branch 'deploy-keys-loading-icon' into 'master'Filipa Lacerda2017-12-071-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed remove deploy key loading icon not being removed after canceling Closes #37595 See merge request gitlab-org/gitlab-ce!15779
| * | | | | | Fixed remove deploy key loading icon not being removed after cancelingdeploy-keys-loading-iconPhil Hughes2017-12-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #37595
* | | | | | | Resolve "updateEndpoint undefined on Issue page"Luke Bennett2017-12-071-0/+5
| | | | | | |
* | | | | | | Merge branch 'merge-request-lock-icon-size-fix' into 'master'Annabel Dunstone Gray2017-12-071-0/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed merge request locked icon size Closes #40876 See merge request gitlab-org/gitlab-ce!15767
| * | | | | | Fixed merge request locked icon sizemerge-request-lock-icon-size-fixPhil Hughes2017-12-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #40876
* | | | | | | Merge branch 'dm-commit-diff-discussions-in-mr-context' into 'master'Douwe Maan2017-12-071-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow commenting on individual commits inside an MR Closes #31847 See merge request gitlab-org/gitlab-ce!12148
| * | | | | | | add changelogMicael Bergeron2017-12-071-0/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Use Markdown styling for new project guidelinesMarkus Koller2017-12-071-0/+5
|/ / / / / /
* | | | | | Merge branch 'outdated-browser-position-fix' into 'master'Filipa Lacerda2017-12-071-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed outdated browser banner positioning Closes #40824 See merge request gitlab-org/gitlab-ce!15762
| * | | | | | Fixed outdated browser banner positioningoutdated-browser-position-fixPhil Hughes2017-12-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #40824
* | | | | | | Merge branch '40573-rename-gke-as-kubernetes-engine' into 'master'Kamil Trzciński2017-12-071-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename GKE as Kubernetes Engine Closes #40537 See merge request gitlab-org/gitlab-ce!15608
| * | | | | | | Rename GKE as Kubernetes EngineTakuya Noguchi2017-12-061-0/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | The API isn't using the appropriate services for managing forksFrancisco Javier López2017-12-071-0/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'mk-add-old-attachments-to-uploads-table' into 'master'Stan Hu2017-12-071-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add old files to uploads table See merge request gitlab-org/gitlab-ce!15270
| * | | | | | Add changelog entryMichael Kozono2017-12-011-0/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch '32329-empty-state-for-changes-tab-in-mr' into 'master'Clement Ho2017-12-071-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Empty state for Changes tab in MR" Closes #32329 See merge request gitlab-org/gitlab-ce!15611
| * | | | | | Update empty state page of merge request 'changes' tab32329-empty-state-for-changes-tab-in-mrVitaliy @blackst0ne Klachkov2017-11-301-0/+5
| | | | | | |
* | | | | | | Merge branch ↵Tim Zallmann2017-12-061-0/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '22680-unlabel-slash-command-limit-autocomplete-to-applied-labels' into 'master' Resolve "/unlabel quick action - limit autocomplete to applied labels" Closes #22680 and #27319 See merge request gitlab-org/gitlab-ce!11110
| * | | | | | Limit autocomplete menu to applied labelsVitaliy @blackst0ne Klachkov2017-11-281-0/+5
| | | | | | |
* | | | | | | Merge branch 'commit-title-wrapping' into 'master'Annabel Dunstone Gray2017-12-061-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes long commit links breaking the commit list layout Closes #36524 See merge request gitlab-org/gitlab-ce!15763
| * | | | | | | Fixes long commit links breaking the commit list layoutcommit-title-wrappingPhil Hughes2017-12-061-0/+5
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Closes #36524
* | | | | | | Merge branch 'admin-welcome-new-group-link' into 'master'Filipa Lacerda2017-12-061-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes admin welcome states new group path Closes #40645 See merge request gitlab-org/gitlab-ce!15761
| * | | | | | | Fixes admin welcome states new group pathadmin-welcome-new-group-linkPhil Hughes2017-12-061-0/+5
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Closes #40645
* | | | | | | Merge branch 'throttle-touching-of-objects' into 'master'Sean McGivern2017-12-061-0/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Throttle the number of UPDATEs triggered by touch Closes #34763 See merge request gitlab-org/gitlab-ce!15682
| * | | | | | Throttle the number of UPDATEs triggered by touchYorick Peterse2017-12-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This throttles the number of UPDATE queries that can be triggered by calling "touch" on a Note, Issue, or MergeRequest. For Note objects we also take care of updating the associated "noteable" relation in a smarter way than Rails does by default.
* | | | | | | Merge branch 'patch-24' into 'master'Sean McGivern2017-12-061-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Fix graph notes number duplication. See merge request gitlab-org/gitlab-ce!15696
| * | | | | | Fix graph notes number duplication.Vladislav Kaverin2017-12-031-0/+5
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Function `pluralize` already returns the number along with pluralized word.
* | | | | | Merge branch ↵Sean McGivern2017-12-061-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '39364-in-issue-board-url-doesn-t-take-in-account-hostname-settings' into 'master' Resolve "In Issue board url doesn't take in account hostname settings" Closes #39364 See merge request gitlab-org/gitlab-ce!15703
| * | | | | Add changelog entry39364-in-issue-board-url-doesn-t-take-in-account-hostname-settingsLuke Bennett2017-12-051-0/+5
| |/ / / /
* | | | | Export template selector as ES6 modulesFilipa Lacerda2017-12-061-0/+5
| | | | |