1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Ruby3,496 forks (3,496 forks)batch import
bundlerenhancementhelp wantedplugin manager
Repository metrics
- Stars
- 14,197 stars (14,197 stars)
- PR merge metrics
- Avg merge 4d 19h (Avg merge 4d 19h)50 merged PRs in 30d (50 merged PRs in 30d)
Description
in lib/logstash/gemfile.rb
per #2475 discussion
Contributor guide
- Research direction
- Inspect the current Gemfile.rb implementation and understand the concurrent access scenario from the plugin manager. Review the discussion in issue #2475 for context. Implement file locking using Ruby's File.flock or similar to ensure mutual exclusion when reading/writing the Gemfile.
- Tech stack
- ruby
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Ruby