Alejandro Celaya
|
3eddacdff8
|
Created options to enable redirection to external page when short code is not found
|
2018-11-03 11:37:43 +01:00 |
|
Alejandro Celaya
|
95d4cde649
|
Merge pull request #251 from acelaya/feature/improve-infection
Feature/improve infection
|
2018-11-03 11:07:20 +01:00 |
|
Alejandro Celaya
|
d1d947bf12
|
Disabled xdebug in travis env
|
2018-11-03 11:02:52 +01:00 |
|
Alejandro Celaya
|
40815e5b38
|
Ensured phpunit is run using phpdbg, to avoid the requirement on xdebug
|
2018-11-03 11:02:19 +01:00 |
|
Alejandro Celaya
|
8fc1d23e03
|
Created needed commands and updated pipeline config file to run infection using an existing code coverage report
|
2018-11-03 10:58:46 +01:00 |
|
Alejandro Celaya
|
5ec8c229a1
|
Merge pull request #250 from acelaya/feature/functional
Feature/functional
|
2018-11-02 12:19:07 +01:00 |
|
Alejandro Celaya
|
2412ec2195
|
Updated changelog
|
2018-11-02 12:08:43 +01:00 |
|
Alejandro Celaya
|
bfb96b0ae8
|
Fixed coding style
|
2018-11-02 12:07:13 +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
|
521f6f2b18
|
Added functional-php library
|
2018-11-02 10:54:42 +01:00 |
|
Alejandro Celaya
|
6986d03c53
|
Merge pull request #248 from acelaya/feature/fix-anemic-model
Feature/fix anemic model
|
2018-10-28 16:27:14 +01:00 |
|
Alejandro Celaya
|
e6e38e3ca2
|
Added change to changelog
|
2018-10-28 16:22:30 +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
|
f7ceeff05a
|
Added task to changelog
|
2018-10-28 09:15:26 +01:00 |
|
Alejandro Celaya
|
e0d41a2b8a
|
Merge pull request #246 from acelaya/feature/enforce-global-imports
Feature/enforce global imports
|
2018-10-28 09:12:46 +01:00 |
|
Alejandro Celaya
|
6b9f9f0f44
|
Added scrutinizer config to enforce using the new environment
|
2018-10-28 09:05:20 +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
|
e1222de05b
|
Explicitly imported global functions in UrlShortener
|
2018-10-28 08:07:33 +01:00 |
|
Alejandro Celaya
|
459f807e67
|
Added link to shlink CLI help when mentioning CLI available commands
|
2018-10-20 13:09:41 +02:00 |
|
Alejandro Celaya
|
32df1370a6
|
Updated changelog
|
2018-10-20 13:08:03 +02:00 |
|
Alejandro Celaya
|
f18f8c89ec
|
Merge pull request #244 from acelaya/feature/psr-logs
Feature/psr logs
|
2018-10-20 13:06:20 +02:00 |
|
Alejandro Celaya
|
787b791651
|
Replaced hardcoded exceptions concatenations by PSR approach
|
2018-10-20 12:50:10 +02:00 |
|
Alejandro Celaya
|
2eca0da852
|
Updated logger to properly format exceptions using processors
|
2018-10-20 12:37:35 +02:00 |
|
Alejandro Celaya
|
9e49604ce2
|
Replaced usages of mt_rand by random_int
|
2018-10-20 09:21:26 +02:00 |
|
Alejandro Celaya
|
5f85c61d6a
|
Merge pull request #243 from acelaya/feature/snake-case-table
Feature/snake case table
|
2018-10-20 09:20:48 +02:00 |
|
Alejandro Celaya
|
cd58855e1f
|
Updated changelog
|
2018-10-20 09:10:27 +02:00 |
|
Alejandro Celaya
|
13c64b0db0
|
Fixed coding styles
|
2018-10-20 09:10:27 +02:00 |
|
Alejandro Celaya
|
55e021ba20
|
Added snake case column names to VisitLocation entity
|
2018-10-20 09:10:27 +02:00 |
|
Alejandro Celaya
|
26fd61a3ed
|
Created migrations to rename camel case columns to snake case
|
2018-10-20 09:10:27 +02:00 |
|
Alejandro Celaya
|
46482522bb
|
Merge pull request #242 from acelaya/feature/functions-as-object
Moved global functions to handle array paths to a wrapper class
|
2018-10-20 08:59:40 +02:00 |
|
Alejandro Celaya
|
98e3e22896
|
Moved global functions to handle array paths to a wrapper class
|
2018-10-20 08:00:33 +02:00 |
|
Alejandro Celaya
|
15d49e97c0
|
Deleted ocular.phar before building assets for deployment
|
2018-10-18 21:53:24 +02:00 |
|
Alejandro Celaya
|
d5e7ce38ac
|
Updated changelog
|
2018-10-18 21:47:00 +02:00 |
|
Alejandro Celaya
|
162d0560db
|
Merge pull request #238 from acelaya/feature/fix-ip-address
Feature/fix ip address
|
2018-10-18 21:44:15 +02:00 |
|
Alejandro Celaya
|
1de05047ca
|
Merge pull request #235 from tivyhosting/master
Improved update instructions + command fix
|
2018-10-18 21:28:13 +02:00 |
|
tivyhosting
|
2af5de1199
|
Made required fixes.
|
2018-10-18 12:06:07 -07:00 |
|
Alejandro Celaya
|
e66a724d2b
|
Added fix on IP addresses discovery to changelog
|
2018-10-18 20:34:55 +02:00 |
|
Alejandro Celaya
|
9f4c2ac8d7
|
Inlined instructions to enable apcu and memcached in travis
|
2018-10-18 20:26:44 +02:00 |
|
Alejandro Celaya
|
44f0011445
|
Moved logic to create a visitor from a request to the visitor itself
|
2018-10-18 20:24:25 +02:00 |
|
Alejandro Celaya
|
545094cddf
|
Used middleware from library to actually find visitor IP addresses
|
2018-10-18 20:19:29 +02:00 |
|
Alejandro Celaya
|
99f45d8853
|
Installed and registered new middleware to process IP addresses from request
|
2018-10-18 19:53:50 +02:00 |
|
Alejandro Celaya
|
c25b5f9938
|
Allowed failures on PHP 7.3 until a fix is found
|
2018-10-18 19:36:03 +02:00 |
|
Alejandro Celaya
|
db1304c11a
|
Added unreleased changes to changelog
|
2018-10-18 19:24:02 +02:00 |
|
Alejandro Celaya
|
57714b373c
|
Added php 7.3 to the travis build matrix
|
2018-10-18 19:23:07 +02:00 |
|