- Jun 18, 2021
-
-
Marcia Ramos authored
-
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
-
E'zeki&el Kigbo authored
-
Alexis Kalderimis authored
Renames dev project association to mock_monitoring_integration.
-
-
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
-
-
Tom Quirk authored
- add basic doc - include ee/ - add storybook:start and storybook:install yarn scripts
-
Tom Quirk authored
- upgrade storybook packages - add comments to webpack config
-
Tom Quirk authored
Adds Storybook dependencies, config, and a story for todo_button.vue. Deploys to GitLab pages.
-
Marius Bobin authored
-
-
- 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
-
-
Paul Slaughter authored
- Applied failed job diff
-
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.
-
Payton Burdette authored
Remove a few dom elements to improve page performance.
-
Suzanne Selhorn authored
-
Changelog: changed
-
Kushal Pandya authored
Adds ability to create epic from within Epic Boards.
-
Amy Qualls authored
-
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
-
-