- 18 Dec, 2019 1 commit
-
-
Vitali Tatarintev authored
Some routes can use a shorter version of a helper. That allows skipping a namespace object. The two following helpers produce the same result. ``` app.namespace_project_error_tracking_projects_path( @project.namespace, @project ) app.project_error_tracking_projects_path( @project ) ``` More info here https://gitlab.com/gitlab-org/gitlab /-/blob/v12.5.0-ee/config/application.rb#L279-291
-
- 17 Dec, 2019 1 commit
-
-
Vitali Tatarintev authored
Extracts `ErrorTrackingController#list_projects` to `ErrorTracking::ProjectsController` The main goal of the change is moving towards RESTful controllers, and have a separate controller per resource. As well as unload the `ErrorTrackingController` by extracting more code out of it. It also follows an established practice to use the HTTP GET method for reading data. * Extract Sentry project resource into a separate controller * Change HTTP method from POST to GET * Update front-end part of using a new route
-
- 16 Dec, 2019 38 commits
-
-
Grzegorz Bizon authored
Make `workflow:rules` work well with Merge Requests Closes #31685 See merge request gitlab-org/gitlab!21742
-
Sean McGivern authored
Do not track creations in gitlab_subscription_histories See merge request gitlab-org/gitlab!21642
-
Marcia Ramos authored
Add logging details to gitlab.com settings Closes #36883 See merge request gitlab-org/gitlab!21464
-
Cindy Pallares 🦉 authored
Adding links to what we log, retention periods, and infra diagrams.
-
Martin Wortschack authored
feat: add openapi file viewer See merge request gitlab-org/gitlab!21106
-
Roger Meier authored
feat(openapi): detect every file with openapi or swagger within it's name and yml,yaml,json extension
-
Dmitriy Zaporozhets authored
Ci::YamlProcessor.new_with_validation_errors to prevent double processing See merge request gitlab-org/gitlab!21589
-
Dmitriy Zaporozhets authored
Automatically fixed EmptyLineAfterFinalLet in ee/ See merge request gitlab-org/gitlab!19736
-
Kushal Pandya authored
Revert "Merge branch 'winh-epic-new-issue' into 'master'" Closes #118443 See merge request gitlab-org/gitlab!21813
-
Bob Van Landuyt authored
Resolve "Allow to set a minimum password length via admin UI" See merge request gitlab-org/gitlab!20661
-
Manoj M J authored
This change adds the ability for the admin to configure new minimum password requirements
-
Kamil Trzciński authored
This makes the logic when to remove only/except much simpler
-
Kamil Trzciński authored
This significantly simplifies handling between Tags/Branches/Merge Requests and makes `workflow:rules` easy to use.
-
Kamil Trzciński authored
This improves `workflow:rules` behavior to allow workflow rules to control when pipeline is created. For, example it allows to define a global workflow to create pipelines on a branch, and on a merge request in an easy way without the need to re-invent that multiple times for each job.
-
Grzegorz Bizon authored
Merge licenses controllers See merge request gitlab-org/gitlab!21087
-
Rémy Coutable authored
Remove `suppress_ajax_navigation_errors` feature flag Closes #32268 See merge request gitlab-org/gitlab!21772
-
Rémy Coutable authored
Update RSpec helper methods to *_next_instance_of See merge request gitlab-org/gitlab!21743
-
Rémy Coutable authored
Increase review-app workhorse cpu See merge request gitlab-org/gitlab!21727
-
Bob Van Landuyt authored
Collect #file_path info from #diff_files See merge request gitlab-org/gitlab!21446
-
Bob Van Landuyt authored
Rename `Gitlab::Sentry` into service-agnostic `Gitlab::ErrorTracking` See merge request gitlab-org/gitlab!21738
-
Bob Van Landuyt authored
Merge branch '37972-container-registry-tags-expect-oci-image-configs-to-have-created-field' into 'master' Resolve "container registry tags expect OCI image configs to have `created` field" Closes #37972 See merge request gitlab-org/gitlab!21381
-
Kamil Trzciński authored
Ensure forks count cache refresh for source project See merge request gitlab-org/gitlab!21771
-
Thong Kuah authored
Enable `mail_room`'s structured logging in GitLab Closes #35108 See merge request gitlab-org/gitlab!19186
-
charlie ablett authored
- add config option for `log_path` - add default config option to example yml
-
Rémy Coutable authored
This reverts merge request !17932
-
Ramya Authappan authored
Simplify flaky MR review QA test Closes #35797 See merge request gitlab-org/gitlab!21606
-
Ramya Authappan authored
Disable autodevops by default and simplify merging Closes #36824 See merge request gitlab-org/gitlab!21613
-
Mark Lapierre authored
This avoids creating a pipeline that will never complete in tests that don't care about them. This speeds up tests and makes them less flaky because they no longer have to check if the MR should be merged immediately or not. Reorganizes Page::MergeRequest::Show methods alphabetically
-
Kushal Pandya authored
Use GlAlert component in Dependency List See merge request gitlab-org/gitlab!21760
-
Kushal Pandya authored
Fix top border of README in vue_file_list Closes #39290 See merge request gitlab-org/gitlab!21578
-
Hector Bustillos authored
-
Kushal Pandya authored
Hide New node button to avoid unsupported setup flow Closes #9233 See merge request gitlab-org/gitlab!21448
-
Kushal Pandya authored
Add form to create issues to epics tree feature See merge request gitlab-org/gitlab!17932
-
Winnie Hellmann authored
-
Achilleas Pipinellis authored
Surfacing GitLab issue link in error - docs See merge request gitlab-org/gitlab!21700
-
Tristan Read authored
-
Achilleas Pipinellis authored
Docs - Update Gitaly storage nodes for new projects documentation See merge request gitlab-org/gitlab!21707
-
Anton Smith authored
-