GithubHelp home page GithubHelp logo

gazenot's People

Contributors

dependabot[bot] avatar gankra avatar jalil-salame avatar mistydemeo avatar shadows-withal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

jalil-salame

gazenot's Issues

expose more env-vars for configuration

In particular make #8 configurable by an env-var.

cargo-dist should re-expose these by generating ci that reads SECRETS with the same name and lowers them to env.

implement whoami

Need for cargo dist host --steps=check. It checks if you auth is properly setup for the packages you care about, without actually doing side-effectful operations.

define a maximum concurrency level

We currently spawn as many things concurrently as we can, and as seen in #8 this can cause 3-stooges syndrome where tasks start timing out even though each one individually could easily resolve in time. We should have some upper limit on concurrency to manage this, or... do something more robust.

implement list-releases

Code is there, needs data format

gazenot/src/client.rs

Lines 480 to 484 in ea9e1e4

// Process the response
let ListReleasesResponse {} = process_response(response).await?;
// Add extra context to make the response more useful in code
Ok(ReleaseList { package })

finalize/unhardcode API domains

gazenot/src/client.rs

Lines 158 to 159 in 360c957

const API_SERVER: &str = "axo-abyss.fly.dev";
const HOSTING_SERVER: &str = "artifacts.axodotdev.host";

  • Ensure these have the right builtin value
  • Make them overrideable with env-vars
  • Make them overrideable with a builder..?

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.