- 04 Jul, 2019 15 commits
-
-
charlieablett authored
- Remove Gitaly call check for fields that have a constant complexity declared - Add associated test - Add gitaly call declaration to Mutations::DesignManagement::Upload
-
charlieablett authored
- Add 1 for all fields that call Gitaly (with resolvers or without) - Clarify comment regarding Gitaly call alert - Expose predicate `calls_gitaly?` instead of ivar
-
charlieablett authored
- Add `calls_gitaly: true` to some fields missing (hey, it works!) - Clarify proc wrapping - Add kwargs argument to `mount_mutation`
-
charlieablett authored
- Move `calls_gitaly_check` to public - Add instrumentation for flagging missing CallsGitaly declarations - Wrap resolver proc in before-and-after Gitaly counts to get the net Gitaly call count for the resolver.
-
charlieablett authored
- If Gitaly calls are missing, it could be due to a conditional and may just become noise
-
charlieablett authored
- Add a complexity of 1 if Gitaly is called at least once - Add an error notification if `calls_gitaly` isn't right for a particular field
-
GitLab Bot authored
-
Evan Read authored
Docs: Full Copy Edit and Refactor of Issues docs Closes #60767 See merge request gitlab-org/gitlab-ce!27553
-
Marcel Amirault authored
After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting
-
Thong Kuah authored
Resolve "SSO enforcement should enforce on subgroups" Closes #12189 See merge request gitlab-org/gitlab-ee!14364
-
Adam Hegyi authored
This change initiates SSO login when an unauthanticated user tries to access a group, subgroup or a project when the group_saml feature is enabled.
-
Douglas Barbosa Alexandre authored
Cache Flipper feature flags in L1 and L2 caches See merge request gitlab-org/gitlab-ce!30276
-
Thong Kuah authored
Resolve "Do not update `updated_at` on an epic when reordering it." Closes #12459 See merge request gitlab-org/gitlab-ee!14441
-
Eugenia Grieff authored
-
GitLab Bot authored
-
- 03 Jul, 2019 25 commits
-
-
Evan Read authored
Updates the yaml docs to match the environment docs regarding `GIT_STRATEGY=none` See merge request gitlab-org/gitlab-ce!30283
-
Evan Read authored
Docs: Update Auto Deploy link to page instead of redirect See merge request gitlab-org/gitlab-ce!30325
-
Evan Read authored
Remove duplicate info from API docs See merge request gitlab-org/gitlab-ee!14535
-
Stan Hu authored
In https://gitlab.com/gitlab-com/gl-infra/production/issues/928, we saw a significant amount of network traffic and CPU usage due to Redis checking feature flags via Flipper. Since these flags are hit with every request, the overhead becomes significant. To alleviate Redis overhead, we now cache the data in the following way: * L1: A thread-local memory store for 1 minute * L2: Redis for 1 hour
-
Mark Lapierre authored
Notes that `GIT_STRATEGY` should be set to `none` so that the job doesn't fail when triggered automatically when the branch is deleted.
-
GitLab Bot authored
-
Dan Davison authored
Backport EE MR that improves end-to-end tests See merge request gitlab-org/gitlab-ce!30320
-
GitLab Bot authored
-
Stan Hu authored
Limit amount of JUnit tests returned Closes #64035 See merge request gitlab-org/gitlab-ce!30274
-
Stan Hu authored
EE: Limit amount of JUnit tests returned See merge request gitlab-org/gitlab-ee!14534
-
Dan Davison authored
Re-work release end-to-end test See merge request gitlab-org/gitlab-ee!14525
-
Dan Davison authored
De-quarantine test to see if it's fixed Closes gitlab-org/quality/nightly#70 See merge request gitlab-org/gitlab-ee!14524
-
Kamil Trzciński authored
Currently, we do not cap amount of tests returned to frontend, thus in some extreme cases we can see a MBs of data stored in Redis. This adds an upper limit of 100 tests per-suite. We will continue showing the total counters correctly, but we will limit amount of tests that will be presented.
-
Kamil Trzciński authored
Currently, we do not cap amount of tests returned to frontend, thus in some extreme cases we can see a MBs of data stored in Redis. This adds an upper limit of 100 tests per-suite. We will continue showing the total counters correctly, but we will limit amount of tests that will be presented.
-
GitLab Bot authored
-
Mek Stittri authored
Rename Release groups in issue_workflow.md See merge request gitlab-org/gitlab-ce!30293
-
GitLab Bot authored
-
Mayra Cabrera authored
Change occurrence of Sidekiq::Testing.inline! Closes #22991 See merge request gitlab-org/gitlab-ce!29890
-
Reuben Pereira authored
- Change it to perform_enqueued_jobs
-
Cynthia Ng authored
-
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Fix order-dependent spec failure in appearance_spec.rb Closes #64083 See merge request gitlab-org/gitlab-ce!30323
-
Stan Hu authored
When file_mover_spec.rb ran, it would initialize fog-aws with `Fog::AWS::Storage::Real` service instead of `Fog::AWS::Storage::Mock` because `Fog.mock!` was not called. Ensure that we use `stub_uploads_object_storage` to prevent that from happening. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64083
-
GitLab Bot authored
-