Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/all defaults #1

Open
wants to merge 118 commits into
base: feature/all-defaults
Choose a base branch
from

Conversation

zachar-maximov
Copy link

Update all-features branch with the latest changes from main bundle including PHP 8 support

tobias-93 and others added 30 commits August 8, 2017 16:40
Fix for new way of handling scheme in Symfony 3.0
Fix for new way of handling scheme in Symfony 3.0 (1.x)
…chemes key (FriendsOfSymfony#288)

* Fix regression introduced by fix for Symfony 3, check for undefined schemes key
* Fix tests and add test for new way of scheme definition
* Add additional check in schemes usage
* Remove duplicate check in router.js and revert changes to existing tests
Similar RoutesResponse instantiation is done in https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/Controller/Controller.php#L97. But without this fix, outputs from controller and command are not equal, when JMSI18nRoutingBundle + `--locale` option are used.
Conflicts:
	Command/DumpCommand.php
Conflicts:
	Command/DumpCommand.php
	composer.json
* Update commands.rst (by @DRaineri)

* Make comments consistent across documentation
* FriendsOfSymfony#219 dump JSON as a step to WebPack support

* FriendsOfSymfony#219 dump JSON as a step to WebPack support

* Switch to PHP 5.3 array declaration

* FriendsOfSymfony#219 dump JSON as a step to WebPack support

* FriendsOfSymfony#219 Adding test (based on existing) for use of --format=json
* Attempting Symfony 4 support

* testing beta versions

* Removing Symfony 2.3 support and not extending the base
RouterDebugCommand

RouterDebugCommand became final in Symfony 3.4. But it was only
extended for 2.3 support anyways.

* Explicitly making public services public

... so that they remain public in Symfony 4.0

* using latest LTS

* requested changes

* registering commands as services and using DI instead of container

* re-allowing Symfony 2.7 and making sure we don't allow PHP version 8 yet
;)

* updating last test

* trying to test with simple-phpunit

* Fix PHPUnit configuration

* Revert execute permissions on phpunit command

* shortening phpdoc
tobias-93 and others added 30 commits December 2, 2019 08:47
…t-dir-deprecation

Fix root dir deprecation and fix PHP 7.4 deprecation
Gulp 3.x is deprecated and does not work on latest version of node.
* window.location fallback when baseurl is empty or missing
* Fixed duplicated port in absolute path on non-standard port

* Implemented tests
…fSymfony#391)

* Fixed issue with creating absolute instead of relative path

* Implemented test
Set the branch alias of master to 2.x-dev
The "domains" parameter was being set as the "locale" parameter for the RoutesResponse constructor. This meant that you couldn't dump routes using domains (the debug command worked though)
…mfony#414)

* feat: add github actions (replace travis)

* feat: add github actions (replace travis)

* feat: add github actions (replace travis)

* Add JS tests to Github actions

* Add return types to fix deprecations

* Use SF 5.4 for actions

Co-authored-by: Tobias Feijten <[email protected]>
Fix docs link & format docs for correct display on Github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.