Alejandro Celaya
|
781ca39938
|
Fixed merge conflicts
|
2017-10-23 13:28:09 +02:00 |
|
Alejandro Celaya
|
ccb9d5e83a
|
Merge pull request #105 from gogus/feature/url-validation-option
Added option for enable/disable URL Validation by response status code.
|
2017-10-23 13:18:30 +02:00 |
|
Alejandro Celaya
|
91f08c9ead
|
Updated CHANGELOG
|
2017-10-23 13:09:10 +02:00 |
|
Alejandro Celaya
|
433a5a923d
|
Improved ShortUrlRepositoryTest
|
2017-10-23 13:06:29 +02:00 |
|
Alejandro Celaya
|
501a933d2e
|
Created ShortUrlRepositoryTest
|
2017-10-23 13:03:23 +02:00 |
|
Alejandro Celaya
|
633f3b728f
|
Created composer command to generate merge pretty code coverage
|
2017-10-23 12:54:54 +02:00 |
|
Alejandro Celaya
|
be34600494
|
Updated CI process to generate a merged coverage file
|
2017-10-23 12:51:06 +02:00 |
|
Alejandro Celaya
|
9577a4da4b
|
Refactored ShortUrlRepository to make it more readable
|
2017-10-23 12:36:03 +02:00 |
|
Alejandro Celaya
|
a24688b92a
|
Created VisitRepositoryTest
|
2017-10-23 12:33:46 +02:00 |
|
Alejandro Celaya
|
91442a3379
|
Ensured same testing database is used to generate with entities and to run functional tests
|
2017-10-23 12:19:28 +02:00 |
|
Alejandro Celaya
|
0bd9f1e19f
|
Removed wrong extension for travis
|
2017-10-23 12:09:07 +02:00 |
|
Alejandro Celaya
|
c233e807c2
|
Added sqlite extensions to PDO
|
2017-10-23 11:42:13 +02:00 |
|
Alejandro Celaya
|
a002c60183
|
Updated travis config so that it loads apcu extension
|
2017-10-23 11:37:16 +02:00 |
|
Alejandro Celaya
|
c522879c64
|
Updated composer check to ru functional tests too
|
2017-10-23 11:29:37 +02:00 |
|
Mikolaj Gogula
|
d04abd1f75
|
Added validate_url config key for development.
|
2017-10-23 11:28:04 +02:00 |
|
Alejandro Celaya
|
c2feffa50c
|
First version of functional tests working
|
2017-10-23 11:21:00 +02:00 |
|
Alejandro Celaya
|
e282521040
|
Updated migrations to prevent duplication when running after orm schema tool
|
2017-10-23 11:11:26 +02:00 |
|
Alejandro Celaya
|
d7b7db670f
|
Created first common elements for functional tests
|
2017-10-22 18:03:35 +02:00 |
|
Alejandro Celaya
|
5a500a00d7
|
Added another feature to CHANGELOG
|
2017-10-22 09:18:28 +02:00 |
|
Alejandro Celaya
|
9fb07f4039
|
Fixed tests
|
2017-10-22 09:17:19 +02:00 |
|
Alejandro Celaya
|
cb23d38b38
|
Used maxVisits field when creating or fetching a ShortUrl
|
2017-10-22 09:15:37 +02:00 |
|
Alejandro Celaya
|
af7c11665c
|
Added max_visits field to short_urls
|
2017-10-22 09:00:32 +02:00 |
|
Alejandro Celaya
|
7f4678261e
|
Added first tasks to the CHANGELOG
|
2017-10-21 20:27:19 +02:00 |
|
Alejandro Celaya
|
a1c8c51f70
|
Updated translations
|
2017-10-21 20:21:08 +02:00 |
|
Alejandro Celaya
|
6bbe66e8f1
|
Improved CreateShortcodeActiontest
|
2017-10-21 20:16:39 +02:00 |
|
Alejandro Celaya
|
5f0d281255
|
Updated create shortcode action to accept the custom slug
|
2017-10-21 20:09:30 +02:00 |
|
Alejandro Celaya
|
fd468cd4e9
|
Added support for custom slug in shortcode command
|
2017-10-21 17:32:05 +02:00 |
|
Alejandro Celaya
|
1f7a94794d
|
Added option to provide custom slug when creating a short url
|
2017-10-21 17:19:02 +02:00 |
|
Alejandro Celaya
|
0232f68b91
|
Updated action and command to create short urls so that it accepts validity dates
|
2017-10-21 12:24:53 +02:00 |
|
Alejandro Celaya
|
070055a8b9
|
Fixed type hints
|
2017-10-21 11:59:31 +02:00 |
|
Alejandro Celaya
|
a3bbd06fe3
|
Updated UrlShortener so that it does not match a short code which is out of the validity dat erange
|
2017-10-21 11:58:20 +02:00 |
|
Alejandro Celaya
|
68b4cfbae0
|
Added valid_since and valid_until columns to shoirt_urls table
|
2017-10-21 11:39:27 +02:00 |
|
Alejandro Celaya
|
97a54aef06
|
Imported function in config file
|
2017-10-21 11:28:44 +02:00 |
|
Mikolaj Gogula
|
297c88c334
|
Change variable name for validation enabled.
|
2017-10-17 11:44:30 +02:00 |
|
Mikolaj Gogula
|
fef5390a62
|
Codestyle fixes.
|
2017-10-17 11:35:32 +02:00 |
|
Mikolaj Gogula
|
08d18b1dc1
|
Codestyle fixes.
|
2017-10-17 11:33:11 +02:00 |
|
Mikolaj Gogula
|
16a2349d86
|
Composer fixes.
|
2017-10-17 11:28:05 +02:00 |
|
Mikolaj Gogula
|
18d9815e88
|
Added option for enable/disable URL Validation by response status code.
|
2017-10-17 11:03:12 +02:00 |
|
Alejandro Celaya
|
c8346bc5f8
|
Added target php platform in composer.json to prevent building versions that cannot be executed in older versions
|
2017-10-16 18:23:13 +02:00 |
|
Alejandro Celaya
|
2d85a207d1
|
Removed comented translations
|
2017-10-13 12:31:44 +02:00 |
|
Alejandro Celaya
|
0df8f17e7b
|
Added new translations
|
2017-10-13 12:30:54 +02:00 |
|
Alejandro Celaya
|
29645e77cf
|
Created DottedAccessConfigAbstractFactory
|
2017-10-13 12:27:20 +02:00 |
|
Alejandro Celaya
|
ea76092681
|
Ensured a generic template is used to render generic 404 errors, and a more specific one to render 'invalid short url' errors
|
2017-10-13 12:22:19 +02:00 |
|
Alejandro Celaya
|
c12e13dfd7
|
Created NotFoundDelegateTest
|
2017-10-13 12:02:00 +02:00 |
|
Alejandro Celaya
|
566940349f
|
Created default delegate that returns a JSON response when accepted type is json
|
2017-10-13 11:55:14 +02:00 |
|
Alejandro Celaya
|
391ef5c323
|
Added return typehint
|
2017-10-12 11:59:22 +02:00 |
|
Alejandro Celaya
|
70264be8e7
|
Fixed coding styles
|
2017-10-12 11:29:11 +02:00 |
|
Alejandro Celaya
|
6208f6f0d5
|
Improved Exception management to be more specific
|
2017-10-12 11:28:45 +02:00 |
|
Alejandro Celaya
|
c422a14c5c
|
Improved coding styles
|
2017-10-12 10:13:20 +02:00 |
|
Alejandro Celaya
|
fbeb959317
|
Fixed tests
|
2017-10-12 10:03:43 +02:00 |
|