Andrii Nikitin andriinikitin
  • Joined on 2025-04-08
andriinikitin deleted branch t_add_concurrency from git-workflow/autogits 2026-04-27 06:42:23 +02:00
andriinikitin merged pull request git-workflow/autogits#243 2026-04-27 06:42:21 +02:00
t: add concurrency
andriinikitin pushed to main at git-workflow/autogits 2026-04-27 06:42:21 +02:00
126a4590c1 t: use tmpfs for bots repos folder
0e55d5a558 t: add concurrency
df67cd094d t: add stating qa label tests
625fcebce3 common,staging: tweaks to enable integraion testing
c16fc93551 t: add OBS service
Compare 5 commits »
andriinikitin closed pull request git-workflow/autogits#244 2026-04-26 23:49:20 +02:00
WIP: t add concurrency + feature/parallel_prs
andriinikitin pushed to t_add_concurrency at git-workflow/autogits 2026-04-26 23:32:03 +02:00
126a4590c1 t: use tmpfs for bots repos folder
0e55d5a558 t: add concurrency
Compare 2 commits »
andriinikitin pushed to t_add_concurrency at git-workflow/autogits 2026-04-26 23:05:56 +02:00
dad8c0b452 t: use tmpfs for bots repos folder
andriinikitin pushed to t_add_concurrency at git-workflow/autogits 2026-04-26 23:00:26 +02:00
147fbdd241 t: use tmpfs for bots repos folder
398e60a06c t: add concurrency
df67cd094d t: add stating qa label tests
625fcebce3 common,staging: tweaks to enable integraion testing
c16fc93551 t: add OBS service
Compare 61 commits »
andriinikitin deleted branch fix/gitea-cache-ttl-sync from git-workflow/autogits 2026-04-24 12:52:41 +02:00
andriinikitin commented on pull request git-workflow/autogits#170 2026-04-24 12:52:12 +02:00
common, staging: sync Gitea cache TTL with poll interval

after recent fixes in the cache it doesn't look needed anymore, closing

andriinikitin closed pull request git-workflow/autogits#170 2026-04-24 12:52:12 +02:00
common, staging: sync Gitea cache TTL with poll interval
andriinikitin deleted branch fix/timeline-cache-race from git-workflow/autogits 2026-04-24 12:51:15 +02:00
andriinikitin deleted branch t-split-common-func-in-merge-tests from git-workflow/autogits 2026-04-24 12:51:06 +02:00
andriinikitin deleted branch andriinikitin/wip from git-workflow/autogits 2026-04-24 12:50:29 +02:00
andriinikitin deleted branch andriinikitin/ibs_state from git-workflow/autogits 2026-04-24 12:49:47 +02:00
andriinikitin pushed to ibs_state at git-workflow/autogits 2026-04-24 08:53:38 +02:00
c72dc53140 t: temporarily mark xfail staging_config t004 for e59f88493
2f794884aa t: support SHA verification in OBS br mocking
Compare 2 commits »
andriinikitin pushed to andriinikitin/ibs_state at git-workflow/autogits 2026-04-24 07:29:22 +02:00
2f794884aa t: support SHA verification in OBS br mocking
andriinikitin created branch andriinikitin/ibs_state in git-workflow/autogits 2026-04-24 07:29:21 +02:00
andriinikitin commented on pull request git-workflow/autogits#229 2026-04-23 14:30:13 +02:00
feature/parallel-prs-processing

I did follow up on it and implemented '"singleflight" pattern' around that Mutex, (so subsequent requests for already locked repo just immediately reused the result when the lock is unlocked). It…