- 06 Feb, 2020 40 commits
-
-
Mayra Cabrera authored
Fix a flaky unit test See merge request gitlab-org/gitlab!24502
-
Stan Hu authored
Fix group hook triggering from subgroup project Closes #2372 and #12097 See merge request gitlab-org/gitlab!23333
-
Andy Soiron authored
This commit fixes a bug where group hooks on a parent group where not triggered from a project in a subgroup
-
Mayra Cabrera authored
Add pagination and new routing for docker container registry See merge request gitlab-org/gitlab!23151
-
Nicolò Maria Mezzopera authored
- routes for project - routes for groups - pagination in serialiser - project controller - group controller
-
Mayra Cabrera authored
fix: avoid setting user profile to public when updating via API Closes #202070 See merge request gitlab-org/gitlab!24456
-
Diego Louzán authored
If a user is updated via a PUT API request and no value is provided for the `private_profile` field, ignore it and do not set it to the default value of public
-
Mayra Cabrera authored
Add search support for protected branches API See merge request gitlab-org/gitlab!24137
-
Patrick Bajao authored
A new `search` param is added to support searching for protected branches by name. This will be useful if user wants to look for a specific protected branch but there are lots of protected branches per page.
-
Mike Greiling authored
Partially Resolve "Migrate spec/javascripts/environments/ to Jest" Closes #194235 See merge request gitlab-org/gitlab!24084
-
Michael Kozono authored
Add DS config for bundler audit advisory DB See merge request gitlab-org/gitlab!23717
-
Michael Kozono authored
Move Alert class from EE to CE Closes #200005 See merge request gitlab-org/gitlab!24469
-
Mark Florian authored
Replace blank with _blank in target attribute See merge request gitlab-org/gitlab!24575
-
Lin Jen-Shin authored
Improve the pipelines documentation with the latest rules See merge request gitlab-org/gitlab!24485
-
Kamil Trzciński authored
Port `trigger`keyword to Core (1/4) - move Ci::Bridge See merge request gitlab-org/gitlab!24375
-
Kamil Trzciński authored
Prompt users to double check their account recovery settings See merge request gitlab-org/gitlab!23994
-
Lin Jen-Shin authored
Quarantine a flaky example See merge request gitlab-org/gitlab!24615
-
Martin Wortschack authored
Replace Geo Notice with Toast (Frontend) See merge request gitlab-org/gitlab!24407
-
Zack Cuddy authored
Update Designs Update Nodes Node toast Lint and node test Fix tsts
-
Kamil Trzciński authored
Replace Geo Notice with Toast (Backend) See merge request gitlab-org/gitlab!24404
-
Bob Van Landuyt authored
Don't hardcode IDs in migration spec See merge request gitlab-org/gitlab!24598
-
Jan Provaznik authored
List epic related issues by relative_position See merge request gitlab-org/gitlab!23776
-
Michael Kozono authored
Resolve "Geo: Failed to identify runtime for process X (./geo_log_cursor)" Closes #202040 See merge request gitlab-org/gitlab!24509
-
Douglas Barbosa Alexandre authored
-
Vitali Tatarintev authored
Moves `Alert` and its dependencies to CE: * Alert * Alert factory * Alerting::AlertAnnotation * Prometheus::AlertPresenter * Prometheus::AlertFinder
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
Remove the :sidekiq metadata as it's not needed anymore See merge request gitlab-org/gitlab!24585
-
Douglas Barbosa Alexandre authored
Move PrometheusAlert from EE to CE Closes #199997 See merge request gitlab-org/gitlab!24360
-
Ronan OConnor authored
Updates Geo refresh FDW command to include mention to secondary See merge request gitlab-org/gitlab!24595
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Remove context from markup rendering error logging Closes #202132 See merge request gitlab-org/gitlab!24599
-
Mike Greiling authored
Add loading icon to clusters being created See merge request gitlab-org/gitlab!24370
-
Nick Thomas authored
Step 1 - Add read_merge_request to GraphQL ProjectPermission BE See merge request gitlab-org/gitlab!24524
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
The follow up of the following discussion: https://gitlab.com/gitlab-org/gitlab /-/merge_requests/24360#note_282247872
-
Vitali Tatarintev authored
Fixes: 1. You specified required: true, in Rails > 5.0 the required option is deprecated and you want to use optional: false. In most configurations, this is the default and you can omit this option altogether 2. Enum defined as an array found in operator enum declaration. Use hash syntax instead.
-
Vitali Tatarintev authored
Moves PrometheusAlert and its dependencies to CE: * PrometheusAlert class * Factory * Associations in: Project, Environment classes
-
Heinrich Lee Yu authored
Add http status cop to all controller/support specs See merge request gitlab-org/gitlab!24212
-
Peter Leitzen authored
347 files inspected, 290 offenses detected, 290 offenses corrected
-
Lin Jen-Shin authored
Add seed for license file See merge request gitlab-org/gitlab!23261
-