- 28 Sep, 2018 20 commits
-
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Clarify subgroup permissions See merge request gitlab-org/gitlab-ce!21769
-
Stan Hu authored
CE upstream - 2018-09-28 09:21 UTC See merge request gitlab-org/gitlab-ee!7585
-
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
-
GitLab Bot authored
-
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
-
Bob Van Landuyt authored
CE upstream - 2018-09-27 21:21 UTC Closes #1801, gitlab-ce#50181, and gitlab-ce#51925 See merge request gitlab-org/gitlab-ee!7570
-
Achilleas Pipinellis authored
Fix html rendering in api settings documentation Closes #7784 See merge request gitlab-org/gitlab-ee!7569
-
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
-
Mike Lewis authored
Docs: improve Issue Boards overview (to deprecate feature page) See merge request gitlab-org/gitlab-ee!7483
-
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 20 commits
-
-
Robert Marshall authored
- Artifacts left behind by a previous merge conflict resolution caused a table on the api settings page to render improperly. Removed the stray '=======' and fixed the problem. Resolves: #7784 Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
-
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`.
-
Toon Claes authored
-
Toon Claes authored
-
GitLab Bot authored
# Conflicts: # spec/services/quick_actions/interpret_service_spec.rb [ci skip]
-
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
-
Mike Greiling authored
CE upstream - 2018-09-27 06:21 UTC Closes gitlab-ce#51299 See merge request gitlab-org/gitlab-ee!7533
-
Jose Vargas 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
-
Annabel Dunstone Gray authored
Group weight icon and text on issue list and issue boards Closes #7741 See merge request gitlab-org/gitlab-ee!7484
-
Filipa Lacerda authored
Adds an extra width to the responsive tables See merge request gitlab-org/gitlab-ce!21928
-
Mike Greiling authored
-
Rémy Coutable authored
QA: Resolve "Failure in qa/specs/features/browser_ui/1_manage/login/register_spec.rb" See merge request gitlab-org/gitlab-ce!21963
-
Mike Greiling authored
Fix key name on dashboard component See merge request gitlab-org/gitlab-ee!7558
-
George Tsiolis authored
-
Nick Thomas authored
Bump gitlab-workhorse to 6.1.1 to fix custom error handling See merge request gitlab-org/gitlab-ce!21967
-