Trending repository
-
Updated
Apr 3, 2022 - Python
Gamedev.js Jam celebrates web games! Build an HTML5 game within 13 days of the jam on a given theme, have fun, and possibly win prizes.
Frameworks for building games across multiple platforms.
Deploy code fearlessly and fix bugs faster with Airbrake Error & Performance Monitoring. Airbrake notifiers are available for every major programming language and framework and installs in minutes. Spend less time tracking down problems and more time developing.
Discover the power of Airbrake and create a free dev account, which comes with unlimited errors and events for the first 30-days. Quick sign-up, no credit card required. Go to https://airbrake.io/new to create your free dev account!
Is your feature request related to a problem? Please describe.
It's cumbersome to create the same step twice.
Describe the solution you'd like
Add a button to duplicate a step in the pipeline editor.
Ideas
We could combine this with some other ideas in a context menu (right click).
Credit to Serhii Ostapchuk for contributing this on Slack.
BuildPulse automatically detects flaky tests and highlights the most disruptive ones so you know exactly where to focus first for maximum impact.
Integrates with popular test frameworks for JavaScript (Cypress, Jest), Ruby (minitest, RSpec), Go, Python, and others.
Works with CircleCI, GitHub Actions, Semaphore, Travis CI, Jenkins (beta), and Buildkite (beta). Others are available by request.
In grafana/mimir#790 we've removed
metric.Metricin favour ofmodel.Metric. The next step could be just moving tolabels.LabelsinMetricsForLabelMatchers()instead ofmodel.Metric. This could also save some memory allocations due to type casting.