plug_checkup icon indicating copy to clipboard operation
plug_checkup copied to clipboard

PlugCheckup provides a Plug for adding simple health checks to your app

Results 12 plug_checkup issues
Sort by recently updated
recently updated
newest added

Besides other documentation changes, this commit ensures the generated HTML doc for HexDocs.pm will become the source of truth for this Elixir library and leverage on latest features of ExDoc.

Bumps [credo](https://github.com/rrrene/credo) from 1.5.4 to 1.5.6. Changelog Sourced from credo's changelog. 1.5.6 Ensure compatibility with Elixir 1.12 1.5.5 Fix bug where compilation warnings are shown if compilation directory is not...

dependencies

Bumps [ex_json_schema](https://github.com/jonasschmidt/ex_json_schema) from 0.7.4 to 0.8.1. Commits 81c8b03 Bump version to 0.8.1 8e0bb57 Merge pull request #64 from amalbuquerque/fix/parse-date-datetime-with-respec... 3bed7ff Use Date/DateTime to parse date/date-time types 56fb1e4 Update version to...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

I just wanted to ask about the maintenance status of this project: Is this library still actively maintained? Otherwise, I would offer to further maintain this project.

Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.13.4 to 0.14.1. Release notes Sourced from excoveralls's releases. v0.14.1 Changes Fix HTML tag typo (#259). v0.14.0 Enhancements Add mix coveralls.post task (#244). Changelog Sourced from excoveralls's...

dependencies

Resolves the following compile warning: ``` warning: Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs) lib/plug_checkup/options.ex:96: PlugCheckup.Options.validate_json_encoder!/1 ``` Since the function `Code.ensure_compiled/1` is only available...

We're using UptimeRobot which unfortunately can't interpret multiple checks. Therefore we need to add multiple health check URLs. With this change, checks can be selected to run alone.

Bumps [plug](https://github.com/elixir-plug/plug) from 1.11.0 to 1.11.1. Changelog Sourced from plug's changelog. v1.11.1 (2021-03-08) Enhancements [Plug.Upload] Allow transfer of ownership in Plug.Upload Bug fixes [Plug.Debugger] Drop CSP Header when showing error...

dependencies