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
2017-09-21Do not show YAML frontmatter for doc pages under /helphide-frontmatter-help-pageAchilleas Pipinellis
We recently started adding YAML frontmatter in docs so that we can show more information, but that only works for the docs portal at docs.gitlab.com. For example, we want to add a last_updated entry https://gitlab.com/gitlab-org/gitlab-ce/issues/37677 Whereas this is useful for the docs portal, it looks ugly for docs under /help.
2017-09-18Merge branch '35290_allow_public_project_apis' into 'master'Rémy Coutable
fix #35290 Make read-only API for public merge requests available without authentication Closes #35290 See merge request gitlab-org/gitlab-ce!13291
2017-09-18fix #35290 Make read-only API for public merge requests available without ↵haseeb
authentication
2017-09-18Merge branch 'add_closed_at_attribute' into 'master'Rémy Coutable
Add 'closed_at' attribute to Issues API Closes #5935 See merge request gitlab-org/gitlab-ce!14316
2017-09-18Merge branch 'sh-optimize-discussion-json' into 'master'Yorick Peterse
Eliminate N+1 queries in loading discussions.json endpoint Closes #37955 See merge request gitlab-org/gitlab-ce!14327
2017-09-18Merge branch '37590-pipelines-mr' into 'master'Annabel Dunstone Gray
Fix mini graph pipeline breaking in merge request view Closes #37590 See merge request gitlab-org/gitlab-ce!14306
2017-09-18Merge branch 'winh-missing-javascript-imports' into 'master'Tim Zallmann
Add missing import statements See merge request gitlab-org/gitlab-ce!14209
2017-09-18Merge branch 'milestone-avatar-issuable-link' into 'master'Tim Zallmann
Fixes milestone issuable assignee URL Closes #33124 See merge request gitlab-org/gitlab-ce!14292
2017-09-18Merge branch ↵Phil Hughes
'37933-improve-new-project-page-description-explaining-what-a-project-is' into 'master' Resolve "Improve “New project“ page description explaining what a project is" Closes #37933 See merge request gitlab-org/gitlab-ce!14331
2017-09-18Merge branch '37789-followup-for-read-registry-change' into 'master'Rémy Coutable
Clean up read_registry scope changes Closes #37789 See merge request gitlab-org/gitlab-ce!14307
2017-09-18Merge branch 'docs-17499-documentation-errors-about-creating-a-new-tag' into ↵Achilleas Pipinellis
'master' Fix docs for lightweight tag creation via API Closes #17499 See merge request gitlab-org/gitlab-ce!14328
2017-09-18Eliminate N+1 queries in loading discussions.json endpointStan Hu
In #37955,we see that the profile had a number of N+1 queries from repeated access to `cross_reference_not_visible_for?`. This was optimized in previous versions of GitLab by rendering all notes at once, counting the number of visible references, and then using that number to check whether a system note should be fully redacted. There was also another N+1 query calling `ProjectTeam#member?`, which did not take advantage of an optimization in prepare_notes_for_rendering that would preload the maximum access level per project. Closes #37955
2017-09-18Merge branch 'fix-label-message' into 'master'Rémy Coutable
Fix notification message when admin label was modified See merge request gitlab-org/gitlab-ce!14330
2017-09-18Clean up read_registry scope changesRobin Bobbitt
Closes #37789
2017-09-18Merge branch 'update-user_uses_slash_commands_spec' into 'master'Rémy Coutable
Minor update to address Sean McGivern's comment. See merge request gitlab-org/gitlab-ce!14311
2017-09-18Add missing import statementswinh
2017-09-18Improve “New project“ page descriptionPedro Moreira da Silva
Explain what a project is instead of what a user can do
2017-09-18Merge branch 'replace_project_snippets.feature' into 'master'Rémy Coutable
Replace the 'project/snippets.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14326
2017-09-18Merge branch '37957-fix-groups-members-flyout-link' into 'master'Phil Hughes
Use correct group members path for members flyout link Closes #37957 See merge request gitlab-org/gitlab-ce!14329
2017-09-18Merge branch 'fix_wiki_md' into 'master'Achilleas Pipinellis
Fix broken link in docs/api/wiki.md See merge request gitlab-org/gitlab-ce!14296
2017-09-18Fix notification message when admin label was modifiedRobert Schilling
2017-09-18Merge branch 'operation-service-merge' into 'master'Rémy Coutable
Prepare Repository#merge for migration to Gitaly Closes gitaly#559 See merge request gitlab-org/gitlab-ce!14154
2017-09-18Merge branch 'fix-dev-ssl' into 'master'Grzegorz Bizon
Never connect to webpack-dev-server over SSL in dev mode See merge request gitlab-org/gitlab-ce!14297
2017-09-18Merge branch '24121_extract_yet_another_users_finder' into 'master'Grzegorz Bizon
Extract AutocompleteController#users into finder Closes #24121 See merge request gitlab-org/gitlab-ce!13778
2017-09-18Merge branch 'replace_project_commits_revert.feature' into 'master'Rémy Coutable
Replace the 'project/commits/revert.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14325
2017-09-18Merge branch 'replace_project_archived.feature' into 'master'Rémy Coutable
Replace the 'project/archived.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14322
2017-09-18Merge branch 'update-test-images' into 'master'Tim Zallmann
Update build images See merge request gitlab-org/gitlab-ce!14315
2017-09-18Merge branch 'improve_spec_features_profiles_specs' into 'master'Rémy Coutable
Improve 'spec/features/profiles/*' specs Closes #37855 et #37856 See merge request gitlab-org/gitlab-ce!14317
2017-09-18Merge branch 'replace_search.feature' into 'master'Rémy Coutable
Replace the 'search.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14248
2017-09-18Merge branch 'mk-delete-conflicting-redirects-mysql' into 'master'Douwe Maan
Clean up redirect routes that conflict with regular routes Closes #36229 See merge request gitlab-org/gitlab-ce!13783
2017-09-18Merge branch 'role-badge-fix' into 'master'Douwe Maan
IssueNotes: Fix role badge styling. See merge request gitlab-org/gitlab-ce!14279
2017-09-18Merge branch '37857-build-header-gap' into 'master'Phil Hughes
Remove gaps under nav on build page Closes #37857 See merge request gitlab-org/gitlab-ce!14283
2017-09-18Remove gaps under nav on build pageAnnabel Dunstone Gray
2017-09-18Replace the 'project/snippets.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov
2017-09-18Use correct group members path for members flyout linkkushalpandya
2017-09-18Merge branch 'docs-replace-pipelines-cicd' into 'master'Achilleas Pipinellis
Change Pipelines to CI/CD for Settings page See merge request gitlab-org/gitlab-ce!14168
2017-09-18Fix docs for lightweight tag creation via APIMark Fletcher
2017-09-18Merge branch 'master' into 'docs-replace-pipelines-cicd'Achilleas Pipinellis
# Conflicts: # doc/ci/variables/README.md
2017-09-18Replace the 'project/commits/revert.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov
2017-09-17Merge branch 'rs-incoming-email-domain-docs' into 'security-10-0'Robert Speicher
Add Security Concerns section to reply by email documentation [ci skip] See merge request gitlab/gitlabhq!2191
2017-09-17Replace the 'project/archived.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov
2017-09-17Fix broken link in docs/api/wiki.mdVitaliy @blackst0ne Klachkov
2017-09-16Merge branch 'fix-sidebar-with-scrollbars' into 'master'Annabel Dunstone Gray
Fixed the new sidebars width when browser has scrollbars Closes #37606 See merge request gitlab-org/gitlab-ce!14191
2017-09-16Fixed the new sidebars width when browser has scrollbarsPhil Hughes
2017-09-16Improve 'spec/features/profiles/*' specsVitaliy @blackst0ne Klachkov
2017-09-16Add 'closed_at' attribute to Issues APIVitaliy @blackst0ne Klachkov
2017-09-16Replace the 'search.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov
2017-09-16dedupe yarn packagesMike Greiling
2017-09-16add dependency approvals (all MIT license)Mike Greiling
2017-09-16update build image to latest with node 8.x, yarn 1.0.2, and chrome 61Mike Greiling