- 01 Sep, 2021 40 commits
-
-
Achilleas Pipinellis authored
Update test guidelines for externalized contents See merge request gitlab-org/gitlab!69312
-
Andreas Brandl authored
Introduce versioned GitLab migration class See merge request gitlab-org/gitlab!68986
-
Andrew Fontaine authored
Add support for description lists in content editor See merge request gitlab-org/gitlab!69149
-
Amy Qualls authored
Fix check and cross symbols on containers page See merge request gitlab-org/gitlab!69342
-
Igor Drozdov authored
-
Sean McGivern authored
Issue template for infradev See merge request gitlab-org/gitlab!69362
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
This introduces a versioned parent class for database migrations. This implements a simple versioning scheme for migration helpers. We need to be able to version helpers, so we can change their behavior without altering the behavior of already existing migrations in incompatible ways. We can continue to change the behavior of helpers without bumping the version here, *if* the change is backwards-compatible. If not, we would typically override the helper method in a new MigrationHelpers::V[0-9]+ class and create a new entry with a bumped version below. We use major version bumps to indicate significant changes and minor version bumps to indicate backwards-compatible or otherwise minor changes (e.g. a Rails version bump). However, this hasn't been strictly formalized yet. Changelog: other
-
Rémy Coutable authored
Fix broken test See merge request gitlab-org/gitlab!69364
-
Amy Qualls authored
Clarify UI CI variables are'nt available to services See merge request gitlab-org/gitlab!67787
-
Lee Tickett authored
-
Rémy Coutable authored
Use jh/Gemfile if it exists See merge request gitlab-org/gitlab!69361
-
Mikołaj Wawrzyniak authored
Use linear version User#groups_with_developer_maintainer_project_access See merge request gitlab-org/gitlab!68851
-
Simon Knox authored
Zoom into design image upto 100% of actual size See merge request gitlab-org/gitlab!68755
-
Mikołaj Wawrzyniak authored
Clean up Secure service ping metric definitions See merge request gitlab-org/gitlab!69257
-
Jacques Erasmus authored
Simplify issues counts query in issues page refactor See merge request gitlab-org/gitlab!69310
-
Coung Ngo authored
-
Etienne Baqué authored
Cache group issues count for state See merge request gitlab-org/gitlab!67418
-
GitLab Release Tools Bot authored
[ci skip]
-
Igor Wiedler authored
-
Eugenia Grieff authored
- Add specs Add condition to truncate counts text - Add tests for method issuables_state_counter_text Revert to using RequestStore if cache is empty Limit caching to group isssues - Rename FF - Move FF check to group model - Update specs Use existing format_cached_count method Refactor #params_include_filters?
-
Rémy Coutable authored
Replace "the the" with "the" See merge request gitlab-org/gitlab!69134
-
Albert Salim authored
The 2 tests can be merged for simplicity, as the second test is testing the internal implementation.
-
Igor Wiedler authored
-
Lin Jen-Shin authored
-
Jan Provaznik authored
Add rollout issue for track_epic_boards_activity See merge request gitlab-org/gitlab!69348
-
John Hope authored
-
Lin Jen-Shin authored
-
Marcin Sedlak-Jakubowski authored
Update Actionable Insight template to make issue confidential by default See merge request gitlab-org/gitlab!69157
-
Alexis Ginsberg authored
-
Marcel Amirault authored
Fix product tier on Jira importer doc See merge request gitlab-org/gitlab!69347
-
Andy Soiron authored
Consume security policy yaml in specs from factory See merge request gitlab-org/gitlab!69109
-
Sashi Kumar Kumaresan authored
This commit moves the hardcoded policy yaml content in specs into a new factory. This commit is a follow-up from https://gitlab.com/gitlab-org/gitlab/-/merge_requests/69108.
-
Marcin Sedlak-Jakubowski authored
-
Natalia Tepluhina authored
Prevent overriding DOMPurify's default config with custom configuration See merge request gitlab-org/gitlab!69269
-
Phil Hughes authored
Refactor Vue issues list variable names See merge request gitlab-org/gitlab!69300
-