Alejandro Celaya
|
d99ea82761
|
Added migrations folder to the static analysis
|
2020-11-07 10:27:35 +01:00 |
|
Alejandro Celaya
|
27bc8d4823
|
Ensured API key is tracked when creating short URLs from the REST API
|
2020-11-07 10:23:08 +01:00 |
|
Alejandro Celaya
|
7c9f572eb1
|
Deleted old domain resolvers and added tests for new short url relation resolvers
|
2020-11-07 09:49:09 +01:00 |
|
Alejandro Celaya
|
2732b05834
|
Added mechanisms to be able to provide the API key when creating a short URL
|
2020-11-07 09:34:10 +01:00 |
|
Alejandro Celaya
|
97f89bcede
|
Simplified transactional URL shortening
|
2020-11-06 20:05:57 +01:00 |
|
Alejandro Celaya
|
00255b04eb
|
Added migration to create new author_api_key_id in short_urls
|
2020-11-06 19:43:05 +01:00 |
|
Alejandro Celaya
|
f90ea4bd98
|
Updated dependencies
|
2020-11-06 18:58:07 +01:00 |
|
Alejandro Celaya
|
0d7fb1163a
|
Merge pull request #886 from acelaya-forks/feature/update-dependencies
Updated dependencies
|
2020-11-02 12:17:55 +01:00 |
|
Alejandro Celaya
|
cb340b5867
|
Updated phpunit configs to use new schema introduced in v9.3
|
2020-11-02 12:07:45 +01:00 |
|
Alejandro Celaya
|
1621f3a943
|
Updated dependencies
|
2020-11-02 11:53:14 +01:00 |
|
Alejandro Celaya
|
ae636aef5a
|
Merge pull request #885 from acelaya-forks/feature/deprecate-create-tag
Feature/deprecate create tag
|
2020-11-02 11:17:30 +01:00 |
|
Alejandro Celaya
|
1346d7902e
|
Updated changelog
|
2020-11-02 11:06:41 +01:00 |
|
Alejandro Celaya
|
544836b986
|
Deprecated tags creation
|
2020-11-02 11:05:14 +01:00 |
|
Alejandro Celaya
|
397f7d09e3
|
Merge pull request #884 from acelaya-forks/feature/missing-docker-extension
Feature/missing docker extension
|
2020-11-02 09:50:52 +01:00 |
|
Alejandro Celaya
|
efa707c676
|
Updated changelog
|
2020-11-02 09:25:17 +01:00 |
|
Alejandro Celaya
|
51c8b80489
|
Changed to for consistency in the Dockerfile
|
2020-11-02 09:24:14 +01:00 |
|
Alejandro Celaya
|
e71fb0ac7f
|
Added gmp extension to docker images, as it seems to be required by geolite in some cases
|
2020-11-02 09:02:00 +01:00 |
|
Alejandro Celaya
|
681b7c836d
|
Added swoole extension to publish-release github action
|
2020-11-01 11:47:04 +01:00 |
|
Alejandro Celaya
|
7c2c90fc49
|
Merge pull request #879 from acelaya-forks/feature/github-release-action
Feature/GitHub release action
|
2020-11-01 11:42:08 +01:00 |
|
Alejandro Celaya
|
ebe6a5f4aa
|
Moved github release creation from travis to github action
|
2020-11-01 11:23:11 +01:00 |
|
Alejandro Celaya
|
65651e4bbd
|
Updated changelog to more strictly endorse to keepachangelog spec
|
2020-11-01 11:22:29 +01:00 |
|
Alejandro Celaya
|
33190c07c7
|
Updated references from travis-ci.org to travis-ci.com
|
2020-10-31 08:25:03 +01:00 |
|
Alejandro Celaya
|
f651b0e5a1
|
Merge pull request #873 from acelaya-forks/feature/disable-platform-checks
Disabled platform checks in composer
|
2020-10-29 17:28:18 +01:00 |
|
Alejandro Celaya
|
c85eb84b4c
|
Disabled platform checks in composer
|
2020-10-29 17:24:12 +01:00 |
|
Alejandro Celaya
|
86d428184e
|
Merge pull request #866 from acelaya-forks/feature/composer-2
Updated to composer 2
|
2020-10-26 19:47:35 +01:00 |
|
Alejandro Celaya
|
c1529b7d6c
|
Updated to composer 2
|
2020-10-25 17:59:37 +01:00 |
|
Alejandro Celaya
|
7ecc3aacc4
|
Merge pull request #865 from acelaya-forks/feature/importer
Feature/importer
|
2020-10-25 14:17:50 +01:00 |
|
Alejandro Celaya
|
b091bd4e2a
|
Ensured composer 1 for now
|
2020-10-25 13:46:39 +01:00 |
|
Alejandro Celaya
|
90b4bc9b1a
|
Updated changelog
|
2020-10-25 13:36:21 +01:00 |
|
Alejandro Celaya
|
de7096010e
|
Created DoctrineBatchHelperTest
|
2020-10-25 13:30:18 +01:00 |
|
Alejandro Celaya
|
03a9697298
|
Created ImportedLinksProcessorTest
|
2020-10-25 13:20:34 +01:00 |
|
Alejandro Celaya
|
fdcf88de67
|
Added database tests for ShortUrlRepository::importedUrlExists
|
2020-10-25 12:06:48 +01:00 |
|
Alejandro Celaya
|
7c343f42c1
|
Improved how existing imported short URLs are checked by tracking its original short code
|
2020-10-25 11:57:26 +01:00 |
|
Alejandro Celaya
|
786e4f642b
|
Moved short code uniqueness checks to external helper class that is used in UrlShortener and ImportedLinksProcessor
|
2020-10-25 11:16:42 +01:00 |
|
Alejandro Celaya
|
b1a073b1ab
|
Ensured uniqueness on imported short URLs short code
|
2020-10-25 10:26:11 +01:00 |
|
Alejandro Celaya
|
2256f6a9e7
|
Added feedback to ImportedLinksProcessor
|
2020-10-24 15:09:46 +02:00 |
|
Alejandro Celaya
|
ec3e7212b2
|
Basic short-úrl import implementation
|
2020-10-24 13:55:54 +02:00 |
|
Alejandro Celaya
|
554d9b092f
|
Added import_source column in ShortUrls
|
2020-10-23 12:59:39 +02:00 |
|
Alejandro Celaya
|
33d3837795
|
Added dependency on shlinkio/shlink-importer
|
2020-10-22 18:12:22 +02:00 |
|
Alejandro Celaya
|
0686ac2fb1
|
Merge pull request #857 from acelaya-forks/feature/php8
Feature/php8
|
2020-10-16 20:14:57 +02:00 |
|
Alejandro Celaya
|
ce3d267572
|
Updated changelog
|
2020-10-16 19:54:09 +02:00 |
|
Alejandro Celaya
|
4ec90e02c9
|
Updated to latest infection
|
2020-10-16 19:53:05 +02:00 |
|
Alejandro Celaya
|
e7bccb088d
|
Updated to latest swoole and pdo_sqlsrv versions which are compatible with PHP8
|
2020-10-16 19:28:57 +02:00 |
|
Alejandro Celaya
|
cbc9f1257d
|
Enabled Diactoros as module
|
2020-10-16 19:21:40 +02:00 |
|
Alejandro Celaya
|
c7f15b77fd
|
Merge pull request #853 from dlondero/phpunit-static-assertions
PHPUnit static assertions
|
2020-10-04 09:44:18 +02:00 |
|
Daniel Londero
|
a8b0c46142
|
Fix typo
|
2020-10-04 00:35:29 +02:00 |
|
Daniel Londero
|
065d314608
|
Invoke PHPUnit's assertions statically
|
2020-10-04 00:35:14 +02:00 |
|
Alejandro Celaya
|
d426dbc684
|
Merge pull request #850 from acelaya-forks/feature/env-docker-port
Feature/env docker port
|
2020-10-03 12:12:25 +02:00 |
|
Alejandro Celaya
|
c6c78f383f
|
Updated changelog
|
2020-10-03 11:56:09 +02:00 |
|
Alejandro Celaya
|
450eea64aa
|
Added support for port option in SimplifiedConfigParser
|
2020-10-03 11:54:31 +02:00 |
|