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.2.2][v9.2.2] (May 10, 2019)
>
> * Rails: started attaching Rack request and User info to the resource object,
> which is accessible through performance hooks:
>
> ```ruby
> Airbrake.add_performance_filter do |resource|
> if resource.stash.key?(:user)
> # custom logic
> end
> end
> ```
>
> ### [v9.2.1][v9.2.1] (May 1, 2019)
>
> * Added the ability to provide a custom optional label for
> `Airbrake::Rack::Instrumentable#airbrake_capture_timing`
> ([#968](https://github-redirect.dependabot.com/airbrake/airbrake/pull/968))
Commits
- [`406ec71`](https://github.com/airbrake/airbrake/commit/406ec71c04c0ca2d3559c3428b45a4adf5456c02) Merge pull request [#974](https://github-redirect.dependabot.com/airbrake/airbrake/issues/974) from airbrake/release-9-2-2
- [`fed1239`](https://github.com/airbrake/airbrake/commit/fed1239e2b8e1f3208d15cde5a354f209206210c) Release v9.2.2
- [`9618446`](https://github.com/airbrake/airbrake/commit/961844644cdffb49263fad28420adb57185a68b4) Merge pull request [#973](https://github-redirect.dependabot.com/airbrake/airbrake/issues/973) from airbrake/970-logless-gem
- [`1fac740`](https://github.com/airbrake/airbrake/commit/1fac7406015e56a3dfb42c9930f16cda69d31440) Merge pull request [#972](https://github-redirect.dependabot.com/airbrake/airbrake/issues/972) from airbrake/performance-filters-user
- [`cc901d3`](https://github.com/airbrake/airbrake/commit/cc901d3fb343daf0452dfec6c56c8db0a5fb0b24) gemspec: don't specify test_files
- [`00f9b05`](https://github.com/airbrake/airbrake/commit/00f9b05c1f02f57dde1ea80030d06ba09290e277) rails/performance_breakdown_subscriber: attach request & user
- [`b75857b`](https://github.com/airbrake/airbrake/commit/b75857bcb9059344d2f2bdea01c4ed563baa17d4) rack/middleware: attach request to RequestStore
- [`c752eba`](https://github.com/airbrake/airbrake/commit/c752ebad474805739736f264a9fe060eb1de7158) Merge pull request [#971](https://github-redirect.dependabot.com/airbrake/airbrake/issues/971) from airbrake/airbrake-ruby-bump
- [`5d45226`](https://github.com/airbrake/airbrake/commit/5d45226bd9f69fdc5566e953ce4cb17241c2ab0b) gemspec: bump airbrake-ruby requirement to '~> 4.4'
- [`3a6821f`](https://github.com/airbrake/airbrake/commit/3a6821f7d63fdb5f33ae5bcbfb9c410e131aed80) Merge pull request [#969](https://github-redirect.dependabot.com/airbrake/airbrake/issues/969) from airbrake/release-9-2-1
- Additional commits viewable in [compare view](https://github.com/airbrake/airbrake/compare/v9.2.0...v9.2.2)
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 134ce1490adb6439d9d764d42a4d016df06fa205 on dependabot/bundler/airbrake-9.2.2 into 291784278bc3afa2ced63166bf1f84b1d9867e05 on master.
Bumps airbrake from 9.2.0 to 9.2.2.
Changelog
*Sourced from [airbrake's changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md).* > ### [v9.2.2][v9.2.2] (May 10, 2019) > > * Rails: started attaching Rack request and User info to the resource object, > which is accessible through performance hooks: > > ```ruby > Airbrake.add_performance_filter do |resource| > if resource.stash.key?(:user) > # custom logic > end > end > ``` > > ### [v9.2.1][v9.2.1] (May 1, 2019) > > * Added the ability to provide a custom optional label for > `Airbrake::Rack::Instrumentable#airbrake_capture_timing` > ([#968](https://github-redirect.dependabot.com/airbrake/airbrake/pull/968))Commits
- [`406ec71`](https://github.com/airbrake/airbrake/commit/406ec71c04c0ca2d3559c3428b45a4adf5456c02) Merge pull request [#974](https://github-redirect.dependabot.com/airbrake/airbrake/issues/974) from airbrake/release-9-2-2 - [`fed1239`](https://github.com/airbrake/airbrake/commit/fed1239e2b8e1f3208d15cde5a354f209206210c) Release v9.2.2 - [`9618446`](https://github.com/airbrake/airbrake/commit/961844644cdffb49263fad28420adb57185a68b4) Merge pull request [#973](https://github-redirect.dependabot.com/airbrake/airbrake/issues/973) from airbrake/970-logless-gem - [`1fac740`](https://github.com/airbrake/airbrake/commit/1fac7406015e56a3dfb42c9930f16cda69d31440) Merge pull request [#972](https://github-redirect.dependabot.com/airbrake/airbrake/issues/972) from airbrake/performance-filters-user - [`cc901d3`](https://github.com/airbrake/airbrake/commit/cc901d3fb343daf0452dfec6c56c8db0a5fb0b24) gemspec: don't specify test_files - [`00f9b05`](https://github.com/airbrake/airbrake/commit/00f9b05c1f02f57dde1ea80030d06ba09290e277) rails/performance_breakdown_subscriber: attach request & user - [`b75857b`](https://github.com/airbrake/airbrake/commit/b75857bcb9059344d2f2bdea01c4ed563baa17d4) rack/middleware: attach request to RequestStore - [`c752eba`](https://github.com/airbrake/airbrake/commit/c752ebad474805739736f264a9fe060eb1de7158) Merge pull request [#971](https://github-redirect.dependabot.com/airbrake/airbrake/issues/971) from airbrake/airbrake-ruby-bump - [`5d45226`](https://github.com/airbrake/airbrake/commit/5d45226bd9f69fdc5566e953ce4cb17241c2ab0b) gemspec: bump airbrake-ruby requirement to '~> 4.4' - [`3a6821f`](https://github.com/airbrake/airbrake/commit/3a6821f7d63fdb5f33ae5bcbfb9c410e131aed80) Merge pull request [#969](https://github-redirect.dependabot.com/airbrake/airbrake/issues/969) from airbrake/release-9-2-1 - Additional commits viewable in [compare view](https://github.com/airbrake/airbrake/compare/v9.2.0...v9.2.2)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.