Alejandro Celaya
|
ef075fb0ce
|
Fix test when CLI output viewport is too narrow
|
2023-04-12 18:36:28 +02:00 |
|
Alejandro Celaya
|
399c56a097
|
Print warning when trying to create short URL from CLI on openswoole in verbose mode
|
2023-04-12 18:30:02 +02:00 |
|
Alejandro Celaya
|
f078d95588
|
Capture error on real-time update when creating short URL
|
2023-04-12 09:25:01 +02:00 |
|
Alejandro Celaya
|
b6e1c65c4c
|
Enforce a schema to be provided when short URLs are created
|
2023-03-25 11:23:00 +01:00 |
|
Alejandro Celaya
|
e51384fcc0
|
Reduce duplicated logic when checking if an API key is admin
|
2023-03-04 10:22:46 +01:00 |
|
Alejandro Celaya
|
85c32c3c9a
|
Fix CreateDatabaseCommandTest
|
2023-02-15 18:55:25 +01:00 |
|
Alejandro Celaya
|
40838255a7
|
Make sure database detection is not affected by the existence of foreign tables
|
2023-02-15 08:52:17 +01:00 |
|
Alejandro Celaya
|
04bbd471ff
|
Migrate from PHPUnit annotations to native attributes
|
2023-02-09 20:42:18 +01:00 |
|
Alejandro Celaya
|
650a286982
|
Update to PHPUnit 10
|
2023-02-09 09:32:38 +01:00 |
|
Alejandro Celaya
|
fdaf5fb2f3
|
Add support for short URL mode in installer, and handle loosely mode in custom slugs
|
2023-01-28 10:06:11 +01:00 |
|
Alejandro Celaya
|
05acd4ae88
|
Add two modes for short URLs
|
2023-01-25 20:33:07 +01:00 |
|
Alejandro Celaya
|
4ee0032c2a
|
Deprecated validateUrl option on short URL creation/edition
|
2023-01-23 20:30:12 +01:00 |
|
Alejandro Celaya
|
39adef8ab8
|
Make it impossible to create a short URL with an empty long URL
|
2023-01-22 11:27:16 +01:00 |
|
Alejandro Celaya
|
1447687ebe
|
Add deviceLongUrls to short URL creation
|
2023-01-21 10:12:52 +01:00 |
|
Alejandro Celaya
|
80e3f01562
|
Replace references to doma.in with s.test
|
2023-01-19 09:05:52 +01:00 |
|
Alejandro Celaya
|
961178fd82
|
Added amount of bots, non-bots and total visits to the list of tags with stats
|
2023-01-02 19:28:32 +01:00 |
|
Alejandro Celaya
|
92c80e7833
|
Removed superfluous exception code by using named args
|
2023-01-02 13:47:16 +01:00 |
|
Alejandro Celaya
|
92a83b82a0
|
Split short URL listing capabilities on its own repo and service
|
2022-12-13 19:37:02 +01:00 |
|
Alejandro Celaya
|
0952c488be
|
Added exclusion flags to ListShortUrlsCommand
|
2022-12-11 18:33:40 +01:00 |
|
Alejandro Celaya
|
c4f28b3a32
|
Renamed ShortUrl::fromMeta to ShortUrl::create
|
2022-12-11 18:24:47 +01:00 |
|
Alejandro Celaya
|
85e18a4754
|
Fixed all phpstan inspections on tests
|
2022-10-24 20:11:25 +02:00 |
|
Alejandro Celaya
|
1650499a38
|
Added more stricter types for mocks
|
2022-10-24 19:59:03 +02:00 |
|
Alejandro Celaya
|
51f243995a
|
Added stricter types for mocks
|
2022-10-24 19:53:13 +02:00 |
|
Alejandro Celaya
|
6a2227efc5
|
Removed all uinnecessary usages of equalsTo param constraint
|
2022-10-23 18:15:57 +02:00 |
|
Alejandro Celaya
|
b7671f70da
|
Fixed coding styles
|
2022-10-22 14:41:42 +02:00 |
|
Alejandro Celaya
|
52366b9dd4
|
Removed last reference to prophecytrait in CLI module
|
2022-10-22 14:41:22 +02:00 |
|
Alejandro Celaya
|
32417e40cb
|
Migrated ShlinkTableTest to use PHPUnit mocks
|
2022-10-22 14:40:35 +02:00 |
|
Alejandro Celaya
|
4cb44be9a0
|
Migrated ProcessRunnerTest to use PHPUnit mocks
|
2022-10-22 14:37:13 +02:00 |
|
Alejandro Celaya
|
a484455b0b
|
Migrated GeolocationDbUpdaterTest to use PHPUnit mocks
|
2022-10-22 14:27:07 +02:00 |
|
Alejandro Celaya
|
4b3ed2b7ba
|
Migrated LocateVisitsCommandTest to use PHPUnit mocks
|
2022-10-22 14:16:42 +02:00 |
|
Alejandro Celaya
|
e2986a7b4c
|
Migrated GetOrphanVisitsCommandTest to use PHPUnit mocks
|
2022-10-22 14:06:54 +02:00 |
|
Alejandro Celaya
|
82e04800aa
|
Migrated GetNonOrphanVisitsCommandTest to use PHPUnit mocks
|
2022-10-22 14:06:00 +02:00 |
|
Alejandro Celaya
|
5d367da626
|
Migrated DownloadGeoLiteDbCommandTest to use PHPUnit mocks
|
2022-10-22 14:02:38 +02:00 |
|
Alejandro Celaya
|
59de5a5f55
|
Migrated RenameTagCommandTest to use PHPUnit mocks
|
2022-10-22 13:53:45 +02:00 |
|
Alejandro Celaya
|
0855104068
|
Migrated ListTagsCommandTest to use PHPUnit mocks
|
2022-10-22 13:49:11 +02:00 |
|
Alejandro Celaya
|
8c6f97c4e2
|
Migrated GetTagVisitsCommandTest to use PHPUnit mocks
|
2022-10-22 13:47:28 +02:00 |
|
Alejandro Celaya
|
2d16856582
|
Migrated DeleteTagsCommandTest to use PHPUnit mocks
|
2022-10-22 13:45:11 +02:00 |
|
Alejandro Celaya
|
41e903cf26
|
Migrated ResolveUrlCommandTest to use PHPUnit mocks
|
2022-10-22 13:44:10 +02:00 |
|
Alejandro Celaya
|
4872bd3a92
|
Migrated ListShortUrlsCommandTest to use PHPUnit mocks
|
2022-10-22 13:42:46 +02:00 |
|
Alejandro Celaya
|
8b675f55cc
|
Migrated GetShortUrlVisitsCommandTest to use PHPUnit mocks
|
2022-10-22 13:38:46 +02:00 |
|
Alejandro Celaya
|
acda7f02c6
|
Migrated DeleteShortUrlCommandTest to use PHPUnit mocks
|
2022-10-22 13:36:33 +02:00 |
|
Alejandro Celaya
|
184ff90b9f
|
Migrated CreateShortUrlCommandTest to use PHPUnit mocks
|
2022-10-22 13:27:48 +02:00 |
|
Alejandro Celaya
|
d8be3c28cb
|
Migrated ListDomainsCommandTest to use PHPUnit mocks
|
2022-10-22 13:21:54 +02:00 |
|
Alejandro Celaya
|
3d358ab046
|
Migrated GetDomainVisitsCommandTest to use PHPUnit mocks
|
2022-10-22 13:21:00 +02:00 |
|
Alejandro Celaya
|
960bdfc232
|
Migrated DomainRedirectsCommandTest to use PHPUnit mocks
|
2022-10-22 13:17:12 +02:00 |
|
Alejandro Celaya
|
101b4daff4
|
Migrated MigrateDatabaseCommandTest to use PHPUnit mocks
|
2022-10-22 13:08:05 +02:00 |
|
Alejandro Celaya
|
13431ff8cf
|
Migrated CreateDatabaseCommandTest to use PHPUnit mocks
|
2022-10-22 13:05:36 +02:00 |
|
Alejandro Celaya
|
4cdcad29df
|
Migrated ListKeysCommandTest to use PHPUnit mocks
|
2022-10-22 12:53:28 +02:00 |
|
Alejandro Celaya
|
a4c34ff7be
|
Migrated GenerateKeyCommandTest to use PHPUnit mocks
|
2022-10-22 12:52:11 +02:00 |
|
Alejandro Celaya
|
2b7b5e9a8f
|
Migrated DisableKeyCommandTest to use PHPUnit mocks
|
2022-10-22 12:48:17 +02:00 |
|