- 19 Sep, 2017 1 commit
-
-
Achilleas Pipinellis authored
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.
-
- 18 Sep, 2017 38 commits
-
-
Rémy Coutable authored
fix #35290 Make read-only API for public merge requests available without authentication Closes #35290 See merge request gitlab-org/gitlab-ce!13291
-
haseeb authored
-
Rémy Coutable authored
Add 'closed_at' attribute to Issues API Closes #5935 See merge request gitlab-org/gitlab-ce!14316
-
Yorick Peterse authored
Eliminate N+1 queries in loading discussions.json endpoint Closes #37955 See merge request gitlab-org/gitlab-ce!14327
-
Annabel Dunstone Gray authored
Fix mini graph pipeline breaking in merge request view Closes #37590 See merge request gitlab-org/gitlab-ce!14306
-
Tim Zallmann authored
Add missing import statements See merge request gitlab-org/gitlab-ce!14209
-
Tim Zallmann authored
Fixes milestone issuable assignee URL Closes #33124 See merge request gitlab-org/gitlab-ce!14292
-
Phil Hughes authored
Merge branch '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
-
Rémy Coutable authored
Clean up read_registry scope changes Closes #37789 See merge request gitlab-org/gitlab-ce!14307
-
Achilleas Pipinellis authored
Fix docs for lightweight tag creation via API Closes #17499 See merge request gitlab-org/gitlab-ce!14328
-
Stan Hu authored
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
-
Rémy Coutable authored
Fix notification message when admin label was modified See merge request gitlab-org/gitlab-ce!14330
-
Robin Bobbitt authored
Closes #37789
-
Rémy Coutable authored
Minor update to address Sean McGivern's comment. See merge request gitlab-org/gitlab-ce!14311
-
winh authored
-
Pedro Moreira da Silva authored
Explain what a project is instead of what a user can do
-
Rémy Coutable authored
Replace the 'project/snippets.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14326
-
Phil Hughes authored
Use correct group members path for members flyout link Closes #37957 See merge request gitlab-org/gitlab-ce!14329
-
Achilleas Pipinellis authored
Fix broken link in docs/api/wiki.md See merge request gitlab-org/gitlab-ce!14296
-
Robert Schilling authored
-
Rémy Coutable authored
Prepare Repository#merge for migration to Gitaly Closes gitaly#559 See merge request gitlab-org/gitlab-ce!14154
-
Grzegorz Bizon authored
Never connect to webpack-dev-server over SSL in dev mode See merge request gitlab-org/gitlab-ce!14297
-
Grzegorz Bizon authored
Extract AutocompleteController#users into finder Closes #24121 See merge request gitlab-org/gitlab-ce!13778
-
Rémy Coutable authored
Replace the 'project/commits/revert.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14325
-
Rémy Coutable authored
Replace the 'project/archived.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14322
-
Tim Zallmann authored
Update build images See merge request gitlab-org/gitlab-ce!14315
-
Rémy Coutable authored
Improve 'spec/features/profiles/*' specs Closes #37855 et #37856 See merge request gitlab-org/gitlab-ce!14317
-
Rémy Coutable authored
Replace the 'search.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14248
-
Douwe Maan authored
Clean up redirect routes that conflict with regular routes Closes #36229 See merge request gitlab-org/gitlab-ce!13783
-
Douwe Maan authored
IssueNotes: Fix role badge styling. See merge request gitlab-org/gitlab-ce!14279
-
Phil Hughes authored
Remove gaps under nav on build page Closes #37857 See merge request gitlab-org/gitlab-ce!14283
-
Annabel Dunstone Gray authored
-
Vitaliy @blackst0ne Klachkov authored
-
kushalpandya authored
-
Achilleas Pipinellis authored
Change Pipelines to CI/CD for Settings page See merge request gitlab-org/gitlab-ce!14168
-
Mark Fletcher authored
-
Achilleas Pipinellis authored
# Conflicts: # doc/ci/variables/README.md
-
Vitaliy @blackst0ne Klachkov authored
-
- 17 Sep, 2017 1 commit
-
-
Robert Speicher authored
Add Security Concerns section to reply by email documentation [ci skip] See merge request gitlab/gitlabhq!2191
-