- 04 Jul, 2019 1 commit
-
-
Douglas Barbosa Alexandre authored
Cache Flipper feature flags in L1 and L2 caches See merge request gitlab-org/gitlab-ce!30276
-
- 03 Jul, 2019 39 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
-
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.
-
Dan Davison authored
Backport EE MR that improves end-to-end tests See merge request gitlab-org/gitlab-ce!30320
-
Stan Hu authored
Limit amount of JUnit tests returned Closes #64035 See merge request gitlab-org/gitlab-ce!30274
-
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.
-
Mek Stittri authored
Rename Release groups in issue_workflow.md See merge request gitlab-org/gitlab-ce!30293
-
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
-
-
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
-
Felipe Artur authored
Add GetCommitSignatures feature flag See merge request gitlab-org/gitlab-ce!29288
-
Bob Van Landuyt authored
Put a failed example from appearance_spec in quarantine See merge request gitlab-org/gitlab-ce!30318
-
Igor authored
-
Stan Hu authored
Cache PerformanceBar.allowed_user_ids list locally instead of in Redis See merge request gitlab-org/gitlab-ce!30304
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Add Grafana to Admin > Monitoring menu when enabled Closes #61005 See merge request gitlab-org/gitlab-ce!28937
-
Maneschi Romain authored
-
Dmitriy Zaporozhets authored
Add salesforce logo for salesforce SSO Closes #62607 See merge request gitlab-org/gitlab-ce!28857
-
Marcia Ramos authored
Re-align CE and EE API docs See merge request gitlab-org/gitlab-ce!30294
-
Sean McGivern authored
Only save Peek session in Redis when Peek is enabled See merge request gitlab-org/gitlab-ce!30306
-
Małgorzata Ksionek authored
-
Małgorzata Ksionek authored
-
Kushal Pandya authored
Move error_tracking_frontend specs to Jest Closes #61797 See merge request gitlab-org/gitlab-ce!30211
-
Simon Knox authored
Update TEST_HOST import paths. Tests all pass
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Fatih Acet authored
Enable terminals button for group clusters Closes #55487 See merge request gitlab-org/gitlab-ce!30255
-
Paul Slaughter authored
Migrate markdown header_spec.js to Jest See merge request gitlab-org/gitlab-ce!30228
-
Winnie Hellmann authored
-
Douwe Maan authored
Enable AsciiDoc syntax highlighting (using Rouge) Closes #32635 See merge request gitlab-org/gitlab-ce!29835
-
Dmitriy Zaporozhets authored
Update TODO: allow_collaboration column renaming See merge request gitlab-org/gitlab-ce!30291
-
Sean McGivern authored
rename `discussion` to `thread` Closes #55953 See merge request gitlab-org/gitlab-ce!29553
-
Tomasz Maczukin authored
Fix golint command in Go guide doc to be recursive See merge request gitlab-org/gitlab-ce!30262
-
Victor Zagorodny authored
-
Achilleas Pipinellis authored
Docs: move content to its own doc See merge request gitlab-org/gitlab-ce!30266
-
Marcia Ramos authored
- Move images to each corresponding img/ folder
-