- 16 Sep, 2021 1 commit
-
-
Enrique Alcántara authored
-
- 13 Sep, 2021 39 commits
-
-
Suzanne Selhorn authored
Docs: Remove mention of rails env changing logs See merge request gitlab-org/gitlab!70019
-
Sean McGivern authored
Enable sidekiq job limits by default through application configuration See merge request gitlab-org/gitlab!68982
-
Enrique Alcántara authored
Add schedules info to the saved scans list See merge request gitlab-org/gitlab!69895
-
Paul Gascou-Vaillancourt authored
-
Jose Ivan Vargas authored
Fix loading performance of policies list See merge request gitlab-org/gitlab!69916
-
Savas Vedova authored
Fetch notes along discussions using GraphQL See merge request gitlab-org/gitlab!69353
-
Savas Vedova authored
-
Bob Van Landuyt authored
This allows configuring Sidekiq job limits from the admin area, or using the API. Configuration options are: **Limiter mode*** `sidekiq_job_limiter_mode`, this can either be `track` (0), or `compress` (1). In `track` mode, this will only report errors when the arguments for jobs exceed the `sidekiq_job_limiter_limit_bytes` option. But no jobs will be compressed or rejected. In `compress` mode, the jobs will be compressed before they are stored in Redis. If a job's arguments would still exceed `sidekiq_job_limiter_limit_bytes` after compression an exception would be raised and the job would not be stored in Redis. Setting the `sidekiq_job_limit_bytes` to 0 avoids raising an error. Jobs will get compressed or rejected when they are scheduled. Default is `compress`. **Compression threshold bytes** When the job's arguments exceed this size, the job's arguments will be compressed before storing them in Redis. Below this size, nothing will happen. Default is 100Kb. **Size limit** When jobs exceed this size after compression, an exception will be raised preventing the jobs from being stored in redis. Default is 0 bytes. The defaults will enable job-compression without limiting for self-managed installations. Compression has been running on GitLab.com. On GitLab.com we're rejecting jobs exceeding 5MB after compression. The validation is entirely skipped for BackgroundMigrations, since the scheduling of those cannot depend on the state of the schema. So we cannot load the settings into memory to run the clientside validation. Changelog: added
-
Suzanne Selhorn authored
Updates the helm [documentation](https://docs.gitlab.com/ee/user/packages/helm_repository/) with: * Properly document the `<channel>` parameter. * Document that URL-encoded project ID can be used and when. * That's issue https://gitlab.com/gitlab-org/gitlab/-/issues/340041 * Document that when using the deploy tokens, the related username must be used for authentication.
-
Amy Qualls authored
Remove outdated GitLab version refs from doc pages See merge request gitlab-org/gitlab!70091
-
Dmitriy Zaporozhets (DZ) authored
Add Ci::StuckBuilds::DropService to hold logic needed for use in StuckCiJobsWorker See merge request gitlab-org/gitlab!69564
-
drew cimino authored
-
Phil Hughes authored
Revise messages about creating follow-up issue See merge request gitlab-org/gitlab!70070
-
Amy Qualls authored
-
Robert Speicher authored
Migration to finalize swap of bigint ci_builds.id See merge request gitlab-org/gitlab!65201
-
Grzegorz Bizon authored
Retry CI trace archive if left in incomplete state See merge request gitlab-org/gitlab!68906
-
Saikat Sarkar authored
Fix the dependency worker purge feature See merge request gitlab-org/gitlab!69736
-
David Fernandez authored
-
Enrique Alcántara authored
Settings UI text - Admin Area-Network/Notes Rate Limits See merge request gitlab-org/gitlab!69940
-
Marcel Amirault authored
-
Bob Van Landuyt authored
This adds the schema changes for the sidekiq job limiter
-
Etienne Baqué authored
Remove legacy storage pages removal logic See merge request gitlab-org/gitlab!69382
-
Vladimir Shushlin authored
-
Marcia Ramos authored
Fix the names of variables and values for Runner See merge request gitlab-org/gitlab!69941
-
Marcia Ramos authored
Mention that `skip_callback` should be avoid in factories in docs See merge request gitlab-org/gitlab!69968
-
Achilleas Pipinellis authored
Documentation on connecting GUIs to the database See merge request gitlab-org/gitlab!69206
-
Eduardo Bonet authored
-
David Fernandez authored
Remove`package_details_apollo` feature flag See merge request gitlab-org/gitlab!69649
-
Dmitriy Zaporozhets (DZ) authored
[2/5] Add `throttle_unauthenticated_api_*` columns to application settings See merge request gitlab-org/gitlab!69384
-
Nicolò Maria Mezzopera authored
Add pipelineArtifactsSize to project storage query See merge request gitlab-org/gitlab!70047
-
David Fernandez authored
To properly state: * that URL-encoded project ids only work with curl when pushing the helm chart * to properly document the channel parameter * to document that the username is needed for authentication, even with deploy tokens. Changelog: other
-
Phil Hughes authored
Merge branch '332408-display-icon-for-issues-created-by-banned-users-on-boards-frontend' into 'master' Display icon for hidden issues on group/project issue boards See merge request gitlab-org/gitlab!69558
-
Vasilii Iakliushin authored
Make product_stage required See merge request gitlab-org/gitlab!69897
-
Andrejs Cunskis authored
E2E: Detect test run type for staging, canary and production environment for metrics exports See merge request gitlab-org/gitlab!69754
-
Andrejs Cunskis authored
-
Sean McGivern authored
Remove experiment word from continuous onboarding See merge request gitlab-org/gitlab!69991
-
Marcin Sedlak-Jakubowski authored
Update outdated pipeline screenshots See merge request gitlab-org/gitlab!70150
-
Sean McGivern authored
Refactor to avoid respond_to conditional See merge request gitlab-org/gitlab!70004
-
Heinrich Lee Yu authored
Merge branch '338717-the-processrequirementsreportsworker-retries-on-an-unrecoverable-error' into 'master' Check requirements access before scheduling ProcessRequirementsReportsWorker See merge request gitlab-org/gitlab!69810
-