- Mar 12, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
On an integer overflow while being in low-load state the probation counter should not be reset to zero (indicating the load limit was violated) but rather to the lowest value representing a valid load (being _probation + 1). Refers to #36
-
Niko Ehrenfeuchter authored
Refers to #36
-
Niko Ehrenfeuchter authored
Refers to #36
-
Niko Ehrenfeuchter authored
Refers to #36
-
Niko Ehrenfeuchter authored
Refers to #36
-
Niko Ehrenfeuchter authored
Refers to #36
-
Niko Ehrenfeuchter authored
Placed in namespace ATxCommon.Monitoring, using its own timer to update the values. Refers to #36
-
Niko Ehrenfeuchter authored
This way an email will be sent to an admin if configured so they have a chance to check what's going on.
-
- Mar 07, 2018
-
-
Niko Ehrenfeuchter authored
Megabytes have shown to be a bit clumsy in the configuration files, so simply switch to the more useful Gigabytes unit. Fixes #39
-
Niko Ehrenfeuchter authored
Refers to #36
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Refers to #25
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Refers to #24
-
- Mar 06, 2018
-
-
Niko Ehrenfeuchter authored
Allow setting the log level explicitly from "Warn", "Info", "Debug" or "Trace" in the configuration. Default is "Info", fallback for invalid settings is "Debug". Fixes #34
-
- Mar 05, 2018
-
-
Niko Ehrenfeuchter authored
They were accidentially removed in commit cf183560 believing they had been correctly moved by Visual Studio when refactoring the code and just forgotten in the directory hierarchy. Who could guess Windows is so ignorant when resolving paths?
-
- Mar 02, 2018
-
-
Niko Ehrenfeuchter authored
Note that they are not included in the example configuration files as these settings can easily mess up everything and should only be adjusted with great care. The default settings are valid on Windows 7 and Server 2012 and were successfully tested on those versions. Fixes #11
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
If a new directory is found in incoming but the move operation to processing failed for some reason, the timestamp and username directories (and potentially some partially moved data?) would remain in processing. To prevent confusion about those "incomplete" transfer candidates they are moved to the "ERROR" location.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Feb 28, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Feb 27, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
The shared approach results in conflicts if the generated class is used in ATxCommon which is imported in the other projects. This way we can use the symbols defined via ATxCommon in all depending projects. The downside is that it slows down the build-process a bit as every build from a project depending on ATxCommon (read: all others) will change the generated code and thus force a re-build of ATxCommon and the project itself. Since building the entire solution is still just a matter of seconds, that's a fair trade-off.
-
Niko Ehrenfeuchter authored
-
- Feb 18, 2018
-
-
Niko Ehrenfeuchter authored
-
- Feb 16, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #18
-
- Feb 15, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Refers to #18, #29
-
Niko Ehrenfeuchter authored
Refers to #18, #28, #29
-
Niko Ehrenfeuchter authored
Refers to #29
-
Niko Ehrenfeuchter authored
Refers to #28
-
Niko Ehrenfeuchter authored
Refers to #28
-
Niko Ehrenfeuchter authored
Refers to #28
-
Niko Ehrenfeuchter authored
Those objects are not meant to be instantiated directly but only using the Deserialize() methods which takes care of creating a new object in case deserializing fails for the status class.
-
Niko Ehrenfeuchter authored
This way the value is directly visible in the code where the property is created, improving readability. Setting defaults in the constructor is therefore not necessary any more. Refers to #29
-