Coder Social home page Coder Social logo

profile-manager's People

Contributors

rycieos avatar

Stargazers

 avatar

Watchers

 avatar  avatar

profile-manager's Issues

Multi-dependent hooks

Add hooks that have multiple repo dependencies. These hooks should run after any of the dependencies update, and will only install if all of the dependencies are installed.

This is harder than it looks.

Post hooks don't run correctly

The post_update and post_install hooks don't run when specified. When only one repo is configured, it seems to work correctly, but when multiple are configured, it does nothing.

Repos removed from config are not uninstalled

When a repo is removed from the config, running profile-manager does not remove it from disk. This is simply because once it is removed from the config, there is no way to know of it's existance, without scanning the whole repo_root. However, since we often store other things in there, we don't know if we had put it there or not.

Assumes master branch

profile-manager assumes that the master branch is the default and that it is the branch that is wanted.

This is really a two sided issue:

  1. When cloning from a remote, git checks out the default branch. We need to check for updates against and update the default branch.
  2. If the user specifies a specific branch, we need to checkout, check updates, and update against that specific branch.

The first part is simple to fix, but the second issue is slightly trickier. The real challenge is supporting both.

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.