- 28 Sep, 2018 31 commits
-
-
Douglas Barbosa Alexandre authored
The algorithm to calculate the checksum has changed. We need to wipe any existing checksums in the database, as any checksums generated with the old algorithm will become invalid.
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Victor Wu authored
Quick actions docs table See merge request gitlab-org/gitlab-ee!7599
-
Victor Wu authored
-
Douglas Barbosa Alexandre authored
Geo - Add a bang suffix to Geo::EventStore#create method Closes #5323 See merge request gitlab-org/gitlab-ee!7566
-
Douglas Barbosa Alexandre authored
The Geo::EventStore#create method doesn't have a ! on the end of it. It should, since its behaviour is to raise an exception if the validation or the save fails.
-
Dmitriy Zaporozhets authored
Add mysql_compatible_index_length to migration helpers (EE) See merge request gitlab-org/gitlab-ee!7448
-
Marin Jankovski authored
CE upstream - 2018-09-28 12:21 UTC See merge request gitlab-org/gitlab-ee!7589
-
Phil Hughes authored
Rename date related labels for Epics Closes #7308 See merge request gitlab-org/gitlab-ee!7447
-
Kushal Pandya authored
-
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 9 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
-