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
2019-12-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-12Setup counter for Productivity AnalyticsAdam Hegyi
This change sets up a usage counter for productivity analytics feature.
2019-08-26Add usage pings for merge request creatingIgor
Code Review Usage Ping for Create SMAU
2019-08-19Merge branch '39-count-unique-users-for-more-accurate-smau-reporting' into ↵Nick Thomas
'master' Allow UsageData.count to use count_by: See merge request gitlab-org/gitlab-ce!30770
2019-08-16Remove Security Dashboard feature flagrossfuhrman
This removes the group_overview_security_dashboard feature flag
2019-08-14Track page views for cycle analytics show pageAdam Hegyi
This change adds a new counter 'cycle_analytics_views' to the usage data metrics to count the page views for cycle analytics show page.
2019-08-14Add usage pings for source code pushesIgor
Source Code Usage Ping for Create SMAU
2019-08-08Record usage on snippet usageMark Chao
Generalize wiki page counter for other page types to extend to.
2019-07-29Added navbar searches usage ping counterFrancisco Javier López
Added usage ping counter when the user makes a search through the navbar search component.
2019-07-21Count wiki page creationAlex Kalderimis
This adds a counter to count page creation, which is reflected in the usage-data we collect. The number created is stored in Redis, avoiding DB access.
2019-07-19Added Usage Data for some Web IDE actionsFrancisco Javier López
The actions tracked in the web IDE are: - creation of commits - creation of merge requests - projects loaded
2019-07-18Allow UsageData.count to use count_by:Ash McKenzie
2019-07-18Refactor RedisCounter and WebIdeCommitsCounterFrancisco Javier López
This MR refactor RedisCounter and WebIdeCommitsCounter to be reused by other components.
2019-07-16Refactored WebIdeCommitsCount classFrancisco Javier López
We're adding more redis base counters to the web ide and other classes. We're refactoring this class in other to use the logic in other places.
2019-06-20Add Gitaly data to the usage pingZeger-Jan van de Weg
Gitaly data wasn't available to the team, an this change is a first iteration towards understanding what data we need and how to interpret it. Later more values will be added. For now the most important thing is the filesystem String Array, as that includes data on ext4 exposure and NFS. Part of: https://gitlab.com/gitlab-org/gitlab-ce/issues/60602
2019-05-17Add PoolRepository to the usage pingZeger-Jan van de Weg
PoolRepository is a relatively new model of which the counts could help to further determine the priority of new features. Also gives some insight into the number of forks customers have.
2019-04-11Use Gitlab::Metrics methods for checking if metrics are enabledRyan Cobb
2019-04-10Adds instance metrics to usage pingRyan Cobb
This adds influxdb_metrics_enabled and prometheus_metrics_enabled to usage ping.
2019-03-25Add error tracking usage countsLogan King
2019-03-07Adding additional usage metrics for Release to weekly pingDarby Frey
2019-02-15Rename scope to imply :installed and :updated resultJoão Cunha
- Adds to specs the case where apps are also updated - Rename scope calls on Gitlab::UsageData and Clusters::Cluster - Removes a duplicated spec
2019-02-12Protect group overview usage ping w/ feature flagVictor Zagorodny
user_preferences key is includes into system usage data only if group_overview_security_dashboard feature flag is enabled; see https://gitlab.com/gitlab-org/gitlab-ee/issues/7048
2019-02-12Add user_preferences_usage to usage pingVictor Zagorodny
2019-01-31Add number of repositories to usage ping dataBalasankar "Balu" C
2018-12-13Allow suggesting single line changes in diffsOswaldo Ferreira
2018-12-06Use approximate counts for big tablesJan Provaznik
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