Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-05Add UsageData for group/project clustersDylan Griffith
2018-11-20Fix usage data and install command specAmit Rathi
2018-11-07Merge branch 'jira-ping-differentiate-cloud' into 'master'Sean McGivern
Usage ping - Differentiate Jira Server and Cloud Closes #51043 See merge request gitlab-org/gitlab-ce!22791
2018-11-07Usage ping - Differentiate Jira Server and CloudMario de la Ossa
2018-11-01Remove comments from migration script and add usage dataChris Baumbauer
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-10-03Implements Web IDE commits counter in RedisTiago Botelho
This makes a temporary implementation of the Web IDE commits counter using Redis while https://gitlab.com/gitlab-org/gitlab-ce/issues/52096 is being discussed further for a more generic approach to counters
2018-10-01Adds WebIDE commits to UsagePingTiago Botelho
Implements UsageCounters model to track feature usage counters and makes easy to extend for future counters
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-05Ensure services counts always have values in usage pingsSean McGivern
2018-09-05Handle statement timeouts in usage pingSean McGivern
2018-08-21Added count for label, assignee, and milestone listsChantal Rollison
2018-07-20Disable SAML if OmniAuth is disabledLin Jen-Shin
We also try to unify the way we setup OmniAuth, and how we check if it's enabled or not.
2018-06-20Add enabled prefix to feature keys to be consistent with other keysDouglas Barbosa Alexandre
2018-06-07Add installation type to usage ping dataBalasankar C
2018-05-07Backports every CE related change from ee-5484 to CETiago Botelho
2018-03-30Extract cluster installed query to scopeMatija Čupić
2018-03-29Change order of queries for gcp cluster usage data countMatija Čupić
2018-03-29Use cluster scopes to deflate usage data implementationMatija Čupić
2018-03-29Query GCP provider table instead of selecting clustersMatija Čupić
2018-03-26Make cluster usage datapoints more specificMatija Čupić
2018-03-26Rename cluster datapoint names to be more specificMatija Čupić
2018-03-22Disable rubocop Metrics/AbcSize on UsageData#system_usage_dataMatija Čupić
2018-03-22Add additional cluster usage metricsMatija Čupić
2018-02-28Refactors median code to work with both single and multiple projectsTiago Botelho
2018-02-28Restrict cycle analytics usage data to instances that use postgres onlyTiago Botelho
2018-02-28Adds get all medians to Cycle Analytics modelTiago Botelho
2018-02-02use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa
including/extending it
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-11-01Fix spec. Fix usage ping. Fix warnings by adding new models and attributes.Shinya Maeda
2017-10-11Collect usage pings `Gcp::Cluster.enabled` and `Gcp::Cluster.disabled`, ↵Shinya Maeda
instead of `Gcp::Cluster.count`
2017-10-04Added usage pingKamil Trzcinski
2017-09-21Adds gitlab features and components to usage ping data.Tiago Botelho
2017-09-12Add auto devops enabled/disabled to usage pingZeger-Jan van de Weg
2017-09-08Add usage ping for Auto DevOpsZeger-Jan van de Weg
Fixes gitlab-org/gitlab-ce#37648
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
2017-08-07Use correct `Environment`-class within `Gitlab` namespaceBob Van Landuyt
2017-07-24Add Slack and JIRA services counts to Usage DataJarka Kadlecova
2017-07-19Add github imported projects count to usage dataJarka Kadlecova
2017-06-29Merge branch 'zj-usage-ping-only-gl-pipelines' into 'master'Kamil Trzciński
Only count GL pipelines in usage data ping Closes #33172 See merge request !12277
2017-06-27Split pipelines by origin on usage dataZ.J. van de Weg
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
2017-06-27Add in_review_folder to usage pingZ.J. van de Weg
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.
2017-05-18Remove Services count from usage ping payload.Ruben Davila
This query was timing out and is blocking the sync of usage data for GitLab.com
2017-05-11Add hostname to usage pingSean McGivern
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-04-14Add prometheus services to usage pingSean McGivern
2017-04-14Add edition to usage pingSean McGivern
2017-04-14Add Upload count to usage dataRobert Speicher
2017-04-14Used named parameter for refreshing usage dataStan Hu
2017-04-14Cache the last usage data to avoid unicorn timeoutsStan Hu