- 18 Feb, 2022 40 commits
-
-
Andrew Fontaine authored
Rewrite search input styles for webkit See merge request gitlab-org/gitlab!80479
-
Dheeraj Joshi authored
This reverts commit 97b92b23dc64f40d2380bebf7fc512fc8498e81b.
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!81044
-
Kerri Miller authored
Adds crossProjectPipelineAvailable to NamespaceType See merge request gitlab-org/gitlab!80381
-
Kerri Miller authored
Don't return 500 error in Commits API when repository is missing See merge request gitlab-org/gitlab!80410
-
Kerri Miller authored
Add initialize with readme checkbox in repo creation for registration flow See merge request gitlab-org/gitlab!79770
-
lauraMon authored
Changelog: added
-
GitLab Release Tools Bot authored
-
Stan Hu authored
Revert https related changes to webpack config See merge request gitlab-org/gitlab!81031
-
Suzanne Selhorn authored
CTRT update for value stream analytics See merge request gitlab-org/gitlab!80491
-
Fiona Neill authored
-
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
-
jejacks0n authored
This adds the ability to have a repo created with a readme associated with it as part of the registration group and project creation. Changelog: added EE: true
-
Lukas Eipert authored
This removes the ability to start webpack dev server with https configured. If we want https and webpack to work together in the GDK, we can simply proxy it through NGINX, which is how we currently do https in the GDK: https://gitlab.com/gitlab-org/gitlab-development-kit/-/merge_requests/2437
-
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
-