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.3][v9.4.3] (August 8, 2019)
>
> * Rails: report unauthorized requests properly. Instead of 0 HTTP code the
> library sends 401 now ([#997](https://github-redirect.dependabot.com/airbrake/airbrake/pull/997))
>
> ### [v9.4.2][v9.4.2] (August 7, 2019)
>
> * Rails: engine routes are now being marked with the engine name prefix
> ([#997](https://github-redirect.dependabot.com/airbrake/airbrake/pull/997))
>
> ### [v9.4.1][v9.4.1] (August 5, 2019)
>
> * Started depending on airbrake-ruby
> [v4.6.0](https://github.com/airbrake/airbrake-ruby/releases/tag/v4.6.0) and
> higher ([#995](https://github-redirect.dependabot.com/airbrake/airbrake/pull/995))
> * Disabled SQL query collection by default because it's in alpha
> ([#995](https://github-redirect.dependabot.com/airbrake/airbrake/pull/995))
Commits
- [`29a94b9`](https://github.com/airbrake/airbrake/commit/29a94b9cad9693deab238274cbea7f3eb005f3a5) Merge pull request [#1001](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1001) from airbrake/release-9-4-3
- [`a12ff7e`](https://github.com/airbrake/airbrake/commit/a12ff7e701a0cca3bdb92592d3f32f7e4ef330b4) Release v9.4.3
- [`5bea669`](https://github.com/airbrake/airbrake/commit/5bea66969a721d1de52b7f8097f02b342f184c7b) Merge pull request [#1000](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1000) from airbrake/991-status-code-unauthorized-handling
- [`f6bcbb3`](https://github.com/airbrake/airbrake/commit/f6bcbb3adf8c354d3600d15301369b9fdeed733d) rails/event: report unauthorized access routes as 401 instead of 0
- [`f67156e`](https://github.com/airbrake/airbrake/commit/f67156e2e313db4521e744601c8413bbfcdd4b6d) Merge pull request [#999](https://github-redirect.dependabot.com/airbrake/airbrake/issues/999) from airbrake/release-9-4-2
- [`6335708`](https://github.com/airbrake/airbrake/commit/63357085df7ab69e1dc06343ec1da1425fee509c) Release v9.4.2
- [`fc656c5`](https://github.com/airbrake/airbrake/commit/fc656c510502898d6e5ca528ecf9f57d71de68e6) Merge pull request [#998](https://github-redirect.dependabot.com/airbrake/airbrake/issues/998) from airbrake/991-status-code-zero-logging
- [`9df1185`](https://github.com/airbrake/airbrake/commit/9df11850b57cef22305a82105ef0670c38c1b0cc) rails/event: log zero status codes
- [`be0de7c`](https://github.com/airbrake/airbrake/commit/be0de7c3750de0e1f6d4ce1a35ad2866e2c6f113) Merge pull request [#997](https://github-redirect.dependabot.com/airbrake/airbrake/issues/997) from airbrake/988-engine-route-prefixes
- [`680b877`](https://github.com/airbrake/airbrake/commit/680b877fd1d94cbb34db8199e39baced43e2f589) rails/app: detect and attach engine name to routes
- Additional commits viewable in [compare view](https://github.com/airbrake/airbrake/compare/v9.4.0...v9.4.3)
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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.917% when pulling b50759fb8926430f15d854852e4543aa4e792fa3 on dependabot/bundler/airbrake-9.4.3 into 83c0aa4f8264b1a104509937c5ad5960f4606931 on master.
Bumps airbrake from 9.4.0 to 9.4.3.
Changelog
*Sourced from [airbrake's changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md).* > ### [v9.4.3][v9.4.3] (August 8, 2019) > > * Rails: report unauthorized requests properly. Instead of 0 HTTP code the > library sends 401 now ([#997](https://github-redirect.dependabot.com/airbrake/airbrake/pull/997)) > > ### [v9.4.2][v9.4.2] (August 7, 2019) > > * Rails: engine routes are now being marked with the engine name prefix > ([#997](https://github-redirect.dependabot.com/airbrake/airbrake/pull/997)) > > ### [v9.4.1][v9.4.1] (August 5, 2019) > > * Started depending on airbrake-ruby > [v4.6.0](https://github.com/airbrake/airbrake-ruby/releases/tag/v4.6.0) and > higher ([#995](https://github-redirect.dependabot.com/airbrake/airbrake/pull/995)) > * Disabled SQL query collection by default because it's in alpha > ([#995](https://github-redirect.dependabot.com/airbrake/airbrake/pull/995))Commits
- [`29a94b9`](https://github.com/airbrake/airbrake/commit/29a94b9cad9693deab238274cbea7f3eb005f3a5) Merge pull request [#1001](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1001) from airbrake/release-9-4-3 - [`a12ff7e`](https://github.com/airbrake/airbrake/commit/a12ff7e701a0cca3bdb92592d3f32f7e4ef330b4) Release v9.4.3 - [`5bea669`](https://github.com/airbrake/airbrake/commit/5bea66969a721d1de52b7f8097f02b342f184c7b) Merge pull request [#1000](https://github-redirect.dependabot.com/airbrake/airbrake/issues/1000) from airbrake/991-status-code-unauthorized-handling - [`f6bcbb3`](https://github.com/airbrake/airbrake/commit/f6bcbb3adf8c354d3600d15301369b9fdeed733d) rails/event: report unauthorized access routes as 401 instead of 0 - [`f67156e`](https://github.com/airbrake/airbrake/commit/f67156e2e313db4521e744601c8413bbfcdd4b6d) Merge pull request [#999](https://github-redirect.dependabot.com/airbrake/airbrake/issues/999) from airbrake/release-9-4-2 - [`6335708`](https://github.com/airbrake/airbrake/commit/63357085df7ab69e1dc06343ec1da1425fee509c) Release v9.4.2 - [`fc656c5`](https://github.com/airbrake/airbrake/commit/fc656c510502898d6e5ca528ecf9f57d71de68e6) Merge pull request [#998](https://github-redirect.dependabot.com/airbrake/airbrake/issues/998) from airbrake/991-status-code-zero-logging - [`9df1185`](https://github.com/airbrake/airbrake/commit/9df11850b57cef22305a82105ef0670c38c1b0cc) rails/event: log zero status codes - [`be0de7c`](https://github.com/airbrake/airbrake/commit/be0de7c3750de0e1f6d4ce1a35ad2866e2c6f113) Merge pull request [#997](https://github-redirect.dependabot.com/airbrake/airbrake/issues/997) from airbrake/988-engine-route-prefixes - [`680b877`](https://github.com/airbrake/airbrake/commit/680b877fd1d94cbb34db8199e39baced43e2f589) rails/app: detect and attach engine name to routes - Additional commits viewable in [compare view](https://github.com/airbrake/airbrake/compare/v9.4.0...v9.4.3)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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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.