A web application that allows citizens to "adopt" a storm drain in San Francisco. In use, and in development at other brigades. Looking for a maintainer or someone interested in developing further in collaboration with others across the country.
Changelog
*Sourced from [airbrake's changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md).*
> ### [v9.4.0][v9.4.0] (July 29, 2019)
>
> * Added the new `max_retries` optional parameter to
> `Airbrake::Sidekiq::RetryableJobsFilter`:
>
> ```ruby
> Airbrake::Sidekiq::RetryableJobsFilter.new(max_retries: 10)
> ```
>
> It configures the amount of allowed job retries that won't trigger an Airbrake
> notification. After it's exhausted, Airbrake will start sending errors again
> ([#979](https://github-redirect.dependabot.com/airbrake/airbrake/pull/979))
> * Rails: started logging to `airbrake.log` by default. This affects only new
> Rails apps. Apps that already use Airbrake have to update the logger manually
> (not mandatory). Please consult README for instructions
> ([#986](https://github-redirect.dependabot.com/airbrake/airbrake/pull/986))
> * Added support for `RAILS_LOG_TO_STDOUT`. This variable redirects all Airbrake
> logging to STDOUT, despite the configured logger
> ([#986](https://github-redirect.dependabot.com/airbrake/airbrake/pull/986))
Commits
- [`0bdac0e`](https://github.com/airbrake/airbrake/commit/0bdac0efc5139a1d038cb81420714bcd33378a11) Merge pull request [#992](https://github-redirect.dependabot.com/airbrake/airbrake/issues/992) from airbrake/release-9-4-0
- [`859c471`](https://github.com/airbrake/airbrake/commit/859c4715a5b8daf578210a59cf05ddb98bf69dcb) Release v9.4.0
- [`d1290a5`](https://github.com/airbrake/airbrake/commit/d1290a5001302640f7ec70232c1a02cfafb7dc94) CHANGELOG: mention that `performance_stats` is `true`
- [`65c4b6e`](https://github.com/airbrake/airbrake/commit/65c4b6e76decd1d76c56253005d4fddaf42ae459) Merge pull request [#987](https://github-redirect.dependabot.com/airbrake/airbrake/issues/987) from airbrake/rails-logger-rubocop-fix
- [`2f4dd7c`](https://github.com/airbrake/airbrake/commit/2f4dd7c91048604fa516e080805cc325ac09fcb3) generators/airbrake_initializer: be Rubocop Rails compatible
- [`771bf44`](https://github.com/airbrake/airbrake/commit/771bf4479430ed4c521009698a5e6b1bb0314728) Merge pull request [#986](https://github-redirect.dependabot.com/airbrake/airbrake/issues/986) from airbrake/airbrake-log-for-rails
- [`4aa3876`](https://github.com/airbrake/airbrake/commit/4aa3876df0985ca4f2a76c209525016c144e0a26) CHANGELOG: mention [#986](https://github-redirect.dependabot.com/airbrake/airbrake/issues/986)
- [`92db294`](https://github.com/airbrake/airbrake/commit/92db294187db18b554050eadeb3509ac988769e6) generators/airbrake_initializer: support RAILS_LOG_TO_STDOUT
- [`77d8d18`](https://github.com/airbrake/airbrake/commit/77d8d1824577a0a8a1268ae30d12b9175a7cab64) generators/airbrake_initializer: log to airbrake.log
- [`541c948`](https://github.com/airbrake/airbrake/commit/541c948f0ea52894ad84012bb455292234bf3ff6) CHANGELOG,README: mention [#979](https://github-redirect.dependabot.com/airbrake/airbrake/issues/979)
- Additional commits viewable in [compare view](https://github.com/airbrake/airbrake/compare/v9.3.0...v9.4.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Coverage remained the same at 97.917% when pulling 729060a870715686d2cdaa7b91dbce65c577dd43 on dependabot/bundler/airbrake-9.4.0 into 862b46a59cf06e081d7681e660bef4065c92d90a on master.
Bumps airbrake from 9.3.0 to 9.4.0.
Changelog
*Sourced from [airbrake's changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md).* > ### [v9.4.0][v9.4.0] (July 29, 2019) > > * Added the new `max_retries` optional parameter to > `Airbrake::Sidekiq::RetryableJobsFilter`: > > ```ruby > Airbrake::Sidekiq::RetryableJobsFilter.new(max_retries: 10) > ``` > > It configures the amount of allowed job retries that won't trigger an Airbrake > notification. After it's exhausted, Airbrake will start sending errors again > ([#979](https://github-redirect.dependabot.com/airbrake/airbrake/pull/979)) > * Rails: started logging to `airbrake.log` by default. This affects only new > Rails apps. Apps that already use Airbrake have to update the logger manually > (not mandatory). Please consult README for instructions > ([#986](https://github-redirect.dependabot.com/airbrake/airbrake/pull/986)) > * Added support for `RAILS_LOG_TO_STDOUT`. This variable redirects all Airbrake > logging to STDOUT, despite the configured logger > ([#986](https://github-redirect.dependabot.com/airbrake/airbrake/pull/986))Commits
- [`0bdac0e`](https://github.com/airbrake/airbrake/commit/0bdac0efc5139a1d038cb81420714bcd33378a11) Merge pull request [#992](https://github-redirect.dependabot.com/airbrake/airbrake/issues/992) from airbrake/release-9-4-0 - [`859c471`](https://github.com/airbrake/airbrake/commit/859c4715a5b8daf578210a59cf05ddb98bf69dcb) Release v9.4.0 - [`d1290a5`](https://github.com/airbrake/airbrake/commit/d1290a5001302640f7ec70232c1a02cfafb7dc94) CHANGELOG: mention that `performance_stats` is `true` - [`65c4b6e`](https://github.com/airbrake/airbrake/commit/65c4b6e76decd1d76c56253005d4fddaf42ae459) Merge pull request [#987](https://github-redirect.dependabot.com/airbrake/airbrake/issues/987) from airbrake/rails-logger-rubocop-fix - [`2f4dd7c`](https://github.com/airbrake/airbrake/commit/2f4dd7c91048604fa516e080805cc325ac09fcb3) generators/airbrake_initializer: be Rubocop Rails compatible - [`771bf44`](https://github.com/airbrake/airbrake/commit/771bf4479430ed4c521009698a5e6b1bb0314728) Merge pull request [#986](https://github-redirect.dependabot.com/airbrake/airbrake/issues/986) from airbrake/airbrake-log-for-rails - [`4aa3876`](https://github.com/airbrake/airbrake/commit/4aa3876df0985ca4f2a76c209525016c144e0a26) CHANGELOG: mention [#986](https://github-redirect.dependabot.com/airbrake/airbrake/issues/986) - [`92db294`](https://github.com/airbrake/airbrake/commit/92db294187db18b554050eadeb3509ac988769e6) generators/airbrake_initializer: support RAILS_LOG_TO_STDOUT - [`77d8d18`](https://github.com/airbrake/airbrake/commit/77d8d1824577a0a8a1268ae30d12b9175a7cab64) generators/airbrake_initializer: log to airbrake.log - [`541c948`](https://github.com/airbrake/airbrake/commit/541c948f0ea52894ad84012bb455292234bf3ff6) CHANGELOG,README: mention [#979](https://github-redirect.dependabot.com/airbrake/airbrake/issues/979) - Additional commits viewable in [compare view](https://github.com/airbrake/airbrake/compare/v9.3.0...v9.4.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.