- 20 Aug, 2021 40 commits
-
-
Himanshu Kapoor authored
Backend sends a `binary` property as `false` for some files that may have a "binary" mime type but are not actually binary. Use that if it is available before determining if a file is binary or text. Changelog: fixed
-
Dmitry Gruzd authored
Remove `track_unique_visits` feature flag See merge request gitlab-org/gitlab!68569
-
Savas Vedova authored
Do not truncate vulnerability report filter dropdown items See merge request gitlab-org/gitlab!68453
-
Daniel Tian authored
-
Sarah Groff Hennigh-Palermo authored
Refactor handling of commit sha in pipeline editor See merge request gitlab-org/gitlab!67542
-
Adam Hegyi authored
Introduce `ActiveRecord::Base.gitlab_schema` indicator See merge request gitlab-org/gitlab!68160
-
Kamil Trzciński authored
-
Mikołaj Wawrzyniak authored
Usage metrics update for Manage See merge request gitlab-org/gitlab!68280
-
Mikołaj Wawrzyniak authored
Enable the FF ci_new_artifact_file_reader by default See merge request gitlab-org/gitlab!68293
-
Tetiana Chupryna authored
Remove callbacks that obscure validations and rely instead on validations for user secondary emails See merge request gitlab-org/gitlab!68048
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!68632
-
Sam Kerr authored
-
Furkan Ayhan authored
It's enabled on GitLabcom Changelog: fixed
-
Heinrich Lee Yu authored
Remove the `between_uses_list_commits` feature flag See merge request gitlab-org/gitlab!68470
-
Adam Hegyi authored
Prepare indexes on events for bigint column conversions See merge request gitlab-org/gitlab!68426
-
Magdalena Frankiewicz authored
Remove redundant and confusing checks on secondary emails, rely on validations. On email update, reset secondary emails if they were set to primary one Changelog: fixed
-
GitLab Release Tools Bot authored
-
Nick Thomas authored
Reproducible Builds: Use SOURCE_DATE_EPOCH for build time if present See merge request gitlab-org/gitlab!68464
-
Andreas Brandl authored
Add contacts table and model See merge request gitlab-org/gitlab!67985
-
Lin Jen-Shin authored
Extract static analysis jobs See merge request gitlab-org/gitlab!68517
-
Krasimir Angelov authored
Add migration to create indexes asynchronously for the `events` table. Creating the indexes asynchronously will preventing the column swap migration from running for an excessive length of time. Changelog: other
-
Etienne Baqué authored
Add dsn to error tracking client key See merge request gitlab-org/gitlab!68487
-
GitLab Release Tools Bot authored
[ci skip]
-
Albert Salim authored
`static-analysis` is not rails specific and performs various kinds of static analyses: rubocop, haml, jest, markdown, etc.
-
GitLab Release Tools Bot authored
[ci skip]
-
Kati Paizee authored
Integration docs, substitution fixes See merge request gitlab-org/gitlab!68382
-
Mike Russo authored
-
Evan Read authored
Add warning alert box for Praefect See merge request gitlab-org/gitlab!68539
-
Matthias Käppler authored
Add support for fetching merge requests via RSS / Atom See merge request gitlab-org/gitlab!66336
-
Jan Beckmann authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/29521 Changelog: added
-
Vitali Tatarintev authored
Remove the FF ci_reset_bridge_with_subsequent_jobs See merge request gitlab-org/gitlab!68295
-
Vitali Tatarintev authored
Add jira installations controller See merge request gitlab-org/gitlab!68306
-
mgandres authored
-
mgandres authored
This reverts commit e8dcec112452e0c3c8ca1a9520e6101cd98fe2a5 to include the rails injection again. This will be removed in a follow-up MR. This also fixes some linter complaints.
-
mgandres authored
-
mgandres authored
Since there are no feature changes, most of this is just making sure that the components are set up correctly in the tests.
-
mgandres authored
-
mgandres authored
Since the pipeline editor queries the commit sha and no longer manages this data in the cache, the commit sha needs to be passed down to the children components as props. This also removes instances of writing to the cache.
-
mgandres authored
-
mgandres authored
-