Alejandro Celaya
|
75fed53ba4
|
Add test for TagColorsStorage
|
2023-08-06 17:11:27 +02:00 |
|
Alejandro Celaya
|
c794ff8b58
|
Move shlink-web-component tests to their own folder
|
2023-08-03 09:13:11 +02:00 |
|
Alejandro Celaya
|
c48facc863
|
Create src folder for shlink-web-component
|
2023-08-03 09:13:11 +02:00 |
|
Alejandro Celaya
|
275745fd3a
|
Move some modules from src to shlink-web-component
|
2023-08-03 09:13:10 +02:00 |
|
Alejandro Celaya
|
2a86a0e540
|
Fix remaining type errors in tests
|
2023-05-27 12:45:12 +02:00 |
|
Alejandro Celaya
|
07fcb4e016
|
Update tests to use vi instead of jest
|
2023-05-27 11:57:26 +02:00 |
|
Alejandro Celaya
|
04e1950591
|
Migrate more tests to shoehorn
|
2023-04-13 22:47:13 +02:00 |
|
Alejandro Celaya
|
2a5480da79
|
Add import type whenever possible
|
2023-02-18 10:40:37 +01:00 |
|
Alejandro Celaya
|
4c7bed90a3
|
Normalized mocks
|
2022-07-16 10:52:45 +02:00 |
|
Alejandro Celaya
|
1d60db25bd
|
Removed all default export except for services and reducers
|
2022-05-28 11:16:59 +02:00 |
|
Alejandro Celaya
|
a2df486280
|
Updated to airbnb coding styles
|
2022-03-26 12:17:42 +01:00 |
|
Alejandro Celaya
|
12f61d03be
|
Created Tag component test
|
2022-01-08 12:41:32 +01:00 |
|
Alejandro Celaya
|
aca9218f9d
|
Added test covering ColorGenerator.isColorLightForKey
|
2022-01-08 12:16:31 +01:00 |
|
Alejandro Celaya
|
b2abfd543e
|
Moved Shlink API services to api module
|
2020-12-22 09:57:09 +01:00 |
|
Alejandro Celaya
|
8c6eaf2f1d
|
Moved API types and type helpers to api module
|
2020-12-22 09:49:18 +01:00 |
|
Alejandro Celaya
|
d9e39eee2b
|
Added new reducer for visits overview, and added it to overview page
|
2020-12-07 12:12:39 +01:00 |
|
Alejandro Celaya
|
dc397d4b82
|
Improved existing tests
|
2020-11-28 11:45:04 +01:00 |
|
Alejandro Celaya
|
0671fa6567
|
Updated to stryker v4
|
2020-11-13 23:06:03 +01:00 |
|
Alejandro Celaya
|
ef630af154
|
Migrated ShlinkApiClient to TS
|
2020-08-29 19:51:14 +02:00 |
|
Alejandro Celaya
|
ebd7a76896
|
Migrated to TS main services except ShlinkApiClient
|
2020-08-29 18:51:03 +02:00 |
|
Alejandro Celaya
|
64a968711c
|
Migrated all servers services to TS
|
2020-08-29 14:16:37 +02:00 |
|
Alejandro Celaya
|
54290d4c9a
|
Migrated ShlinkApiClientBuilder to TS
|
2020-08-27 22:09:16 +02:00 |
|
Alejandro Celaya
|
a91f1b3bd4
|
Fixed coding styles
|
2020-08-22 08:10:31 +02:00 |
|
Alejandro Celaya
|
bfbb21e1cc
|
Created page for tag visit stats
|
2020-05-10 19:02:58 +02:00 |
|
Alejandro Celaya
|
6fd30ed51a
|
Improved how tags are exposed by the ApiClient when listing tags
|
2020-05-10 11:20:40 +02:00 |
|
Alejandro Celaya
|
18e026e4ca
|
Updated tags list to display visits and short URLs when remote shlink version allows it
|
2020-05-10 10:57:49 +02:00 |
|
Alejandro Celaya
|
37e6c27461
|
Created mercure info reducer and loaded info when server is reachable
|
2020-04-17 15:51:18 +02:00 |
|
Alejandro Celaya
|
fa0d3d4047
|
Removed no longer needed async/await when building api client
|
2020-03-05 09:23:53 +01:00 |
|
Alejandro Celaya
|
d0f458bece
|
Uninstalled jest-each and replaced by jest's native each
|
2020-02-17 18:21:52 +01:00 |
|
Alejandro Celaya
|
dc672bf0f0
|
Ensured domain is passed when loading visits for a short URL on a specific domain
|
2020-02-08 09:07:55 +01:00 |
|
Alejandro Celaya
|
207a8cef20
|
Updated tests from modified code
|
2020-01-19 13:20:46 +01:00 |
|
Alejandro Celaya
|
0f51bf95e3
|
Updated ShlinkApiClient so that it retries API version when v2 is not supported
|
2020-01-11 13:55:37 +01:00 |
|
Alejandro Celaya
|
6d996baf5d
|
Added tests for new logics
|
2019-10-05 10:40:32 +02:00 |
|
Alejandro Celaya
|
7b80d78dc5
|
Removed duplicated code when building ShlinkApiClient
|
2019-04-21 11:31:40 +02:00 |
|
Alejandro Celaya
|
28ca54547e
|
Removed remaining usages of sinon
|
2019-04-19 12:41:59 +02:00 |
|
Alejandro Celaya
|
dee5994b1e
|
Fixed tests
|
2019-01-10 20:05:02 +01:00 |
|
Alejandro Celaya
|
23af0de34a
|
Simplified ShlinkApiCLient by using the new simplified authentication approach
|
2019-01-10 19:17:15 +01:00 |
|
Alejandro Celaya
|
fefbb73568
|
Created Storage service test
|
2018-12-19 20:43:55 +01:00 |
|
Alejandro Celaya
|
eec79043cc
|
Moved common and utils services to their own service providers
|
2018-12-18 20:19:22 +01:00 |
|