- 01 Oct, 2018 7 commits
-
-
Mark Chao authored
-
Rémy Coutable authored
Fix Error 500 when forking projects with Gravatar disabled Closes #50254 See merge request gitlab-org/gitlab-ce!21985
-
Dmitriy Zaporozhets authored
Fix undefined format_options method in SchemaDumper for MySQL db See merge request gitlab-org/gitlab-ce!21907
-
Dmitriy Zaporozhets authored
Skip creating auto devops jobs for sast, container_scanning, dast,… See merge request gitlab-org/gitlab-ce!21959
-
Rémy Coutable authored
Add notes about commits API to repository files documentation See merge request gitlab-org/gitlab-ce!21876
-
Douwe Maan authored
Remove dropzonejs-rails (replaced by dropzone node module) See merge request gitlab-org/gitlab-ce!17831
-
Filipa Lacerda authored
Fixed file templates not being fully fetched in Web IDE Closes #51912 See merge request gitlab-org/gitlab-ce!21993
-
- 30 Sep, 2018 1 commit
-
-
Kamil Trzciński authored
Resolve "Fill pipeline source for external pipelines" Closes #51651 See merge request gitlab-org/gitlab-ce!21814
-
- 29 Sep, 2018 1 commit
-
-
Stan Hu authored
Check frozen string in style builds See merge request gitlab-org/gitlab-ce!21999
-
- 28 Sep, 2018 31 commits
-
-
Matija Čupić authored
This also adds specs for 3 distinct situations: 2. When there is an unknown pipeline with just a build 3. When there is an unknown pipeline with no statuses 1. When there is an unknown pipeline with a build and a status
-
Matija Čupić authored
-
Matija Čupić authored
-
Mike Lewis authored
Docs: improve Pages overview (to deprecate feature page) Closes #50507 See merge request gitlab-org/gitlab-ce!21798
-
Marcia Ramos authored
-
Mike Greiling authored
-
Mike Greiling authored
-
gfyoung authored
-
Mike Greiling authored
# Conflicts: # Gemfile.lock
-
Phil Hughes authored
Closes #51912
-
Achilleas Pipinellis authored
[Docs] Document how to merge translations from Crowdin See merge request gitlab-org/gitlab-ce!21924
-
Achilleas Pipinellis authored
Docs for Project/Groups members API with inherited members Closes #51404 See merge request gitlab-org/gitlab-ce!21984
-
Bob Van Landuyt authored
-
Dmitriy Zaporozhets authored
Add mysql_compatible_index_length to migration helpers Closes #50253 See merge request gitlab-org/gitlab-ce!21852
-
Grzegorz Bizon authored
Fix job_details.json schema Closes #51927 See merge request gitlab-org/gitlab-ce!21983
-
Steve Azzopardi authored
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51927
-
Stan Hu authored
When Gravatar is disabled, the "no avatar" is used, which failed to revert to the colorful identity icons for namespaces. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50254
-
Achilleas Pipinellis authored
Clarify subgroup permissions See merge request gitlab-org/gitlab-ce!21769
-
Jacopo authored
Expains the differences between `api/projects/:id/members` and `api/projects/:id/members/all` related to inherited members.
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
Documentation: Fix broken link of feature proposal template in issue_workflow.md See merge request gitlab-org/gitlab-ce!21894
-
Filipa Lacerda authored
Fix karma out-of-memory failures See merge request gitlab-org/gitlab-ce!21912
-
Filipa Lacerda authored
Rename block scope local variable in table pagination spec See merge request gitlab-org/gitlab-ce!21969
-
Filipa Lacerda authored
Change class .label to .badge for 2FA label in group members view See merge request gitlab-org/gitlab-ce!21759
-
Mike Lewis authored
Docs: improve Issue Boards overview (to deprecate feature page) Closes #50503 See merge request gitlab-org/gitlab-ce!21905
-
Marcia Ramos authored
-
Stan Hu authored
Resolve "Geo: Does not mark repositories as missing on primary due to stale cache" Closes #50211 and #44044 See merge request gitlab-org/gitlab-ce!21789
-
Michael Kozono authored
I attempted to refactor so that the caller of `wrap_method` passes in a block, rather than a method name, but I was unsuccessful. I kept getting the following error: NoMethodError: undefined method `cache_method_output' for Repository:Class If you can figure this out, then feel free to dry up these class methods again without doing a send-within-a-send.
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
* Only truthy values are cached in Redis. * All values are cached in RequestStore and in an instance variable.
-