Giter VIP home page Giter VIP logo

gitdepend's Introduction

Icon

GitDepend

Solves the problem of working with multiple git repositories where lower level repositories produce nuget packages that are consumed by other repositories.

Join the chat at https://gitter.im/GitDepend/Lobby Build status

Stable Pre-release
Docs Docs Docs
GitHub Release - GitHub release
GitDepend.Portable Chocolatey Chocolatey
GitDepend.CommandLine     NuGet           NuGet    

Quick Links

v0.5.0

  • init verb now asks for the name
  • bug fixes with the update verb
  • Dependencies are no longer built if correct artifacts already exist
  • adds a clean command
  • several bug fixes

v0.4.0

  • chocolatey install adds dep as an alias for GitDepend
  • Multiple new commands have been added improve the usability of GitDepend.
  • Branches are no longer switched without giving the user a chance to say no
  • The help page will tell the user if there is an updated version to download.
  • If there is an error during execution there is at least some kind of english explanation for why.
  • Improvements to documentation
  • GitDepend help <verb> now correctly displays help for a specific verb.

v0.3.1

Recovery build. This fixes a NullReferenceException.

v0.3.0

  • NuGet packages are now restored before running the NuGet update.
  • All branches and pull requests are now built automatically on appveyor
  • Unit tests have been added
  • Documentation has been updated to at least be somewhat helpful

v0.2.1

Fixes an issue where installing GitDepend from chocolatey while using an administrative shell prevented GitDepend from collection dependency nuget packages.

v0.2.0

Minimum Viable Product implementation

  • init flag assists with setting up GitDepend.json files
  • clone flag recursively clones all dependencies
  • update flag recursively executes the build script and updates all projects to use the artifacts produced by dependency build scripts.
  • config flag shows computed configuration

v0.1.0

Simple setup for the sole purpose of reservering names on github.com and nuget.org

gitdepend's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gitdepend's Issues

Update README.md

Update README.md to reflect work done in the v0.2.0 milestone

Create a logo for GitDepend

I would love to have a cool logo to use for branding purposes.

  • An icon for nuget packages, gitter lobby, etc...
  • A logo for the README page, and other supporting websites.

I'm not a graphics design person by any stretch of the imagination. I definitely need help here.

dependency branches get switched with no warning

If you have switched a dependency repo to a new branch, and for whatever reason that branch is now out of sync with a consuming repo that specifies it needs a different branch, GitDepend will switch to the branch specified in the config file with no warning.

It would be nice to get some kind of warning saying "this is out of sync... what would you like to do?" etc...

nuget packages are not restored before trying to run the update

Scanning for projects...
MSBuild auto-detection: using msbuild version '14.0' from 'C:\Program Files (x86)\MSBuild\14.0\bin'.
Found 1 project with a packages.config file. (<redacted>.csproj)
Unable to locate the packages folder. Verify all the packages are restored before running 'nuget.exe update'.

Ability to consume GitDepend.json

This is a critical feature. Almost everything else in the product will need to use the information from GitDepend.yml. There needs to be a way to read in GitDepend.yml and represent the data as an in memory object.

The format of the file is as follows

build:
  script: make.bat
packages:
  dir: artifacts/NuGet/Debug
dependencies:
  LibA:
    url: ssh://[email protected]:kjjuno/liba.git
    dir: ../LibA
    branch: develop
  LibB:
    url: ssh://[email protected]:kjjuno/liba.git
    dir: ../LibB
    branch: develop

implement update command

GitDepend.exe update should recursively run the build script for all dependencies, and update to the latest packages.

Ability to update nuget package references to consume the packages produced by dependency builds

After building dependent repositories there should be new nuget packages that have been produced. These new nuget packages need to be referenced in the csproj and packages.config files.

This is similar to doing a nuget.exe update command, but we need to be able to specify the exact version to take for a specific package.

  • If any nuget dependencies are removed or introduced those should also be reflected in the csproj and packages config files.

Updates in LibA are not consumed by LibD

the update flag needs to make a new commit after consuming new dependencies. This will allow build systems relying on GitVersion to properly bump the version.

remap gdep to dep

The chocolatey package currently makes a shim for GitDepende.exe => gdep. This should change to just dep

Update Documentation

the sphinx docs are still pretty much empty. Those need to be updated to reflect how v0.2.0 works

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.