Commit Graph

  • 51b236ef27 Throw exception only in debug mode debug-logger Arnaud Lafon 2020-04-29 21:48:29 +02:00
  • 44611dbbee Merge pull request #66 from samnela/patch-1 master 3.2.3 dontub 2019-12-08 15:52:26 +00:00
  • dafdd5392e Fixed .gitattributes SAMUEL NELA 2019-12-03 16:11:19 +01:00
  • 9ab2e70956 Merge pull request #65 from dontub/lazy-load-commands dontub 2019-12-01 19:03:59 +00:00
  • 88edd481ed Make commands lazily loaded Dominic Tubach 2019-12-01 19:32:31 +01:00
  • d7775a6354 Merge pull request #64 from dontub/support-symfony5 dontub 2019-12-01 18:25:01 +00:00
  • 74e7e735ff Support Symfony 5 Dominic Tubach 2019-12-01 18:57:25 +01:00
  • 368c5741f9 Merge pull request #63 from mikatrash/patch-1 3.2.2 dontub 2019-11-21 17:34:48 +00:00
  • 54c65fd7d6 Update VersionExtension.php mikatrash 2019-11-21 15:44:26 +01:00
  • 757022a2ad Merge pull request #60 from dontub/fix-bump-command-nikolaposa/version-v3 3.2.1 dontub 2019-08-09 17:22:14 +00:00
  • 52cf0b55e6 Make VersionBumpCommand compatible with nikolaposa/version 3 Dominic Tubach 2019-08-09 19:13:50 +02:00
  • 441c0b8406 Merge pull request #57 from dontub/git-repo-provider-test-readable 3.2.0 dontub 2019-08-01 20:39:43 +00:00
  • dbeba22708 GitRepositoryProvider: Add test if path is readable when walking up directory structure Dominic Tubach 2019-08-01 22:28:17 +02:00
  • e5ad70ffa7 Merge pull request #56 from dontub/trim-whitespace dontub 2019-08-01 18:59:04 +00:00
  • 85649d85f5 Trim whitespace in RevisionProvider and VersionProvider Dominic Tubach 2019-08-01 20:51:42 +02:00
  • e7c25c7944 Merge pull request #55 from dontub/use-class-notation dontub 2019-08-01 17:59:16 +00:00
  • ea7b0d7d1e ProviderCompilerPass: Use ::class notation Dominic Tubach 2019-08-01 19:03:52 +02:00
  • 6a1b89213a Merge pull request #47 from dontub/support-nikolaposa/version-v3 dontub 2019-08-01 14:00:05 +02:00
  • 4544ab7059 Merge pull request #54 from dontub/fix-phpdoc dontub 2019-08-01 13:58:36 +02:00
  • 25e6de8851 Merge pull request #53 from dontub/use-namespaced-twig dontub 2019-08-01 13:58:09 +02:00
  • 977c7da3f4 Merge pull request #52 from dontub/remove-unused-bundle-configuration dontub 2019-08-01 13:56:39 +02:00
  • daa1b45cfe Merge pull request #51 from dontub/fix-namespace-in-tests dontub 2019-08-01 13:55:34 +02:00
  • 446df41e8f Merge pull request #50 from dontub/improve-ci-testing dontub 2019-08-01 13:54:59 +02:00
  • cefa462abb Fix PHPDoc Dominic Tubach 2019-07-29 22:30:01 +02:00
  • 3e18b0a1f4 Use namespaced Twig class and interface Dominic Tubach 2019-07-29 22:14:11 +02:00
  • 9cec6f2547 Remove the unused bundle configuration and thus get rid of deprecated code Dominic Tubach 2019-07-29 22:02:18 +02:00
  • 8cd72d52dd Fix namespace in tests Dominic Tubach 2019-07-29 21:58:47 +02:00
  • c35c8d9052 Improve testing in Travis CI. Use Symfony's PHPUnit bridge. Dominic Tubach 2019-07-29 20:45:28 +02:00
  • d28777380d Add support for nikolaposa/version ^3.0 Dominic Tubach 2019-06-28 16:24:41 +02:00
  • ff92fb0966 Merge pull request #36 from mdriessen/no_env 3.1.3 Audrius Karabanovas 2018-04-30 09:42:35 +03:00
  • d609f7b351 The version provider should have the highest priority and added a default value for private services Matty Driessen 2018-04-05 19:35:31 +02:00
  • ac7fc66a3c Removed custom exception for reading and writing to the cache Matty Driessen 2018-04-05 19:29:47 +02:00
  • 6d530814b9 Added some exception handling for reading and writing the version from the cache Matty Driessen 2018-04-04 22:42:00 +02:00
  • 2c96b874ff Reverted the use of FQCN for private services and use own cache pool for storing the version Matty Driessen 2018-04-04 22:41:10 +02:00
  • a57ae3cc7d Cleaned up command descriptions Matty Driessen 2018-04-04 22:36:31 +02:00
  • 8a89003c4d New StatusCommand had unused imports Matty Driessen 2018-03-21 22:30:57 +01:00
  • 805a4bc3ef Removed Travis build for PHP 7.0 because PHPUnit 7.0.2 requires PHP 7.1 Matty Driessen 2018-03-21 22:21:26 +01:00
  • 1e2fffd374 Removed the need for a .env file by using file caching and added a VersionProvider and VersionWriter Matty Driessen 2018-03-20 23:20:25 +01:00
  • 444de6ea19 Merge pull request #35 from lushc/bugfix/missing-dir-separator 3.1.2 Audrius Karabanovas 2018-03-06 16:07:09 +02:00
  • 4d3399713a Fix missing directory separators Chris Lush 2018-03-06 13:19:26 +00:00
  • 69d5d333fd Update .travis.yml 2.0.1 2.0.0 Audrius Karabanovas 2018-02-18 01:43:09 +02:00
  • 08eb6523c6 Merge pull request #34 from mdriessen/deprecations Audrius Karabanovas 2018-02-18 01:41:53 +02:00
  • 99364de2b6 Register command and make VersionsManager public to fix Symfony 3.4 deprecations Matty Driessen 2018-02-17 09:49:49 +01:00
  • 378b268973 Update composer.json 3.1.1 Audrius Karabanovas 2018-02-17 01:38:50 +02:00
  • 9c8487cf30 Merge pull request #33 from mdriessen/symfony4 3.1.0 Audrius Karabanovas 2018-02-17 01:24:51 +02:00
  • 09f8985b7e Minor typo fixes in README Matty Driessen 2018-02-14 20:06:08 +01:00
  • 82d571c8d4 Updated PHP version to meet the minimum Symfony Flex requirements Matty Driessen 2018-02-14 19:56:02 +01:00
  • 06efc04d0a Simplified the ProviderInterface by using classnames and added class information to console commands Matty Driessen 2018-02-14 19:33:57 +01:00
  • e71d0b2220 Cleaner way to disable the default GitDescribeFormatter Matty Driessen 2018-02-14 18:58:48 +01:00
  • bc0079b666 Grouped the Formatters services together Matty Driessen 2018-02-12 23:53:05 +01:00
  • fea1f3b26a Added a trailing namespace seperator to the PSR-4 prefix Matty Driessen 2018-02-12 22:20:11 +01:00
  • 0569dec6be Symfony Flex support Matty Driessen 2018-02-11 14:41:29 +01:00
  • a9e5b7e5ed Merge pull request #32 from afoeder/master 3.0.1 Audrius Karabanovas 2018-02-08 14:11:09 +02:00
  • 0963729c14 [BUGFIX] Remove b/c incompatible changes Adrian Föder 2018-02-08 12:57:26 +01:00
  • 8ae4316535 Merge pull request #31 from shivas/3.0.0 Audrius Karabanovas 2018-01-25 16:39:00 +02:00
  • b1c722ebe6 Allow travis failure on hhvm 3.0.0 Audrius Karabanovas 2018-01-25 16:31:20 +02:00
  • 09e03b02d1 Changing default filename from parameters.yml to parameters.yaml to match Symfony naming convention Audrius Karabanovas 2018-01-25 16:29:03 +02:00
  • 8693161469 Symfony4 compatibility Audrius Karabanovas 2018-01-25 14:23:16 +02:00
  • 79fa73bd5b Merge branch '2.0.0-alpha' for 2.0.0 release 2.0.0 Audrius Karabanovas 2017-11-19 19:13:45 +02:00
  • d7a2a502a5 Merge pull request #21 from mdriessen/semver 2.0.0-alpha Audrius Karabanovas 2017-02-07 09:40:28 +02:00
  • 81d83023f6 Updated the README.md with the version formatters Matty Driessen 2017-02-06 22:22:14 +01:00
  • 091caba188 Fixes for loading the bundle and using the bump command without a prerelease or build value Matty Driessen 2017-02-06 19:52:21 +01:00
  • 247d39cae5 Enabling clover Audrius Karabanovas 2017-02-06 17:37:07 +02:00
  • 0bc4cf4678 Small refactorings, ready for testing Audrius Karabanovas 2017-02-06 14:09:03 +02:00
  • 245b176f91 Merge branch 'semver' of git://github.com/mdriessen/versioning-bundle into 2.0.0-alpha Audrius Karabanovas 2017-02-06 13:55:58 +02:00
  • 5e80126b0a Merge pull request #22 from mdriessen/composer 1.4.2 Audrius Karabanovas 2017-02-06 13:51:22 +02:00
  • 8eb299f7b5 Fix php detection when called by composer 1.3+ Matty Driessen 2017-02-05 23:33:32 +01:00
  • 3371ffc9c8 Added support for custom version formatters Matty Driessen 2017-02-05 23:22:15 +01:00
  • 32987fcf85 Rename handlers to providers Matty Driessen 2017-02-05 19:58:12 +01:00
  • fd39d36896 Now using PHPUnit instead of PHPSpec Matty Driessen 2017-02-05 18:58:50 +01:00
  • 1542d001d1 Bugfix for removing hash when on tag commit Matty Driessen 2017-02-05 00:03:13 +01:00
  • 32d4d874b7 Removed version logic from handlers and added PHPSpec tests Matty Driessen 2017-02-04 23:15:22 +01:00
  • 7f07e6d7c7 Use nikolaposa/version library for semantic versioning Matty Driessen 2017-02-03 20:12:21 +01:00
  • 669bd7e33d Merge pull request #19 from mdriessen/capistrano Audrius Karabanovas 2017-02-02 16:32:29 +02:00
  • 56a114fabb file_get_contents returns false with display_errors disabled Matty Driessen 2017-02-02 15:09:32 +01:00
  • 13ebcddf33 Update CapistranoHandler.php 1.4.1 Audrius Karabanovas 2017-01-30 01:51:05 +02:00
  • d891f45dae Merge pull request #14 from pitchart/master 1.4.0 Audrius Karabanovas 2017-01-26 15:45:06 +02:00
  • 9f7c6d5670 Merge pull request #15 from wassafr/patch-1 Audrius Karabanovas 2017-01-26 15:43:30 +02:00
  • 06fc49da29 Merge pull request #16 from Antiseptikk/master Audrius Karabanovas 2017-01-26 15:40:11 +02:00
  • 022dedc152 Update Readme for capistrano v3 Thomas Ferney 2017-01-26 11:11:50 +01:00
  • b1058af511 Fix namespace Thomas Ferney 2017-01-26 11:03:42 +01:00
  • 27a43e40eb Fix capistrano class name into service.xml Thomas Ferney 2017-01-26 11:02:14 +01:00
  • 8c91036431 New capistrano 3 handler Thomas Ferney 2017-01-26 10:56:58 +01:00
  • c888dffa41 Update README.md wassafr 2016-12-23 14:09:45 +01:00
  • b1cca7281b [FIX] inject the versioning file name in the ParameterHandler Julien VITTE 2016-11-24 16:19:18 +01:00
  • 528139fc03 Updated readme, changed description to include symfony 3 Audrius Karabanovas 2015-12-02 11:45:11 +02:00
  • 19b0294aa6 Symfony 3.0 ready Audrius Karabanovas 2015-12-02 11:00:22 +02:00
  • 7c0f1da540 Symfony 3.0 ready 1.3.0 Audrius Karabanovas 2015-12-02 11:00:22 +02:00
  • 6a442b8d05 Merge pull request #5 from shivas/script 1.2.0 Audrius Karabanovas 2015-10-28 15:37:09 +02:00
  • 04f0eb2697 Composer script for bumping version on install Audrius Karabanovas 2015-10-28 14:39:01 +02:00
  • ee32e3cbbf Fix #4 artefact removal Audrius Karabanovas 2015-02-07 17:42:02 +02:00
  • ab64b77f4e Merge pull request #3 from kmfk/custom-file 1.1.0 Audrius Karabanovas 2015-02-07 17:18:08 +02:00
  • 2e7d12d30a update readme Keith Kirk 2015-02-06 14:00:38 -08:00
  • d8b33060ef allow for configured file, create file if it does not exist Keith Kirk 2015-02-06 13:52:30 -08:00
  • 768d581d62 set file param Keith Kirk 2015-02-06 13:51:54 -08:00
  • 7a1c9f7952 add file config Keith Kirk 2015-02-06 13:51:44 -08:00
  • afa22263cb Update README.md Audrius Karabanovas 2014-08-19 13:17:01 +03:00
  • 2d27fec8e4 Adding badge from SensioLabs Insight Audrius Karabanovas 2013-12-18 18:24:58 +02:00
  • 20c91a5993 Changing command line command verbosity 1.0.1 Audrius Karabanovas 2013-12-18 14:57:37 +02:00
  • e72849cdc6 Changing command line verbosity Audrius Karabanovas 2013-12-18 14:52:55 +02:00