summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
Commit message (Collapse)AuthorAgeFilesLines
* Fixed user profile tab being off-screenfix-user-tab-activity-mobilePhil Hughes2017-10-241-0/+5
|
* Merge branch 'bvl-dont-rename-free-names' into 'master'Douwe Maan2017-10-241-0/+5
|\ | | | | | | | | | | | | Don't rename groups/projects that aren't reserved anymore Closes #39387 See merge request gitlab-org/gitlab-ce!15029
| * Don't rename groups/projects that aren't reserved anymorebvl-dont-rename-free-namesBob Van Landuyt2017-10-241-0/+5
| | | | | | | | | | In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12932 we freed up some names. But we were still renaming them.
* | Merge branch 'sh-memoize-logger' into 'master'Nick Thomas2017-10-241-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Memoize GitLab logger to reduce open file descriptors Closes gitlab-ee#3664 See merge request gitlab-org/gitlab-ce!15007
| * | Memoize GitLab logger to reduce open file descriptorsStan Hu2017-10-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | We see that in gitlab-org/gitlab-ee#3664 that if we log a lot of data in Sidekiq workers, the number of open file descriptors reaches over 1000. To avoid this, we can memoize the logger per thread via RequestStore. Closes gitlab-org/gitlab-ee#3664
* | | Merge branch 'suggest-rename-origin' into 'master'Sean McGivern2017-10-241-0/+5
|\ \ \ | | | | | | | | | | | | | | | | Suggest to rename the remote for existing repositories See merge request gitlab-org/gitlab-ce!14970
| * | | Add changelog entryHerman van Rink2017-10-201-0/+5
| | | |
* | | | Merge branch 'api-doc-group-statistics' into 'master'Achilleas Pipinellis2017-10-241-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update groups API documentation Closes #38922 See merge request gitlab-org/gitlab-ce!15024
| * | | | Update groups API documentationRobert Schilling2017-10-241-0/+5
| | |/ / | |/| |
* | | | Merge branch 'sh-fix-environment-write-ref' into 'master'Grzegorz Bizon2017-10-241-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the writing of invalid environment refs Closes #39182 See merge request gitlab-org/gitlab-ce!14993
| * | | | Fix the writing of invalid environment refssh-fix-environment-write-refStan Hu2017-10-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Environment names that contained a space would cause an error in GitLab 10.1 because a new guard clause was introduced in Repository#write_ref to prevent such references from existing. Use the slug instead to ensure that the name is valid. Closes #39182
* | | | | Merge branch '23000-pages-api' into 'master'Grzegorz Bizon2017-10-241-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Pages API" Closes #23000 See merge request gitlab-org/gitlab-ce!13917
| * | | | | Add ChangelogTravis Miller2017-10-221-0/+5
| | | | | |
* | | | | | Merge branch 'bvl-circuitbreaker-backoff' into 'master'Sean McGivern2017-10-241-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Circuitbreaker backoff and retries Closes #37383 and #38231 See merge request gitlab-org/gitlab-ce!14933
| * | | | | | Add new circuitbreaker properties to application_settingsBob Van Landuyt2017-10-231-0/+6
| | | | | | |
* | | | | | | Merge branch 'hide-pipeline-zero-duration' into 'master'Grzegorz Bizon2017-10-241-0/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hides pipeline duration in commit box when it is zero (nil) Closes #32788 See merge request gitlab-org/gitlab-ce!14979
| * | | | | | Hides pipeline duration in commit box when it is zero (nil)Guilherme Vieira2017-10-201-0/+5
| | | | | | |
* | | | | | | Merge branch '35644-refactor-have-http-status-into-have-gitlab-http-status' ↵Rémy Coutable2017-10-231-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Refactor `have_http_status` into `have_gitlab_http_status` in the specs Closes #35644 See merge request gitlab-org/gitlab-ce!14958
| * | | | | | | Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-0/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'bvl-fix-push-event-service-for-forks' into 'master'Douwe Maan2017-10-231-0/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only cache the push event for the fork-source when it exists Closes #39352 See merge request gitlab-org/gitlab-ce!14989
| * | | | | | Only cache the event for the fork-source when it existsbvl-fix-push-event-service-for-forksBob Van Landuyt2017-10-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is possible for a fork not to have a source anymore, in this case we don't need to keep track of the push event.
* | | | | | | Merge branch 'zj-peek-gitaly' into 'master'Rémy Coutable2017-10-231-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show Gitaly data in the peek performance bar Closes #39231 See merge request gitlab-org/gitlab-ce!14949
| * | | | | | | Add Gitaly data to the Peek performance barZeger-Jan van de Weg2017-10-231-0/+5
| | | | | | | |
* | | | | | | | Merge branch 'add-shared-vue-loading-button' into 'master'Filipa Lacerda2017-10-231-0/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Add loading button See merge request gitlab-org/gitlab-ce!14883
| * | | | | | | Add loading buttonadd-shared-vue-loading-buttonEric Eastwood2017-10-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encompasses designs from - https://gitlab.com/gitlab-org/gitlab-ce/issues/23206#note_43355199 - https://gitlab.com/gitlab-org/gitlab-ce/issues/29985#note_30417407
* | | | | | | | Merge branch 'sh-fix-container-registry-destroy' into 'master'Filipa Lacerda2017-10-231-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix deletion of container registry or images returning an error Closes #39354 See merge request gitlab-org/gitlab-ce!14992
| * | | | | | | | Fix deletion of container registry or images returning an errorStan Hu2017-10-231-0/+5
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A successful DELETE call would result in a 204 No Content result, which would have an empty response body. Don't automatically try to parse this value as JSON both because there is no additional information passed in the response body. Closes #39354
* | | | | | | | Decrease ABC threshold to 54.28Maxim Rydkin2017-10-221-0/+5
| | | | | | | |
* | | | | | | | Merge branch 'bvl-fix-group-atom-feed' into 'master'Douwe Maan2017-10-221-0/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure we render events for projects within a group Closes #39305 See merge request gitlab-org/gitlab-ce!14974
| * | | | | | | Make sure we render events for projects within a groupBob Van Landuyt2017-10-201-0/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Update CHANGELOG.md for 10.1.0Stan Hu2017-10-21186-932/+0
| | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | Fix the external URLs generated for online view of HTML artifactsNick Thomas2017-10-201-0/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'multi-file-editor-submodules' into 'master'Filipa Lacerda2017-10-201-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added submodule support in multi-file editor See merge request gitlab-org/gitlab-ce!14971
| * | | | | | Added submodule support in multi-file editorPhil Hughes2017-10-201-0/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Use title as placeholder instead of issue title for reusabilityClement Ho2017-10-201-0/+5
| | | | | |
* | | | | | Merge branch 'fix-application-setting-nil-cache' into 'master'Winnie Hellmann2017-10-201-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent ApplicationSetting to cache nil value Closes #39275 See merge request gitlab-org/gitlab-ce!14952
| * | | | | | Prevent ApplicationSetting to cache nil valueKamil Trzcinski2017-10-191-0/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'feature/reliable-rspec-with-eval-script' into 'master'Rémy Coutable2017-10-201-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for element before execute_script See merge request gitlab-org/gitlab-ce!14898
| * | | | | | Check for element before evaluate_scriptEric Eastwood2017-10-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tip from https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
* | | | | | | Merge branch 'fix-system-hook-docs' into 'master'Sean McGivern2017-10-201-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify system hook docs See merge request gitlab-org/gitlab-ce!14957
| * | | | | | | Clarify the difference between project_update and project_renameJoe Marty2017-10-201-0/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Decrease Perceived Complexity threshold to 14Maxim Rydkin2017-10-201-0/+5
| | | | | | |
* | | | | | | Resolve "Remove help text regarding group issues on group issues page (and ↵Victor Wu2017-10-201-0/+5
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | group merge requests page)"
* | | | | | Force non diff resolved discussion to display when collapse toggledClement Ho2017-10-201-0/+5
| |_|_|/ / |/| | | |
* | | | | Merge branch 'animate-auto-devops' into 'master'Annabel Dunstone Gray2017-10-201-0/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Animate auto devops graphic Closes #39242 See merge request gitlab-org/gitlab-ce!14931
| * | | | Animate auto devops graphicanimate-auto-devopsClement Ho2017-10-181-0/+5
| | | | |
* | | | | Merge branch 'not-found-in-commits' into 'master'Douwe Maan2017-10-191-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renders 404 in commits controller if no commits are found Closes #37620 See merge request gitlab-org/gitlab-ce!14610
| * | | | | Renders 404 in commits controller if no commits are foundGuilherme Vieira2017-10-181-0/+5
| | | | | |
* | | | | | Merge branch '36160-zindex' into 'master'Annabel Dunstone Gray2017-10-181-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decreases z-index of select2 to a lower number of our navigation bar Closes #36160 See merge request gitlab-org/gitlab-ce!14925
| * | | | | | Decreases z-index of select2 to a lower number of our navigation bar36160-zindexFilipa Lacerda2017-10-181-0/+5
| | | | | | |