Git Product home page Git Product logo

amend's People

Contributors

kherge avatar kherrera-ebsco avatar pborreli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

amend's Issues

Fix source path

Hi!
Composer install get next error:

Installing kherge/amend (3.0.3)
    Downloading: connection...    Failed to download kherge/amend from dist: The "https://api.github.com/repos/kherge/php-amend/zipball/d191de606b3b76a28f09d97ddc04014426116965" file could not be downloaded (HTTP/1.1 404 Not Found)

Please fix source path:
2014-11-05 12 20 26

Remove GitHub Dependency

The GitHub Downloads API is now deprecated.

A manifest file will now be used to list versions and their download URLs.

{
    "1.0.3": "http://mysite.com/download/1.0.3.phar",
    "2.0.0": "http://mysite.com/download/2.0.0.phar"
}

Amend 1.0 has been placed in its own branch to preserve GitHub support.

Amend 2.0 will not support GitHub, and instead use a manifest file.

GitHub downloads API deprecated

This GitHub downloads API is now deprecated.

Amend 2.0 will now use a much simpler and generic way of distributing updates:

  • A server will host a manifest file and one or more downloads.
  • The manifest will contain a list of versions, each version with its own download URL.

This can be supported by any website, and will preserve support for keeping older versions of an application.

using symfony progress helper with amend?

Hi, sorry this is not an actual issue but I'm trying to figure out if and how it is possible to use symfony's progressHelper with this.

Right now I have this and it works good but the progress bar would be a nice touch.

$updateCommand = new KevinGH\Amend\Command('self-update');
$updateCommand->setManifestUri('https://github.com/isimmons/sgd/raw/master/sgd-manifest.json');
$app->getHelperSet()->set(new KevinGH\Amend\Helper);
$app->add($updateCommand);

Is this something that could be easily integrated into KevinGH/Amend/Command ?

Thanks

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.