summaryrefslogtreecommitdiff
path: root/app/services/projects/operations
Commit message (Collapse)AuthorAgeFilesLines
* Add ProjectMetricsDashboardSetting model and tableReuben Pereira2019-04-261-1/+10
| | | | | | 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.
* Refactor model and specReuben Pereira2019-03-011-1/+22
| | | | | | - Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
* Implement error tracking configurationPeter Leitzen2019-01-071-1/+1
| | | | 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/+19
This commit prepares the structure for the upcoming feature error tracking.