- Aug 03, 2021
-
-
Previously the atom feed rendered for a given commit path would render the root instead of the filepath. Relates to #3051 Changelog: fixed
-
-
-
-
Add interaction instructions for toggles to the Style Guide
-
-
-
-
Caching was added in !65262, which lead to an incident and support for using uncached configs in !66988. In this commit we remove caching of the config settings, and add a test and comment to explain why we don't want the data to be cached. The performance impact is likely not worth potentially breaking code that expects uncached settings. This fixes #337054.
-
This reverts merge request !65795
-
-
-
-
-
In this commit we're refactoring the Push Rules menu in the group sidebar. We're moving away from partial defined logic to object contained one. Now menus are defined in objects that will contain all the information instead of in partials
-
In this commit we're refactoring the Security & Compliance menu in the group sidebar. We're moving away from partial defined logic to object contained one. Now menus are defined in objects that will contain all the information instead of in partials.
-
-
Also add flow chart to support decision making.
-
Retried jobs were removed from the default pipeline payload for performance reasons, but some integrations like Datadog want to include these as well. This modifies the payload so integrations can opt-in to retried builds by calling `.with_retried_builds` on the hash. Changelog: changed
-
Adds the ability to use project/group/instance CI variables inside a .gitlab-ci.yml file include block. Changelog: added
-
-
-
Introduce the triggered_at column for AlertManagement::Alert, falling back to the alert creation time. This will allow the alert to keep track of when escalations started (or were restarted). Changelog: added
-
-
This updates - listen - simplecov-html which are both transitive dependencies to enable Ruby 3 support in our builds.
-
This commit adds the cron worker for environments that marked for deletion. This also cleans up the unused environment refs. Changelog: added
-
Add the ability to set an array of lables to an issue, without having to remove/add labels to do that. Changelog :added
-
-
- Remove redis_hll type, there is no need to have redis_hll speciic instrumentation class. - Add operation option for database type
-
-
Update the spec to ensure a merge request not invisible to the current user is not counted.
-
Create a resolver to batch load merge requests count for issues.
-
Changelog: changed
-
This method was defined on Gitlab::Database and forwarded the call to an instance of Gitlab::Database::Connection. Upon closer inspection it turned out this method isn't used anywhere, nor is it documented. As such we remove it in this commit, as there's no point in keeping it around.
-
Use pagination via IntersectionObserver to load epics in roadmap on scroll instead of loading all epics at once.
-
-
-
This reverts merge request !64411
-
In this commit we're refactoring the Security & Compliance menu in the group sidebar. We're moving away from partial defined logic to object contained one. Now menus are defined in objects that will contain all the information instead of in partials.
-