Alejandro Celaya
95ab64ba77
Merge pull request #1187 from acelaya-forks/feature/build-8.1
...
Feature/build 8.1
2021-09-26 10:43:55 +02:00
Alejandro Celaya
1f8fcdb0f3
Fixed typo in ci workflow
2021-09-26 10:20:09 +02:00
Alejandro Celaya
fb26a8ae50
Downgraded pdo_sqlsrv version for PHP 8.0
2021-09-26 10:19:26 +02:00
Alejandro Celaya
42dbeaa1a5
Updated MS native deps in swoole dev container
2021-09-26 10:06:35 +02:00
Alejandro Celaya
3305f4c03a
Updated pdo_sqlsrv version used in CI workflow
2021-09-26 10:04:50 +02:00
Alejandro Celaya
f5beec70c8
Updated MS native deps
2021-09-26 10:03:07 +02:00
Alejandro Celaya
c2cd21c15e
Updated swoole version used in CI workflow
2021-09-26 09:53:58 +02:00
Alejandro Celaya
633e389275
Updated changelog
2021-09-26 09:50:35 +02:00
Alejandro Celaya
f5aaf298e1
Added experimental builds under PHP 8.1
2021-09-26 09:49:51 +02:00
Alejandro Celaya
7db6136436
Simplified how the not-found redirects are resolved
2021-09-26 09:40:24 +02:00
Alejandro Celaya
ce7296eebb
Merge pull request #1186 from acelaya-forks/feature/deprecate-domain-env-vars
...
Feature/deprecate domain env vars
2021-09-26 09:23:01 +02:00
Alejandro Celaya
c6226547f7
Updated changelog
2021-09-26 09:12:26 +02:00
Alejandro Celaya
e7ec8f0489
Deprecated SHORT_DOMAIN_* env vars with replacements
2021-09-26 09:10:54 +02:00
Alejandro Celaya
dc466f238b
Updated changelog
2021-09-12 08:32:24 +02:00
Alejandro Celaya
f164656874
Merge pull request #1172 from NReilingh/patch-1
...
Slight misuse of VOLUME in Dockerfile
2021-09-12 08:30:28 +02:00
Nick Reilingh
ef3c59152f
Dockerfile -- remove unneeded VOLUME instructions
2021-09-11 16:40:09 -04:00
Nick Reilingh
14c6ead389
Dockerfile - comment misused VOLUME instructions
...
Issuing a VOLUME instruction in a production Dockerfile requires the Docker engine to create a volume whether or not it is mapped to the host or a named volume. Neither of these paths have data that needs to be persisted for production use, so their inclusion under a typical `docker run` example forces the engine to create extraneous volumes which quickly become orphaned whenever the container is recreated.
2021-09-11 13:46:52 -04:00
Alejandro Celaya
b0d33f3a85
Merge pull request #1166 from acelaya-forks/feature/fix-undefined-var
...
Feature/fix undefined var
2021-08-26 10:06:33 +02:00
Alejandro Celaya
066cc20ee6
Updated changelog
2021-08-26 09:53:10 +02:00
Alejandro Celaya
0f51b5b1ce
Fixed warning displayed when trying to late visits and there are no pending
2021-08-26 09:52:11 +02:00
Alejandro Celaya
ebcf3e0119
Merge pull request #1158 from acelaya-forks/feature/global-cors
...
Feature/global cors
2021-08-16 13:02:18 +02:00
Alejandro Celaya
6ee248d656
Updated changelog
2021-08-16 12:50:18 +02:00
Alejandro Celaya
8a46b410f6
Ensured Cors middleware applies for all routes, not only rest ones
2021-08-16 12:49:15 +02:00
Alejandro Celaya
cd06cea153
Fixed merge conflicts
2021-08-15 19:32:27 +02:00
Alejandro Celaya
8393d44c50
Merge pull request #1156 from acelaya-forks/feature/query-num-keys
...
Fixed numeric query params being replaced by 0 in long URLs
2021-08-15 19:25:13 +02:00
Alejandro Celaya
3e8ce80f80
Fixed numeric query params being replaced by 0 in long URLs
2021-08-15 19:13:26 +02:00
Alejandro Celaya
80e033c91d
Fixed local dev config for db
2021-08-14 19:23:08 +02:00
Alejandro Celaya
a7dd441333
Added missing double quote. Closes #1151
2021-08-09 22:16:12 +02:00
Alejandro Celaya
48efaa9fd7
Merge pull request #1150 from acelaya-forks/feature/env-config
...
Feature/env config
2021-08-07 14:13:26 +02:00
Alejandro Celaya
92e831175f
Ensure no DB driver config falls back to SQLite
2021-08-07 13:32:59 +02:00
Alejandro Celaya
9b75e076b5
Updated changelog
2021-08-07 11:08:52 +02:00
Alejandro Celaya
2c5d6d1651
Moved env vars to common global config files, so that theycan be used in non-docker contexts too
2021-08-07 11:05:20 +02:00
Alejandro Celaya
c5cf116f33
Fixed changelog message
2021-08-06 19:59:35 +02:00
Alejandro Celaya
66a4a9bce6
Moved bugfix from Unreleased to v2.8.0, as it's already fixed there
2021-08-06 13:57:39 +02:00
Alejandro Celaya
7e7ef64c79
Merge pull request #1146 from acelaya-forks/feature/coding-standard
...
Updated to coding standard v2.2.0
2021-08-05 19:58:34 +02:00
Alejandro Celaya
9a31f53d4d
Updated to coding standard v2.2.0
2021-08-05 19:47:17 +02:00
Alejandro Celaya
60d6314262
Merge pull request #1145 from acelaya-forks/feature/update-cache
...
Feature/update cache
2021-08-05 17:07:41 +02:00
Alejandro Celaya
eff7445804
Updated changelog
2021-08-05 16:50:50 +02:00
Alejandro Celaya
2bfe21aef4
Documented architectural decission on what component to pick for caching
2021-08-05 16:47:30 +02:00
Alejandro Celaya
6ae0c7dcfc
Updated to latest common with symfony/cache support
2021-08-05 14:05:44 +02:00
Alejandro Celaya
883ac1007a
Updated to provisional hero-common v4.0
2021-08-04 18:46:19 +02:00
Alejandro Celaya
ff6747dab5
Merge pull request #1143 from shlinkio/develop
...
Release 2.8.0
2021-08-04 15:43:59 +02:00
Alejandro Celaya
555e6f804c
Merge pull request #1141 from acelaya-forks/feature/update-deps
...
Feature/update deps
2021-08-04 15:36:28 +02:00
Alejandro Celaya
98c5c7990f
Updated changelog
2021-08-04 13:29:33 +02:00
Alejandro Celaya
27dcdb517d
Updated dockerfile dependencies
2021-08-04 13:28:14 +02:00
Alejandro Celaya
916d75d161
Updated project dependencies
2021-08-04 13:22:16 +02:00
Alejandro Celaya
57bd16f4f5
Updated test utils lib to v2.2
2021-08-04 11:11:00 +02:00
Alejandro Celaya
444a1756a2
Merge pull request #1140 from acelaya-forks/feature/domain-redirects-endpoint
...
Feature/domain redirects endpoint
2021-08-03 19:59:54 +02:00
Alejandro Celaya
0c97c8f04f
Updated changelog
2021-08-03 19:47:44 +02:00
Alejandro Celaya
de81e81ecb
Created API test for Domain redirects
2021-08-03 19:43:30 +02:00