- 26 May, 2023 1 commit
-
-
Rafael Monnerat authored
-
- 23 May, 2023 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Do not browse whole related instance trees, Only display directly related objects do keep more direct approach.
-
- 22 May, 2023 3 commits
-
-
Rafael Monnerat authored
This feature was merged into viewTickets, but we split into a second tab
-
Rafael Monnerat authored
This uses catalog to fetch both Upgrades and Tickets, which is not good idea, since it has bad performance and use 2 listboxes works way better (since the columns differ).
-
Rafael Monnerat authored
Script was removed since it had bad peformance
-
- 16 May, 2023 1 commit
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!530
-
- 15 May, 2023 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 12 May, 2023 10 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!528
-
Rafael Monnerat authored
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!526
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!527
-
Rafael Monnerat authored
if uid is empty it returns whole catalog
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!529
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
In short, use PUT rather them GET to request instance
-
Rafael Monnerat authored
Use response from putAttachment to get the relative URL
-
- 11 May, 2023 2 commits
-
-
Rafael Monnerat authored
Call catalog on the uids for compute properly the list of objects to list (pagination + sort). Remarrk: This change isn't ideal and introduce an extra catalog call, but this only adds few microseconds (>10ms) to the return.
-
Rafael Monnerat authored
- Fixup current Organisation on Compute Node UI (missing field) - Extend the query to fetch as much project and organisations as possible - Sort alphabetically, since it is more user_friendly - Keep single field (not current/Future) for each project, and pre-select the default
-
- 10 May, 2023 4 commits
-
-
Rafael Monnerat authored
- Fixup current Organisation on Compute Node UI (missing field) - Extend the query to fetch as much project and organisations as possible - Sort alphabetically, since it is more user_friendly - Keep single field (not current/Future) for each project, and pre-select the default
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This was prevent request form to restrict the software type to the proper one.
-
- 09 May, 2023 3 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!525
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!523
-
Rafael Monnerat authored
Since priority is 1 the activies can be called out of order. So calculateEtags can be called before all objects be indexed. This can lead to a intermediate (or old) value, requiring am extra call to the _activateFillComputeNodeInformationCache. This is somehow acceptable since the code should expect an ordering of activities execution anyway.
-
- 08 May, 2023 1 commit
-
-
Rafael Monnerat authored
-
- 05 May, 2023 2 commits
-
-
Rafael Monnerat authored
This prevents to be delayed due excessive activities created by simulation
-
Xavier Thompson authored
See merge request nexedi/slapos.core!520
-
- 04 May, 2023 1 commit
-
-
Rafael Monnerat authored
Dont fail if the Software Release couldnt be found, just stop (display error explanation) and allow the user to return where he came from.
-
- 28 Apr, 2023 8 commits
-
-
Rafael Monnerat authored
The string comes translated.
-
Rafael Monnerat authored
This wasnt a proper update, and it was accidently commited by mistake on the MR.
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!522
-
Rafael Monnerat authored
The proper way is always wait for notification message after click proceed, since the spinning icon can flick between before the post and reload the page (probably because notifySubmitted). This tiny flickering can cause confuse the wait_for_content macro since it is called too soon.
-
Rafael Monnerat authored
Mostly to translate Open allocation state (causing test to fail)
-
Rafael Monnerat authored
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!518
-
Rafael Monnerat authored
The selenium dont assert well with \n and code, so play safe and just assert line by line.
-