Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

adding psr-15 #399

Merged
merged 7 commits into from Oct 13, 2016
Merged

adding psr-15 #399

merged 7 commits into from Oct 13, 2016

Conversation

prisis
Copy link
Member

@prisis prisis commented Oct 11, 2016

No description provided.

@@ -73,7 +73,7 @@ public function withoutMiddleware(MiddlewareContract $middleware): StackContract
*/
public function process(RequestInterface $request): ResponseInterface
{
return (new class($this->stack, $this->response) implements DelegateContract {
return (new class($this->stack, $this->response) implements DelegateInterface {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Class name ($this->stack, is not in camel caps format
  • Expected 1 space before response; 2 found
  • Expected 0 spaces between response and comma; 1 found
  • Opening brace of a class must be on the line after the definition

@codecov-io
Copy link

codecov-io commented Oct 13, 2016

Current coverage is 83.26% (diff: 60.46%)

Merging #399 into develop will increase coverage by 0.04%

@@            develop       #399   diff @@
==========================================
  Files           294        295     +1   
  Lines          8294       8296     +2   
  Methods        1767       1765     -2   
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           6903       6908     +5   
+ Misses         1391       1388     -3   
  Partials          0          0          

Powered by Codecov. Last update 3c6781a...fc00ba9

@prisis prisis merged commit 64b0edc into develop Oct 13, 2016
@prisis prisis deleted the add-psr-15-middleware branch October 13, 2016 16:29
prisis added a commit that referenced this pull request Oct 23, 2016
* Adding missing function for dispatcher

* added new function to cookie class

* last changes on cookie class

* Working on the best way for psr7 support

* Sart adding Middleware Dispatcher

* fixes #81 | cs-fixes

* added contracts to middleware

* fixes #97 | small composer.json updates

* Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* next stage to finish cookie

* update to stringy 2.2

* added satooshi/php-coveralls

* fixes #103 | fix travis and scrutinizer coverage | remove coveralls

* remove coveralls from readme

* added Scrutinizer Coverage

* cs fixes

* remove tmp file

* cs fixes | remove scripts from composer

* update php-cs-fixer-config

* remove unused use

* fixed fromServerRequest tests

* added narrowspark/php-cs-fixer-config

* Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Start refactoring

* added Command::hasOption

* fixes #108

* Remove StaticalProxyManager, start adding tests

* small tests fixes

* rename old static proxy class | added more tests

* Added all Tests for Statical Proxy

* cs fixes

* Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* merge

* cs fixes

* fixes #21

* fixes #107

* Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* fix Exception

* remove old phpdocs | fixed some tests

* add a new use

* remove old phpdocs

* Added more use classes

* remove all old adapter

* Classes now use "use" | update composer.json

* Classes now use "use" | update composer.json

* removed old suggests

* cs fixes

* use ValueTrait in Cache

* added one space

* changed make and file function both call now view class

* added Virtuoso | added viserio/support to composer | added middleware(need to finish http)

* moved normalizeName to a trait | added invoker to virtuoso

* fixed ViewTest | fixed mail class | fixed Virtuoso class

* update phpdotenv to 2.2

* add some test files

* Added another lost connection case for pgsql

* Update license date

* Fixed all view tests

* cs fixes

* added arr prepend

* Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Added more view tests

* remove duplicated code

* remove contract

* add CODE_OF_CONDUCT.md

* update readme

* fixes #124

* added psr-7 support

* Wrap returned default with value()

* added styleci

* fix readme

* moving back to test

* Applied fixes from StyleCI

* Added some tests | remove collection

* added ssl connection error

* fix coverage-clover

* remove more no needed phpunit covers

* fixes #126

* Added some tests | remove Helper and Arr class

* Added use of EXTR_SKIP flag in extract function

* Applied fixes from StyleCI

* fixes #98

* Applied fixes from StyleCI

* Update LICENSE

* added --coverage-text

* added mikey179/vfsStream | update version to 1.0-dev

* remove nightly

* remove phpunit.php

* Added Narrowspark/Arr

* Applied fixes from StyleCI

* Added tests for Manager

* Applied fixes from StyleCI

* added str tests

* update uppercase tests folder

* fixes #139 | added Interop\Container\ContainerInterface support

* added codecov

* Applied fixes from StyleCI

added codecov

update narrowspark/testing-helper, start fixing tests

bump testing-helper to 1.5 | fixed some tests

fixed test

	modified:   composer.json

* fixes #77

* fix composer

* remove travis folder | changed travis install

update phpunit on travis

switch from protected to public

fix travis

update composer

remove unexpected token `;'

fix syntax error near unexpected token `fi'

next travis fix

change travis install

fix if

add  then

use phpunit on all php versions

	modified:   .travis.yml

* Added some tests | remove collection

Added some tests | remove Helper and Arr class

Applied fixes from StyleCI

Added Narrowspark/Arr

Applied fixes from StyleCI

Added tests for Manager

Applied fixes from StyleCI

added str tests

update uppercase tests folder

fixes #139 | added Interop\Container\ContainerInterface support

Applied fixes from StyleCI

added codecov

update narrowspark/testing-helper, start fixing tests

bump testing-helper to 1.5 | fixed some tests

fixed test

	modified:   composer.json

added codecov

fixes #77

Added symfony/filesystem | added some test | removed old functions

Applied fixes from StyleCI

fix composer

update composer

remove travis folder | changed travis install

update phpunit on travis

remove old cache contract | update composer | remomve some code

Applied fixes from StyleCI

Removed old Filesystem traits | Update Filesystem contract | removed old exception classes

added try catch block

remove old trait test | start adding new tests

Applied fixes from StyleCI

Added more tests | remove some functions

Applied fixes from StyleCI

remove cache dep for now

removed DirectorySeparatorTrait on test | fixed some syntax errors

Applied fixes from StyleCI

rename Parser to Parsers | added Parser prefix to File | added empty test files

Applied fixes from StyleCI

Rename format to dump | update functions name in all parsers

Start working on parsers tests

switch from protected to public

Added more parsers tests

Applied fixes from StyleCI

remove travis folder | changed travis install

update phpunit on travis

switch from protected to public

fix travis

update composer

remove unexpected token `;'

fix syntax error near unexpected token `fi'

next travis fix

change travis install

fix if

add  then

use phpunit on all php versions

	modified:   .travis.yml

Fix filesystem test

Applied fixes from StyleCI

Added tests for parse and supports | Added support for vfs to getDirectorySeparator

Applied fixes from StyleCI

check for vfs:

added tests for parse as group

start on adding dump tests

Applied fixes from StyleCI

fix name

adding more tests

Applied fixes from StyleCI

change the travis building

added sh

Now composer can install components parallel

change path

update travis

fixed path

add setup to hhvm

	modified:   .gitignore

more travis changes

Use argument unpacking in facades

changed travis install

Applied fixes from StyleCI

next travis changes

added .sh

added all

next travis changes

ADDED dist: precise

change php version

more changes

Applied fixes from StyleCI

small fixes

added text

Encrypter::compare method

Start adding ClassFinder | small changes on Fileloader

Applied fixes from StyleCI

Added a TaggableParser

Applied fixes from StyleCI

remove group support for parser oder fileloader

Moved all parsers to a new folder

Applied fixes from StyleCI

added Proxies

rename file

Rename Parser to Formtas

Applied fixes from StyleCI

remove connection factory

some changes

Applied fixes from StyleCI

Removed old parser tests | added all flysystem adapter

Applied fixes from StyleCI

remove azure | added normalize path

small changes on NormalizePathAndDirectorySeparatorTrait

Start adding tests for fly adapter

Applied fixes from StyleCI

remove class finder

Applied fixes from StyleCI

remove as use

	modified:   src/Viserio/View/composer.json

* fixes #139 | added Interop\Container\ContainerInterface support

* Applied fixes from StyleCI

added codecov

update narrowspark/testing-helper, start fixing tests

bump testing-helper to 1.5 | fixed some tests

fixed test

	modified:   composer.json

* added all tests back

* fixes #185

run normal phpunit

remove chmode for tests.sh

disable fileloader test

remove support on formats

fixed all tests

Applied fixes from StyleCI

* Pipeline: Allow pipe parameters to be passed as array | Allow pipeline to be instantiated without container

* Applied fixes from StyleCI

* Issue 179 finish parsers (#188)

* fixes #139 | added Interop\Container\ContainerInterface support

* added codecov

* Applied fixes from StyleCI

added codecov

update narrowspark/testing-helper, start fixing tests

bump testing-helper to 1.5 | fixed some tests

fixed test

	modified:   composer.json

* fixes #77

* fix composer

* remove travis folder | changed travis install

update phpunit on travis

switch from protected to public

fix travis

update composer

remove unexpected token `;'

fix syntax error near unexpected token `fi'

next travis fix

change travis install

fix if

add  then

use phpunit on all php versions

	modified:   .travis.yml

* Added some tests | remove collection

Added some tests | remove Helper and Arr class

Applied fixes from StyleCI

Added Narrowspark/Arr

Applied fixes from StyleCI

Added tests for Manager

Applied fixes from StyleCI

added str tests

update uppercase tests folder

fixes #139 | added Interop\Container\ContainerInterface support

Applied fixes from StyleCI

added codecov

update narrowspark/testing-helper, start fixing tests

bump testing-helper to 1.5 | fixed some tests

fixed test

	modified:   composer.json

added codecov

fixes #77

Added symfony/filesystem | added some test | removed old functions

Applied fixes from StyleCI

fix composer

update composer

remove travis folder | changed travis install

update phpunit on travis

remove old cache contract | update composer | remomve some code

Applied fixes from StyleCI

Removed old Filesystem traits | Update Filesystem contract | removed old exception classes

added try catch block

remove old trait test | start adding new tests

Applied fixes from StyleCI

Added more tests | remove some functions

Applied fixes from StyleCI

remove cache dep for now

removed DirectorySeparatorTrait on test | fixed some syntax errors

Applied fixes from StyleCI

rename Parser to Parsers | added Parser prefix to File | added empty test files

Applied fixes from StyleCI

Rename format to dump | update functions name in all parsers

Start working on parsers tests

switch from protected to public

Added more parsers tests

Applied fixes from StyleCI

remove travis folder | changed travis install

update phpunit on travis

switch from protected to public

fix travis

update composer

remove unexpected token `;'

fix syntax error near unexpected token `fi'

next travis fix

change travis install

fix if

add  then

use phpunit on all php versions

	modified:   .travis.yml

Fix filesystem test

Applied fixes from StyleCI

Added tests for parse and supports | Added support for vfs to getDirectorySeparator

Applied fixes from StyleCI

check for vfs:

added tests for parse as group

start on adding dump tests

Applied fixes from StyleCI

fix name

adding more tests

Applied fixes from StyleCI

change the travis building

added sh

Now composer can install components parallel

change path

update travis

fixed path

add setup to hhvm

	modified:   .gitignore

more travis changes

Use argument unpacking in facades

changed travis install

Applied fixes from StyleCI

next travis changes

added .sh

added all

next travis changes

ADDED dist: precise

change php version

more changes

Applied fixes from StyleCI

small fixes

added text

Encrypter::compare method

Start adding ClassFinder | small changes on Fileloader

Applied fixes from StyleCI

Added a TaggableParser

Applied fixes from StyleCI

remove group support for parser oder fileloader

Moved all parsers to a new folder

Applied fixes from StyleCI

added Proxies

rename file

Rename Parser to Formtas

Applied fixes from StyleCI

remove connection factory

some changes

Applied fixes from StyleCI

Removed old parser tests | added all flysystem adapter

Applied fixes from StyleCI

remove azure | added normalize path

small changes on NormalizePathAndDirectorySeparatorTrait

Start adding tests for fly adapter

Applied fixes from StyleCI

remove class finder

Applied fixes from StyleCI

remove as use

	modified:   src/Viserio/View/composer.json

* added all tests back

* update namespaces

* Applied fixes from StyleCI

* Update tests | added parser class

Applied fixes from StyleCI

fix var | adding new tests

fix class names

update travis

update travis

update travis

Added HUMBUG to travis

update travis

update travis

update travis

update travis

update travis

update travis

update travis

* Use --prefer-dist and speed up builds

* update script

* upadte travis

* upadte travis

* upadte travis

* added 2 new parser | added new tests

* Applied fixes from StyleCI

* Added new Tests and fixed some

* Applied fixes from StyleCI

* Added more tests

* Applied fixes from StyleCI

* fix composer

* fix test

* Issue 198 fix scrutinizer add tests (#201)

* fix pipeline

* update tests

* Applied fixes from StyleCI

* update scrut

* fix test

* update file

* update tests

* Applied fixes from StyleCI

* remove test

* update ini test

* remove eof

* Applied fixes from StyleCI

* test

* update

* add getVisibility back

* update

* update

* update

* fix cookie test

* fix scrutinizer

* stop test

* remove scrutinizer

* fix travis

* fix travis

* update

* update script

* fix name

* remove script

* add try catch

* add try catch

* fix exit

* update test

* fixes #198

* Remove Contracts from phpunit

* fix test

* fix test

* Applied fixes from StyleCI

* update hhvm test

* update hhvm test

* upadte test

* change travis

* update composer

* Applied fixes from StyleCI

* fix cache

* Use constant time encoding in the encrypter

* Applied fixes from StyleCI

* Add constant_time_encoding for support PHP 5 and PHP 7

* Issue 39 refactor conifg (#211)

* fixes #39

* Applied fixes from StyleCI

* change interface

* Applied fixes from StyleCI

* remove use

* fixes #39 (#210)

* Use constant time encoding in the encrypter

* Applied fixes from StyleCI

* Add constant_time_encoding for support PHP 5 and PHP 7

* fixes some bugs

* Scrutinizer Auto-Fixes (#212)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Applied fixes from StyleCI

* fixed some test | moved a class | remove some functions

* Applied fixes from StyleCI

* Use Arr in Repository

* Applied fixes from StyleCI

* fix test

* change test

* change test

* Applied fixes from StyleCI

* Added all test

* Added all test

* Applied fixes from StyleCI

* Added appveyor

* fix appveyor

* fix some phpdox

* Applied fixes from StyleCI

* fix appveyor

* fix appveyor

* fix appveyor

* change php

* fix Closing parenthesis of a multi-line function call must be on a line by itself

* update composer

* add self-update

* update components

* change build

* change build

* change install

* Issue 52 refactor filesystem (#189)

* Added some tests | remove collection

Added some tests | remove Helper and Arr class

Applied fixes from StyleCI

Added Narrowspark/Arr

Applied fixes from StyleCI

Added tests for Manager

Applied fixes from StyleCI

added str tests

update uppercase tests folder

fixes #139 | added Interop\Container\ContainerInterface support

Applied fixes from StyleCI

added codecov

update narrowspark/testing-helper, start fixing tests

bump testing-helper to 1.5 | fixed some tests

fixed test

	modified:   composer.json

added codecov

fixes #77

Added symfony/filesystem | added some test | removed old functions

Applied fixes from StyleCI

fix composer

update composer

remove travis folder | changed travis install

update phpunit on travis

remove old cache contract | update composer | remomve some code

Applied fixes from StyleCI

Removed old Filesystem traits | Update Filesystem contract | removed old exception classes

added try catch block

remove old trait test | start adding new tests

Applied fixes from StyleCI

Added more tests | remove some functions

Applied fixes from StyleCI

remove cache dep for now

removed DirectorySeparatorTrait on test | fixed some syntax errors

Applied fixes from StyleCI

rename Parser to Parsers | added Parser prefix to File | added empty test files

Applied fixes from StyleCI

Rename format to dump | update functions name in all parsers

Start working on parsers tests

switch from protected to public

Added more parsers tests

Applied fixes from StyleCI

remove travis folder | changed travis install

update phpunit on travis

switch from protected to public

fix travis

update composer

remove unexpected token `;'

fix syntax error near unexpected token `fi'

next travis fix

change travis install

fix if

add  then

use phpunit on all php versions

	modified:   .travis.yml

Fix filesystem test

Applied fixes from StyleCI

Added tests for parse and supports | Added support for vfs to getDirectorySeparator

Applied fixes from StyleCI

check for vfs:

added tests for parse as group

start on adding dump tests

Applied fixes from StyleCI

fix name

adding more tests

Applied fixes from StyleCI

change the travis building

added sh

Now composer can install components parallel

change path

update travis

fixed path

add setup to hhvm

	modified:   .gitignore

more travis changes

Use argument unpacking in facades

changed travis install

Applied fixes from StyleCI

next travis changes

added .sh

added all

next travis changes

ADDED dist: precise

change php version

more changes

Applied fixes from StyleCI

small fixes

added text

Encrypter::compare method

Start adding ClassFinder | small changes on Fileloader

Applied fixes from StyleCI

Added a TaggableParser

Applied fixes from StyleCI

remove group support for parser oder fileloader

Moved all parsers to a new folder

Applied fixes from StyleCI

added Proxies

rename file

Rename Parser to Formtas

Applied fixes from StyleCI

remove connection factory

some changes

Applied fixes from StyleCI

Removed old parser tests | added all flysystem adapter

Applied fixes from StyleCI

remove azure | added normalize path

small changes on NormalizePathAndDirectorySeparatorTrait

Start adding tests for fly adapter

Applied fixes from StyleCI

remove class finder

Applied fixes from StyleCI

remove as use

	modified:   src/Viserio/View/composer.json

* added all tests back

* update interface

* Applied fixes from StyleCI

* fix composer version

* fix some tests

* use Stringy 2.3.2

* change appveyor

* update composer.json´s

* update tests | fix bugs

* Applied fixes from StyleCI

* small change

* Added Tests for Connectors

* adde more tests

* Applied fixes from StyleCI

* fix test

* Applied fixes from StyleCI

* Added more tests

* Applied fixes from StyleCI

* added more tests

* Applied fixes from StyleCI

* remove runTests

* Scrutinizer Auto-Fixes (#226)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* fix test

* Applied fixes from StyleCI

* adding tests for adapter

* Applied fixes from StyleCI

* small fixes

* small fixes

* change on appveyor

* Added new file to tests

* change exists to has

* change exists to has

* upadte tests

* Applied fixes from StyleCI

* Typehint DateTimeInterface instead of DateTime

* Added more tests | fixed adapter

* Applied fixes from StyleCI

* Scrutinizer Auto-Fixes (#231)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Applied fixes from StyleCI

* added phpdocs to functions

* Applied fixes from StyleCI

* change appveyor

* added more tests

* Applied fixes from StyleCI

* Added all tests

* move function to private

* Applied fixes from StyleCI

* fix test

* Add support for hidden files

* fix issue-143 (#236)

* fix issue-143

* fix issue-143

* remove copy

* Issue 239 refactor encryption and hashing (#246)

* fix #239

* Remove generator from hashing

* Applied fixes from StyleCI

* fixed #239

* Applied fixes from StyleCI

* fix 2 mistakes

* Applied fixes from StyleCI

* Issue 117 move to php 7 (#251)

fixes #117

* Issue refactor http 264 (#265)

* fixes #264 | update composer

* remove symfony http

* remove cache/integration-tests

* remove old http classes

* small updates

* Applied fixes from StyleCI

* small updates

* added OpenSSL

* Added some Http classes

* Applied fixes from StyleCI

* update composer.json

* Added some ne classes

* Applied fixes from StyleCI

* adding hhvm support back | remove all http Exception form contracts

* remove bool from function

* Applied fixes from StyleCI

* Added some new classes | cs fixes

* fix test

* fixed tests

* fixed some funktions names

* fixed some tests

* fixed tests | added new test

* Applied fixes from StyleCI

* Added new tests | adding Uri

* Applied fixes from StyleCI

* Added more

* Applied fixes from StyleCI

* Added more tests and more classes

* Applied fixes from StyleCI

* Added ServerRequest and ServerRequestFactory

* Applied fixes from StyleCI

* Added more streams | update composer.json

* #264

* fixed all namespaces

* Refactoring Uri

* Refactoring Uri

* Refactoring Uri

* Refactoring Uri

* Refactoring Uri

* refactoring uri finish

* fixed all tests

* Scrutinizer Auto-Fixes (#275)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* added type hints and doc fixes

* fix RequestFactory contract

* Added new tests

* fix tests

* Added more tests

* fixed more tests

* fix hhvm

* hhvm fix

* Scrutinizer Auto-Fixes (#276)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* remove string stream

* Issue 68 add session (#277)

* fixes #68

* start with refactoring

* fix use

* adding flash

* adding more security

* Scrutinizer Auto-Fixes (#278)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Added Flash classes

* cs fix

* working on store

* update

* Added more tests for Store

* Added more tests | added support for flash

* Scrutinizer Auto-Fixes (#279)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* remove anticsrf

* Adding more tests for handler

* cs fixes

* composer fixes

* cs fixes

* Scrutinizer Auto-Fixes (#280)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* cs fix

* update tests | and phpdocs

* phpdoc fixes

* fixed some code

* fix test

* Adding mongo support

* Added a ClientIpGenerator Fingerprint | added new tests | some changes

* Added PSR-15 Middleware

* Fix PSR-17 interface

* update to hhvm-3.14.1

* update to hhvm-3.12

* update php version in composer files

* cs fixes

* fix a test

* fix test

* remove adater for travis

* hhvm dont has full support for php7

* added appveyor bage

* Added session middleware

* update phpunit coverage

* remove unused var | fix middleware

* added gitter to travis

* update cache manager and session manager

* Added cookie samesite | changes some classes

* cs fixes

* Scrutinizer Auto-Fixes (#283)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Scrutinizer Auto-Fixes (#284)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* fixes #95 (#285)

* fixes #95

* start adding autoloader tests

* Rename Autoloader to ClassLoader | added more tests

* can only use array

* fix test

* fix test

* Scrutinizer Auto-Fixes (#286)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* fixes #75 (#289)

* fixes #75

* remove loop | refactor writer

* cs fixes

* small refactor on dispatcher | added log for writer

* remove xmlable | added some functions

* add if check

* Scrutinizer Auto-Fixes (#290)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* added a new class for handler

* fixed tests

* phpdoc fixes

* Added more tests

* remove on in writer

* Scrutinizer Auto-Fixes (#291)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* added more tests

* added more tests

* phpdoc fix

* Scrutinizer Auto-Fixes (#292)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* fixes #66 (#293)

* fixes #66

* rename and added some classes

* added displayer | changed make to create

* Added config trait | added uuid | added tests | refator handler

* update to http-status v2

* added test for ExceptionInfo

* fixed contract and class

* adding handler tests

* remove shouldReport

* Added more tests

* Scrutinizer Auto-Fixes (#295)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* added more tests

* Added filter

* Scrutinizer Auto-Fixes (#296)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* added more test | add CommandLineTransformer

* rename test to tests

* Scrutinizer Auto-Fixes (#297)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* update tests

* added more tests

* update phpdoc | changed classes

* Issue 78 refactor translator (#122)

* start fixing tests

* Fixed some tests | add narrowspark-cs-fixer-config

* fixed all PluralCategorys tests

* cs fixes

* removed all not needed traits

* remove some old use

* small changes

* changing all string outputs to int for array support | refactor tests

* fixed all tests

* added log psr and sepia/po-parser to composer

* Added 3 parser files

* fixed phpdocs | added test for ValidateLocaleTrait

* rename file

* small changes

* remove fallbackresolver | samll changes

* Applied fixes from StyleCI

* Added LoggerwareTrait | update some composer.json files

* Applied fixes from StyleCI

* fix composer

* fix namespace

* moved some classes to formats

* Applied fixes from StyleCI

* added more tests

* added manager

* Applied fixes from StyleCI

* Moved FileLoader | added new Traits | fixed Manager

* Applied fixes from StyleCI

* fix cache setting

* fix config tests

* Applied fixes from StyleCI

* Moved some traits

* Applied fixes from StyleCI

* Rename Translator to Translation

* update

* remove translator

* fix tests

* fix tests

* Scrutinizer Auto-Fixes (#287)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* try fix humbug

* remove loop

* adding new classes

* fix tests

* fixed type

* added small changes

* update to php7

* added csv

* added all parser tests

* added more tests

* changes for php7

* remove a trait

* Scrutinizer Auto-Fixes (#304)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Issue 78 refactor translator (#305)

* start fixing tests

* Fixed some tests | add narrowspark-cs-fixer-config

* fixed all PluralCategorys tests

* cs fixes

* removed all not needed traits

* remove some old use

* small changes

* changing all string outputs to int for array support | refactor tests

* fixed all tests

* added log psr and sepia/po-parser to composer

* Added 3 parser files

* fixed phpdocs | added test for ValidateLocaleTrait

* rename file

* small changes

* remove fallbackresolver | samll changes

* Applied fixes from StyleCI

* Added LoggerwareTrait | update some composer.json files

* Applied fixes from StyleCI

* fix composer

* fix namespace

* moved some classes to formats

* Applied fixes from StyleCI

* added more tests

* added manager

* Applied fixes from StyleCI

* Moved FileLoader | added new Traits | fixed Manager

* Applied fixes from StyleCI

* fix cache setting

* fix config tests

* Applied fixes from StyleCI

* Moved some traits

* Applied fixes from StyleCI

* Rename Translator to Translation

* update

* remove translator

* fix tests

* fix tests

* Scrutinizer Auto-Fixes (#287)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* try fix humbug

* remove loop

* adding new classes

* fix tests

* fixed type

* added small changes

* update to php7

* added csv

* added all parser tests

* added more tests

* changes for php7

* remove a trait

* Added interfaces | fixes #78

* added some tests

* added some tests

* cs fixes

* fixes #78

* remove stubs

* Scrutinizer Auto-Fixes (#306)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* cs fixes

* remove mo

* Fix for 199 (#308)

* update tests

* added all interfaces

* fixed tests

* fix test on linux

* Issue 199 add all view tests (#310)

* update tests

* added all interfaces

* fixed tests

* fix test on linux

* cs fixes

* change exists to has

* fix mock

* Add a link method to the filesystem and filesystemAdapter, for symlin… (#313)

* Add a link method to the filesystem and filesystemAdapter, for symlinking

* update traits

* Issue 25 add queue (#314)

* add queue tests

* start refactoring

* added more to composer

* Scrutinizer Auto-Fixes (#315)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* refactoring manager in support | start adding a ConnectionManager

* cs fixes

* cs fixes

* Refactoring ConnectManager it use now AbstractConnectionManager

* Start adding tests

* fix tests

* fix tests

* small changes on connectionmanager

* Added some queues

* update contracts | and composer

* made stringy optional

* more refactoring on manager classes

* fix all tests

* added more tests

* chnages

* Added new classes

* added google app engine

* Scrutinizer Auto-Fixes (#317)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* cs fixes

* adding empty tests

* fix phpunit tests

* added some tests

* Start adding iron queue

* adding empty classes

* adding empty classes

Signed-off-by: Daniel Bannert <d.bannert@anolilab.de>

* Start adding tests

* No longer reading maxLen all into memory when copying stream

* redis queue update

* Added tests for Beanstalkd

* adding move and copy directory

* adding more tests

* adding more tests

* Adding Redis queue

* working on queues

* fixed tests

* Scrutinizer Auto-Fixes (#318)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* removed some queues classes

* added more tests

* Scrutinizer Auto-Fixes (#319)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* cs fixes

* remove old code

* Start adding Command Bus

* cs fix

* cs fix

* Added Bus Command and tests

* adding function in QueueingDispatcher

* Scrutinizer Auto-Fixes (#320)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Added all tests for bus

* fixes #71

* remove lose for encrypter

* Updated interface

* added more classes

* added codeCoverageIgnore

* added more tests

* Scrutinizer Auto-Fixes (#321)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* added url

* small fixes

* Adding worker tests | start adding bootstrap file for all tests with carbon

* Scrutinizer Auto-Fixes (#322)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* cs fix

* cs fixes

* cs fixes

* test fix

* Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* cs fixes

* adding beStrictAboutTestsThatDoNotTestAnything to phpunit

* cs fixes

* Scrutinizer Auto-Fixes (#324)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* remove azure support

* adding more tests

* adding more tests

* added more tests

* added all connector to queue

* added new func

* update appveyor.yml

* Scrutinizer Auto-Fixes (#326)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Optimize Filesystem moveDirectory

* update DetectsLostConnections.php

* Refactor mail (#312)

* fixes #311

* update composer url | moved some tests

* updating tests and classes

* update tests

* adding php 7.1

* added declare(strict_types=1);

* added new message contract

* added postmark driver and tests

* cs fixes

* fixed some tests and vars

* fixed more tests

* fixed more tests

* fixed tests

* fixed test

* update tests

* remove ext-curl

* fix test

* small changes

* update composer require

* cs fixes | Removed all HHVM code

* Issue 328 add tests to cache (#333)

* fixes #328 | start adding tests

* added exclude-from-classmap

* fix test

* upadte composer | fix test | fix bug in mailgun

* added more tests

* updated phpdocs | updated tests | update composer require

* Scrutinizer Auto-Fixes (#334)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* small fixes

* small fixes

* fixes #328 (#335)

* fixes #328

* update

* moved to chronos (#340)

* moved to chronos

* fix composer.json

* Issue 16 Refactor Routing (#336)

* fixes 16

* micro-optimization

* working on route

* remove old tests

* added a ByteCountingStream

* update interfaces

* added more functions to route

* remove interface

* added Container\Traits\ContainerAwareTrait,

* fix

* Added some tests

* remove rapid route

* More work on routing

* added more tests | start adding benchmarks | adding matcher for uri segments

* cs fix

* fix call for a stdclass VarExporter

* cs fixes | remove some magic

* remove some magic

* cs fixes

* added new matcher

* added all matcher

* remove ParameterMatcher | start adding tests

* added more tests

* more tests

* more tests

* added more tests

* added more tests

* Scrutinizer Auto-Fixes (#339)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* cs fixes

* added all tests for parser

* Cs fixes

* remove need for str class

* Support command aliases

* update dispatcher

* improve Console

* Scrutinizer Auto-Fixes (#342)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Scrutinizer Auto-Fixes (#343)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* cs fixes

* Scrutinizer Auto-Fixes (#344)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* fixed all composer.jsons | refactor parsers

* fix humbug

* update script for humbug

* remove humbug

* cs fixes | update to php-cs-fixer-config v2.0 (#348)

* remove event-manager from composer

* fixes #299 (#351)

* fixes #299 
* cs fixes

* remove gpgmailer

* fixes #220 (#352)

* Applied fixes from StyleCI

* Issue 220 add env parser (#353)

* fixes #220

* added default to env

* Applied fixes from StyleCI

* fixes #345 (#349)

* remove faker | remove urlgenerator

* update

* Added routetree builder

* Applied fixes from StyleCI

* cs fixes

* Added more tests | cs fixes

* Applied fixes from StyleCI

* Added more tests | Added TreeRouteCompiler

* Applied fixes from StyleCI

* fixed test

* Updated middleware | added more functions to Route and RouteCollection

* Applied fixes from StyleCI

* Changed the way a route is cached | Added a RouteCollection | added new tests | added middlewares

* added first basic tests | finished all needed middlewares | cs fixes

* Applied fixes from StyleCI

* added more tests

* Applied fixes from StyleCI

* Scrutinizer Auto-Fixes (#355)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* added all route and dispatcher tests

* cs fix

* fix tests

* changed middleware handling on route

* Applied fixes from StyleCI

* Added more Tests | added Controller handler to route | Added full Middleware support

* Applied fixes from StyleCI

* added currentRoute function

* Applied fixes from StyleCI

* added new files

* Applied fixes from StyleCI

* added more tests | fixed some bugs

# Conflicts:
#	src/Viserio/Routing/Tests/Fixture/ControllerClosureMiddleware.php
#	src/Viserio/Routing/Tests/Fixture/FakeMiddleware.php
#	src/Viserio/Routing/Tests/Fixture/FooMiddleware.php
#	src/Viserio/Routing/Tests/Fixture/RouteTestClosureMiddlewareController.php
#	src/Viserio/Routing/Tests/Router/RouteRouterGroupTest.php

* Applied fixes from StyleCI

* remove lowest test on travis

* Add http factory psr 17 (#356)

* remove faker | remove urlgenerator

* update

* Added routetree builder

* Applied fixes from StyleCI

* cs fixes

* Added more tests | cs fixes

* Applied fixes from StyleCI

* Added more tests | Added TreeRouteCompiler

* Applied fixes from StyleCI

* fixed test

* Updated middleware | added more functions to Route and RouteCollection

* Applied fixes from StyleCI

* Changed the way a route is cached | Added a RouteCollection | added new tests | added middlewares

* added first basic tests | finished all needed middlewares | cs fixes

* Applied fixes from StyleCI

* added more tests

* Applied fixes from StyleCI

* adding psr-17

* added PSR-17

* Applied fixes from StyleCI

* remove ByteCountingStream

* Added a check for event name | rename some events functions

* small improvements

* Applied fixes from StyleCI

* Move to opis closure (#357)

* Moved to Opis\Closure

* Applied fixes from StyleCI

* Speed up Travis tests

* Travis Memcache tests

* update snake and studly function

* cs fix

* Issue 43 refactor container V2 (#358)

fixes #43

* Issue 152 update all serviceprovider (#361)

* Added Config provider

* fixes 152

* Applied fixes from StyleCI

* Added more services and tests

* Applied fixes from StyleCI

* add to all provider the right interface

* Applied fixes from StyleCI

* added more tests and provider

* Applied fixes from StyleCI

* fix mock object

* Added more provider and tests

* Applied fixes from StyleCI

* fix test

* Applied fixes from StyleCI

* cs fixes |added more tests

* fix test

* changed test

* Applied fixes from StyleCI

* fix next test

* added more tests

* cs fix

* remove provider from support | fix bug in sessionmanager

* Applied fixes from StyleCI

* use getcontainer

* Start refactoring (#366)

* Start refactoring

* Applied fixes from StyleCI

* fixes some bugs | added more classes to foundation

* cs fix

* bug fixes

* Start adding tests

* Applied fixes from StyleCI

* made many changes on exception handler

* Applied fixes from StyleCI

* made many changes on exception handler

* cs fixes

* bug fixes | removed fatalerrorexception from some classes

* Applied fixes from StyleCI

* small changes on handler

* small changes on handler

* fix tests | added url to notfound exception

* Applied fixes from StyleCI

* cs fixes

* Applied fixes from StyleCI

* Scrutinizer Auto-Fixes (#368)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* update interface

* update interface

* Adding commandsloader | small fixes

* Applied fixes from StyleCI

* remove many functions

* Applied fixes from StyleCI

* Scrutinizer Auto-Fixes (#369)

* Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Applied fixes from StyleCI

* cs fix

* remove old test

* fixes humbug call (#346)

* fixes humbug call

* remove global

* remove handler test

* fix bash

* fix many tests

* Applied fixes from StyleCI

* fix travis setting

* dont run humbug for now

* fixes #363

* Added warning in the pull request template that this is a read only repro

* fixes #364

* Issue 121 move virtuoso small refactor (#372)

* fixes #121

* Applied fixes from StyleCI

* start adding plates and twig adapter

* Add SSL options for Postgres DSN

* Added localpath for localadapter

* fix #121 | added view provider

* Applied fixes from StyleCI

* fix return on function

* cs fixes

* Applied fixes from StyleCI

* Issue 316 (#373)

* fixes #316 | cs fixes | bug fixes | added copy and move dir functions

* Applied fixes from StyleCI

* cs fixes | added method check

* cs fix

* fix bug

* Scrutinizer Auto-Fixes (#374)

* Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com

* Applied fixes from StyleCI

* added getPath

* fix break

* fixed #298 (#375)

* Issue 370 (#376)

* fixes #370

* Applied fixes from StyleCI

* remove view middleware

* many fixes

* next fixes

* added new file infor with full path and file name

* Applied fixes from StyleCI

* fix test

* change boot order

* change boot order

* remove bson

* Allow passing a Closure to view share method

* removing database for now

* fix view test for windows

* cs fixes

* moved to arr v2 | added collection v0.1

* update phpbench

* fixes #383 (#386)

* remove some monolog functions

* fixes #384 (#387)

* fixes #384

* added code-coverage

* change ext

* Issue 382 (#388)

* fixes #382

* Applied fixes from StyleCI

* use http-factory v0.1

* fixes #378 (#379)

* fixes #378

* remove MSGPack

* fixes #390 (#391)

* remove phpseclib

* fix sourceDirectory path

* fixes #389 (#392)

* fix wrong spelling

* fix wrong spelling (reverted from commit f3e9327)

* fix wrong function name

* removing roave/security-advisories

* Directly use getTimestamp()

* argument should be rawurldecode, not urldecode in rfc2396.

* fixed #395 (#396)

* fixed #395

* adding psr-15 (#399)

* adding psr-15

* added psr-15

* Applied fixes from StyleCI

* fixed wrong interface

* Applied fixes from StyleCI

* Added trait | fixes #401

* Applied fixes from StyleCI

* Issue 44 refactor db doctrine (#402)

* fixes #44

* Add tests (#405)

adding more tests

* fixes #406 (#407)

* fixes #406

* added SanitizerServiceProvider
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants