- 01 Oct, 2018 1 commit
-
-
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 27 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
-
gfyoung authored
-
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
-
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.
-
- 27 Sep, 2018 10 commits
-
-
Matija Čupić authored
-
Michael Kozono authored
And reuse `Gitlab::Utils::StrongMemoize`. There is a subtle behavior change required to reuse StrongMemoize in this case. The early fallback check now occurs *before* reading the memoized value instead of after. I think this is fine since a memoized value should only exist if `exists?` is also already memoized as `true`.
-
Kamil Trzciński authored
Extend reports to support security features See merge request gitlab-org/gitlab-ce!21892
-
Olivier Gonzalez authored
-
Annabel Dunstone Gray authored
Fix blue, orange, and red colors See merge request gitlab-org/gitlab-ce!21972
-
Pedro Moreira da Silva authored
-
Douglas Barbosa Alexandre authored
Fix a sanity framework test See merge request gitlab-org/gitlab-ce!21956
-
Annabel Dunstone Gray authored
Add right margin to board-card-number See merge request gitlab-org/gitlab-ce!21939
-
Filipa Lacerda authored
Adds an extra width to the responsive tables See merge request gitlab-org/gitlab-ce!21928
-
Matija Čupić authored
-