- 18 Feb, 2022 40 commits
-
-
Fabio Pitino authored
Make GitlabSlackApplication available to test env See merge request gitlab-org/gitlab!79381
-
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
-
Pavel Shutsin authored
Automatically adapt the CSP when snowplow is enabled See merge request gitlab-org/gitlab!78624
-
Fabio Pitino authored
Ensure OpenSource plan gets Ultimate features See merge request gitlab-org/gitlab!80742
-
Fabio Pitino authored
OpenSource plan gets Ultimate features and is set as a top tier plan. Fix `GitlabSubscription#upgradable?` bug.
-
Enrique Alcántara authored
Hide markdown preview tab if editing non-markdown formats See merge request gitlab-org/gitlab!80178
-
Imre Farkas authored
Add Feature Specs for Pending Group and Project Memberships See merge request gitlab-org/gitlab!80943
-
Jason Goodman authored
-
Craig Norris authored
Clean up the shortcuts page See merge request gitlab-org/gitlab!80774
-
Amy Qualls authored
Split apart the MacOS and Windows shortcuts. Standardize the capitalization. Tidy column lengths to make tables easier to read. Split out "disable keyboard shortcuts" into a CTRT-style subheading.
-
Markus Koller authored
Add sections definition to integration fields See merge request gitlab-org/gitlab!80712
-
Justin Ho Tuan Duong authored
We are redesigning the page to be split into sections to make it easier for users to configure an integration. This change adds the sections definition (which fields belong to a section, section title, and description) to the backend model and passes it to the frontend. It's added this way to keep all integration related data in the backend.
-
Markus Koller authored
Remove delegate as it's redundant due to SimpleDelegator See merge request gitlab-org/gitlab!75883
-
Peter Leitzen authored
Fix Style/OpenStructUse offenses in auth provider specs See merge request gitlab-org/gitlab!75277
-
Siddharth Asthana authored
Changelog: other
-
Pavel Shutsin authored
Fix gitlab_ui_checkbox_component when { multiple: true } See merge request gitlab-org/gitlab!80155
-
Fiona Neill authored
Add extra tip to the "Renew a subscription" step 1 See merge request gitlab-org/gitlab!80898
-
Fiona Neill authored
Clarify that the feature is for the first 20 groups See merge request gitlab-org/gitlab!80869
-
Evan Read authored
-
Andrew Smith authored
Fixes https://gitlab.com/gitlab-org/gitlab/-/issues/228883 Changelog: added Signed-off-by: Andrew Smith <espadav8@gmail.com>
-
Simon Knox authored
Add scan method option to DAST Site Profile See merge request gitlab-org/gitlab!80295
-
Dheeraj Joshi authored
This allows to configure various scan methods for API Security using DAST which includes OpenAPI, HAR and Postman Collection. Changes are behind a feature flag
-
Savas Vedova authored
Refactor vulnerability training to be reusable See merge request gitlab-org/gitlab!80308
-
Marcin Sedlak-Jakubowski authored
Remove mention of inline tier badge in quick actions See merge request gitlab-org/gitlab!80907
-
Alper Akgun authored
Remove the generic_packages feature flag See merge request gitlab-org/gitlab!80886
-
David Fernandez authored
It has been enabled by default for more than a year now Changelog: other
-
charlie ablett authored
Expose container repository sizes See merge request gitlab-org/gitlab!80412
-
Shinya Maeda authored
Add deployment approval fields to internal API See merge request gitlab-org/gitlab!80440
-
Olena Horal-Koretska authored
Remove/update outdated to-dos in runner code See merge request gitlab-org/gitlab!80818
-
Olena Horal-Koretska authored
Remove the `:consolidated_edit_button` feature flag See merge request gitlab-org/gitlab!80715
-
Thong Kuah authored
Fix decomposed pipeline phase 4 rollout See merge request gitlab-org/gitlab!80855
-
Arturo Herrero authored
Ignore template column in Integration model See merge request gitlab-org/gitlab!80514
-
Leni Kadali Mutungi authored
As part of dropping the template column from the integrations table, we need to ignore the column in the application code.
-
Sanad Liaquat authored
Remove E2E transfer_group_spec and Update Feature Spec group_settings_spec See merge request gitlab-org/gitlab!80769
-
Matthias Käppler authored
Refactor runner registration audit classes See merge request gitlab-org/gitlab!80623
-
Vitaly Slobodin authored
Migrate create protected branch form to GlToggle See merge request gitlab-org/gitlab!80548
-
Paul Gascou-Vaillancourt authored
This migrates the "Create protected branch" form to use GlToggle instead of a custom toggle implementation. Changelog: changed
-
Fiona Neill authored
Update milestone docs for metrics definition See merge request gitlab-org/gitlab!80914
-
Alina Mihaila authored
-
Achilleas Pipinellis authored
Document 5GB namespace limit for Free See merge request gitlab-org/gitlab!80988
-