- Jun 18, 2021
-
-
Jannik Lehmann authored
-
Luke Duncalfe authored
Alterative commit title: "Move monitoring integrations to `Integrations::`" (not chosen because GitLab use commit titles as their changelog titles, and this is a `Changelog: deprecated` changelog). This MR namespaces the "monitoring" integrations to the `Integrations::` namespace as part of https://gitlab.com/gitlab-org/gitlab/-/issues/201855. As the old `PrometheusService` model was used as a GraphQL GlobalID argument, it adds a new deprecation to allow backwards-compatibility with clients who still use the old GlobalID string (`"gid://gitlab/PrometheusService/<id>"`), or name (`PrometheusServiceID`), in arguments supplied to the mutations. https://gitlab.com/gitlab-org/gitlab/-/issues/201855 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62645 Changelog: deprecated
-
Furkan Ayhan authored
In the first implementation, we missed the usage of schedule's cron syntax when calculating the next_run candidates.
-
Changelog: changed
-
Alexis Kalderimis authored
-
Alexis Kalderimis authored
Renames dev project association to mock_monitoring_integration.
-
Alexis Kalderimis authored
-
Alexis Kalderimis authored
-
Alexis Kalderimis authored
Rename the projection association from microsoft_teams_service to microsoft_teams_integration
-
Alexis Kalderimis authored
Rename project association from mattermost_slash_commands_service to mattermost_slash_commands_integration
-
Alexis Kalderimis authored
This renames the mattermost project association from mattermost_service to mattermost_integration
-
Marc Shaw authored
This will be used by the frontend to show the banner of the overflow MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64195 Changelog: added
-
Philip Cunningham authored
- Add new table dast_scanner_profiles_builds - Add new table dast_site_profiles_builds - Add new models - Add new specs Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63362
-
-
-
- Jun 17, 2021
-
-
-
Peter Hegman authored
- Refactor `v-if` in Vue template - Add `null` check to `pronouns` prop - Add `trim` to `pronouns` prop check
-
Peter Hegman authored
Show pronouns in user popover that is displayed when hovering over user's name on issues and MRs. Changelog: added
-
Heinrich Lee Yu authored
Adds Zeitwerk inflections to match current classes and adds a CI job to ensure that our classes follow Zeitwerk conventions.
-
Axel Garcia authored
-
-
Peter Hegman authored
Adds deep linking functionality to `GlTabs`
-
-
-
Alexis Kalderimis authored
Renames project association from pushover_service to pushover_integration.
-
Alexis Kalderimis authored
Rename pivotaltracker project association from pivotaltracker_service to pivotaltracker_integration.
-
Alexis Kalderimis authored
Rename project association from pipelines_email_service to pipelines_email_integration.
-
Alexis Kalderimis authored
Renames project association from packagist_service to packagist_integration.
-
Miguel Rincon authored
This refactor removes parseQueryStringIntoObject in favor of using queryToObject from our URL utils.
-
Changelog: changed
-
Kushal Pandya authored
Adds ability to create epic from within Epic Boards.
-
Amy Qualls authored
-
Template parser that was added with changelog generator can be used outside of changelogs, for example for merge commit templates. This commit simply refactors the generic parts of template parser and moves them out to module Gitlab::TemplateParser.
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
We are seeing a recent increase in `Encoding::CompatibilityError` errors. This commit adds more logging to understand the root cause. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/333424 Changelog: other
-
Paul Slaughter authored
- We needed to add a check for menu_sections which can be empty if the user is external and cannot create anything.
-
Paul Gascou-Vaillancourt authored
Updates _global_alert.html.haml so that the dismiss button follows the design specs and can be hidden with the dismissible parameter. Changelog: changed
-
-
- Jun 16, 2021
-
-
Item 2.4 of https://gitlab.com/gitlab-org/gitlab/-/issues/18997#note_530270349 Changelog: added
-
Steve Abrams authored
Wrap #update_composer_cache from the package model in a feature flag to safely disable and then remove it. It is a broken callback that is part of an incomplete abandoned feature.
-