- 18 Aug, 2017 8 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
* upstream/master: (114 commits) Fixes the blown up emoji problem in notes Total Pages should be at least one Add specs for pagination Link header don't add next page link if current page is out of range Don't escape html entities when rich == raw line Incorporate RepositoryService.ApplyGitattributes Gitaly RPC Add GitalyClient::RepositoryService specs use proper object notation and rename isNewRepo to isNewRepoEnabled Move workflow/importing/ to user/project/import/ Prevent horizontal scrolling in new sidebar when collapsed Allow all users to delete their account Backports EE mirror stuck handling feature (https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2628) to CE Use grpc 1.4.5 Make admin user actions dropdown consistent Fixed height of group share dropdown Run remove_pages in a run_after_commit block Fix project import to group when there are project milestones Disable migrations output in migrations helpers Remove a wat in NamespacelessProjectDestroyWorker Migrate down before each migration unit test ...
-
Douwe Maan authored
Don't escape html entities in InlineDiffMarkdownMarker Closes #36041 See merge request !13553
-
Sean McGivern authored
Gitaly apply gitattributes Closes gitaly#464 See merge request !13517
-
Phil Hughes authored
Updates for proper obj notation. See merge request !13430
-
Grzegorz Bizon authored
API: do not set rel="next" pagination header when no records found Closes #36618 See merge request !13629
-
Achilleas Pipinellis authored
Document how to use AWS IAM profiles for object storage See merge request !2708
-
🏖 Rémy Coutable 🏖 authored
Fix external link to Composer website Closes #36611 See merge request !13621
-
- 17 Aug, 2017 32 commits
-
-
Clement Ho authored
Make admin user actions dropdown consistent See merge request !13630
-
Robert Speicher authored
Tuesday: CE upstream Closes #3178, #2750, gitaly#404, and gitlab-ce#27390 See merge request !2683
-
Clement Ho authored
Fixes the blown up emoji problem in notes Closes #36448 and #36282 See merge request !13632
-
Tim Zallmann authored
-
Marcia Ramos authored
Properly explain when advanced Docker options were introduced See merge request !13608
-
Marcia Ramos authored
Docs: article - "Numerous undo possibilities in Git" Closes gitlab-com/community-writers#40 See merge request !13513
-
Toon Claes authored
And the link to the last page cannot be `page=0`.
-
Toon Claes authored
Add specs that check the 'Link' header for the inclusion of: - rel="first" - rel="last" - rel="prev" - rel="next" Fixes gitlab-org/gitlab-ce#36618 Related to gitlab-com/infrastructure#2532
-
Jordan Patterson authored
-
Stan Hu authored
[ci skip]
-
Phil Hughes authored
-
Marcia Ramos authored
Merge branch 'master' into 'docs-article-undo-things-in-git' # Conflicts: # doc/articles/index.md
-
Marcia Ramos authored
Move workflow/importing/ to user/project/import/ See merge request !2694
-
Jarka Kadlecova authored
-
Tim Zallmann authored
Fixed issue boards focus mode not being visible to guest users Closes #3182 See merge request !2699
-
Alejandro Rodríguez authored
-
Nick Thomas authored
-
Alejandro Rodríguez authored
-
Mike Greiling authored
-
Douwe Maan authored
Fix LDAP backwards compatibility Closes gitlab-ce#36432 and #3082 See merge request !2690
-
Nick Thomas authored
-
Marcia Ramos authored
Move workflow/importing/ to user/project/import/ See merge request !13593
-
Phil Hughes authored
Prevent horizontal scrolling in new sidebar when collapsed Closes #36608 and #36507 See merge request !13638
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Rémy Coutable authored
Allow all users to delete their account Closes #36087 See merge request !13636
-
Douwe Maan authored
Backports EE mirror stuck handling feature… See merge request !13627
-
Douwe Maan authored
Use grpc 1.4.5 Closes gitaly#468 See merge request !13597
-
winh authored
-
Nick Thomas authored
-
Jacopo authored
Previously the user could not delete his own account unless signup was enabled in the global settings. This was due to the fact that deleting the user would also delete the issues and other items associated to him. Deleting an user does not destroy essential data anymore, for this reason we removed the `signup_enabled?` check.
-
Tiago Botelho authored
Backports EE mirror stuck handling feature (https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2628) to CE
-