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.3.0][v9.3.0] (June 25, 2019)
>
> * Fixed `notice.stash[:rack_request]` not being attached for exceptions that are
> reported through Rack environment (such as `rack.exception`)
> ([#977](https://github-redirect.dependabot.com/airbrake/airbrake/pull/977))
> * Fixed `Sidekiq RetryableJobsFilter` when `job['retry_count']` is `nil` (which
> happens the first time a job fails)
> ([#980](https://github-redirect.dependabot.com/airbrake/airbrake/pull/980))
> * Started depending on airbrake-ruby
> [v4.5.0](https://github.com/airbrake/airbrake-ruby/releases/tag/v4.5.0) and
> higher ([#982](https://github-redirect.dependabot.com/airbrake/airbrake/pull/982))
Commits
- [`df5c213`](https://github.com/airbrake/airbrake/commit/df5c2136a2faed1466f32f7eb3fd5816db6ae79f) Release v9.3.0 ([#983](https://github-redirect.dependabot.com/airbrake/airbrake/issues/983))
- [`a84ec3b`](https://github.com/airbrake/airbrake/commit/a84ec3b3b5f38202d44aec7e43be135aa7238e58) gemspec: bump airbrake-ruby to `~> 4.5` ([#982](https://github-redirect.dependabot.com/airbrake/airbrake/issues/982))
- [`fb5bf52`](https://github.com/airbrake/airbrake/commit/fb5bf52c3c896ef4e88fefc9f710edb523788115) CHANGELOG: mention [#980](https://github-redirect.dependabot.com/airbrake/airbrake/issues/980)
- [`9e6a17b`](https://github.com/airbrake/airbrake/commit/9e6a17b3cab4920acb5ad44e43610b1bfd3fcc3e) Fix broken retry count logic in Sidekiq RetryableJobsFilter ([#980](https://github-redirect.dependabot.com/airbrake/airbrake/issues/980))
- [`54f6ed8`](https://github.com/airbrake/airbrake/commit/54f6ed8469c5838c61e5eeda87643e0d18a22f22) Merge pull request [#977](https://github-redirect.dependabot.com/airbrake/airbrake/issues/977) from airbrake/request-store-framework-exception-fix
- [`77f578e`](https://github.com/airbrake/airbrake/commit/77f578ee44a09bb8839e6023a42682192c60d826) rack/middleware: keep rack request until we're done reporting
- [`11067d2`](https://github.com/airbrake/airbrake/commit/11067d28dcf4e850dadc7d6429657f45c598a6ad) CHANGELOG: fix typo
- See full diff in [compare view](https://github.com/airbrake/airbrake/compare/v9.2.2...v9.3.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 yourself)
- `@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.924% when pulling e96069002a88c3b3c3b240c2696a0b2fb4cd6011 on dependabot/bundler/airbrake-9.3.0 into f6f5ca27782bcfecc97c03e6f14c29a268eb356a on master.
Bumps airbrake from 9.2.2 to 9.3.0.
Changelog
*Sourced from [airbrake's changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md).* > ### [v9.3.0][v9.3.0] (June 25, 2019) > > * Fixed `notice.stash[:rack_request]` not being attached for exceptions that are > reported through Rack environment (such as `rack.exception`) > ([#977](https://github-redirect.dependabot.com/airbrake/airbrake/pull/977)) > * Fixed `Sidekiq RetryableJobsFilter` when `job['retry_count']` is `nil` (which > happens the first time a job fails) > ([#980](https://github-redirect.dependabot.com/airbrake/airbrake/pull/980)) > * Started depending on airbrake-ruby > [v4.5.0](https://github.com/airbrake/airbrake-ruby/releases/tag/v4.5.0) and > higher ([#982](https://github-redirect.dependabot.com/airbrake/airbrake/pull/982))Commits
- [`df5c213`](https://github.com/airbrake/airbrake/commit/df5c2136a2faed1466f32f7eb3fd5816db6ae79f) Release v9.3.0 ([#983](https://github-redirect.dependabot.com/airbrake/airbrake/issues/983)) - [`a84ec3b`](https://github.com/airbrake/airbrake/commit/a84ec3b3b5f38202d44aec7e43be135aa7238e58) gemspec: bump airbrake-ruby to `~> 4.5` ([#982](https://github-redirect.dependabot.com/airbrake/airbrake/issues/982)) - [`fb5bf52`](https://github.com/airbrake/airbrake/commit/fb5bf52c3c896ef4e88fefc9f710edb523788115) CHANGELOG: mention [#980](https://github-redirect.dependabot.com/airbrake/airbrake/issues/980) - [`9e6a17b`](https://github.com/airbrake/airbrake/commit/9e6a17b3cab4920acb5ad44e43610b1bfd3fcc3e) Fix broken retry count logic in Sidekiq RetryableJobsFilter ([#980](https://github-redirect.dependabot.com/airbrake/airbrake/issues/980)) - [`54f6ed8`](https://github.com/airbrake/airbrake/commit/54f6ed8469c5838c61e5eeda87643e0d18a22f22) Merge pull request [#977](https://github-redirect.dependabot.com/airbrake/airbrake/issues/977) from airbrake/request-store-framework-exception-fix - [`77f578e`](https://github.com/airbrake/airbrake/commit/77f578ee44a09bb8839e6023a42682192c60d826) rack/middleware: keep rack request until we're done reporting - [`11067d2`](https://github.com/airbrake/airbrake/commit/11067d28dcf4e850dadc7d6429657f45c598a6ad) CHANGELOG: fix typo - See full diff in [compare view](https://github.com/airbrake/airbrake/compare/v9.2.2...v9.3.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 yourself) - `@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.