Alejandro Celaya
|
8e1cd67a3d
|
Simplified some match expressions
|
2022-01-01 18:40:48 +01:00 |
|
Alejandro Celaya
|
18b4caa55e
|
Fixed merge conflicts
|
2021-12-21 14:48:06 +01:00 |
|
Alejandro Celaya
|
30207ce0c2
|
Merge pull request #1287 from acelaya-forks/bugfix/db-error
Bugfix/db error
|
2021-12-21 14:43:13 +01:00 |
|
Alejandro Celaya
|
0f37f1cb23
|
Updated changelog
|
2021-12-21 14:25:21 +01:00 |
|
Alejandro Celaya
|
99a905cdee
|
Updated to latest shlink-common with support to close EM on middleware
|
2021-12-21 14:22:11 +01:00 |
|
Alejandro Celaya
|
6eac079440
|
Ensured EM is closed and not cleared after running an async task
|
2021-12-21 14:10:06 +01:00 |
|
Alejandro Celaya
|
4a1e7b8d5a
|
Changed condition to pipe RequestIdMiddleware, so that it applies to non-rest requests too
|
2021-12-19 10:23:55 +01:00 |
|
Alejandro Celaya
|
5e781a9010
|
Merge pull request #1284 from acelaya-forks/feature/visits-threshold-change
Feature/visits threshold change
|
2021-12-19 09:41:34 +01:00 |
|
Alejandro Celaya
|
277d817429
|
Removed API test which is no longer relevant
|
2021-12-18 18:41:11 +01:00 |
|
Alejandro Celaya
|
970f202757
|
Updated changelog
|
2021-12-18 18:26:27 +01:00 |
|
Alejandro Celaya
|
2c6b2b47a4
|
Updated installer
|
2021-12-18 18:23:27 +01:00 |
|
Alejandro Celaya
|
5c8be4b21f
|
Updated logic to handle visits threshold env var so that it is disabled if not provided
|
2021-12-18 18:18:30 +01:00 |
|
Alejandro Celaya
|
558a4a2b30
|
Merge pull request #1281 from acelaya-forks/feature/update-deps
Updated dependencies
|
2021-12-16 22:08:17 +01:00 |
|
Alejandro Celaya
|
203ad7d594
|
Updated dependencies
|
2021-12-16 21:46:52 +01:00 |
|
Alejandro Celaya
|
04cf1aed9c
|
Merge pull request #1279 from acelaya-forks/feature/remove-deprecated-stuff
Feature/remove deprecated stuff
|
2021-12-14 23:02:38 +01:00 |
|
Alejandro Celaya
|
8c14526f85
|
Fixed tests and updated changelog
|
2021-12-14 22:30:09 +01:00 |
|
Alejandro Celaya
|
1ff241411b
|
Removed everything that was deprecated
|
2021-12-14 22:21:53 +01:00 |
|
Alejandro Celaya
|
351e36b273
|
Added missing 8.1 to clean-artifacts job in publish-release pipeline
|
2021-12-12 17:45:56 +01:00 |
|
Alejandro Celaya
|
ca06040efc
|
Fixed publish-release and publish-swagger-spec pipelines
|
2021-12-12 17:38:50 +01:00 |
|
Alejandro Celaya
|
2102cc4e9a
|
Merge pull request #1270 from shlinkio/develop
Release 2.10.0
|
2021-12-12 17:27:21 +01:00 |
|
Alejandro Celaya
|
14d3493db8
|
Merge pull request #1269 from acelaya-forks/feature/replace-ip-lib
Feature/replace ip lib
|
2021-12-12 17:21:08 +01:00 |
|
Alejandro Celaya
|
d082d208e1
|
Tagged specific versions for shlink packages
|
2021-12-12 17:08:26 +01:00 |
|
Alejandro Celaya
|
959efd17c8
|
Updated changelog
|
2021-12-12 13:31:08 +01:00 |
|
Alejandro Celaya
|
30a7c55e84
|
Migrated to a new lib to match IP addresses with ranges
|
2021-12-12 13:30:18 +01:00 |
|
Alejandro Celaya
|
2aec759857
|
Merge pull request #1267 from acelaya-forks/feature/rabbitmq
Feature/rabbitmq
|
2021-12-12 11:43:43 +01:00 |
|
Alejandro Celaya
|
54dcaaac0c
|
Updated to an installer version with support for RabbitMQ
|
2021-12-12 11:24:58 +01:00 |
|
Alejandro Celaya
|
8e5730f374
|
Renamed Rabbit instances to use RabbitMq
|
2021-12-12 10:32:57 +01:00 |
|
Alejandro Celaya
|
cb1705b6e8
|
Created NotifyVisitToRabbitTest
|
2021-12-11 22:18:46 +01:00 |
|
Alejandro Celaya
|
0bcefda60d
|
Added sockets and bcmath extensions to docker image
|
2021-12-11 21:44:56 +01:00 |
|
Alejandro Celaya
|
966620f840
|
Created event listener to send visits to a RabbitMQ instance
|
2021-12-11 21:04:16 +01:00 |
|
Alejandro Celaya
|
bd3bb67949
|
Added dependencies and config to integrate with Rabbit MQ
|
2021-12-11 17:07:40 +01:00 |
|
Alejandro Celaya
|
69f4daa9d2
|
Added dev container with RabbitMQ
|
2021-12-11 16:19:38 +01:00 |
|
Alejandro Celaya
|
ec11155c9c
|
Updated publish swagger workflow to be triggered for tags
|
2021-12-11 13:17:45 +01:00 |
|
Alejandro Celaya
|
c48a3a24f7
|
Fix yet another typo in pipeline
|
2021-12-11 13:09:39 +01:00 |
|
Alejandro Celaya
|
1b8bc9f0ff
|
Ensured version subfolder is preserved when publishing swagger spec
|
2021-12-11 13:04:45 +01:00 |
|
Alejandro Celaya
|
5bf25c7eca
|
Added custom token for swagger publishing
|
2021-12-11 12:55:50 +01:00 |
|
Alejandro Celaya
|
5a7f0ad340
|
Fixed another typo...
|
2021-12-11 12:35:34 +01:00 |
|
Alejandro Celaya
|
8a93922da0
|
Added missing space in mv command
|
2021-12-11 12:27:45 +01:00 |
|
Alejandro Celaya
|
295de5be8e
|
Changed how version is determined
|
2021-12-11 12:18:55 +01:00 |
|
Alejandro Celaya
|
5c114b584d
|
Fixed typo
|
2021-12-11 12:11:22 +01:00 |
|
Alejandro Celaya
|
dad58b7610
|
Disabled env step on publis-swagger workflow
|
2021-12-11 11:53:18 +01:00 |
|
Alejandro Celaya
|
23c1dadb4c
|
Merge pull request #1265 from acelaya-forks/feature/publish-swagger-workflow
Feature/publish swagger workflow
|
2021-12-11 11:44:12 +01:00 |
|
Alejandro Celaya
|
05332e0606
|
Created workflow to publish swagger specs
|
2021-12-11 11:40:59 +01:00 |
|
Alejandro Celaya
|
453842246f
|
Ensured docker publish is run under ubuntu 20.04
|
2021-12-11 11:30:03 +01:00 |
|
Alejandro Celaya
|
38280b9027
|
Merge pull request #1264 from acelaya-forks/feature/unify-ci-jobs
Unified jobs in ci pipeline as much as possible
|
2021-12-11 10:47:10 +01:00 |
|
Alejandro Celaya
|
7d7c0011bb
|
Fixed references to test:api and test:api:ci inside composer.json and added missing driver for MS SQL
|
2021-12-11 10:33:00 +01:00 |
|
Alejandro Celaya
|
de2d87a6d9
|
Unified jobs in ci pipeline as much as possible
|
2021-12-11 10:26:23 +01:00 |
|
Alejandro Celaya
|
537152450f
|
Merge pull request #1263 from acelaya-forks/feature/api-tests-coverage
Feature/api tests coverage
|
2021-12-10 18:25:38 +01:00 |
|
Alejandro Celaya
|
87f6b19207
|
Updated changelog
|
2021-12-10 18:12:46 +01:00 |
|
Alejandro Celaya
|
064fef5d8a
|
Added comment to explain why API tests coverage is generated the way it is
|
2021-12-10 18:12:00 +01:00 |
|