Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-23Use gitlab-workhorse 0.7.3Jacob Vosmaer
2016-05-23Merge branch 'fix/application-settings-error-default-value' into 'master' Stan Hu
Fix Error 500 when accessing application settings due to nil disabled OAuth sign-in sources ## What does this MR do? When upgrading to GitLab 8.8, an admin would encounter an Error 500 due to a `nil` `disabled_oauth_sign_in_sources`. This MR ensures that the value will be a blank array if empty. Closes #17564 See merge request !4242
2016-05-23Serialize application setting as Array by defaultGrzegorz Bizon
2016-05-23Update CHANGELOG for 8.8.1. Again.Robert Speicher
[ci skip]
2016-05-23Update CHANGELOG for 8.8.1Robert Speicher
[ci skip]
2016-05-23Merge branch 'fix-y2k17-problem' into 'master' Robert Speicher
Fix some specs which would have broken in 2017 to not break anymore by using a dynamic year value. Static year values would have caused the test suite to fail on these in the future, so I replaced 'em. That's pretty much all there is to this MR. See merge request !4241
2016-05-23Merge branch 'registry_admin_docs' into 'master' Achilleas Pipinellis
Docker container registry configuration docs. Part of gitlab-org/omnibus-gitlab!764 and gitlab-org/gitlab-ce!4040 See merge request !4141
2016-05-23Fix some specs which would have broken in 2017 to not break anymore by using ↵Connor Shea
a dynamic year value.
2016-05-23Fixes suggested by KamilAchilleas Pipinellis
2016-05-23Merge branch 'fix-access-to-pipelines-for-anonymous' into 'master' Robert Speicher
Allow anonymous user to access pipelines ## What does this MR do? It fixes an issue where the Pipelines is shown for the Anonymous users, but they get 404 when clicked. Their session is then logged out. Fixes #17717. See merge request !4233
2016-05-23Refactor storage location sectionAchilleas Pipinellis
2016-05-23Add note about port needed in NGINX configAchilleas Pipinellis
2016-05-23Fix remaining docs on enabling/disabling RegistryAchilleas Pipinellis
2016-05-23Move Changelog for pipeline fix to valid versionGrzegorz Bizon
2016-05-23Allow anonymous user to access pipelinesKamil Trzcinski
2016-05-23Merge branch 'fix-ci-login-to-registry' into 'master' Stan Hu
Fix the CI login to Container Registry (the gitlab-ci-token user) ## What does this MR do? This fixes `docker login` not succeeding when trying to do CI login: `gitlab-ci-token with $CI_BUILD_TOKEN`. cc @marin See merge request !4236
2016-05-23Merge branch 'upgrade-activerecord-session-store' into 'master' Robert Speicher
Upgrade activerecord-session_store from 0.1.2 to 1.0.0. Changelog: https://github.com/rails/activerecord-session_store/releases/tag/v1.0.0 Includes Rails 5 support, working towards the never-ending #14286. See merge request !4238
2016-05-23Move registry fix Changelog entry to valid versionGrzegorz Bizon
2016-05-23Fix the CI login to Container Registry (the gitlab-ci-token user)Kamil Trzcinski
2016-05-23Fix Registry docs now that it is not enabled be defaultAchilleas Pipinellis
2016-05-23Merge branch 'fix/migration-helpers-mysql-compatibility' into 'master' Stan Hu
Fix MySQL compatibility in zero downtime migration helpers ## What does this MR do? This MR fixes MySQL for zero downtime migration helpers introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3860 Closes #17711 See merge request !4239
2016-05-23Add Changelog entry for MySQL compatibility fixGrzegorz Bizon
2016-05-23Extend comment for migrations helper MySQL fixGrzegorz Bizon
2016-05-22Add MySQL compatibility fix in migration helpersGrzegorz Bizon
2016-05-22Add specs for migration helpers and boolean valuesGrzegorz Bizon
2016-05-22Test migration helpers using a migration classGrzegorz Bizon
2016-05-22Clarify how the Registry is enabled in OmnibusAchilleas Pipinellis
2016-05-22Major overhaul of the Registry admin docsAchilleas Pipinellis
2016-05-22Add NGINX config file for RegistryAchilleas Pipinellis
2016-05-22Add proper config values for Registry in gitlab.ymlAchilleas Pipinellis
2016-05-22Add link to container registryAchilleas Pipinellis
2016-05-22Refactor container docsAchilleas Pipinellis
2016-05-22Add assumptions section and refactor domain configurationAchilleas Pipinellis
2016-05-22Rearrange configuration partsAchilleas Pipinellis
2016-05-22Rearrange headingsAchilleas Pipinellis
2016-05-22Initial docker container registry configuration docs.Marin Jankovski
2016-05-22Merge branch 'remove_email_in_group_doc' into 'master' Jeroen van Baarsen
fix group members api doc: remove emial "Email" is removed in ae564c97d48bf728745c57720734cb40378fd90f See merge request !4232
2016-05-22Merge branch 'health_check_docs' into 'master' Achilleas Pipinellis
Add health check feature documentation for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3888 @virtuacreative @axil See merge request !4199
2016-05-22Copyedit health check docsAchilleas Pipinellis
2016-05-22Merge branch 'fix-docker-registry-integration' into 'master' Yorick Peterse
Fix docker registry integration See merge request !4229
2016-05-21Merge branch 'gitignore-readme' into 'master' Jeroen van Baarsen
Add README for updating .gitignore templates Add notes to make it clear that users should not file a MR against a specific file here. See merge request !4227
2016-05-21Merge branch 'patch-1' into 'master' Jeroen van Baarsen
fix user.name length in milestones participants tab Spelling mistake of "length" See merge request !4206
2016-05-21fix group members api doc: remove emialSanster
2016-05-21Update CHANGELOGKamil Trzcinski
2016-05-21fix user.name length in milestones participants tabTony Chu
2016-05-21Merge branch 'dz-fix-fork-counter' into 'master' Jacob Schatz
Fix fork counter ui bug for safari ## What does this MR do? Fixes UI bug on safari when fork button has blue arrow ## Screenshots ![Screenshot_2016-05-19_22.10.21](/uploads/d923d8fc6bc12ee8f7052390bd5d7c51/Screenshot_2016-05-19_22.10.21.png)![Screenshot_2016-05-19_22.09.38](/uploads/130eb8b4a09b2ba5b7c5a83fed543dbf/Screenshot_2016-05-19_22.09.38.png) See merge request !4221
2016-05-21Merge branch 'issuable-new-due-date' into 'master' Jacob Schatz
Issuable form due date For some reason, this was never in the original merge request for due date? ![Screen_Shot_2016-04-22_at_21.49.44](/uploads/7d4e2b07f75a33009e3170fdb076a4bd/Screen_Shot_2016-04-22_at_21.49.44.png) Closes #15516 See merge request !3895
2016-05-21Add README for updating .gitignore templatesStan Hu
2016-05-21Merge branch 'dropdown-enter-select' into 'master' Jacob Schatz
Fixed issue with enter key selecting wrong option in dropdown If you search for a label and press enter the dropdown will select the last element rather than the first. This is because the currentIndex is -1 rather than 0 ![labels](/uploads/eb29924109947fd63fea32e21471f05a/labels.gif) Closes #17630 See merge request !4210
2016-05-21Merge branch 'merge-immediately-button-color-fix' into 'master' Jacob Schatz
Fixed issue with merge button color ![Screen_Shot_2016-05-19_at_12.51.35](/uploads/a2768908553961e88c5a8f0e1f343078/Screen_Shot_2016-05-19_at_12.51.35.png) Closes #17644 See merge request !4211