Alejandro Celaya
|
230e56370a
|
Migrated NotFoundRedirectHandlerTest to use PHPUnit mocks
|
2022-10-21 19:24:39 +02:00 |
|
Alejandro Celaya
|
a8514a9ae4
|
Migrated DomainServiceTest to use PHPUnit mocks
|
2022-10-21 19:01:41 +02:00 |
|
Alejandro Celaya
|
148f7a9cfe
|
Migrated CrawlingHelperTest to use PHPUnit mocks
|
2022-10-21 18:49:47 +02:00 |
|
Alejandro Celaya
|
29d50cabc2
|
Migrated NotFoundRedirectResolverTest to use PHPUnit mocks
|
2022-10-21 18:47:10 +02:00 |
|
Alejandro Celaya
|
a8f8297131
|
Migrated RedirectActionTest to use PHPUnit mocks
|
2022-10-21 18:44:55 +02:00 |
|
Alejandro Celaya
|
cd4b632d75
|
Migrated QrActionTest to use PHPUnit mocks
|
2022-10-21 18:39:22 +02:00 |
|
Alejandro Celaya
|
843754b7e7
|
Migrated PixelActionTest to use PHPUnit mocks
|
2022-10-21 18:32:34 +02:00 |
|
Alejandro Celaya
|
847cc2bc50
|
Updated shlink-config
|
2022-10-19 14:19:03 +02:00 |
|
Alejandro Celaya
|
751bd15785
|
Fixed merge conflicts
|
2022-10-18 19:08:20 +02:00 |
|
Alejandro Celaya
|
c12db7567e
|
Merge pull request #1577 from acelaya-forks/feature/fix-enum-hydration
Feature/fix enum hydration
|
2022-10-18 19:05:07 +02:00 |
|
Alejandro Celaya
|
e8069a10ba
|
Updated changelog
|
2022-10-18 18:49:52 +02:00 |
|
Alejandro Celaya
|
9742bf13e4
|
Upgraded to latest doctrine/orm
|
2022-10-18 18:48:35 +02:00 |
|
Alejandro Celaya
|
6441707c76
|
Merge branch 'develop' of github.com:shlinkio/shlink into develop
|
2022-10-18 18:32:02 +02:00 |
|
Alejandro Celaya
|
23bcba4fd9
|
Updated shlink-ip-geolocation
|
2022-10-12 19:07:05 +02:00 |
|
Alejandro Celaya
|
9049a205b7
|
Merge pull request #1570 from acelaya-forks/feature/phpunit-mocks
Migrated to PHPUnit mocks in RobotsActionTest
|
2022-10-12 18:56:24 +02:00 |
|
Alejandro Celaya
|
8cfa0b595c
|
Migrated to PHPUnit mocks in RobotsActionTest
|
2022-10-12 18:23:36 +02:00 |
|
Alejandro Celaya
|
4b958e8b87
|
Merge pull request #1568 from acelaya-forks/feature/phpunit-mocks-experiment
Used PHPUnit mocks in RoleResolverTest instead of prophezy
|
2022-10-12 12:55:34 +02:00 |
|
Alejandro Celaya
|
bcd5d2848d
|
Used PHPUnit mocks in RoleResolverTest instead of prophezy
|
2022-10-12 12:47:58 +02:00 |
|
Alejandro Celaya
|
b59cbeceac
|
Updated deps
|
2022-10-12 08:49:58 +02:00 |
|
Alejandro Celaya
|
46f948a584
|
Merge pull request #1565 from acelaya-forks/feature/command-reusable-args
Feature/command reusable args
|
2022-10-06 21:38:19 +02:00 |
|
Alejandro Celaya
|
14bf3a134b
|
Updated changelog
|
2022-10-06 21:30:23 +02:00 |
|
Alejandro Celaya
|
1557438fdf
|
Moved logic to reuse command options to option classes instead of base abstract command classes
|
2022-10-06 21:29:27 +02:00 |
|
Alejandro Celaya
|
27b680e0cd
|
Created CLI test for short URLs list
|
2022-10-06 21:01:11 +02:00 |
|
Alejandro Celaya
|
14314ef939
|
Updated shlink deps
|
2022-10-06 19:49:32 +02:00 |
|
Alejandro Celaya
|
bf5c168d7d
|
Merge pull request #1560 from acelaya-forks/feature/openswoole-4.12
Updated to openswoole 4.12
|
2022-10-03 20:26:25 +02:00 |
|
Alejandro Celaya
|
1e0791416d
|
Downgraded openswoole ide helper
|
2022-10-03 20:05:43 +02:00 |
|
Alejandro Celaya
|
ab8d42b609
|
Updated to openswoole 4.12 in main Dockerfile
|
2022-10-03 20:01:46 +02:00 |
|
Alejandro Celaya
|
96dbdbe7c9
|
Updated to openswoole 4.12
|
2022-10-03 20:00:31 +02:00 |
|
Alejandro Celaya
|
6f135ad6ab
|
Fixed typo
|
2022-09-30 17:45:36 +02:00 |
|
Alejandro Celaya
|
5b9a1e1978
|
Merge pull request #1559 from shlinkio/develop
Release 3.3.1
|
2022-09-30 17:37:29 +02:00 |
|
Alejandro Celaya
|
4ba3522e79
|
Merge pull request #1558 from acelaya-forks/feature/multisegment-trailing-slash
Feature/multisegment trailing slash
|
2022-09-30 17:35:01 +02:00 |
|
Alejandro Celaya
|
d3faa22b78
|
Fixed usage of enum where the enum's value should be used
|
2022-09-30 17:26:22 +02:00 |
|
Alejandro Celaya
|
1daad334a5
|
Updated changelog
|
2022-09-30 17:21:27 +02:00 |
|
Alejandro Celaya
|
3dda49dab4
|
Created middleware which ensures trailing slash and multi-segment features work properly together
|
2022-09-30 17:19:07 +02:00 |
|
Alejandro Celaya
|
c6c4e5580b
|
Merge pull request #1554 from acelaya-forks/feature/php-8.2
Added PHP 8.2 to build matrixes
|
2022-09-24 08:26:54 +02:00 |
|
Alejandro Celaya
|
3f808e3813
|
Updated changelog
|
2022-09-24 08:17:14 +02:00 |
|
Alejandro Celaya
|
e5107c40f9
|
Ignored platform req during roadrunner API tests in CI workflow when using PHP 8.2
|
2022-09-24 08:14:59 +02:00 |
|
Alejandro Celaya
|
0871ca884e
|
Fixed typo
|
2022-09-24 08:06:41 +02:00 |
|
Alejandro Celaya
|
62ce9311bf
|
Added PHP 8.2 to build matrixes
|
2022-09-24 08:03:38 +02:00 |
|
Alejandro Celaya
|
70b15a7ab0
|
Merge pull request #1553 from acelaya-forks/feature/organize-namespaces
Feature/organize namespaces
|
2022-09-24 07:35:53 +02:00 |
|
Alejandro Celaya
|
708bff20f0
|
Updated changelog
|
2022-09-23 19:09:38 +02:00 |
|
Alejandro Celaya
|
369628ee95
|
Migrated infection config files to json5
|
2022-09-23 19:08:54 +02:00 |
|
Alejandro Celaya
|
0c6f8f1136
|
Refactored global entities into their own proper namespaces
|
2022-09-23 19:03:32 +02:00 |
|
Alejandro Celaya
|
9f9d011d46
|
Moved ShortCodeUniquenessHelper to ShortUrl\Helper namespace
|
2022-09-23 18:46:51 +02:00 |
|
Alejandro Celaya
|
e28b73c130
|
Refactored global services into their own proper namespaces
|
2022-09-23 18:42:38 +02:00 |
|
Alejandro Celaya
|
56f953ab2f
|
Refactored global validations into their own proper namespaces
|
2022-09-23 18:30:07 +02:00 |
|
Alejandro Celaya
|
3ad8be175c
|
Refactored global repositories into their own proper namespaces
|
2022-09-23 18:24:14 +02:00 |
|
Alejandro Celaya
|
f5f990511c
|
Refactored global models into their own proper namespaces
|
2022-09-23 18:05:17 +02:00 |
|
Alejandro Celaya
|
1e3ccba503
|
Merge pull request #1552 from acelaya-forks/feature/visit-geolocation-namespace
Feature/visit geolocation namespace
|
2022-09-23 15:07:42 +02:00 |
|
Alejandro Celaya
|
a842b5b7cd
|
Updated changelog
|
2022-09-23 14:58:00 +02:00 |
|