Commit Graph

102 Commits

Author SHA1 Message Date
Arnaud Lafon 51b236ef27 Throw exception only in debug mode 2020-04-29 21:48:29 +02:00
dontub 44611dbbee Merge pull request #66 from samnela/patch-1
Fixed .gitattributes
3.2.3
2019-12-08 15:52:26 +00:00
SAMUEL NELA dafdd5392e Fixed .gitattributes 2019-12-03 16:11:19 +01:00
dontub 9ab2e70956 Merge pull request #65 from dontub/lazy-load-commands
Make commands lazily loaded
2019-12-01 19:03:59 +00:00
Dominic Tubach 88edd481ed Make commands lazily loaded 2019-12-01 19:32:31 +01:00
dontub d7775a6354 Merge pull request #64 from dontub/support-symfony5
Support Symfony 5
2019-12-01 18:25:01 +00:00
Dominic Tubach 74e7e735ff Support Symfony 5 2019-12-01 18:57:25 +01:00
dontub 368c5741f9 Merge pull request #63 from mikatrash/patch-1
Type hint VersionExtension::getGlobals() to match GlobalsInterface signature.
3.2.2
2019-11-21 17:34:48 +00:00
mikatrash 54c65fd7d6 Update VersionExtension.php
Type Hint VersionExtension.getGlobals() to match GlobalsInterface signature.
2019-11-21 15:44:26 +01:00
dontub 757022a2ad Merge pull request #60 from dontub/fix-bump-command-nikolaposa/version-v3
Make VersionBumpCommand compatible with nikolaposa/version 3
3.2.1
2019-08-09 17:22:14 +00:00
Dominic Tubach 52cf0b55e6 Make VersionBumpCommand compatible with nikolaposa/version 3
Fixes #59.
2019-08-09 19:13:50 +02:00
dontub 441c0b8406 Merge pull request #57 from dontub/git-repo-provider-test-readable
GitRepositoryProvider: Add test if path is readable when walking up directory structure
3.2.0
2019-08-01 20:39:43 +00:00
Dominic Tubach dbeba22708 GitRepositoryProvider: Add test if path is readable when walking up directory structure
Fixes #41.
2019-08-01 22:28:17 +02:00
dontub e5ad70ffa7 Merge pull request #56 from dontub/trim-whitespace
Trim whitespace in RevisionProvider and VersionProvider
2019-08-01 18:59:04 +00:00
Dominic Tubach 85649d85f5 Trim whitespace in RevisionProvider and VersionProvider
Fixes #37 and #40.
2019-08-01 20:51:42 +02:00
dontub e7c25c7944 Merge pull request #55 from dontub/use-class-notation
ProviderCompilerPass: Use ::class notation
2019-08-01 17:59:16 +00:00
Dominic Tubach ea7b0d7d1e ProviderCompilerPass: Use ::class notation 2019-08-01 19:03:52 +02:00
dontub 6a1b89213a Merge pull request #47 from dontub/support-nikolaposa/version-v3
Add support for nikolaposa/version ^3.0
2019-08-01 14:00:05 +02:00
dontub 4544ab7059 Merge pull request #54 from dontub/fix-phpdoc
Fix PHPDoc
2019-08-01 13:58:36 +02:00
dontub 25e6de8851 Merge pull request #53 from dontub/use-namespaced-twig
Use namespaced Twig class and interface
2019-08-01 13:58:09 +02:00
dontub 977c7da3f4 Merge pull request #52 from dontub/remove-unused-bundle-configuration
Remove the unused bundle configuration and thus get rid of deprecated code
2019-08-01 13:56:39 +02:00
dontub daa1b45cfe Merge pull request #51 from dontub/fix-namespace-in-tests
Fix namespace in tests
2019-08-01 13:55:34 +02:00
dontub 446df41e8f Merge pull request #50 from dontub/improve-ci-testing
Improve testing in Travis CI. Use Symfony's PHPUnit bridge.
2019-08-01 13:54:59 +02:00
Dominic Tubach cefa462abb Fix PHPDoc 2019-07-29 22:30:01 +02:00
Dominic Tubach 3e18b0a1f4 Use namespaced Twig class and interface 2019-07-29 22:14:11 +02:00
Dominic Tubach 9cec6f2547 Remove the unused bundle configuration and thus get rid of deprecated code 2019-07-29 22:02:18 +02:00
Dominic Tubach 8cd72d52dd Fix namespace in tests 2019-07-29 21:58:47 +02:00
Dominic Tubach c35c8d9052 Improve testing in Travis CI. Use Symfony's PHPUnit bridge. 2019-07-29 20:45:28 +02:00
Dominic Tubach d28777380d Add support for nikolaposa/version ^3.0 2019-06-28 16:24:41 +02:00
Audrius Karabanovas ff92fb0966 Merge pull request #36 from mdriessen/no_env
Removed the need for a .env file
3.1.3
2018-04-30 09:42:35 +03:00
Matty Driessen d609f7b351 The version provider should have the highest priority and added a default value for private services 2018-04-05 19:35:31 +02:00
Matty Driessen ac7fc66a3c Removed custom exception for reading and writing to the cache 2018-04-05 19:29:47 +02:00
Matty Driessen 6d530814b9 Added some exception handling for reading and writing the version from the cache 2018-04-04 22:42:00 +02:00
Matty Driessen 2c96b874ff Reverted the use of FQCN for private services and use own cache pool for storing the version 2018-04-04 22:41:10 +02:00
Matty Driessen a57ae3cc7d Cleaned up command descriptions 2018-04-04 22:36:31 +02:00
Matty Driessen 8a89003c4d New StatusCommand had unused imports 2018-03-21 22:30:57 +01:00
Matty Driessen 805a4bc3ef Removed Travis build for PHP 7.0 because PHPUnit 7.0.2 requires PHP 7.1 2018-03-21 22:21:26 +01:00
Matty Driessen 1e2fffd374 Removed the need for a .env file by using file caching and added a VersionProvider and VersionWriter 2018-03-21 22:10:32 +01:00
Audrius Karabanovas 444de6ea19 Merge pull request #35 from lushc/bugfix/missing-dir-separator
Fix missing directory separators
3.1.2
2018-03-06 16:07:09 +02:00
Chris Lush 4d3399713a Fix missing directory separators 2018-03-06 13:19:26 +00:00
Audrius Karabanovas 378b268973 Update composer.json
Removing PSR4 conflict with target-dir
3.1.1
2018-02-17 01:38:50 +02:00
Audrius Karabanovas 9c8487cf30 Merge pull request #33 from mdriessen/symfony4
Symfony Flex support
3.1.0
2018-02-17 01:24:51 +02:00
Matty Driessen 09f8985b7e Minor typo fixes in README 2018-02-14 20:06:08 +01:00
Matty Driessen 82d571c8d4 Updated PHP version to meet the minimum Symfony Flex requirements 2018-02-14 19:56:02 +01:00
Matty Driessen 06efc04d0a Simplified the ProviderInterface by using classnames and added class information to console commands 2018-02-14 19:33:57 +01:00
Matty Driessen e71d0b2220 Cleaner way to disable the default GitDescribeFormatter 2018-02-14 18:58:48 +01:00
Matty Driessen bc0079b666 Grouped the Formatters services together 2018-02-12 23:53:05 +01:00
Matty Driessen fea1f3b26a Added a trailing namespace seperator to the PSR-4 prefix 2018-02-12 22:20:11 +01:00
Matty Driessen 0569dec6be Symfony Flex support 2018-02-12 22:00:49 +01:00
Audrius Karabanovas a9e5b7e5ed Merge pull request #32 from afoeder/master
[BUGFIX] Remove b/c incompatible changes
3.0.1
2018-02-08 14:11:09 +02:00