Alejandro Celaya
|
999beef349
|
Fixed GeolocationDbUpdater so that it does not try to interact with the reader if the file does not exist, preventing later errors
|
2019-07-23 17:07:40 +02:00 |
|
Alejandro Celaya
|
c6fdd8a59f
|
Improvements and ensured LocateVisitsCommand does not swallow exceptions
|
2019-07-23 16:41:32 +02:00 |
|
Alejandro Celaya
|
a1c7e7d5da
|
Updated tests
|
2019-07-20 12:11:07 +02:00 |
|
Alejandro Celaya
|
f28540a53e
|
Updated GeolocationDbUpdater so that it handles a lock which prevents the db to be updated in parallel
|
2019-07-20 11:30:26 +02:00 |
|
Alejandro Celaya
|
46a27a9d0a
|
Added meta property to ShortUrlDataTransformer
|
2019-07-08 18:23:38 +02:00 |
|
Alejandro Celaya
|
4084e3f0d8
|
Removed superfluous option from command tester
|
2019-04-14 22:20:58 +02:00 |
|
Alejandro Celaya
|
4866fe241e
|
Updated LocateVisitsCommand to update the database if needed
|
2019-04-14 18:00:19 +02:00 |
|
Alejandro Celaya
|
6613cb5c60
|
Updated amount of days to wait for the GeoLite2 database to be updated
|
2019-04-14 13:18:03 +02:00 |
|
Alejandro Celaya
|
0f48dd567f
|
Registered GeolocationDbUpdater service and added callable which is invoked when db is going to be updated
|
2019-04-14 11:19:21 +02:00 |
|
Alejandro Celaya
|
b24511b7b5
|
Created service that updated GeoLite database when it is older than 7 days
|
2019-04-14 10:54:01 +02:00 |
|
Alejandro Celaya
|
935562acc9
|
Created exception to handle cases in which downloading a new geolite db fails
|
2019-04-14 10:10:20 +02:00 |
|
Alejandro Celaya
|
feb67e76f0
|
Updated commands
|
2019-04-14 09:10:00 +02:00 |
|
Alejandro Celaya
|
34ff831473
|
Added support to ignore errors in UpdateDbCommand
|
2019-03-16 11:08:12 +01:00 |
|
Alejandro Celaya
|
4b556cd79f
|
Updated to shlinkio coding standard 1.1.0
|
2019-02-26 22:56:43 +01:00 |
|
Alejandro Celaya
|
30bf1c2641
|
Added tests for new cases with non-locatable addresses
|
2019-02-26 22:31:07 +01:00 |
|
Alejandro Celaya
|
2d1d7357a3
|
Given more semantic cases in which a visit cannot be located
|
2019-02-26 21:39:45 +01:00 |
|
Alejandro Celaya
|
38cc83a4ee
|
Removed uneeded inline type hints
|
2019-02-17 20:32:18 +01:00 |
|
Alejandro Celaya
|
687a1cc9c7
|
Reduced amount of dead lines in tests
|
2019-02-17 20:28:34 +01:00 |
|
Alejandro Celaya
|
1bcd03b150
|
Renamed method
|
2019-02-17 13:21:07 +01:00 |
|
Alejandro Celaya
|
e2abe23895
|
Defined stricter model to represent one geo location
|
2019-02-17 13:01:21 +01:00 |
|
Alejandro Celaya
|
580050cb7d
|
Updated to phpstan 0.11
|
2019-02-17 10:06:34 +01:00 |
|
Alejandro Celaya
|
eab5659163
|
Added status codes returned by CLI commands
|
2019-02-16 23:21:40 +01:00 |
|
Alejandro Celaya
|
c0130c997a
|
Deprecated commands to generate secret and charset
|
2019-02-16 22:53:49 +01:00 |
|
Alejandro Celaya
|
ce7d2d1fb0
|
Fixed coding styles
|
2019-02-16 22:04:11 +01:00 |
|
Alejandro Celaya
|
6c0893cdf8
|
Improved tests to increase MSI to 69%
|
2019-02-16 21:24:32 +01:00 |
|
Alejandro Celaya
|
b8cb38ae5c
|
Updated testing tools
|
2019-02-16 10:53:45 +01:00 |
|
Alejandro Celaya
|
04d4d4a8d7
|
Updated GenerateShortUrlCommand to accept the findIfExists flag
|
2019-02-03 12:11:22 +01:00 |
|
Alejandro Celaya
|
d61f5faf59
|
Refactored UrlShortener public method to receibe DTOs instead of primitive params
|
2019-02-02 11:05:28 +01:00 |
|
Alejandro Celaya
|
5756609531
|
Deleted deprecated constant
|
2019-02-02 11:05:28 +01:00 |
|
Alejandro Celaya
|
1983fc9b67
|
Added current page message in list short urls CLI command
|
2018-12-08 12:16:39 +01:00 |
|
Alejandro Celaya
|
bb40d84212
|
Used ShlinkTable on every location rendering a CLI table
|
2018-12-08 12:12:11 +01:00 |
|
Alejandro Celaya
|
46a35c553e
|
Created class to wrap CLI table rendering behavior
|
2018-12-08 11:32:16 +01:00 |
|
Alejandro Celaya
|
d0e0aea0f1
|
Updated visits to support pagination
|
2018-11-28 20:39:08 +01:00 |
|
Alejandro Celaya
|
45254606d4
|
Added DTO used to pass filtering params to VisitsTracker
|
2018-11-27 21:09:27 +01:00 |
|
Alejandro Celaya
|
5abd9d1a40
|
Made test properties to be private instead of protected
|
2018-11-20 19:37:22 +01:00 |
|
Alejandro Celaya
|
0ae5a53d86
|
Enforced property types comments in one line
|
2018-11-20 19:30:27 +01:00 |
|
Alejandro Celaya
|
c5015f5828
|
Removed translations from CLI module
|
2018-11-18 16:02:52 +01:00 |
|
Alejandro Celaya
|
b8faa6714a
|
Increased MSI to 65% (for sure this time)
|
2018-11-17 19:32:31 +01:00 |
|
Alejandro Celaya
|
6094d17718
|
Increased MSI to 64%
|
2018-11-17 18:40:53 +01:00 |
|
Alejandro Celaya
|
d2ed7d6417
|
Increased MSI to 62%
|
2018-11-17 18:06:21 +01:00 |
|
Alejandro Celaya
|
a705ef21a9
|
Increased MSI to 61%
|
2018-11-17 17:36:22 +01:00 |
|
Alejandro Celaya
|
ed3883b52c
|
Updated translations
|
2018-11-17 14:29:54 +01:00 |
|
Alejandro Celaya
|
dd2cffeee9
|
Reused ProcessVisitsCommand name as the lock name
|
2018-11-17 14:16:45 +01:00 |
|
Alejandro Celaya
|
1ceabf3bc3
|
Added locking capabilities to process visits command
|
2018-11-17 14:11:16 +01:00 |
|
Alejandro Celaya
|
0aae0d888c
|
Moved visits iteration logic from command to service to allow lazy loading of entries in resultset
|
2018-11-17 09:42:15 +01:00 |
|
Alejandro Celaya
|
1bc01057f3
|
Reduced the number of arguments in private method
|
2018-11-17 08:02:42 +01:00 |
|
Alejandro Celaya
|
c1906606c6
|
Updated VisitService to have a method which locates visits and allows entity manager to be cleared
|
2018-11-17 07:47:42 +01:00 |
|
Alejandro Celaya
|
4745a37549
|
Used a lower level on phpstan to avoid errors produced by Symfony 4.1.5 new phpdocs
|
2018-11-16 16:44:48 +01:00 |
|
Alejandro Celaya
|
9964d3e24b
|
Added progress bar to command downloading new GeoLite2 database file
|
2018-11-12 21:30:30 +01:00 |
|
Alejandro Celaya
|
58e8c8e182
|
Updated spanish translations
|
2018-11-12 21:04:02 +01:00 |
|
Alejandro Celaya
|
bf56e6adaf
|
Created UpdateDbCommandTest
|
2018-11-12 20:37:30 +01:00 |
|
Alejandro Celaya
|
de0470d200
|
Created command to update GeoLite2 database
|
2018-11-12 20:06:12 +01:00 |
|
Alejandro Celaya
|
06db082e3f
|
Updated translations
|
2018-11-11 21:28:42 +01:00 |
|
Alejandro Celaya
|
4a383cecaf
|
Set chain IP resolver as the default IP resolver
|
2018-11-11 21:28:42 +01:00 |
|
Alejandro Celaya
|
fd6d180eba
|
Created chainIpLocationResolver
|
2018-11-11 21:28:42 +01:00 |
|
Alejandro Celaya
|
d152e2ef9a
|
Removed the concept of API limits in IP location resolvers
|
2018-11-11 21:28:42 +01:00 |
|
Alejandro Celaya
|
b530cf4461
|
Created new namespace for IP geolocation elements
|
2018-11-11 21:28:42 +01:00 |
|
Alejandro Celaya
|
bbe85cde31
|
Migrated to GeoLite2 for IP location resolution
|
2018-11-11 21:28:42 +01:00 |
|
Alejandro Celaya
|
f64920e510
|
Replaced some array_map by Functional\map
|
2018-11-02 12:05:01 +01:00 |
|
Alejandro Celaya
|
664dc333ac
|
Used select_keys function in place of custom pick function
|
2018-11-02 11:08:20 +01:00 |
|
Alejandro Celaya
|
951d08f914
|
Improved public API in Visit entity, reducing anemic model
|
2018-10-28 16:20:54 +01:00 |
|
Alejandro Celaya
|
8e1e8ba7de
|
Improved public API in ShortUrl entity, reducing anemic model
|
2018-10-28 16:00:54 +01:00 |
|
Alejandro Celaya
|
877b098b09
|
Improved public API in ApiKey entity, reducing anemic model
|
2018-10-28 15:24:41 +01:00 |
|
Alejandro Celaya
|
e046eddda9
|
Improved public API in VisitLocation entity, reducing anemic model
|
2018-10-28 15:13:45 +01:00 |
|
Alejandro Celaya
|
084b1169d7
|
Improved public API in Tag entity, avoiding anemic model
|
2018-10-28 14:38:43 +01:00 |
|
Alejandro Celaya
|
025135b8c6
|
Added all missing use statements from global functions and constants
|
2018-10-28 08:34:02 +01:00 |
|
Alejandro Celaya
|
77d810b735
|
Replaced all FQ global function and constants by explicit imports
|
2018-10-28 08:24:06 +01:00 |
|
Alejandro Celaya
|
5be7f839f3
|
Ensured visits with empty remote address are not tried to be located
|
2018-10-18 19:22:24 +02:00 |
|
Alejandro Celaya
|
3282bfd03b
|
Ensured symfony/console stays in v4.1.4, since the next one throws a lot of phpstan errors
|
2018-09-30 11:02:01 +02:00 |
|
Alejandro Celaya
|
0183c8a4b7
|
Migrated from standard datetime objects to chronos objects
|
2018-09-29 12:52:32 +02:00 |
|
Alejandro Celaya
|
a65ce649ac
|
Created new Installer module and moved everything from CLI there
|
2018-09-29 09:52:32 +02:00 |
|
Alejandro Celaya
|
d4168bebc6
|
Ensured install tool knows the install command is the only one
|
2018-09-16 18:48:10 +02:00 |
|
Alejandro Celaya
|
13c3629cd6
|
Updated few translations
|
2018-09-16 18:37:54 +02:00 |
|
Alejandro Celaya
|
1eff9801e8
|
Updated references to short code and replaced them to short URL where appropriate
|
2018-09-16 18:36:02 +02:00 |
|
Alejandro Celaya
|
9d8fb055b1
|
Updated translations
|
2018-09-15 18:03:54 +02:00 |
|
Alejandro Celaya
|
9651b3d692
|
Created command to delete short URLs
|
2018-09-15 17:57:12 +02:00 |
|
Alejandro Celaya
|
4f2146dd9c
|
Replaced commands namespace shortcode by short-code, using the old one as an alias
|
2018-09-14 19:38:52 +02:00 |
|
Alejandro Celaya
|
9d9b61cf14
|
Fixed message displayed during installation process
|
2018-09-14 19:18:10 +02:00 |
|
Alejandro Celaya
|
9d7db96e4b
|
Added country name to console comand that lists visits
|
2018-09-14 19:12:23 +02:00 |
|
Alejandro Celaya
|
a0c3b9412f
|
Updated system to obfuscate IP addresses before persisting them
|
2018-09-13 22:36:28 +02:00 |
|
Alejandro Celaya
|
a33151248d
|
Removed duplicated code by using a utils trait
|
2018-09-12 20:40:32 +02:00 |
|
Alejandro Celaya
|
f3c92f4110
|
Updated short URL creation responses to include more information
|
2018-09-12 20:32:58 +02:00 |
|
Alejandro Celaya
|
563021bdc1
|
Updated resolve short url action to return all data for that short url
|
2018-08-11 10:40:44 +02:00 |
|
Alejandro Celaya
|
2d6d35a398
|
Added shortUrl field to serialized ShortUrl objects, both from CLI and REST
|
2018-08-10 23:14:45 +02:00 |
|
Alejandro Celaya
|
416c56dee2
|
Added new spanish translations
|
2018-08-04 16:37:54 +02:00 |
|
Alejandro Celaya
|
110e8cb78d
|
Added test to cover new IP resolution API limits
|
2018-08-04 15:50:02 +02:00 |
|
Alejandro Celaya
|
ed859767a8
|
Updated IpLocation resolver to be able to provide limits in order to apply sleeps
|
2018-08-02 23:02:48 +02:00 |
|
Alejandro Celaya
|
899771cc2e
|
Fixed geolocation by switching to different API
|
2018-07-31 20:24:13 +02:00 |
|
Alejandro Celaya
|
863803b614
|
Fixed tests failing with new typehints
|
2018-07-31 19:59:41 +02:00 |
|
Alejandro Celaya
|
0b8e305533
|
Improved error management in process visits command
|
2018-07-31 19:42:33 +02:00 |
|
Alejandro Celaya
|
87c4851d7e
|
Simplified ListKeysCommand reducing cyclomatic complexity on nested callbacks
|
2018-07-04 20:24:13 +02:00 |
|
Alejandro Celaya
|
6e79b4ba7b
|
Fixed php binary used in child commands while installkation not properly inherited
|
2018-06-18 20:14:51 +02:00 |
|
Alejandro Celaya
|
8793a67ce9
|
Reduced the number of includes by pointing to dcotrine scripts with extension
|
2018-04-07 08:37:41 +02:00 |
|
Alejandro Celaya
|
aca89f9abe
|
Updated links to doctrine CLI scripts to avoid depending on symlinks
|
2018-04-07 08:21:34 +02:00 |
|
Alejandro Celaya
|
3dcc510da1
|
Updated to symfony 4
|
2018-03-26 20:32:12 +02:00 |
|
Alejandro Celaya
|
c3d555ef3c
|
Added missing null coalescing operator
|
2018-01-21 10:01:18 +01:00 |
|
Alejandro Celaya
|
cf8b778711
|
Updated language files
|
2018-01-21 09:40:38 +01:00 |
|
Alejandro Celaya
|
5fd34e03fc
|
Added new app config param to allow disabling short URL visits tracking
|
2018-01-14 09:13:49 +01:00 |
|
Alejandro Celaya
|
3243ade4fd
|
Improved error message when installation fails
|
2017-12-31 19:31:35 +01:00 |
|
Alejandro Celaya
|
da21eb4a5c
|
Removed return type incompatible with PHP 7.0
|
2017-12-31 19:24:22 +01:00 |
|
Alejandro Celaya
|
5ec6d538db
|
Improved and simplified ProcessVisitsCommand thanks to SymfonyStyle
|
2017-12-31 19:13:42 +01:00 |
|
Alejandro Celaya
|
08228d9d98
|
Improved and simplified RenameTagCommand thanks to SymfonyStyle
|
2017-12-31 19:10:27 +01:00 |
|
Alejandro Celaya
|
7856d64299
|
Improved and simplified ListTagsCommand thanks to SymfonyStyle
|
2017-12-31 19:08:10 +01:00 |
|
Alejandro Celaya
|
057bbae729
|
Improved and simplified DeleteTagCommand thanks to SymfonyStyle
|
2017-12-31 19:06:04 +01:00 |
|
Alejandro Celaya
|
09b161304c
|
Improved and simplified CreateTagCommand thanks to SymfonyStyle
|
2017-12-31 19:03:41 +01:00 |
|
Alejandro Celaya
|
a60c45ca4d
|
Simplified and improved ResolveUrlCommand with SymfonyStyle
|
2017-12-31 18:58:11 +01:00 |
|
Alejandro Celaya
|
89ed84ce28
|
Removed unused use statements
|
2017-12-31 18:38:25 +01:00 |
|
Alejandro Celaya
|
a6c547c4da
|
Improved and simplified ListShortcodesCommand with SymfonyStyle
|
2017-12-31 18:37:39 +01:00 |
|
Alejandro Celaya
|
3e2c5abaa4
|
Improved GetVisitsCommand by using SymfonyStyle
|
2017-12-31 18:17:58 +01:00 |
|
Alejandro Celaya
|
c202b3e518
|
Improved GenerateShortcodeCommand by using SymfonyStyle
|
2017-12-31 18:12:43 +01:00 |
|
Alejandro Celaya
|
e15b67b5dc
|
Improved GeneratePreviewCommand using SymfonyStyle
|
2017-12-31 18:04:11 +01:00 |
|
Alejandro Celaya
|
7ddc180487
|
Simplified InstallCommand
|
2017-12-31 17:59:50 +01:00 |
|
Alejandro Celaya
|
f3fbfc3692
|
Fixed phpstan error
|
2017-12-31 17:54:01 +01:00 |
|
Alejandro Celaya
|
b289e3bac2
|
Applied more improvements on InstallCommand with SymfonyStyle
|
2017-12-31 17:52:17 +01:00 |
|
Alejandro Celaya
|
4d4aafa6db
|
Fixed config customizer tests
|
2017-12-31 17:45:27 +01:00 |
|
Alejandro Celaya
|
2705070063
|
Renamed tests
|
2017-12-31 17:22:25 +01:00 |
|
Alejandro Celaya
|
5e3770c105
|
Renamed ConfigCustomizerPluginManager to CongigCustomizerManager
|
2017-12-31 17:20:03 +01:00 |
|
Alejandro Celaya
|
0f0213aa87
|
Removed plugin suffix on config ustomizers
|
2017-12-31 17:18:54 +01:00 |
|
Alejandro Celaya
|
0e2ad0dbca
|
Updated ConfigCustomizer api to expect a SymfonyStyle object instead of a set of input and output
|
2017-12-31 17:14:01 +01:00 |
|
Alejandro Celaya
|
d275316acd
|
Applied SymfonyStyle to all installation config customizers
|
2017-12-31 17:07:39 +01:00 |
|
Alejandro Celaya
|
0a681f0efa
|
Simplified UrlShortenerConfigCustomizerPlugin thanks to SymfonyStyle
|
2017-12-31 17:00:26 +01:00 |
|
Alejandro Celaya
|
b17f96043a
|
Simplified and standardized DatabaseConfigCustomizerPlugin thanks to SymfonyStyle
|
2017-12-31 16:53:18 +01:00 |
|
Alejandro Celaya
|
4dffc9f0c1
|
Improved and simplified all installation process thanks to symfony style
|
2017-12-28 15:52:10 +01:00 |
|
Alejandro Celaya
|
5de845c258
|
Improved GenerateSecretCommand by using SymfonyStyle
|
2017-12-28 15:17:12 +01:00 |
|
Alejandro Celaya
|
88b9f9fc56
|
Fixed GenerateCharsetCommandTest
|
2017-12-28 14:59:52 +01:00 |
|
Alejandro Celaya
|
1b94083188
|
Improved GenerateCharsetCommand by using SymfonyStyle
|
2017-12-28 09:48:17 +01:00 |
|
Alejandro Celaya
|
1993d01110
|
Dimplified GenerateKeyCommand by using SymfonyStyle
|
2017-12-27 17:36:07 +01:00 |
|
Alejandro Celaya
|
37fb7e76d9
|
Simplified DisableKeyCommand using SymfonyStyle
|
2017-12-27 17:32:39 +01:00 |
|
Alejandro Celaya
|
cc3362837b
|
Simplified ListKeysCommand using SymfonyStyle
|
2017-12-27 17:28:51 +01:00 |
|
Alejandro Celaya
|
db956a1f40
|
Fixed all possible PHPStan errors
|
2017-12-27 16:23:54 +01:00 |
|
Alejandro Celaya
|
4f3995ea80
|
Fixed phpstan errors in ListKeysCommand
|
2017-12-27 15:56:26 +01:00 |
|
Alejandro Celaya
|
af0ff0f65b
|
Console commands are now lazy loaded
|
2017-12-27 15:37:26 +01:00 |
|
Alejandro Celaya
|
26c455616b
|
Ensured validate_url does not fail when importing config, and instead, it gets a default BC value
|
2017-10-23 13:56:07 +02:00 |
|
Alejandro Celaya
|
781ca39938
|
Fixed merge conflicts
|
2017-10-23 13:28:09 +02:00 |
|
Alejandro Celaya
|
cb23d38b38
|
Used maxVisits field when creating or fetching a ShortUrl
|
2017-10-22 09:15:37 +02:00 |
|
Alejandro Celaya
|
a1c8c51f70
|
Updated translations
|
2017-10-21 20:21:08 +02:00 |
|
Alejandro Celaya
|
fd468cd4e9
|
Added support for custom slug in shortcode command
|
2017-10-21 17:32:05 +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 |
|
Mikolaj Gogula
|
18d9815e88
|
Added option for enable/disable URL Validation by response status code.
|
2017-10-17 11:03:12 +02:00 |
|
Alejandro Celaya
|
0df8f17e7b
|
Added new translations
|
2017-10-13 12:30:54 +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
|
9ef9da0870
|
Replaced more ussages of AnnotatedFactory by ConfigAbstractFactory
|
2017-09-30 12:13:47 +02:00 |
|
Alejandro Celaya
|
ba2053bd3a
|
Dropped AnnotatedFactory in commands and replaced by ConfigAbstractFactory
|
2017-09-30 12:13:47 +02:00 |
|
Alejandro Celaya
|
9260b3ac6b
|
Fixed coding styles
|
2017-07-16 09:58:03 +02:00 |
|
Alejandro Celaya
|
f3389d3738
|
Updated language files
|
2017-07-16 09:40:34 +02:00 |
|
Alejandro Celaya
|
a138f4153d
|
Created DeleteTagsCommand
|
2017-07-16 09:35:24 +02:00 |
|
Alejandro Celaya
|
602e11d5e7
|
Added namespace to functions
|
2017-07-16 09:28:40 +02:00 |
|
Alejandro Celaya
|
3cd14153ca
|
Created command to rename tag
|
2017-07-16 09:24:21 +02:00 |
|
Alejandro Celaya
|
095d8e73b8
|
Created ListTagsCommand
|
2017-07-16 09:13:25 +02:00 |
|
Alejandro Celaya
|
b37f303e76
|
Created CreateTagCommand
|
2017-07-16 09:09:11 +02:00 |
|
Alejandro Celaya
|
c8368c9098
|
Updated language files
|
2017-07-15 12:16:15 +02:00 |
|
Alejandro Celaya
|
e07c464de8
|
Removed strict declarations
|
2017-07-15 09:15:45 +02:00 |
|
Alejandro Celaya
|
1ba7fc81ac
|
Created ListTagsCommand
|
2017-07-08 13:17:46 +02:00 |
|
Alejandro Celaya
|
5c7962966d
|
Created ListTagsActionTest
|
2017-07-07 13:28:58 +02:00 |
|
Alejandro Celaya
|
e0f18f8d1f
|
Created InstallApplicationFactoryTest
|
2017-07-06 18:06:11 +02:00 |
|
Alejandro Celaya
|
a66f116d66
|
Created DatabaseConfigCustomizerPluginTest
|
2017-07-06 18:00:38 +02:00 |
|
Alejandro Celaya
|
dd099dc39c
|
Removed declare strict types added by mistake
|
2017-07-06 17:49:05 +02:00 |
|
Alejandro Celaya
|
c05aeabdee
|
Improved if statements reducing indentation
|
2017-07-06 17:38:16 +02:00 |
|
Alejandro Celaya
|
23922f6c7b
|
Created UrlShortenerConfigCustomizerPluginTest
|
2017-07-06 17:28:32 +02:00 |
|
Alejandro Celaya
|
69a99949e1
|
Created LanguageConfigCustomizerPluginTest
|
2017-07-06 17:22:03 +02:00 |
|
Alejandro Celaya
|
d56cde72a3
|
Created ApplicationConfigCustomizerPluginTest
|
2017-07-06 17:12:32 +02:00 |
|
Alejandro Celaya
|
99ffff11c7
|
Created DefaultConfigCustomizerPluginFactoryTest
|
2017-07-06 13:43:36 +02:00 |
|
Alejandro Celaya
|
bb050cc1b6
|
Improved InstallCommandTest coverage
|
2017-07-06 13:38:15 +02:00 |
|
Alejandro Celaya
|
3547889ad5
|
Fixed InstallCommandTest
|
2017-07-06 10:04:35 +02:00 |
|
Alejandro Celaya
|
479e694478
|
Moved all configuration customization steps to individual plugins
|
2017-07-05 20:04:44 +02:00 |
|
Alejandro Celaya
|
2368b634e3
|
Moved command and app creation logic to a factory for install scripts
|
2017-07-05 18:12:03 +02:00 |
|
Alejandro Celaya
|
dcc09975a9
|
Abstracted filesystem manipulation in InstallCommand
|
2017-07-04 20:14:22 +02:00 |
|
Alejandro Celaya
|
102f5c4e12
|
Updated instalation script to import sqlte database file when importing the rets of the config
|
2017-07-04 20:01:42 +02:00 |
|
Alejandro Celaya
|
cc688fa3ce
|
Implemented method to deserialize customizable config
|
2017-07-04 19:48:53 +02:00 |
|
Alejandro Celaya
|
e7f7cbcaac
|
Improved installation command, reducing duplication and moving serialization logic to specific model
|
2017-07-03 20:46:35 +02:00 |
|
Alejandro Celaya
|
f9c56d7cb1
|
Added process to import previous configuration when updating shlink
|
2017-07-03 13:43:53 +02:00 |
|
Alejandro Celaya
|
1fe2e6f6bd
|
Improved check on update and install commands
|
2017-07-03 13:17:44 +02:00 |
|
Alejandro Celaya
|
c3cc88f03e
|
Fixed inspections
|
2017-07-03 13:11:45 +02:00 |
|
Alejandro Celaya
|
584e1f5643
|
Created common abstract command for update and install
|
2017-07-03 13:10:16 +02:00 |
|
Alejandro Celaya
|
10da57572f
|
Fixed date format returned by the API
|
2017-04-16 10:27:27 +02:00 |
|
Alejandro Celaya
|
0e2a289f9f
|
Updated to phpunit 6
|
2017-03-24 20:34:18 +01:00 |
|
Alejandro Celaya
|
869865f22a
|
Added option to customize database hostname and port
|
2017-01-21 13:45:28 +01:00 |
|
Alejandro Celaya
|
29fd313337
|
Added memcached to php docker image
|
2017-01-21 13:33:51 +01:00 |
|
Alejandro Celaya
|
0b9753582d
|
Documented how to order results
|
2016-10-22 23:13:54 +02:00 |
|
Alejandro Celaya
|
9ac48bfbc5
|
Added support for ordering in shortcode:list command
|
2016-10-22 23:10:30 +02:00 |
|
Alejandro Celaya
|
e3cbac38ce
|
Improved output on api-key:list command
|
2016-10-22 22:11:36 +02:00 |
|
Alejandro Celaya
|
c22bbecdc5
|
Updated languages
|
2016-10-22 13:15:35 +02:00 |
|
Alejandro Celaya
|
47a2c18c7e
|
Added the ability to filter by tag in shotcodes:list command
|
2016-10-22 13:11:24 +02:00 |
|
Alejandro Celaya
|
8610a158d4
|
Added searchTerm param to shortcode:list command
|
2016-10-22 12:48:24 +02:00 |
|
Alejandro Celaya
|
ad6ef22b72
|
Updated languages
|
2016-08-21 18:17:39 +02:00 |
|
Alejandro Celaya
|
1cf6c93007
|
Added option to pass tags when creating a short code from the command line
|
2016-08-21 10:39:00 +02:00 |
|
Alejandro Celaya
|
2b89556c09
|
Allowed to display tags in the shortcode:list command
|
2016-08-21 10:17:17 +02:00 |
|
Alejandro Celaya
|
5f0baab2ac
|
Created script to update an already existing system
|
2016-08-19 15:50:08 +02:00 |
|
Alejandro Celaya
|
ea083e30b6
|
Improved InstallCommand, adding migrations and removing code duplication
|
2016-08-19 15:15:53 +02:00 |
|
Alejandro Celaya
|
7c42835cc1
|
Improved error management on install command
|
2016-08-18 18:02:24 +02:00 |
|
Alejandro Celaya
|
e52983c5d9
|
Updated translations
|
2016-08-18 17:28:04 +02:00 |
|
Alejandro Celaya
|
b432ed2c1d
|
Created GeneratePreviewCommandTest
|
2016-08-18 17:10:40 +02:00 |
|
Alejandro Celaya
|
fac519699a
|
Used filesystem check instead of cache check for preview generation
|
2016-08-18 13:20:57 +02:00 |
|
Alejandro Celaya
|
2c91ded514
|
Improved PreviewGenerator by composing an ImageBuilder that creates new Image objects fore each URL
|
2016-08-18 12:21:26 +02:00 |
|
Alejandro Celaya
|
395311eaad
|
Added InstallCommandTest
|
2016-08-15 11:34:35 +02:00 |
|
Alejandro Celaya
|
5bbc7de4af
|
Fixed namespace in some tests
|
2016-08-15 11:01:55 +02:00 |
|
Alejandro Celaya
|
00c56ca594
|
Fixed tests
|
2016-08-15 09:52:44 +02:00 |
|
Alejandro Celaya
|
4bbdccf981
|
Added symfony process to run initialization commands
|
2016-08-14 23:41:42 +02:00 |
|
Alejandro Celaya
|
1f3e31d100
|
Fixed working directory and paths in InstallCommand
|
2016-08-14 23:25:04 +02:00 |
|
Alejandro Celaya
|
2617ef1547
|
Added cli locale to installation generated config file
|
2016-08-14 23:10:07 +02:00 |
|
Alejandro Celaya
|
25380e4727
|
Moved console Application creation to factory
|
2016-08-14 23:08:26 +02:00 |
|
Alejandro Celaya
|
fe708333b1
|
Fixed path while generating config file
|
2016-08-14 10:43:16 +02:00 |
|
Alejandro Celaya
|
566ee7ef6f
|
Finished custom config command
|
2016-08-14 10:30:43 +02:00 |
|
Alejandro Celaya
|
56af58fcb8
|
Created installation script and installation command
|
2016-08-14 09:11:46 +02:00 |
|
Alejandro Celaya
|
cffa43a155
|
Created installation script and installation command
|
2016-08-14 09:09:23 +02:00 |
|
Alejandro Celaya
|
ecd2e6e759
|
Updated namespace for Visit CLI commands
|
2016-08-08 09:38:50 +02:00 |
|
Alejandro Celaya
|
a65003803b
|
Updated namespace for Shortcode CLI commands
|
2016-08-08 09:36:52 +02:00 |
|
Alejandro Celaya
|
57bc681b9e
|
Created command to generate a random secret key string
|
2016-08-07 20:30:19 +02:00 |
|
Alejandro Celaya
|
2a089f05b1
|
Updated languages
|
2016-08-07 20:21:38 +02:00 |
|
Alejandro Celaya
|
289db45f27
|
Created ListKeysCommand
|
2016-08-06 18:50:50 +02:00 |
|
Alejandro Celaya
|
c5382b2a7f
|
Created DisableKeyCommand
|
2016-08-06 18:26:07 +02:00 |
|
Alejandro Celaya
|
74777c2234
|
Created command to generate a new api key
|
2016-08-06 18:07:48 +02:00 |
|
Alejandro Celaya
|
21dc9ac5a0
|
Updated changelog for version 1
|
2016-08-01 21:25:15 +02:00 |
|
Alejandro Celaya
|
9b9b1415fe
|
Created GenerateCharsetCommand
|
2016-08-01 21:11:42 +02:00 |
|
Alejandro Celaya
|
7b1e855e7f
|
Renamed services config files to dependencies
|
2016-07-31 16:32:27 +02:00 |
|
Alejandro Celaya
|
a957f66ed0
|
Renamed services first level config key to dependencies
|
2016-07-31 16:30:05 +02:00 |
|
Alejandro Celaya
|
4c6cc9cd11
|
Created ResolveUrlCommandTest
|
2016-07-30 16:48:02 +02:00 |
|
Alejandro Celaya
|
50f1549457
|
Created ProcessVisitsCommand
|
2016-07-30 14:42:09 +02:00 |
|
Alejandro Celaya
|
3923bf0604
|
Created GetVisitsCommandTest
|
2016-07-30 14:30:30 +02:00 |
|
Alejandro Celaya
|
bb8404040a
|
Created GenerateShortcodeCommandTest
|
2016-07-30 14:13:28 +02:00 |
|
Alejandro Celaya
|
ab6aa99a6d
|
Created more tests on CLI module
|
2016-07-28 20:49:27 +02:00 |
|
Alejandro Celaya
|
73a35a8f44
|
Added translator and translations to ResolveUrlCommand
|
2016-07-21 16:01:16 +02:00 |
|
Alejandro Celaya
|
6a05265a48
|
Added translator and translations to ProcessVisitsCommand
|
2016-07-21 15:50:27 +02:00 |
|
Alejandro Celaya
|
8e51b51cae
|
Added translator and translations to ListShortcodesCommand
|
2016-07-21 15:43:19 +02:00 |
|
Alejandro Celaya
|
545fe7da70
|
Added translator and translations to GetVisitsCommand
|
2016-07-21 15:35:52 +02:00 |
|
Alejandro Celaya
|
cb99130c1e
|
Created translator and used inside one of the commands
|
2016-07-21 15:08:46 +02:00 |
|
Alejandro Celaya
|
45d194aced
|
Added option to filter by date in shortcode:views CLI command
|
2016-07-21 09:58:33 +02:00 |
|
Alejandro Celaya
|
0a57f52309
|
Fixed typo
|
2016-07-21 09:46:12 +02:00 |
|
Alejandro Celaya
|
d97287ab0c
|
Added option to filter by date the visits list
|
2016-07-21 09:36:38 +02:00 |
|
Alejandro Celaya
|
dbe1281d2a
|
Created services and command to process visits
|
2016-07-20 19:00:23 +02:00 |
|
Alejandro Celaya
|
7ca52ecff9
|
Removed wrong use statement from old namespace
|
2016-07-19 18:33:45 +02:00 |
|
Alejandro Celaya
|
923abdf4d2
|
Added first tests for CLI module
|
2016-07-19 18:28:21 +02:00 |
|
Alejandro Celaya
|
ab9c2f728a
|
Created Core module
|
2016-07-19 18:01:39 +02:00 |
|
Alejandro Celaya
|
ba06ad44bd
|
Created Common module
|
2016-07-19 17:38:41 +02:00 |
|
Alejandro Celaya
|
7efb3b3a86
|
Created cli-specific services config file
|
2016-07-19 17:17:37 +02:00 |
|
Alejandro Celaya
|
55f954f50f
|
Created Rest module
|
2016-07-19 17:07:59 +02:00 |
|
Alejandro Celaya
|
95d0beea3c
|
Created CLI module
|
2016-07-19 16:50:02 +02:00 |
|