Giter VIP home page Giter VIP logo

gmux's People

Contributors

aphosis avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

devdoshi

gmux's Issues

Logging should not wait for all threads

We should log a repository command output as soon as it is available, right now you have to wait for every repository to complete its command, which is a weird behavior for a logger.

`gmux pool discover` improvements

It should update the existing data, not override it.
We should be able to choose which fields we want to update.

Basically, I want to update the list of repositories (new ones, deleted ones), without modifying the branches for example

Use case: if I checkout a branch for a review, I don't want to write it to the configuration when I update the pool.

Support arbitrary configuration directory

Right now the configuration file is looked up in the traditional application config dir (os dependent).

It would be nice to have an environment variable to specify an arbitrary configuration directory, as well as a command line argument to override it.

Better error handling

First and third party errors are treated the same, most of them bubble-up to the main entry point.

Some expect calls are still here to handle Options, and in development there is no backtrace because all errors are ultimately handled and emitted as an error message to the user.

snafu seems really nice fit for this.

Cache command results

We could add a cache system, refreshed when we fetch remote data or change the HEAD ref.

This would speed up multiple calls to git log commands for example.

Standard error is not filtered like standard output

If the gmux command specifies filters for command outputs, they are only taken into account for standard output, not standard error.

We should use these filters whatever the type of stream we get or log from.

Add tests

Developed in two days, hopefully tested in two as well.

Choose one settings format

Right now we have yaml and toml files (toml for default settings, yaml for user settings).

Why did we do that, and which one should we pick ?

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.