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
2018-06-12i18n: document how to use links without splitting sentencesDennis Tang
2018-06-12Merge branch 'expose-ci-url' into 'master'Grzegorz Bizon | off until 20th June
Add CI_{PIPELINE,JOB}_URL See merge request gitlab-org/gitlab-ce!19618
2018-06-12Fixes Microsoft Teams notifications for pipeline eventsJeff Brown
Closes #42342
2018-06-12Ensure MR diffs always exist in the PR importerYorick Peterse
In rare cases it could happen that an MR was created, but creating the MR diffs somehow failed (e.g. due to an error). This commit adds an additional check to make sure MR diffs are always present when importing GitHub pull requests.
2018-06-12Merge branch ↵Rémy Coutable
'blackst0ne-rails5-actionview-missingtemplate-in-spec-features-projects-wiki-user_views_wiki_page_spec-rb' into 'master' Resolve "[Rails5] `ActionView::MissingTemplate` in spec/features/projects/wiki/user_views_wiki_page_spec.rb" Closes #47738 See merge request gitlab-org/gitlab-ce!19685
2018-06-12Resolve "[Rails5] `ActionView::MissingTemplate` in ↵blackst0ne
spec/features/projects/wiki/user_views_wiki_page_spec.rb"
2018-06-12Merge branch 'blackst0ne-add-gemfile-rails5-lock-check' into 'master'Rémy Coutable
Add CI job to check Gemfile.rails5.lock See merge request gitlab-org/gitlab-ce!19605
2018-06-12Add CI job to check Gemfile.rails5.lockblackst0ne
2018-06-12Merge branch 'mk/remove-unnecessary-and-broken-example-docs' into 'master'Marin Jankovski
Remove unnecessary and broken example See merge request gitlab-org/gitlab-ce!19598
2018-06-12Migrate compare_source_branch to use only GitalyZeger-Jan van de Weg
Initially expected this to be a full blown migration, but that wasn't the case as we could fetch to a reference that would be deleted after the instanciation of the Diff object. This is a racy RPC, as #delete_refs is called and garbage collections runs right than, the commit can't be found later. Closes https://gitlab.com/gitlab-org/gitaly/issues/771
2018-06-12Merge branch 'da-port-cte-to-ce' into 'master'Yorick Peterse
Add Gitlab::SQL:CTE for easily building CTE statements See merge request gitlab-org/gitlab-ce!19652
2018-06-12Merge branch 'qa-112-fix-auto-devops-cluster-spec' into 'master'Grzegorz Bizon | off until 20th June
Qa 112 fix auto devops cluster spec See merge request gitlab-org/gitlab-ce!19584
2018-06-12Merge branch 'dz-use-nip-io' into 'master'Grzegorz Bizon | off until 20th June
Use nip.io instead of xip.io See merge request gitlab-org/gitlab-ce!19688
2018-06-12Merge branch 'update-profile-preferences-docs' into 'master'Marcia Ramos
Add navigation theme documentation See merge request gitlab-org/gitlab-ce!19645
2018-06-12Add navigation theme documentationAndreas Kämmerle
2018-06-12Merge branch 'gitaly-opt-out-branch-tag' into 'master'Sean McGivern
Move Gitaly branch/tag/ref RPC's to opt-out See merge request gitlab-org/gitlab-ce!19644
2018-06-12Move Gitaly branch/tag/ref RPC's to opt-outJacob Vosmaer (GitLab)
2018-06-12Add CI_{PIPELINE,JOB}_URLKamil Trzciński
2018-06-12Merge branch 'unify-ci-variables-form-row' into 'master'Kamil Trzciński
CE: Unify app/views/ci/variables/_variable_row.html.haml See merge request gitlab-org/gitlab-ce!19594
2018-06-12Merge branch 'ide-project-img' into 'master'Filipa Lacerda
Fix width of project avatar in Web IDE Closes #47696 See merge request gitlab-org/gitlab-ce!19647
2018-06-12Merge branch ↵Achilleas Pipinellis
'47731-update-docs-as-gke-cluster-creation-label-has-changed-from-project-id-to-project' into 'master' Resolve "Update docs as GKE cluster creation label has changed from "project ID" to "project"" Closes #47731 See merge request gitlab-org/gitlab-ce!19676
2018-06-12Resolve "Update docs as GKE cluster creation label has changed from "project ↵Dennis Tang
ID" to "project""
2018-06-12Merge branch 'remove-favicon-blue.ico' into 'master'Douwe Maan
Remove favicon-blue.ico because it's no longer used See merge request gitlab-org/gitlab-ce!19658
2018-06-12Merge branch 'patch-28' into 'master'Douwe Maan
Fix typo in doc/development/README.md See merge request gitlab-org/gitlab-ce!19679
2018-06-12Merge branch 'jr-6382-lfs-import-docs' into 'master'Douwe Maan
Update import screenshot without LFS warning Closes gitlab-ee#6382 See merge request gitlab-org/gitlab-ce!19668
2018-06-12Merge branch 'bvl-fix-maintainer-push-rejected' into 'master'Douwe Maan
Fixes rejected pushes from maintainers Closes #46337 See merge request gitlab-org/gitlab-ce!18968
2018-06-12Merge branch 'docs-coached-20180608-1' into 'master'Achilleas Pipinellis
fixed/enhanced command-line documentation See merge request gitlab-org/gitlab-ce!19589
2018-06-12fixed/enhanced command-line documentationEdwin Torres
2018-06-12Merge branch 'blackst0ne-update-gemfile-rails5-lock' into 'master'Rémy Coutable
[Rails5] Update Gitlab.rails5.lock See merge request gitlab-org/gitlab-ce!19681
2018-06-12Use nip.io instead of xip.ioDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-06-12Override exclusive_lease_key method in RecordsUploadJan Provaznik
2018-06-12Use upload ID instead of model ID in lease keyJan Provaznik
For FileUploaders it's possible that a model has many uploads and if lease key is created only from model id, it causes that the model's uploads can not be migrated in parallel because the exclusive lease key would be same for all uploads of the model.
2018-06-12Clean up stale Prometheus metrics in before_exec unicorn hookStan Hu
Issuing a SIGUSR2 to a unicorn involves a dance where new workers are spun up before the old ones are shut down. To ensure Prometheus .db files aren't deleted after the new workers are shut down, we need to clean these files up before the unicorn process is run. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/2582
2018-06-12[Rails5] Update Gitlab.rails5.lockblackst0ne
2018-06-12Fix typo in doc/development/README.mdDennis Tang
2018-06-12Merge branch 'fix-input-placeholder-color' into 'master'Annabel Gray
Fix input placeholder text color Closes #47645 See merge request gitlab-org/gitlab-ce!19633
2018-06-12Merge branch ↵Annabel Gray
'47687-milestone-and-labels-dropdowns-are-misplaced-with-collapsed-sidebar' into 'master' Resolve "Milestone and labels dropdowns are misplaced with collapsed sidebar" Closes #47687 See merge request gitlab-org/gitlab-ce!19666
2018-06-12Remove top padding from .col-form-labelAnnabel Dunstone Gray
2018-06-12Merge branch 'jivl-fix-import-gitlab-project-page' into 'master'Annabel Gray
Fix: New project > Import gitlab.com project page Closes #47357 See merge request gitlab-org/gitlab-ce!19656
2018-06-12Merge branch '47245-hr-avatar' into 'master'Clement Ho
Resolve "avatar settings page hr is misbehaving" Closes #47245 See merge request gitlab-org/gitlab-ce!19667
2018-06-11Merge branch '47604-avatars-and-system-icons-for-mobile' into 'master'Clement Ho
Avatars and system icons on left of notes are shown on mobile Closes #47604 See merge request gitlab-org/gitlab-ce!19585
2018-06-11Merge branch '47522-revert-mr-modal' into 'master'Annabel Gray
Resolve "Revert MR modal box is too smal after BS4" Closes #47522 See merge request gitlab-org/gitlab-ce!19603
2018-06-11Merge branch 'jivl-fix-collapse-sidebar-button-color' into 'master'Clement Ho
Fix collapse sidebar button color Closes #47354 See merge request gitlab-org/gitlab-ce!19662
2018-06-11Merge branch '47338-sign-in-btn' into 'master'Clement Ho
Fix alignment of sign in/sign up button Closes #47338 See merge request gitlab-org/gitlab-ce!19587
2018-06-11Update import screenshot without LFS warningJames Ramsay
Support for LFS object import was added by gitlab-org/gitlab-ce!18871 and should be reflected in the documentation.
2018-06-11Hide overflow on hrAnnabel Dunstone Gray
2018-06-11Resolve "Milestone and labels dropdowns are misplaced with collapsed sidebar"Clement Ho
2018-06-11Fix collapse sidebar button colorJose
2018-06-11Merge branch 'correct-gray-600' into 'master'Annabel Gray
Update $theme-gray-600 and $gl-text-color-tertiary values according to Design System Closes #47645 See merge request gitlab-org/gitlab-ce!19631
2018-06-11Merge branch 'jivl-fix-merge-request-contribution-aligment' into 'master'Annabel Gray
Fix contribution section aligment Closes #47606 See merge request gitlab-org/gitlab-ce!19592