1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-23 17:34:17 +03:00
Commit Graph

29 Commits

Author SHA1 Message Date
Adolfo Gómez García
6694b9d5bc
Renamed some fields of servers to better understand what they are
Adding physical machines fixtures, tests, ,,,
2024-04-27 22:31:39 +02:00
Adolfo Gómez García
c39c8c9583
* Some minor fixes to fields
* Adding test for ensuring migration from physical machines is correct
2024-04-25 04:35:39 +02:00
Adolfo Gómez García
d93ed52884
Fixed Serialization ui.
From old serialization, data fields where not correctly translated.
Also the test was bad designed, as the data of original was not randomized to ensure data loaded was right.
2024-04-18 18:42:02 +02:00
Adolfo Gómez García
2290b4f235
Some renames 2024-03-31 20:23:19 +02:00
Adolfo Gómez García
95a9807d6a
Generators, proxmox and states fixes 2024-02-28 00:51:56 +01:00
Adolfo Gómez García
69ffbe384c
Upgraded Calendar Types 2024-02-27 16:04:55 +01:00
Adolfo Gómez García
1633d0d1b1
Massive changes:
* Updated test type result type
* Fixing up mypy/pyright complains on strict mode
2024-02-21 21:48:59 +01:00
Adolfo Gómez García
75b27af0fe
Big code fixing, adapting to mypy/pyright strict checking mode 2024-02-21 03:35:36 +01:00
Adolfo Gómez García
05038e2e6f
Retyped value setter/getters for UserInterface Fields 2024-02-19 19:01:01 +01:00
Adolfo Gómez García
9800218df9
Added some fixes to services_info_dict and finished tests for metapools transports grouping 2024-02-10 21:28:15 +01:00
Adolfo Gómez García
33cdf27375
Improving environment class 2024-01-29 02:52:27 +01:00
Adolfo Gómez García
b60af290a0
Fix serialization and authentication issues 2024-01-23 01:31:28 +01:00
Adolfo Gómez García
de3985c841
Updating more names, code review and fixes. 2024-01-22 03:39:56 +01:00
Adolfo Gómez García
98d0306846
Updating user interface, and more refactor 2024-01-17 20:00:22 +01:00
Adolfo Gómez García
009df1f4cb
Refactoring, upgraded gui to angular 17 and some test fix 2024-01-16 05:03:10 +01:00
Adolfo Gómez García
1e211997b8
Fixed test fixture and improved user interface readability for unmarshaller.
Added flag to config so it does not save nor load anything during migrations
2024-01-16 00:49:51 +01:00
Adolfo Gómez García
9dbb47a4ad
more refactoring and fixes and tests... 2024-01-16 00:14:00 +01:00
Adolfo Gómez García
88ee934376
Refactoring and new tests 2024-01-15 21:42:16 +01:00
Adolfo Gómez García
e4d2d2a843
A lot of refactorization 2024-01-11 23:19:58 +01:00
Adolfo Gómez García
27d91154b6
A lot of refactorization :S 2024-01-11 05:00:49 +01:00
Adolfo Gómez García
84f1fef5d7
advancing on refactoring 2024-01-10 22:41:41 +01:00
Adolfo Gómez García
6ae18f4a58
advancing on refactoring 2024-01-09 02:45:44 +01:00
Adolfo Gómez García
b7e828b57c
advancing on refactoring 2024-01-07 01:04:22 +01:00
Adolfo Gómez García
5bba681b9d
Fixing up counters types 2024-01-06 16:34:20 +01:00
Adolfo Gómez García
6814796ba5
Refactoring and fixes found in the process 2024-01-03 04:04:02 +01:00
Adolfo Gómez García
a6e65b62b0
More updates to type annotations 2023-12-04 01:07:56 +01:00
Adolfo Gómez García
193c3fb544
Updating type annotations 2023-12-04 00:28:19 +01:00
Adolfo Gómez García
a48f5e6241
Replacing deprecating typing classes in favour of builtings or collections.abc ones.
Most changes are simple annotations.
Will continue changes as i found them :)
2023-12-04 00:04:56 +01:00
Adolfo Gómez García
85d71554f6
* Moved test out of src
* Some type improvements for mypy
2023-10-14 17:42:31 +02:00