summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/settings/operations_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@16-0-stable-eev16.0.0-rc4216-0-stableGitLab Bot2023-05-171-7/+25
|
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-102/+0
|
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-31/+0
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+4
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-7/+6
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-13/+102
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+5
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-5/+95
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-0/+88
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-151-1/+69
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-131-0/+33
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-011-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-031-0/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-2/+2
|
* Add ProjectMetricsDashboardSetting model and tableReuben Pereira2019-04-261-0/+14
| | | | | | This new table will be used to store the external_dashboard_url which allows users to add a link to their external dashboards (ex Grafana) to the Metrics dashboard.
* Fix a bug in shared_examples definition57171-operations-controller-spec-refactorrpereira22019-04-251-1/+1
|
* Move shared context to top of spec filerpereira22019-04-241-60/+52
| | | | | - Rename the shared_context - Use expect in stub_operations_update_service_returning.
* Refactor operations controller specrpereira22019-04-221-105/+117
| | | | | - Move specs into a shared_context so that they can be reused. - Move common specs out of a more specific context.
* Refactor model and specReuben Pereira2019-03-011-23/+40
| | | | | | - Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
* Remove `error_tracking` feature flagPeter Leitzen2019-01-151-24/+0
| | | | | | | We introduced the feature flag `error_tracking` to test the Sentry MVC safely. After the successful test, we remove it again.
* Implement error tracking configurationPeter Leitzen2019-01-071-11/+157
| | | | Re-use operations controller which already handles tracing settings.
* Move settings operations controller from EE to CEmove-settings-oprations-to-cePeter Leitzen2019-01-061-0/+35
This commit prepares the structure for the upcoming feature error tracking.