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 [skylight's changelog](https://github.com/skylightio/skylight-ruby/blob/master/CHANGELOG.md).*
> ## 4.0.2 (May 21, 2019)
> * [BUGFIX] Fix an issue with Delayed::Job worker name formatting
>
> ## 4.0.1 (May 9, 2019)
> * [BUGFIX] Better detection of known web servers
>
> ## 4.0.0 (May 6, 2019)
>
> * [FEATURE] Skylight for Background Jobs
> * [FEATURE] instrument ActiveStorage notifications
> * [FEATURE] Probe for Delayed::Job (standalone)
> * [FEATURE] Add Skylight#started? method
> * [IMPROVEMENT] Support anonymous ActiveModelSerializer classes
> * [IMPROVEMENT] Improve error handling in normalizers
> * [IMPROVEMENT] Handle Rails 6's middleware instrumentation
> * [IMPROVEMENT] Better rendered format detection in Rails controllers
> * [IMPROVEMENT] Recognize the Passenger startup script as 'web'
> * [IMPROVEMENT] ActionMailer::DeliveryJob are now reported using the mailer name and method
> * [IMPROVEMENT] Better content type handling for ActionController normalizer
> * [IMPROVEMENT] Better handle some things in Ruby 2.6
> * [IMPROVEMENT] Better logging in a couple places
> * [IMPROVEMENT] Fixed a couple Ruby warnings (thanks, [@y](https://github.com/y)-yagi!)
> * [IMPROVEMENT] Handle 403 config validation response
> * [IMPROVEMENT] Config for `prune_large_traces` is now true by default
> * [BUGFIX] Require http formatters for Faraday (thanks, [@serkin](https://github.com/serkin)!)
> * [BREAKING] Drop support for Ruby 2.2 since it is EOL
> * [BREAKING] New method for assigning 'segment' to a trace endpoint name
>
> ## 3.1.4 (January 24, 2019)
>
> * [BUGFIX] ActiveJob#perform_now should not reassign the endpoint name
>
> ## 3.1.3 (January 23, 2019)
>
> * [BUGFIX] skylightd correctly closes cloned file descriptors on startup
> * [BUGFIX] Convert numeric git shas to strings
>
> ## 3.1.2 (November 29, 2018)
>
> * [BUGFIX] Fix derived endpoint names under Grape 1.2
>
> ## 3.1.1 (October 25, 2018)
>
> * [IMPROVEMENT] Get AMS version from `Gem.loaded_specs` (thanks [@mattias](https://github.com/mattias)-lundell!)
>
> ## 3.1.0 (October 22, 2018)
>
> * [IMPROVEMENT] Trace Mongo aggregate queries
> * [BUGFIX] Correct configuration keys in skylight.yml
> * [BUGFIX] SQL queries with schema-qualified table names are parsed correctly
> ... (truncated)
Commits
- [`8504956`](https://github.com/skylightio/skylight-ruby/commit/850495663e0169e8522751a3f0d5730c7a2ad74e) Merge pull request [#531](https://github-redirect.dependabot.com/skylightio/skylight-ruby/issues/531) from tildeio/dj-worker-name-fix
- [`220b75f`](https://github.com/skylightio/skylight-ruby/commit/220b75fcf4e4cd941add9ab949cb97b8a6eb996c) prepare 4.0.2
- [`4abaeb1`](https://github.com/skylightio/skylight-ruby/commit/4abaeb17c8540514ab7dfa98aa49b06b9ed98775) fix issue with Delayed::Job worker naming using ActiveJob
- [`1d17f36`](https://github.com/skylightio/skylight-ruby/commit/1d17f366e494a38defcb82ad5d2cb0775e7f4927) Merge pull request [#528](https://github-redirect.dependabot.com/skylightio/skylight-ruby/issues/528) from tildeio/ci-ruby-head-rails6
- [`649faf1`](https://github.com/skylightio/skylight-ruby/commit/649faf175408a982d8453ecd8e5cab3ae43ed47c) Run ruby-head CI with Rails 6
- [`91730ba`](https://github.com/skylightio/skylight-ruby/commit/91730baa5d274ece321eb386a5c4cde3b5116130) Merge pull request [#521](https://github-redirect.dependabot.com/skylightio/skylight-ruby/issues/521) from tildeio/revise-web-server-detection
- [`04dffeb`](https://github.com/skylightio/skylight-ruby/commit/04dffeb1a3faa44dc66a33ce01b21d9fff866604) prepare v4.0.1
- [`3b7b4ba`](https://github.com/skylightio/skylight-ruby/commit/3b7b4baf05c7aeb28f5df8ed8a63ecaa8d1bdbeb) add more known web contexts
- [`4c48883`](https://github.com/skylightio/skylight-ruby/commit/4c4888329961eea698f81fcb3c31d6235559b2c2) Merge pull request [#516](https://github-redirect.dependabot.com/skylightio/skylight-ruby/issues/516) from tildeio/update-license-date
- [`b956538`](https://github.com/skylightio/skylight-ruby/commit/b9565385dee860411ecd68489268548173b334b1) update copyright notice
- Additional commits viewable in [compare view](https://github.com/skylightio/skylight-ruby/compare/v3.1.5...v4.0.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 0cbe3d5436f11bccf35140926c1ad5f82b8e645d on dependabot/bundler/skylight-4.0.2 into 291784278bc3afa2ced63166bf1f84b1d9867e05 on master.
Bumps skylight from 3.1.5 to 4.0.2.
Changelog
*Sourced from [skylight's changelog](https://github.com/skylightio/skylight-ruby/blob/master/CHANGELOG.md).* > ## 4.0.2 (May 21, 2019) > * [BUGFIX] Fix an issue with Delayed::Job worker name formatting > > ## 4.0.1 (May 9, 2019) > * [BUGFIX] Better detection of known web servers > > ## 4.0.0 (May 6, 2019) > > * [FEATURE] Skylight for Background Jobs > * [FEATURE] instrument ActiveStorage notifications > * [FEATURE] Probe for Delayed::Job (standalone) > * [FEATURE] Add Skylight#started? method > * [IMPROVEMENT] Support anonymous ActiveModelSerializer classes > * [IMPROVEMENT] Improve error handling in normalizers > * [IMPROVEMENT] Handle Rails 6's middleware instrumentation > * [IMPROVEMENT] Better rendered format detection in Rails controllers > * [IMPROVEMENT] Recognize the Passenger startup script as 'web' > * [IMPROVEMENT] ActionMailer::DeliveryJob are now reported using the mailer name and method > * [IMPROVEMENT] Better content type handling for ActionController normalizer > * [IMPROVEMENT] Better handle some things in Ruby 2.6 > * [IMPROVEMENT] Better logging in a couple places > * [IMPROVEMENT] Fixed a couple Ruby warnings (thanks, [@y](https://github.com/y)-yagi!) > * [IMPROVEMENT] Handle 403 config validation response > * [IMPROVEMENT] Config for `prune_large_traces` is now true by default > * [BUGFIX] Require http formatters for Faraday (thanks, [@serkin](https://github.com/serkin)!) > * [BREAKING] Drop support for Ruby 2.2 since it is EOL > * [BREAKING] New method for assigning 'segment' to a trace endpoint name > > ## 3.1.4 (January 24, 2019) > > * [BUGFIX] ActiveJob#perform_now should not reassign the endpoint name > > ## 3.1.3 (January 23, 2019) > > * [BUGFIX] skylightd correctly closes cloned file descriptors on startup > * [BUGFIX] Convert numeric git shas to strings > > ## 3.1.2 (November 29, 2018) > > * [BUGFIX] Fix derived endpoint names under Grape 1.2 > > ## 3.1.1 (October 25, 2018) > > * [IMPROVEMENT] Get AMS version from `Gem.loaded_specs` (thanks [@mattias](https://github.com/mattias)-lundell!) > > ## 3.1.0 (October 22, 2018) > > * [IMPROVEMENT] Trace Mongo aggregate queries > * [BUGFIX] Correct configuration keys in skylight.yml > * [BUGFIX] SQL queries with schema-qualified table names are parsed correctly > ... (truncated)Commits
- [`8504956`](https://github.com/skylightio/skylight-ruby/commit/850495663e0169e8522751a3f0d5730c7a2ad74e) Merge pull request [#531](https://github-redirect.dependabot.com/skylightio/skylight-ruby/issues/531) from tildeio/dj-worker-name-fix - [`220b75f`](https://github.com/skylightio/skylight-ruby/commit/220b75fcf4e4cd941add9ab949cb97b8a6eb996c) prepare 4.0.2 - [`4abaeb1`](https://github.com/skylightio/skylight-ruby/commit/4abaeb17c8540514ab7dfa98aa49b06b9ed98775) fix issue with Delayed::Job worker naming using ActiveJob - [`1d17f36`](https://github.com/skylightio/skylight-ruby/commit/1d17f366e494a38defcb82ad5d2cb0775e7f4927) Merge pull request [#528](https://github-redirect.dependabot.com/skylightio/skylight-ruby/issues/528) from tildeio/ci-ruby-head-rails6 - [`649faf1`](https://github.com/skylightio/skylight-ruby/commit/649faf175408a982d8453ecd8e5cab3ae43ed47c) Run ruby-head CI with Rails 6 - [`91730ba`](https://github.com/skylightio/skylight-ruby/commit/91730baa5d274ece321eb386a5c4cde3b5116130) Merge pull request [#521](https://github-redirect.dependabot.com/skylightio/skylight-ruby/issues/521) from tildeio/revise-web-server-detection - [`04dffeb`](https://github.com/skylightio/skylight-ruby/commit/04dffeb1a3faa44dc66a33ce01b21d9fff866604) prepare v4.0.1 - [`3b7b4ba`](https://github.com/skylightio/skylight-ruby/commit/3b7b4baf05c7aeb28f5df8ed8a63ecaa8d1bdbeb) add more known web contexts - [`4c48883`](https://github.com/skylightio/skylight-ruby/commit/4c4888329961eea698f81fcb3c31d6235559b2c2) Merge pull request [#516](https://github-redirect.dependabot.com/skylightio/skylight-ruby/issues/516) from tildeio/update-license-date - [`b956538`](https://github.com/skylightio/skylight-ruby/commit/b9565385dee860411ecd68489268548173b334b1) update copyright notice - Additional commits viewable in [compare view](https://github.com/skylightio/skylight-ruby/compare/v3.1.5...v4.0.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.