- 18 Feb, 2022 40 commits
-
-
Nick Gaskill authored
Link to supported schema versions See merge request gitlab-org/gitlab!80692
-
Thiago Figueiró authored
-
Stan Hu authored
Respect webpack live reload setting See merge request gitlab-org/gitlab!81030
-
Arturo Herrero authored
Update remove integrations template column to 15.0 See merge request gitlab-org/gitlab!81028
-
David O'Regan authored
Dark scrollbars in dark mode See merge request gitlab-org/gitlab!80870
-
Alper Akgun authored
Merge branch '352777-group-access-tokens-created-in-the-top-level-namespace-are-counted-as-licensed-users' into 'master' Resolve "Any Group Access Token bot users originating from shared groups should not count as licensed users" See merge request gitlab-org/gitlab!80889
-
Olena Horal-Koretska authored
Remove blob edit wrapper See merge request gitlab-org/gitlab!80837
-
David O'Regan authored
Remove blob edit wrapper Vue component from the repo folder as technical debt reduction
-
Suzanne Selhorn authored
Minor Agent documentation cleanup See merge request gitlab-org/gitlab!80998
-
Mikhail Mazurskiy authored
-
David O'Regan authored
Update default scan execution yaml See merge request gitlab-org/gitlab!80939
-
Fiona Neill authored
Update User Cap for Groups Documentation See merge request gitlab-org/gitlab!80856
-
Jason Goodman authored
Mention that pending members do not count as billable
-
Amy Qualls authored
Fix performance bar and GitLab Next shortcuts See merge request gitlab-org/gitlab!81016
-
Dan Mizzi-Harris authored
-
Jose Ivan Vargas authored
Revert "Merge branch '337496-link-by-name-not-id-pipelines' into 'master'" See merge request gitlab-org/gitlab!81006
-
Lukas Eipert authored
When we updated the webpack-dev-server, we just used DEV_SERVER_LIVERELOAD to control hot module reloading. When in fact we want to control "normal" live reloading as well. Furthermore we can disable the websocket server that would be started allTogether in order to save some resources.
-
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
-
Simon Knox authored
-
Andy Soiron authored
-
Alexander Turinske authored
- it now specified required fields name and branches Changelog: changed EE: true
-
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>
-