Skip to content

Commit

Permalink
split directory structure in doc, src and test
Browse files Browse the repository at this point in the history
for better clarity and better autoloading by excluding tests
also with .gitattributes for optimized dist packages
  • Loading branch information
Tobion committed Dec 15, 2017
1 parent fbc1fa4 commit b78eede
Show file tree
Hide file tree
Showing 229 changed files with 118 additions and 485 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/.travis export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs.dist export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install:
- .travis/wait-for-elasticsearch.sh

before_script:
- phpenv config-add travis.php.ini
- phpenv config-add .travis/php.ini
- if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;
- if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then composer require --dev --no-update doctrine/mongodb-odm=^1; fi;
- if [ "$TRAVIS_PHP_VERSION" = "7.0" ]; then echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;
Expand Down
File renamed without changes.
25 changes: 0 additions & 25 deletions CHANGELOG-2.0.md

This file was deleted.

22 changes: 0 additions & 22 deletions CHANGELOG-2.1.md

This file was deleted.

94 changes: 0 additions & 94 deletions CHANGELOG-3.0.md

This file was deleted.

82 changes: 0 additions & 82 deletions CHANGELOG-3.1.md

This file was deleted.

41 changes: 0 additions & 41 deletions CHANGELOG-3.2.md

This file was deleted.

40 changes: 0 additions & 40 deletions CHANGELOG-4.0.md

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG-5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ in 5.0 versions.
* Fix undefined index when `ignore_missing` is active.
* Dropped PHP 5.5 support.
* Removed Symfony 2.7, 2.8, 3.0 and 3.1 support.
* Added Symfony 4 support.
* Made commands services and add support for lazy loading of them
* Removed all `fos_elastica.*.class` parameters. Overwrite or decorate the service instead if you
need to change the definition.
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Symfony. Features include:
Documentation
-------------

Documentation for FOSElasticaBundle is in `Resources/doc/index.md`
Documentation for FOSElasticaBundle is in `doc/index.md`

[Read the documentation for 5.0.x](https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/Resources/doc/index.md)
[Read the documentation for 5.0.x](https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/index.md)

[Read the documentation for 4.0.x](https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/4.0.x/Resources/doc/index.md)

Expand All @@ -27,7 +27,7 @@ Documentation for FOSElasticaBundle is in `Resources/doc/index.md`
Installation
------------

Installation instructions can be found in the [documentation](https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/Resources/doc/setup.md)
Installation instructions can be found in the [documentation](https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/setup.md)

License
-------
Expand Down
32 changes: 0 additions & 32 deletions UPGRADE-3.0.md

This file was deleted.

Loading

0 comments on commit b78eede

Please sign in to comment.