Commit Graph

  • e33ea33797 Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-31 15:22:36 +0200
  • 38b3318704 updated translations Adolfo Gómez García 2022-08-31 15:22:15 +0200
  • ccec281e0d Fixed text of maxServices Adolfo Gómez García 2022-08-31 15:09:55 +0200
  • 4611c35b0d Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-31 13:54:55 +0200
  • 8473b80978 fixed maxDeployed beinf overwriten Adolfo Gómez García 2022-08-31 13:52:45 +0200
  • 230187d9ee small fix on service unmarshall Adolfo Gómez García 2022-08-31 13:52:11 +0200
  • c06c3df327 Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-31 12:52:37 +0200
  • 092bb83001 Added "maxServices" to OpenGnsys to limit number of possible services provided by a single UDS Service Adolfo Gómez García 2022-08-31 12:45:33 +0200
  • 5c6303fec0 Added more tests * Fixed pytest to not look for classes * Added 'destroy_after' property to user service for convenience * Small cosmetic fixes Adolfo Gómez García 2022-08-31 00:10:57 +0200
  • b05c5b1396 Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-30 21:53:42 +0200
  • ac62aed420 upgrading cache updater to take into account maxDeployed to stop creating cache services Adolfo Gómez García 2022-08-30 21:53:03 +0200
  • 8b540c350a Added more tests and a couple of cosmetic fixes Adolfo Gómez García 2022-08-30 17:40:29 +0200
  • db12077304 Adding more tests and fixes Adolfo Gómez García 2022-08-29 15:21:12 +0200
  • 70488199b9 Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-29 15:20:50 +0200
  • 3bdf4c18ad Fixed detecting canceling hanged Adolfo Gómez García 2022-08-29 15:20:43 +0200
  • e16be78ad5 Fixed remove or cancel detecting "hanged" canceling operations Adolfo Gómez García 2022-08-29 15:20:09 +0200
  • 09c5cc2f43 Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-28 19:59:20 +0200
  • 28319b216f updated compat level to 10 Adolfo Gómez García 2022-08-28 19:23:04 +0200
  • 07e6c3d0a8 unique ids testing Adolfo Gómez García 2022-08-28 13:41:57 +0200
  • 96abb71d9c more tests Adolfo Gómez García 2022-08-28 13:23:04 +0200
  • bff1fe7750 3.5.0-alt1 Alexey Shabalin 2022-08-22 14:28:05 +0300
  • 7de259af87 adding more tests Adolfo Gómez García 2022-08-28 01:31:09 +0200
  • 1567996ebc
    Delete LICENSE.txt Adolfo Gómez 2022-08-27 20:59:25 +0200
  • 4edb3b3f0c
    Create LICENSE Adolfo Gómez 2022-08-27 20:59:08 +0200
  • 07987504c3 added LICENSE.txt Adolfo Gómez García 2022-08-27 20:57:12 +0200
  • 5f93b68c25 Modified transport to adapt for accept future client scripts in more langs Adolfo Gómez García 2022-08-27 19:09:12 +0200
  • d0e9c96573 Added new test and make pytests use parallel execution of tests using pytest-xdist Adolfo Gómez García 2022-08-25 22:28:57 +0200
  • a52ad44ef1 added basic web test and download testing Adolfo Gómez García 2022-08-25 17:55:51 +0200
  • 69b778c922 Adding more tests and fixes Adolfo Gómez García 2022-08-24 22:16:47 +0200
  • 5f12c2e7b3 Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-24 11:09:54 +0200
  • 1a4a41a6b9 fixed logout building absolute url Adolfo Gómez García 2022-08-24 11:09:20 +0200
  • 739b0c7f81 fixed logout absolute url building on logout Adolfo Gómez García 2022-08-24 11:08:56 +0200
  • 78c7039c54 Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-23 15:23:25 +0200
  • e5e8ad5fbd Adding radius challenge MFA provided by Daniel Torregrosa (Thanks!) Adolfo Gómez García 2022-08-23 15:22:21 +0200
  • 53ba2b541e fix version Alexey Shabalin 2022-08-22 17:40:37 +0300
  • 21d2a6fb27 Done actor initialize tests and fixed actor v3 initialization Adolfo Gómez García 2022-08-22 15:46:15 +0200
  • 51f95bf782 Merge remote-tracking branch 'upstream/v3.5' into server Alexey Shabalin 2022-08-22 14:22:46 +0300
  • fa3e30c518 fixing tests Adolfo Gómez García 2022-08-21 19:37:32 +0200
  • c6be2562ee added test for initialize for managed machines Adolfo Gómez García 2022-08-21 14:23:03 +0200
  • 4c19247a2c Adding more actor tests Adolfo Gómez García 2022-08-20 18:40:05 +0200
  • a6b502e0ba more fixes Adolfo Gómez García 2022-08-19 21:09:45 +0200
  • b12730d160 more test prepartion and fixes Adolfo Gómez García 2022-08-19 20:20:29 +0200
  • 07031850e5 Advancing on tests Adolfo Gómez García 2022-08-19 00:46:38 +0200
  • a42857038c Fixes on migrations & finishing supporting test methods Adolfo Gómez García 2022-08-19 00:13:45 +0200
  • d19969fce3 Fixed migration field names on squashed migration. ManyToManyFields where not renamed on empty tables, so i had to move "manually" the creation of the fields on squashed one. Not a big issue, but strange. Adolfo Gómez García 2022-08-19 00:13:01 +0200
  • 195e13682c Adding xxhash as fast alternative for some hash calcs (as cache i.e.) Adolfo Gómez García 2022-08-18 20:05:43 +0200
  • 95b9b79b02 Adding testing elements Adolfo Gómez García 2022-08-18 19:46:22 +0200
  • 225fed3012 Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-18 13:56:46 +0200
  • 86ebd7766e Merge remote-tracking branch 'origin/v3.5' into v3.6 Adolfo Gómez García 2022-08-18 13:56:32 +0200
  • 83394f0d34 Fixed XEN/XCP-NG network moving on service Adolfo Gómez García 2022-08-18 13:56:07 +0200
  • d5eafb1179 Refactorized transport to adapt parameter typing Adolfo Gómez García 2022-08-17 23:42:33 +0200
  • 11b56571d2 Removing old v2 actor rests. Not supported anymore Adolfo Gómez García 2022-08-17 20:26:51 +0200
  • 18de1193b4 Updating tests and fied sample settings - Fixed taskManager runner (added new parameters) - refactoring and generating base rest testing Adolfo Gómez García 2022-08-17 20:15:32 +0200
  • d8164a9b4d Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-17 19:03:45 +0200
  • 4f0ea76666 Merge remote-tracking branch 'origin/v3.5' into v3.6 Adolfo Gómez García 2022-08-17 15:06:49 +0200
  • c34fc41f56 unmanaged fix Adolfo Gómez García 2022-08-17 14:55:33 +0200
  • 18e9cab9ef fixed local log Adolfo Gómez García 2022-08-17 14:33:44 +0200
  • 4d3aa1d17c Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-17 14:13:17 +0200
  • 6053e34d1d Merge remote-tracking branch 'origin/v3.5' into v3.6 Adolfo Gómez García 2022-08-17 14:12:52 +0200
  • 90aa455586 fixed unmanaged Adolfo Gómez García 2022-08-17 14:12:13 +0200
  • f274ae2fe3 fixed a bit the tests and tests tools Adolfo Gómez García 2022-08-16 21:40:46 +0200
  • 195d2a1336 More request definition cleanups Adolfo Gómez García 2022-08-16 14:30:20 +0200
  • 12846f9b1f Small XenApi Fixes, requests cleanup Adolfo Gómez García 2022-08-16 14:29:38 +0200
  • 748d8d7464 Replaced session PickleSerializer with Json-bases serializer (custom one). More secure Adolfo Gómez García 2022-08-16 13:08:47 +0200
  • 0ed1f3ccee Added coverage support on testing Adolfo Gómez García 2022-08-16 00:18:32 +0200
  • fe712d27b7 adding services fixtures Adolfo Gómez García 2022-08-16 00:10:48 +0200
  • c56666ed4b small test fixes Adolfo Gómez García 2022-08-15 23:34:52 +0200
  • 01184582b3 Fixing up testing and make them usable from vscode sidebar Adolfo Gómez García 2022-08-15 23:31:23 +0200
  • 76745e8624 Fixing up bandit recomendations & minor typo errors Adolfo Gómez García 2022-08-15 14:10:17 +0200
  • 17b040d9b3 adding tests Adolfo Gómez García 2022-08-15 00:29:39 +0200
  • 07e1c6214e Added Test Service Adolfo Gómez García 2022-08-14 23:36:22 +0200
  • de9bbfc896 removeing deprecated pyqt methods Adolfo Gómez García 2022-08-14 21:57:28 +0200
  • d84977dee0 Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-14 21:53:33 +0200
  • 11041ff44f Merge remote-tracking branch 'origin/v3.5' into v3.6 Adolfo Gómez García 2022-08-14 21:52:40 +0200
  • bc2328a239 fixing up sqlite Adolfo Gómez García 2022-08-14 21:52:24 +0200
  • 98826504d6 fixing up sqlite Adolfo Gómez García 2022-08-14 21:52:06 +0200
  • 54ea57f330 added cache to checkIdle on macos Adolfo Gómez García 2022-08-12 22:49:19 +0200
  • cb4b2184a4 finishin operations for macos Adolfo Gómez García 2022-08-12 20:50:58 +0200
  • 99fbb35512 Merge branch 'master' of github.com:dkmstr/openuds Adolfo Gómez García 2022-08-08 15:27:40 +0200
  • 1374375ab9 Creating a couple of "test services" so we can make some automated tests Adolfo Gómez García 2022-08-08 15:27:11 +0200
  • 909ef91181 Creating a couple of "test services" so we can make some automated tests Adolfo Gómez García 2022-08-08 15:27:11 +0200
  • 01f9a1f9cd fixed for usersession Adolfo Gómez García 2022-08-07 13:32:07 +0200
  • 78a3216b51 adding initial tracking of individial sessions on user services Adolfo Gómez García 2022-08-07 13:24:33 +0200
  • 3a990e19a6 Merge remote-tracking branch 'origin/v3.5' into v3.6 Adolfo Gómez García 2022-08-06 20:19:36 +0200
  • d9d3bc452c fixed login/logout Adolfo Gómez García 2022-08-06 20:19:23 +0200
  • e5c8b9c763 Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-06 19:30:31 +0200
  • e51e13b821 Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-06 19:30:01 +0200
  • 8a150439ae Merge remote-tracking branch 'origin/v3.5' into v3.6 Adolfo Gómez García 2022-08-06 19:29:43 +0200
  • ec89a2cfa8 adding session id to uds actor Adolfo Gómez García 2022-08-06 19:23:51 +0200
  • 08f14bff57 Fixing up unmanaged actor Adolfo Gómez García 2022-08-05 13:33:57 +0200
  • 653bff420f Fixed logout notification Adolfo Gómez García 2022-08-05 13:19:47 +0200
  • 73a3c89e04 Fixed logout notification Adolfo Gómez García 2022-08-05 13:05:52 +0200
  • e79753748e Merge remote-tracking branch 'origin/v3.5' into v3.6 Adolfo Gómez García 2022-08-04 21:56:39 +0200
  • adaabf9d83 Fixing up unmanaged actor Adolfo Gómez García 2022-08-04 21:37:33 +0200
  • 0ed8bd6027 Merge branch 'master' of github.com:dkmstr/openuds Adolfo Gómez García 2022-08-04 15:55:52 +0200
  • ff25b4945a Started MacOS Unmanaged Support Adolfo Gómez García 2022-08-04 15:55:47 +0200
  • 3a2a2a4669 Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-04 15:08:10 +0200
  • a8a9b24596 exit_url is now relative by default Adolfo Gómez García 2022-08-04 15:07:52 +0200
  • 552ba3796b adding __slots__ to optimize a bit code Adolfo Gómez García 2022-08-02 15:26:30 +0200
  • a6c6bca2fd Merge remote-tracking branch 'origin/v3.6' Adolfo Gómez García 2022-08-01 14:39:34 +0200