- 11 Jun, 2020 2 commits
-
-
Ahmad Sherif authored
Fix application_settings JOIN condition for CiBuildsProbe Closes #71 See merge request gitlab-org/gitlab-exporter!119
-
Ahmad Sherif authored
After https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29981, we cannot assume an application_settings with ID=1 exists. But we know that there will only be one record in that table, so we can change the JOIN condition to TRUE safely. Fixes #71
-
- 10 Jun, 2020 2 commits
-
-
Ahmad Sherif authored
Use Licenses count as an indicator of an EE installation Closes #71 See merge request gitlab-org/gitlab-exporter!118
-
Ahmad Sherif authored
Fixes #71
-
- 04 Jun, 2020 1 commit
-
-
Ahmad Sherif authored
Add Secure scanning tools See merge request gitlab-org/gitlab-exporter!117
-
- 03 Jun, 2020 1 commit
-
-
James Ritchey authored
-
- 25 May, 2020 3 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Remove usage of ghost column See merge request gitlab-org/gitlab-exporter!116
-
pshutsin authored
Ghost column was migrated to user_type column and will be removed soon. So we need to update exporter to rely on user_type only before we actually remove ghost column from DB.
-
- 16 May, 2020 4 commits
-
-
Ahmad Sherif authored
Bump version to 7.0.3 See merge request gitlab-org/gitlab-exporter!115
-
Ahmad Sherif authored
Replace `bot_type` with `user_type` See merge request gitlab-org/gitlab-exporter!114
-
- Removes `bot_type` as a field in the database query because it was removed from the schema in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27076 Related https://gitlab.com/gitlab-org/gitlab-exporter/-/issues/70 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
- Bumps the gem version to 7.0.3 Related https://gitlab.com/gitlab-org/gitlab-exporter/-/issues/70 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- 30 Apr, 2020 3 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Speed up mirror row count queries See merge request gitlab-org/gitlab-exporter!113
-
Sean McGivern authored
We can discard records from before 2020-03-28 as they are almost certainly on free plans.
-
- 23 Apr, 2020 1 commit
-
-
Ahmad Sherif authored
Set 'workflow:rules', and 'default' See merge request gitlab-org/gitlab-exporter!112
-
- 21 Apr, 2020 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 06 Apr, 2020 4 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Improve mirror queries See merge request gitlab-org/gitlab-exporter!111
-
Sean McGivern authored
We appear to have some data integrity issues on GitLab.com where some projects are marked as public but their namespace isn't. This project won't actually be public and so won't get Gold features for free, so we exclude them from the query.
-
Sean McGivern authored
-
- 03 Apr, 2020 3 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Fix plan checks for mirror queries See merge request gitlab-org/gitlab-exporter!110
-
Sean McGivern authored
Plans are no longer through namespace.plan_id, but through the root namespace via gitlab_subscriptions.
-
- 13 Feb, 2020 3 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Add Global stats See merge request gitlab-org/gitlab-exporter!104
-
Frédéric PLANCHON authored
-
- 30 Jan, 2020 2 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
fix: expose runner_type directly Closes #48 See merge request gitlab-org/gitlab-exporter!108
-
- 24 Jan, 2020 1 commit
-
-
Max Wittig authored
Before we exposed 'is_shared', but this value doesn't exist anymore since gitlab-foss@ca93faf1 so it only works previously added shared runners I've decided to directly expose the runner_type variable, since it allows for more detailed metrics, instead of just using is_shared Closes #48
-
- 20 Jan, 2020 2 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Update pg gem to v1.2.2 See merge request gitlab-org/gitlab-exporter!107
-
- 18 Jan, 2020 1 commit
-
-
Stan Hu authored
This adds support for Ruby 2.7 and PostgreSQL 12. Omnibus is also shipping two versions of the pg gem (v1.2.2 and v1.1.4), so let's make this consistent. Full list of changes: https://github.com/ged/ruby-pg/blob/master/History.rdoc
-
- 13 Jan, 2020 2 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Update redis-rb to 4.1.3 to match GitLab CE/EE See merge request gitlab-org/gitlab-exporter!106
-
- 11 Jan, 2020 1 commit
-
-
Stan Hu authored
One bug fix: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
-
- 23 Dec, 2019 2 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Update unicode-display_width (Rubocop dependency) See merge request gitlab-org/gitlab-exporter!105
-
- 20 Dec, 2019 1 commit
-
-
Ellen Marie Dash authored
It was previously at v1.1.0, which uses the deprecated `Gem.gunzip` method. The usage of deprecated functions was removed in unicode-display_width v1.3.3.
-