- 25 Mar, 2021 40 commits
-
-
Marc Shaw authored
Issue: gitlab.com/gitlab-org/gitlab/-/issues/325851 MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/57443 There is a current issue affecting mimemagic where it was using a magic number dataset which turned out to be under a GPL licence, which in turn meant the maintainer of mimemagic had to switch to the same licence. We can not use this licence. There are still dependencies in our gemfile which require mimemagic, and instead of removing all these, we create a fake gem that we require.
-
Nick Thomas authored
Accelerate uploads via API with Workhorse [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57250
-
David Fernandez authored
Remove feature flag usage_data_track_ci_templates_unique_projects [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57280
-
-
Heinrich Lee Yu authored
Use upstream ruby-magic project See merge request gitlab-org/gitlab!57463
-
Natalia Tepluhina authored
Update @gitlab/eslint-plugin to 8.2.0 See merge request gitlab-org/gitlab!57400
-
Stan Hu authored
The upstream version has all the changes in ruby-magic-static, as well as an additional fix (https://github.com/kwilczynski/ruby-magic/pull/2).
-
Jacques Erasmus authored
Rename first_class_init to vulnerability_report_init See merge request gitlab-org/gitlab!57342
-
Savas Vedova authored
Migrates the expand button in reports to gitlab UI See merge request gitlab-org/gitlab!57021
-
Sam Beckham authored
- Uses the `findByTestId` helper to target the expand button
-
Achilleas Pipinellis authored
Remove admin mode entry from What's New See merge request gitlab-org/gitlab!57146
-
Heinrich Lee Yu authored
Update ruby-magic-static to v0.3.1 See merge request gitlab-org/gitlab!57458
-
Stan Hu authored
This switches the download mirror to an HTTPS site and fixes the static-analysis home page issue.
-
Savas Vedova authored
Merge branch '27781-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-events-scss' into 'master' Fix selectors with hyphens instead of underscores See merge request gitlab-org/gitlab!56521
-
Savas Vedova authored
-
Gabriel Mazetto authored
Update GitLab Runner Helm Chart to 0.27.0/13.10.0 See merge request gitlab-org/gitlab!57048
-
Marcel Amirault authored
Improve `Pipeline must succeed` setting doc See merge request gitlab-org/gitlab!57334
-
Fabio Pitino authored
-
Kushal Pandya authored
Upgrade @gitlab/ui to v28.15.0 See merge request gitlab-org/gitlab!56778
-
Kushal Pandya authored
Generalize alert details status See merge request gitlab-org/gitlab!56800
-
Kushal Pandya authored
Use headPipeline in GraphQL widget queries See merge request gitlab-org/gitlab!57216
-
Kushal Pandya authored
Enable timeline on chart See merge request gitlab-org/gitlab!56844
-
Stan Hu authored
This adds the `enforce_max_attachment_size_upload_api` feature flag to enable enforcement of max attachment size in the upload API. If the feature is not enabled, we limit to 1 GB by default. `GITLAB_UPLOAD_API_ALLOWLIST` can be set in the environment to allow certain project IDs to bypass enforcement.
-
Stan Hu authored
Add /api/v4/projects/:id/uploads/authorize endpoint Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/324813 This enables Workhorse to accelerate API uploads and limits to the configured maximum attachment size (10 MB by default).
-
Dylan Griffith authored
Replace mimemagic dependency and introduce a Gitlab::Utils::MimeType class See merge request gitlab-org/gitlab!57387
-
Gabriel Mazetto authored
Remove snowplow API helper See merge request gitlab-org/gitlab!56267
-
Russell Dickenson authored
doc: Move secret post-processing to own section See merge request gitlab-org/gitlab!57383
-
Lucas Charles authored
- move out of Configuration as it's not configurable - Add sequence diagram - Add note about default branch limits
-
Shinya Maeda authored
Remove old ignore columns See merge request gitlab-org/gitlab!54466
-
Dmytro Zaporozhets (DZ) authored
Signed-off-by: Dmytro Zaporozhets <dzaporozhets@gitlab.com>
-
James Fargher authored
Remove unneeded helper methods, result of bad merge conflict resolution See merge request gitlab-org/gitlab!57299
-
charlie ablett authored
Quarantine /spec/lib/gitlab/sql/cte_spec.rb:7 See merge request gitlab-org/gitlab!57446
-
Evan Read authored
Update CI section screenshots to prepare for new UI See merge request gitlab-org/gitlab!57445
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
due to licensing issues
-
Thong Kuah authored
Initial introduction of Gitlab::Utils::MimeType class See merge request gitlab-org/gitlab!57421
-
Marcel Amirault authored
Removes or crops screenshots that show the top bar or sidebar, as they will change soon
-
Brandon Labuschagne authored
Update contribution tooltip font style in contribution calendar See merge request gitlab-org/gitlab!54765
-