- 28 Sep, 2018 12 commits
-
-
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
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 28 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
-
Phil Hughes authored
Updates Vue job components to match new API See merge request gitlab-org/gitlab-ce!21930
-
Filipa Lacerda authored
-
Marcia Ramos authored
Correcting Gitlab to GitLab in docs See merge request gitlab-org/gitlab-ce!21827
-
Kamil Trzciński authored
Add has_trace to `Projects::JobController#show.json` Closes #51925 See merge request gitlab-org/gitlab-ce!21950
-
Rémy Coutable authored
Allows to work with execute permissions in GitLab API Closes #43832 See merge request gitlab-org/gitlab-ce!21866
-
Rémy Coutable authored
On first load, the login page displays the "Change your password" tab, not the "Sign in" tab. We now assert on the presence of a text that's always on this page. Note that in EE, since a license is added in the `#perform_before_hooks` method, the password is changed so that when we visit the login page, the "Sign in" tab is displayed as expected. That's why only the CE job failed to pass in https://gitlab.com/gitlab-org/gitlab-qa/pipelines/31060920. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Feature/add public email to users api Closes #39346 See merge request gitlab-org/gitlab-ce!21909
-
Rémy Coutable authored
Allow /copy_metadata for new issues Closes #50181 See merge request gitlab-org/gitlab-ce!21953
-