Alejandro Celaya
|
54407af980
|
Fixed tests
|
2022-11-05 10:49:28 +01:00 |
|
Alejandro Celaya
|
a31cdcc9f0
|
Migrated selectedServer reducer to use payload actions
|
2022-11-05 10:36:57 +01:00 |
|
Alejandro Celaya
|
10d4419387
|
Migrated servers reducer to RTK
|
2022-11-05 10:08:24 +01:00 |
|
Alejandro Celaya
|
6f67f7bbf0
|
Removed redundant createServer action, leaving just createServers
|
2022-11-05 09:40:12 +01:00 |
|
Alejandro Celaya
|
90ef41b419
|
Migrated server list actions to use payload prop
|
2022-11-05 09:24:12 +01:00 |
|
Alejandro Celaya
|
ec7c7d521f
|
Migrated TableOrderIcon test to react testing library
|
2022-06-11 17:28:47 +02:00 |
|
Alejandro Celaya
|
a2df486280
|
Updated to airbnb coding styles
|
2022-03-26 12:17:42 +01:00 |
|
Alejandro Celaya
|
275aee4de2
|
Removed shortUrlsListParams reducer, as the state is now handled internally in the component
|
2021-12-24 13:39:57 +01:00 |
|
Alejandro Celaya
|
57e73dcba6
|
Fixed unhandled promise in remoteServers.test
|
2021-10-31 12:20:02 +01:00 |
|
Alejandro Celaya
|
80f0f9bd08
|
Updated test libs
|
2021-10-31 12:07:38 +01:00 |
|
Alejandro Celaya
|
7637ce3107
|
Added logic to toggle auto-connect on servers
|
2021-10-22 20:13:23 +02:00 |
|
Alejandro Celaya
|
0671fa6567
|
Updated to stryker v4
|
2020-11-13 23:06:03 +01:00 |
|
Alejandro Celaya
|
f04aece7df
|
Removed dependency on redux-actions for all reducers already migrated to typescript
|
2020-08-25 19:42:15 +02:00 |
|
Alejandro Celaya
|
0b4a348969
|
Migrated remoteServers reducer to TS
|
2020-08-23 11:58:43 +02:00 |
|
Alejandro Celaya
|
3e2fee0df5
|
Migrated selectedServer test to typescript
|
2020-08-23 10:58:43 +02:00 |
|
Alejandro Celaya
|
dc78138066
|
Migrate servers reducer to typescript
|
2020-08-23 10:20:31 +02:00 |
|
Alejandro Celaya
|
a7f941e8e4
|
Deleted no-longer-needed ServersService
|
2020-04-27 13:21:07 +02:00 |
|
Alejandro Celaya
|
b08c6748c7
|
Moved remote servers loading to separated action
|
2020-04-27 12:54:52 +02:00 |
|
Alejandro Celaya
|
bcf5dcf180
|
Converted server handling actions into regular actions
|
2020-04-27 11:30:51 +02:00 |
|
Alejandro Celaya
|
8b2cbf7aea
|
Some minor refactorings
|
2020-04-27 10:52:19 +02:00 |
|
Alejandro Celaya
|
277b5e43f8
|
Flatten model holding list of servers
|
2020-04-27 10:49:55 +02:00 |
|
Alejandro Celaya
|
6a6c427b0e
|
Added unit tests for settings business logic elements
|
2020-04-25 10:22:17 +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
|
2ec04c0121
|
Fixed test by using different serverId every time, preventing memoization
|
2020-03-16 18:51:04 +01:00 |
|
Alejandro Celaya
|
fb0ebddf28
|
Created component to edit existing servers
|
2020-03-15 11:29:20 +01:00 |
|
Alejandro Celaya
|
7db222664d
|
Fixed tests
|
2020-03-15 09:56:16 +01:00 |
|
Alejandro Celaya
|
b011b4e1d8
|
Fixed tests
|
2020-03-08 12:57:01 +01:00 |
|
Alejandro Celaya
|
c181831a37
|
Fixed tests
|
2020-03-05 11:58:35 +01: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
|
fc7a2e0c6d
|
Ensured response from servers.json has been parsed to a json array
|
2019-10-21 19:38:32 +02:00 |
|
Alejandro Celaya
|
f74d135922
|
Ensured default servers is validated as JSON and ignored otherwise
|
2019-10-21 19:26:09 +02:00 |
|
Alejandro Celaya
|
12f6b94ece
|
Ensured server version is properly parsed to avoid errors due to invalid semver
|
2019-10-18 17:39:38 +02:00 |
|
Alejandro Celaya
|
a7613435ea
|
Fixed test throwing unhandled promise
|
2019-10-05 19:31:47 +02:00 |
|
Alejandro Celaya
|
4120d09220
|
Loaded version of selected server and created component to filter content based on that version
|
2019-10-05 10:20:33 +02:00 |
|
Alejandro Celaya
|
78c34a342d
|
Added tests for new use cases
|
2019-04-28 12:40:50 +02:00 |
|
Alejandro Celaya
|
33d67cbe3d
|
Simplified code making it easier to read
|
2019-04-19 12:52:55 +02:00 |
|
Alejandro Celaya
|
f8de069567
|
First replacements of sinon mocks with jest mocks
|
2019-04-19 10:29:49 +02:00 |
|
Alejandro Celaya
|
d1c10e4895
|
Removed test cases for the old default on reducers switch statements
|
2019-03-17 10:17:44 +01:00 |
|
Alejandro Celaya
|
51b5f6264d
|
Refactored server reducer, removing duplicated code and taking advantage of redux-actions
|
2019-03-17 09:06:10 +01:00 |
|
Alejandro Celaya
|
1aa1d29d97
|
Removed direct calls between actions without DI
|
2019-01-12 23:59:03 +01:00 |
|
Alejandro Celaya
|
cf1239cf6e
|
Moved all server-related services to its own service provider
|
2018-12-18 19:45:09 +01:00 |
|
Alejandro Celaya
|
79a0a5e4ea
|
Fixed tests
|
2018-12-18 10:23:09 +01:00 |
|
Alejandro Celaya
|
5e6ad14a85
|
More components migrated for dependency injection
|
2018-12-17 20:24:31 +01:00 |
|
Alejandro Celaya
|
3569202a62
|
Fixed typo
|
2018-08-26 10:52:45 +02:00 |
|
Alejandro Celaya
|
6a016d8e6f
|
Updated styles in javascript to fulfill adidas rules
|
2018-08-25 23:39:27 +02:00 |
|
Alejandro Celaya
|
53650938f7
|
Improved server reducer test
|
2018-08-23 16:35:27 +02:00 |
|
Alejandro Celaya
|
9b063a4616
|
Implemented importing servers from CSV file
|
2018-08-21 20:33:12 +02:00 |
|
Alejandro Celaya
|
e0ab67899d
|
Created server reducer test
|
2018-08-12 10:17:13 +02:00 |
|
Alejandro Celaya
|
6969233b6f
|
Added reducer test to selectedServerReducer test
|
2018-08-12 09:34:14 +02:00 |
|