- 26 Oct, 2021 40 commits
-
-
Kati Paizee authored
Update feature flag notes format See merge request gitlab-org/gitlab!73044
-
Russell Dickenson authored
-
Alper Akgun authored
Show captcha verification on issue boards See merge request gitlab-org/gitlab!72818
-
Alper Akgun authored
Change manage events metric counter method See merge request gitlab-org/gitlab!72975
-
Sean McGivern authored
Update GitLab Runner Helm Chart to 0.34.0/14.4.0 See merge request gitlab-org/gitlab!73001
-
Mikolaj Wawrzyniak authored
Underlying relation 'events' for usage_activity_by_stage_monthly.manage.events has to many records which cause ordinary batch counter to reject query due to surpassed limits. Estimated batch counter has higher max limits, so replacing ordinary batch counter with estimated one should address the problem Changelog: fixed
-
Marcel Amirault authored
Add Geo proxying for secondary sites docs See merge request gitlab-org/gitlab!72139
-
Catalin Irimie authored
-
Kushal Pandya authored
Improvements to integration_settings_form_spec.js See merge request gitlab-org/gitlab!72743
-
Jacques Erasmus authored
Convert terms of service to Vue and add max height See merge request gitlab-org/gitlab!72325
-
Peter Hegman authored
-
Matthias Käppler authored
Create email message encouraging group creator to invite their teammates See merge request gitlab-org/gitlab!72849
-
Jacques Erasmus authored
Merge branch '223221-refactor-code-to-prevent-echarts-from-being-included-in-the-mr-bundles' into 'master' Prevent echarts from being loaded on MR page See merge request gitlab-org/gitlab!72943
-
Phil Hughes authored
Switch to v-safe-html for commit messages See merge request gitlab-org/gitlab!72872
-
Albert Salim authored
Exclude experiments changes from triggering package-and-qa See merge request gitlab-org/gitlab!72801
-
Nailia Iskhakova authored
-
Bob Van Landuyt authored
Merge branch '34222-new-private-group-name-visible-to-users-if-request-access-is-enabled' into 'master' Hide private group name when access request is denied See merge request gitlab-org/gitlab!72708
-
Peter Leitzen authored
Do not `eager_load` by default in the test environment See merge request gitlab-org/gitlab!72964
-
Kushal Pandya authored
Add Labels widget support for epic See merge request gitlab-org/gitlab!72853
-
Bob Van Landuyt authored
Add reschedule option to Resource Group worker See merge request gitlab-org/gitlab!72961
-
Kati Paizee authored
Fix style issues noted by Vale in a troubleshooting section See merge request gitlab-org/gitlab!73039
-
eugielimpin authored
Add Gitlab::Email::Message::InProductMarketingEmail::InviteTeam. This email message is sent to a group creator 20 minutes after they create the group to encourage them to invite their teammates.
-
Kati Paizee authored
Improve findings and vulnerabilities topic See merge request gitlab-org/gitlab!73032
-
Russell Dickenson authored
-
Bogdan Denkovych authored
Usually, developers run a single test locally. Disabling eager loading by default in test environment should increase productivity since it saves around 10 seconds: With `eager_load` as `true`: ```bash bogdanvlviv@lenovo:~/gitlab-development-kit/gitlab$ bin/rspec spec/models/users_statistics_spec.rb Run options: include {:focus=>true} All examples were filtered out; ignoring {:focus=>true} Test environment set up in 5.122837013 seconds ...... Finished in 8.51 seconds (files took 16.46 seconds to load) 6 examples, 0 failures ``` With `eager_load` as `false`: ```bash bogdanvlviv@lenovo:~/gitlab-development-kit/gitlab$ bin/rspec spec/models/users_statistics_spec.rb Run options: include {:focus=>true} All examples were filtered out; ignoring {:focus=>true} Test environment set up in 5.013345478 seconds ...... Finished in 8.24 seconds (files took 7.18 seconds to load) 6 examples, 0 failures ``` Inspired by https://github.com/rails/rails/pull/43508. It is important to eager load app before deploying it to catch any issues with constants loading. I see that we disable eager_loading on CI, https://gitlab.com/gitlab-org/gitlab/-/merge_requests/30368/diffs#c1e8bf49d38a49639de4f3b2f3cef9ebdbe50dd4_16_26 For mentioned reason above I thik we should enable eager loading on CI. @rymai What do you think about that? I also found that we 'Speed up backend tests in Gitpod environment', https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68482. /cc @splattael Remove `GITLAB_TEST_EAGER_LOAD: "0"` for scripts/setup-test-env It doesn't make any difference for this script. See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/72964#note_713013642 Document `GITLAB_TEST_EAGER_LOAD`. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/343751
-
Tom Quirk authored
Improve store dispatch mock function
-
Florie Guibert authored
Review feedback
-
Marcel Amirault authored
Update Django CI/CD template See merge request gitlab-org/gitlab!73020
-
Matija Čupić authored
-
Fabio Pitino authored
Add runner_features column runtime_runner_features See merge request gitlab-org/gitlab!72378
-
Kati Paizee authored
Secure coding guidelines for dynamic method definition / metaprogramming See merge request gitlab-org/gitlab!72575
-
Nick Malcolm authored
-
Tiger Watson authored
Merge branch 'mwaw/fix-invalid-index_security_ci_builds_on_name_and_id_parser_features' into 'master' Fix invalid index on ci_builds table See merge request gitlab-org/gitlab!71990
-
Fiona Neill authored
Improve security report validation topic See merge request gitlab-org/gitlab!73029
-
Marcel Amirault authored
Put services keyword into new format See merge request gitlab-org/gitlab!73018
-
Suzanne Selhorn authored
-
Fiona Neill authored
Improve Vulnerability-Check docs See merge request gitlab-org/gitlab!72946
-
Russell Dickenson authored
-
Luke Duncalfe authored
Fix translation of title of ZenTao See merge request gitlab-org/gitlab!72960
-
Mark Chao authored
Card match to exclude holder name, but include network name See merge request gitlab-org/gitlab!72574
-