Skip to content

Instantly share code, notes, and snippets.

View Akrabut's full-sized avatar

Akrabut

View GitHub Profile
@Akrabut
Akrabut / end-user-terms.md
Created March 9, 2026 19:19
Jira Permission Auditor legal and support documents

End User Terms

Last updated: 2026-03-09

These End User Terms govern use of Jira Permission Auditor.

1. License Grant

Subject to an active Atlassian Marketplace license and these terms, you may use Jira Permission Auditor for your internal business purposes with supported Jira Cloud sites.

@Akrabut
Akrabut / GSoC2019.md
Last active July 27, 2021 11:49
Google Summer of Code 2019 Summary (Ruby Language)

Summer of Code

Ruby Bundler and gem metrics, statistics, and analytics

Goals and Achievements

Project Goal

To have Bundler report anonymous usage metrics over HTTP to rubygems.org when a heavy command is run (to avoid deteriorating the runtime), and to have a backend API endpoint in rubygems.org to instrument it.

Did we achieve the goal?

Basically, yes. The actual implementation changed a little bit, and we decided to only instrument the low cardinality metrics using Datadog, as the free Datadog version limits value cardinality and wouldn't work with, for example, time related metrics.