- 18 Feb, 2022 1 commit
-
-
Luke Duncalfe authored
fdf31bb2 made the Integrations::GitlabSlackApplication integration available to development in addition to GitLab.com. When a user now generates the GraphQL docs with `rake gitlab:graphql:compile_docs` locally, the new integration appears as a value in the enum `ServiceType` https://gitlab.com/gitlab-org/gitlab/-/blob/b8c957ad50e4ffafe66b6869fc42a936e8aab5ac/app/graphql/types/projects/service_type_enum.rb however because the integration is not available to the test environment the `graphql-verify` job will fail because `rake gitlab:graphql:validate` will check the commited changes against its own version of the GraphQL docs, where the integration value will be absent from the enum. This change makes the integration available to test so the integrations are consistent between a developer's local environment and the `graphql-verify` job. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79304/diffs#note_822981597
-
- 17 Feb, 2022 39 commits
-
-
Igor Drozdov authored
Makes GraphQL mutation follow naming convention See merge request gitlab-org/gitlab!80963
-
Suzanne Selhorn authored
Update list of supported K8s clusters See merge request gitlab-org/gitlab!80945
-
Mayra Cabrera authored
Modifies WorkItems::CreateFormTask to follow GraphQL naming convention. Fixes https://gitlab.com/gitlab-org/gitlab/-/issues/353165
-
Enrique Alcántara authored
Removed planning hierarchy from left nav See merge request gitlab-org/gitlab!80935
-
Donald Cook authored
-
Dan Davison authored
Add test case links to container registry omnibus e2e spec See merge request gitlab-org/gitlab!80760
-
Rémy Coutable authored
Convert task list item into work item See merge request gitlab-org/gitlab!78414
-
Mike Greiling authored
Make contribution graph email grouping ignore case See merge request gitlab-org/gitlab!80701
-
Nick Gaskill authored
Improvements to enabling Sentry docs See merge request gitlab-org/gitlab!80941
-
Brie Carranza authored
-
João Alexandre Cunha authored
-
Nick Gaskill authored
Deprecation MR for Monitor:Self Monitoring See merge request gitlab-org/gitlab!80535
-
Alana Bellucci authored
-
Nick Gaskill authored
Troubleshoot no gitlab-registry.key See merge request gitlab-org/gitlab!80268
-
Daniel Diniz authored
-
Rémy Coutable authored
[graphql] Cop to ensure graphql_name is first line in class See merge request gitlab-org/gitlab!80522
-
Mario Celi authored
Mutation adds the ability to convert a list item in a work item description into a separate work item. Also relates both work items and updates markdow to reference the new work item.
-
Diana Logan authored
Add documentation cleanup template See merge request gitlab-org/gitlab!80917
-
Craig Norris authored
Add documentation cleanup template
-
Marcin Sedlak-Jakubowski authored
Removed planning hierarchy link from docs See merge request gitlab-org/gitlab!80938
-
Donald Cook authored
-
Miguel Rincon authored
Revert "Canary toggle compatible with next.gitlab.com" See merge request gitlab-org/gitlab!80840
-
Brett Walker authored
-
Mikołaj Wawrzyniak authored
Add new service to use instrumentation classes See merge request gitlab-org/gitlab!77629
-
Nikolay Belokolodov authored
Adds support for instrumentation classes based metrics calculation for ServicePingReport. Instrumentation metrics only computed if keys are missing from the usage data payload.
-
Mikołaj Wawrzyniak authored
Merge branch '27934-archived-project-settings-gets-an-error-occurred-fetching-the-approval-rules-2' into 'master' Resolve: Archived project settings gets "An error occurred fetching the approval rules" See merge request gitlab-org/gitlab!80652
-
Etienne Baqué authored
Add concern for calculating namespace statistics See merge request gitlab-org/gitlab!79358
-
Vijay Hawoldar authored
Calculates namespace statistic storage size for Dependency Proxy assets at both the namespace and root namespace storage statistics level Changelog: added
-
Natalia Tepluhina authored
Show environment alerts on new environment design See merge request gitlab-org/gitlab!79886
-
Brandon Labuschagne authored
Update compliance framework badge to use GlBadge See merge request gitlab-org/gitlab!80903
-
Brett Walker authored
in Types::BaseEnum::CustomValue. We’re using `declarative_enum` which does define the graphql_name first. The cop doesn’t detect this edge case.
-
Brett Walker authored
-
Natalia Tepluhina authored
Separate milestone and epic queries when loading roadmap See merge request gitlab-org/gitlab!80878
-
Markus Koller authored
Enable scan_result_policy by default See merge request gitlab-org/gitlab!80831
-
Susan Tacker authored
Fairly large reorg of content See merge request gitlab-org/gitlab!80508
-
Suzanne Selhorn authored
This MR moves all of the GitOps and CI/CD topics into their own pages. It moves topics out of the Install page and onto the Configuration/Working with page. It uses lowercase for the agent. The intention with these changes is to make the information easier to find and build on in the future
-
Markus Koller authored
Remove ActionView::Helpers::UrlHelper inclusion as it overrides Ci::Pipeline#tag See merge request gitlab-org/gitlab!75854
-
Brett Walker authored
Allow a project admin to read project approvals through the API even if the project has been archived. Changelog: fixed EE: true
-
Kati Paizee authored
Release badge doc See merge request gitlab-org/gitlab!80897
-