Giter VIP home page Giter VIP logo

dragonfly-reporter's Introduction

Dragonfly Reporter

Experimental reporter microservice to split off reporting functionality from dragonfly-mainframe.

Required Environment Variables

Site Description
PYPI_API_TOKEN PyPI user API token

dragonfly-reporter's People

Contributors

robin5605 avatar shenanigansd avatar jonathan-d-zhang avatar dependabot[bot] avatar import-pandas-as-numpy avatar xithrius avatar

Stargazers

Rayyan Cyclegar avatar

Watchers

 avatar

dragonfly-reporter's Issues

Propagate response from PyPI Observations API

Currently the method that wraps the httpx.post to the Observations API does not actually check the response code, so even if we get a non-200, the endpoint will register this as success and return 200 OK:

async def send_observation(self, project_name: str, observation: Observation) -> None:
path = f"/projects/{project_name}/observations"
json = jsonable_encoder(observation)
await self.http_client.post(path, json=json)

This could be remedied by a custom exception that represents an not-OK response from this endpoint

Use Ruff

Consolidate black and isort into ruff

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.