Commit Graph

  • 9ae5f3b91d timing status checks bugfix/booking-too-long pb 2025-05-28 18:19:07 +0200
  • 3a2141aab5 adding log to measure search time pb 2025-05-28 16:22:26 +0200
  • 6ab6383144 corrected an use of the original http caller instead of the deep copy main pb 2025-05-27 18:07:00 +0200
  • 690d60f9d6 corrected the getBooking function parameters pb 2025-05-27 16:13:46 +0200
  • da0de80afd Booking check and booking post have been transformed in goroutine to improve performance when booking several execution with cron expressions pb 2025-05-27 15:38:24 +0200
  • cd7ae788b1 didn't put the blocking loop in the right place for post booking bugfix/lag-booking pb 2025-05-27 12:06:10 +0200
  • 0d96cc53bf transformed the loop that posted the booking on oc-datacenter to a threaded operation where each call is done in a goroutine pb 2025-05-27 11:58:55 +0200
  • 66fc3c5b35 added the passing of the request.Caller's URL to the deep copy pb 2025-05-27 11:34:44 +0200
  • 5ab3eb8a38 forgot to pass the mutex as pointer and unlock it pb 2025-05-27 11:17:10 +0200
  • fec23b4acd modified HTTP caller to have a DeepCopy() method in order to parallelize calls without race conditions pb 2025-05-27 11:08:35 +0200
  • 901622fee0 logging on the booking uuid before the post booking pb 2025-05-27 09:51:41 +0200
  • 527e622774 correct the error channel pb 2025-05-26 19:21:28 +0200
  • 7223b79fe8 correct the error channel pb 2025-05-26 19:16:39 +0200
  • 1ade41aeae moved the code that execute the booking into a separated function so that it can be launched as goroutine and parallelize get booking$ pb 2025-05-26 19:05:17 +0200
  • 58dc579255 added debug logging pb 2025-05-26 18:30:56 +0200
  • 370dac201b In CheckBooking mooved the loop on bookings outside of the loop of execs, which seems to repeat the Peer execution on booking an exponential number of time pb 2025-05-26 17:55:45 +0200
  • 2a763006db counting round in exec pb 2025-05-26 17:41:26 +0200
  • 522c66653b Added logging for debug pb 2025-05-26 17:22:09 +0200
  • b57f050b81 increased the limit of returns by Mongo find() pb 2025-05-22 14:41:38 +0200
  • d4139fa270 oui ok bugfix/schedule-cron pb 2025-05-21 16:08:10 +0200
  • db09d2ea89 dispaying te dates in getExecutions pb 2025-05-21 16:02:20 +0200
  • e79e909805 dispaying te dates in getExecutions pb 2025-05-21 15:55:47 +0200
  • f7e4e11705 dispaying te dates in getExecutions pb 2025-05-21 15:44:37 +0200
  • 77554cbcf5 dispaying te dates in getExecutions pb 2025-05-21 15:41:21 +0200
  • 0783395121 dispaying te dates in getExecutions pb 2025-05-21 15:25:02 +0200
  • 41ebcf150a added logging when booking pb 2025-05-07 18:16:38 +0200
  • 1499def6ad added booking on the computing and data resource's peers pb 2025-05-07 14:54:31 +0200
  • adbab0f5d7 added more info on error returned by LaunchPeerExecution() pb 2025-04-30 16:13:49 +0200
  • f026e30c6a printing in schedules test-wf pb 2025-04-30 12:59:57 +0200
  • 2a737ad559 printing in schedules pb 2025-04-30 12:47:46 +0200
  • 0de37348db printing in schedules pb 2025-04-30 12:37:55 +0200
  • 64d1544951 printing in schedules pb 2025-04-30 11:39:40 +0200
  • bd194e6d47 printing compute id pb 2025-04-29 16:50:52 +0200
  • 88c88cac5b testing simplyfied urlFormat() method which works thanks to traefik feature/admiralty pb 2025-03-13 16:57:27 +0100
  • 1ae38c98ad correct path for ADMIRALTY_NODESAPI pb 2025-03-13 11:58:57 +0100
  • 2d517cc594 Correcting an error in CallGet() pb 2025-03-12 15:41:10 +0100
  • a9c82bd261 Replaced the return of Call[Method]() by the stored value of the resp.Body pb 2025-03-12 15:37:03 +0100
  • 79aec86f5f Replaced the return of Call[Method]() by the stored value of the resp.Body pb 2025-03-12 15:26:00 +0100
  • 9b3dfc7576 fixing how last result in stored in httpcaller pb 2025-03-12 12:13:55 +0100
  • 037ae74782 modified the way HTTPCaller store last resposne pb 2025-03-12 12:09:55 +0100
  • b81c60a3ce modified the way HTTPCaller store last resposne pb 2025-03-12 12:00:32 +0100
  • 363ac94c47 debug instructions pb 2025-03-12 11:35:25 +0100
  • 378f9e5095 Added a new http.Response field to HTTPCaller to store results for each call pb 2025-03-12 10:39:20 +0100
  • 659b494ee4 Added a new field to HTTPCaller to store results for each call pb 2025-03-12 09:45:17 +0100
  • 92965c6af2 Added more information in error when LaunchPeerExecution method doesn't match caller's pb 2025-03-11 16:48:05 +0100
  • 70cb5aec9f changed some variable name for better understanding of process in LaunchPeerExecution pb 2025-03-11 12:03:35 +0100
  • d59e77d5a2 changed how url is consructed in LaunchPeerExecution by placing meth after peer url + dt pb 2025-03-05 14:05:04 +0100
  • 41ddf1f7cb changed how url is consructed in LaunchPeerExecution by placing meth after peer url + dt debug/check-peer pb 2025-03-05 14:05:04 +0100
  • 18c723ee42 removed caller from checkPeerStatus() parameters by adding the path to url pb 2025-03-05 11:54:14 +0100
  • d4f000466f add print for url pb 2025-03-05 12:18:07 +0100
  • ff1b857ab0 removed caller from checkPeerStatus() parameters by adding the path to url pb 2025-03-05 11:54:14 +0100
  • dbdccdb920 Corrected urlFormat() from peer_cache which constructed url with API's name at the end pb 2025-03-05 11:01:46 +0100
  • fd3fef72d3 correct DefaultAPI list pb 2025-03-03 10:55:00 +0100
  • 1890fd4f71 added the resources used for admiralty in datacenter API pb 2025-03-03 10:33:37 +0100
  • 95af3cb515 removed caller from checkPeerStatus() parameters by adding the path to url pb 2025-03-03 10:32:52 +0100
  • 3acebc451e Added the required tag to ExecutionsID pb 2025-02-26 10:59:49 +0100
  • 5111c9c8be discovery clear view mr 2025-02-19 15:29:42 +0100
  • 3ecb0e9d96 set up auth for workspace mr 2025-02-19 11:41:52 +0100
  • b4a1766677 better load & peear cache for traefik mr 2025-02-19 11:03:12 +0100
  • 241c6a5a08 casual debug, time added before change of state bookin & exec mr 2025-02-19 08:55:11 +0100
  • 7c30633bde verifyAuthAction for instance mr 2025-02-18 14:02:29 +0100
  • 81d3406305 verifyAuthAction for instance mr 2025-02-18 12:55:49 +0100
  • 04f7537066 save mr 2025-02-18 12:39:16 +0100
  • 6bf058ab5c save mr 2025-02-18 11:11:40 +0100
  • b771b5d25e save mr 2025-02-18 10:25:08 +0100
  • 6e6ed4ea2c debug mr 2025-02-18 09:53:55 +0100
  • a098f0a672 conf mr 2025-02-18 09:01:21 +0100
  • cafadec146 missing res access namespace mr 2025-02-17 08:25:19 +0100
  • 0940b63961 correct mr 2025-02-14 16:16:25 +0100
  • a2dca94dca correct mr 2025-02-14 15:01:49 +0100
  • 085a8718e0 correct mr 2025-02-13 15:11:23 +0100
  • c53e25e69a add purchase resource in model catalog payment mr 2025-02-11 09:16:18 +0100
  • 4aebb48e73 add purchase resource in model catalog mr 2025-02-11 08:30:38 +0100
  • c9690fc1ba add purchase resource in model catalog mr 2025-02-11 07:55:15 +0100
  • cd10104089 add purchase resource in model catalog mr 2025-02-10 13:10:42 +0100
  • f6bc19123c add purchase resource in model catalog mr 2025-02-10 13:04:13 +0100
  • 305e5919f9 add purchase resource in model catalog mr 2025-02-10 11:32:55 +0100
  • 2ee2320a03 add purchase resource in model catalog mr 2025-02-10 10:42:37 +0100
  • 9a4cf686ca add purchase resource in model catalog mr 2025-02-10 09:58:46 +0100
  • 5376cf7681 workflow execution evolved mr 2025-02-07 11:41:12 +0100
  • 2f0eb9ca35 workflow execution evolved mr 2025-02-07 08:29:57 +0100
  • c1d0932301 workflow execution evolved mr 2025-02-06 12:56:51 +0100
  • 82cb2aa76a workflow execution evolved mr 2025-02-06 11:13:06 +0100
  • 2cbbb49ce2 workflow execution evolved mr 2025-02-06 09:56:00 +0100
  • 3c615fd3bc workflow execution evolved mr 2025-02-06 09:08:35 +0100
  • 91d3e5c3cd Added a nil verification to StoreOne and UpdateOne for Graph object pb 2025-02-13 10:24:00 +0100
  • 271cc2caa0 workflow scheduler create booking with a booking execution lot id mr 2025-02-13 09:50:18 +0100
  • 42b60ca5cd workflow scheduler create booking with a booking execution lot id mr 2025-02-13 09:10:24 +0100
  • 4920322d0a workflow scheduler create booking with a booking execution lot id mr 2025-02-13 08:26:26 +0100
  • c7c1535ba9 workflow scheduler create booking with a booking execution lot id mr 2025-02-12 16:08:15 +0100
  • 576f53f81b workflow scheduler create booking with a booking execution lot id mr 2025-02-12 15:45:03 +0100
  • c0e6247fb8 workflow scheduler create booking with a booking execution lot id mr 2025-02-12 15:27:05 +0100
  • 3e85fdc779 workflow scheduler create booking with a booking execution lot id mr 2025-02-12 14:14:28 +0100
  • 4833bcb710 workflow scheduler create booking with a booking execution lot id mr 2025-02-12 14:08:57 +0100
  • 7d69d65dd2 workflow scheduler create booking with a booking execution lot id mr 2025-02-12 11:41:34 +0100
  • a098b3797a workflow scheduler create booking with a booking execution lot id mr 2025-02-11 15:33:01 +0100
  • 7d03676ac2 workflow scheduler create booking with a booking execution lot id mr 2025-02-11 14:11:12 +0100
  • 945b7a893e workflow scheduler create booking with a booking execution lot id mr 2025-02-11 13:58:24 +0100
  • ef028cb2b9 workflow scheduler create booking with a booking execution lot id mr 2025-02-11 13:54:06 +0100
  • 4cfd0a1789 workflow scheduler create booking with a booking execution lot id mr 2025-02-11 12:28:04 +0100