- 01 Oct, 2018 1 commit
-
-
Mark Lapierre authored
Filter immediately because the page is going to reload anyway. And don't check for the loading indicator because it the groups list tree container appears after it disappears.
-
- 28 Sep, 2018 19 commits
-
-
Mark Lapierre authored
When searching for a group, submit a request that returns only the filtered list of groups. This makes the state of the page more reliable because it avoids having to wait for the list of groups to dynamically refresh.
-
Achilleas Pipinellis authored
Docs for Project/Groups members API with inherited members Closes #51404 See merge request gitlab-org/gitlab-ce!21984
-
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 20 commits
-
-
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
-
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
-
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
-
Phil Hughes authored
Uses new Vuex store in job log page See merge request gitlab-org/gitlab-ce!21961
-
Stan Hu authored
-
Kamil Trzciński authored
Dont create license_management build when not included in license See merge request gitlab-org/gitlab-ce!21958
-
Dmitriy Zaporozhets authored
Add GitLab cluster id to jupyter config Closes #51474 and #51594 See merge request gitlab-org/gitlab-ce!21796
-
Mark Lapierre authored
Fabricating a user might be the first action in the first test. If so, set the initial password
-
Stan Hu authored
Typo in log message of gitlab-rake gitlab:artifacts:migrate See merge request gitlab-org/gitlab-ce!21936
-
Michael Bisbjerg authored
-
Filipa Lacerda authored
Removes old mediator and service pattern and uses the new store. Middle step before moving everything into one single vue app
-
Dylan Griffith authored
This improves CI performance since we do not create a whole new job that just exits quickly. This is important based on https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/4907#note_104742212
-