summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/usage_data_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix spec. Fix usage ping. Fix warnings by adding new models and attributes.Shinya Maeda2017-11-011-3/+3
|
* Collect usage pings `Gcp::Cluster.enabled` and `Gcp::Cluster.disabled`, ↵fix/sm/38960-collect-usage-pings-gcp-cluster-enabled-and-gcp-cluster-disabled-instead-of-gcp-cluster-countShinya Maeda2017-10-111-0/+2
| | | | instead of `Gcp::Cluster.count`
* fetch_kubernetes_token_service_spec. Fix static analysys.Shinya Maeda2017-10-051-0/+1
|
* Adds gitlab features and components to usage ping data.33328-usage-ping-for-gitlab-features-and-componentsTiago Botelho2017-09-211-0/+36
|
* Add auto devops enabled/disabled to usage pingZeger-Jan van de Weg2017-09-121-0/+2
|
* Add usage ping for Auto DevOpsZeger-Jan van de Weg2017-09-081-0/+2
| | | | Fixes gitlab-org/gitlab-ce#37648
* Add Slack and JIRA services counts to Usage Data31533-usage-data-projects-statsJarka Kadlecova2017-07-241-4/+25
|
* Add github imported projects count to usage data34563-usage-ping-githubJarka Kadlecova2017-07-191-0/+1
|
* Merge branch 'zj-usage-ping-only-gl-pipelines' into 'master'Kamil Trzciński2017-06-291-1/+2
|\ | | | | | | | | | | | | Only count GL pipelines in usage data ping Closes #33172 See merge request !12277
| * Split pipelines by origin on usage datazj-usage-ping-only-gl-pipelinesZ.J. van de Weg2017-06-271-1/+2
| | | | | | | | | | | | | | | | | | When sending the usage data, it now includes all pipelines. This commit will split the pipelines in two; internal and external. This will lead to historical data being incorrectly marked this way. Fixes gitlab-org/gitlab-ce#33172
* | Add in_review_folder to usage pingzj-review-apps-usage-dataZ.J. van de Weg2017-06-271-0/+1
|/ | | | | | | | As its hard to reliably check how many review apps there are on the clients machine, we start by checking where the type is `review`. This means the folder is called that way. This will lead to a seq scan on the table. However, this is done once a week, so the benefit of adding an index seems not to apply here.
* Remove Services count from usage ping payload.Ruben Davila2017-05-181-1/+0
| | | | | This query was timing out and is blocking the sync of usage data for GitLab.com
* Add hostname to usage pingSean McGivern2017-05-111-0/+1
|
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-0/+1
|
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-2/+2
|
* Add prometheus services to usage pingSean McGivern2017-04-141-0/+1
|
* Add edition to usage pingSean McGivern2017-04-141-0/+1
|
* Add Upload count to usage dataRobert Speicher2017-04-141-0/+1
|
* Port 'Add uuid to usage ping' to CESean McGivern2017-04-141-1/+3
| | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1521
* Track Mattermost usageZ.J. van de Weg2017-04-141-0/+1
|
* Remove pushes count from usage ping payloadRuben Davila2017-04-141-1/+0
| | | | | | This query is constantly generating timeout errors on large installations and we don't have a simple solution for now and also we don't think having this counter is really critical.
* Port 'Add more usage data to EE ping' to CESean McGivern2017-04-141-0/+65
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/735