server/back/src/Services
David Négrier 2aba6b1c27 Fixing loop when setting variables
Setting a variable would makes the application enter in an infinite loop of events (between all the scripts and the back)
This fix makes sure a variable does not emit any event if it is changed to a value it already has.
2021-07-23 11:51:01 +02:00
..
AdminApi Adding support to persist variables in Redis 2021-07-19 16:23:16 +02:00
Repository Fixing CI 2021-07-20 09:33:01 +02:00
AdminApi.ts Adding support for "readableBy" and "writableBy" in back 2021-07-19 10:16:43 +02:00
ArrayHelper.ts Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00
ClientEventsEmitter.ts Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00
CpuTracker.ts Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00
GaugeManager.ts Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00
LocalUrlError.ts Adding support to persist variables in Redis 2021-07-19 16:23:16 +02:00
MapFetcher.ts Adding unit test and fixing an issue with DNS solving 2021-07-21 18:42:20 +02:00
MessageHelpers.ts Adding support to persist variables in Redis 2021-07-19 16:23:16 +02:00
RedisClient.ts Adding support to persist variables in Redis 2021-07-19 16:23:16 +02:00
SocketManager.ts Simplifying promises 2021-07-22 10:41:45 +02:00
VariablesManager.ts Fixing loop when setting variables 2021-07-23 11:51:01 +02:00