Akshay Gupta
Akshay Gupta
I've been working on this project https://github.com/staples-sparx/repmgr-to-zk that will help post the current master status to ZK/Kafka, so that HAProxy / the application can read the current master and refresh...
I've added the 2x version in the README and committed the 1x and 2x versions in the repo. The rest of the logos, including the original square ones and the...
We recently put up some sync performance fixes to ensure that block-level syncs are [fast](https://github.com/simpledotorg/simple-server/issues/1904), for a reasonably large load, to allow for a safe incremental release. After pushing these...
This perf improvement exercise primarily began with a buggy release that made users without block-sync enabled to start resyncing (this issue was patched later). The impact it had on the...
### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...
### What happened? The following method: https://github.com/octokit/octokit.rb/blob/main/lib/octokit/client/refs.rb#L46 is presumably the analog to this [API](https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28#get-a-reference). However, the endpoint used is `refs` (plural) not `ref` (singular) which causes this API to behave...
Release Score or Reldex – Release Process Index – is a quantitative metric that measures the efficacy of a mobile release process. Similar to [Apdex](https://en.wikipedia.org/wiki/Apdex), it breaks down various measurements...
Allow users to login with SSO. Perhaps only support Google SAML as an iDP for now.
We currently correctly throw an exception on a genuine failed attempt at triggering CI workflows: `Installations::Errors::WorkflowTriggerFailed` but do not catch it anywhere or show the cause to the users.
### Context #### Almost Trunk Currently, Tramline supports [a few branching strategies](https://docs.tramline.app/branching-strategies). The primary one we recommend to our users is Almost Trunk. In this, when a user **prepares a...