Commit Graph

  • e95d1aa53b implemented StoreOne for orders main pb 2025-06-27 17:33:39 +0200
  • 1ab2bd2153 commented the condition that prevents the booking if pricing is not selected to allow dev while the feature is not implemented pb 2025-06-27 17:10:32 +0200
  • d35ad440fa removed the 'validate:required' from PricedItem in Booking because we don't have implemented the error handling nor the feature yet pb 2025-06-27 16:20:31 +0200
  • d58dc56024 corrected live accessor mr 2025-06-26 16:20:41 +0200
  • 34b7cdcf06 corrected live accessor mr 2025-06-26 15:59:21 +0200
  • af0d7807bc corrected live accessor mr 2025-06-26 15:57:49 +0200
  • e600fedcab access to live storage mr 2025-06-24 12:22:27 +0200
  • 147c7bc3a1 access to live storage mr 2025-06-24 11:58:52 +0200
  • 3fdf5c3ebf Live Structure mr 2025-06-24 11:32:07 +0200
  • cd177bd779 Live Structure mr 2025-06-24 11:29:04 +0200
  • 2c8dcbe93d wait for NATS mr 2025-06-24 08:49:53 +0200
  • e84d262f38 add sets up mr 2025-06-20 12:11:13 +0200
  • 29b192211d add sets up mr 2025-06-20 12:10:36 +0200
  • 583ca2fbac add sets up mr 2025-06-20 10:50:01 +0200
  • 82d25b0bee add sets up mr 2025-06-20 10:48:08 +0200
  • 181b3249b8 add sets up mr 2025-06-20 10:47:33 +0200
  • 8b38249df7 add sets up mr 2025-06-20 09:27:55 +0200
  • 01af8237db add sets up mr 2025-06-20 09:22:09 +0200
  • 2f4884c655 add sets up mr 2025-06-20 09:07:53 +0200
  • c9ee2a1d24 add sets up mr 2025-06-20 09:05:44 +0200
  • 8d5ba6a5e4 add sets up mr 2025-06-20 08:34:33 +0200
  • d3cfe019e3 add sets up mr 2025-06-20 08:10:52 +0200
  • 4c2ecd3f41 add sets up mr 2025-06-20 07:53:32 +0200
  • d8ccdec501 add sets up mr 2025-06-20 07:51:32 +0200
  • 938f9f1326 set up mr 2025-06-19 08:11:11 +0200
  • 29bc21735d setup mr 2025-06-18 07:58:40 +0200
  • ec7a7e4746 draft of compute units catalog mr 2025-06-17 16:42:21 +0200
  • 0b0952b28c draft of compute units catalog mr 2025-06-17 16:14:44 +0200
  • 9e52663261 draft of compute units catalog mr 2025-06-17 15:35:02 +0200
  • 8f2adb76e4 add draft compute units mr 2025-06-17 15:06:33 +0200
  • 0d6c329477 draft of compute units catalog mr 2025-06-17 14:57:36 +0200
  • 1c751f7253 add draft compute units mr 2025-06-17 14:51:41 +0200
  • 2264d22c69 draft of compute units catalog mr 2025-06-17 14:21:37 +0200
  • 9fe72ea96e draft tests mr 2025-06-16 13:48:32 +0200
  • 48299810e0 draft test mr 2025-06-16 11:24:39 +0200
  • 2a0ab8e549 access to workflow IsDeps func mr 2025-06-12 10:47:38 +0200
  • 23a9d648d2 Merge branch 'main' of https://cloud.o-forge.io/core/oc-lib into main merge oclib mr 2025-06-12 10:42:38 +0200
  • a3029fa3f9 refactor addition in oclib for better use mr 2025-06-12 10:42:05 +0200
  • 387785b40c reimported logs without import cycle pb 2025-06-04 10:33:00 +0200
  • 03dea55131 added another error log when the status is dead pb 2025-06-03 10:00:47 +0200
  • 7b8aa989f6 added a log when an API is not reachable pb 2025-06-02 18:22:08 +0200
  • 778ffa05a1 what is collaborative bugfix/booking-too-long pb 2025-06-02 18:05:08 +0200
  • 3c15907427 added id for logger pb 2025-06-02 10:34:58 +0200
  • 9ae5f3b91d timing status checks 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 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