satisfy

Satis composer repository manager with a Web UI

MIT License

Downloads
10.5K
Stars
505
Committers
38

Bot releases are visible (Hide)

satisfy - Fix edge cases & minor issues

Published by ramunasd about 6 years ago

satisfy -

Published by ramunasd about 6 years ago

satisfy - New major version

Published by ramunasd over 6 years ago

This is new major release with a lots of refactorings, improvements and new features.

New features

  • Web form to controll all Satis settings
  • Ability to trigger Satis build by clicking button in admin area

Changes

  • Completely based on Symfony 3 micro kernel, no Silex anymore
  • Supports all Satis settings, even advanced ones
  • Improved unit & integrations tests
satisfy - Satis configuration

Published by ramunasd over 6 years ago

  • upgrade to Symfony 3.4
  • add support for many additional satis options and introduce configuration page
  • removed repository pattern
satisfy - Symfony 3 micro kernel

Published by ramunasd about 7 years ago

Major changes:

  • Silex replaced by Symfony 3 micro kernel
  • Main features covered by functional tests
  • backward incompatible configuration and directory structure
  • dropped support for php<7.0
satisfy - Upgraded satis

Published by ramunasd almost 8 years ago

  • new satis version comes with new layout for index page
  • satisfy is dockerized now
  • minor fixes and improvements
satisfy - Maintenance release

Published by ramunasd over 8 years ago

  • satis updated to latest version - new commands were added: init, add and purge
  • added a simple check to validate the satis.json
  • templated the unavailable page, removed some inline HTML in the process
  • added satis.json example config to .travis.yml
  • added form labels and swapped the type input for a select
  • added command which prevents from not necessary rebuilds
satisfy - Maintenance release

Published by ramunasd over 8 years ago

  • Satis updated to latest version
  • added functional tests for satis configuration
  • fixed issues with incorrect satis config schema
satisfy - Maintenance release

Published by ramunasd over 8 years ago

  • Satis updated to latest version
  • Configuration model improved to match satis schema
satisfy - Improved configuration

Published by ramunasd almost 9 years ago

  • Add last missing satis option - twig template
  • Support additional options for composer repository
satisfy - Maintenance release

Published by ramunasd almost 9 years ago

  • Fixed issue #39
  • upgraded Symfony and jsonlint