Giter Site home page Giter Site logo

healthchecks-rs's Issues

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>msfjarvis/.github//renovate/rust)

Replace `chrono` with `time`

The time crate has gotten all the functionality we need so chrono no longer needs to exist as an abstraction between us and time.

Add a binary crate for admin APIs

A simple CLI tool that reads an API key from the environment and is able to list checks with their last pings is good enough as a start.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Pending Branch Automerge

These updates await pending status checks before automerging. Click on a checkbox to abort the branch automerge, and create a PR instead.

  • chore(deps): lock file maintenance

Detected dependencies

cargo
Cargo.toml
  • clap 4.5.4
  • color-eyre 0.6.3
  • uuid 1.8.0
hcctl/Cargo.toml
  • comfy-table 7.1.1
  • time 0.3.36
  • time 0.3.36
healthchecks/Cargo.toml
  • serde 1.0.200
  • serde_derive 1.0.200
  • serde_json 1.0.116
  • ureq 2.9.7
monitor/Cargo.toml
  • subprocess 0.2.9
github-actions
.github/workflows/flake-lock-maintenance.yml

  • Check this box to trigger a request for Renovate to run again on this repository

Support uploading log snippets

The pinging APIs also have support for additional parameters such as including logs for analysis, and we should try and support this case.

Support cron-backed jobs

I currently use hcctl to monitor sync jobs and have them run by cron from the distro. Using a cron parser it should be possible to implement a scheduler within hcctl. Steps to completion would roughly be:

  1. Add a cron expression parser (preferably a library dependency) and wire up the CLI to accept and validate it as input
  2. Add support for running a task and sleeping till the next run as decided by the cron expression

Implement search in `hcctl pings`

f0c9c45 implemented hcctl search <search-term> which gets a list of pings from healthchecks, matches the search term against them and then prints the results.

This can be extended to create a variant of hcctl pings <UUID> that looks like hcctl pings <search-term>, by trying to parse the argument as a UUID, and falling back to hcctl search's logic if the value is not a valid UUID.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.