- 10 May, 2022 1 commit
-
-
Rafael Monnerat authored
The kvm json schema is wrong, and it was fixed on a certain context, so I'm just dropping the assertion here until the software instance is refactored to use JSON in XML by default.
-
- 09 May, 2022 5 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This form allows you test any software release on the parameter form.
-
Rafael Monnerat authored
This fixes up the support for the json schema definition for {"type": "number", "enum": [ 1.0, 2.0] } It relies on data-format to overcome the limitation of select fields that only output strings on input.value.
-
Rafael Monnerat authored
If the field is number the field is handled as float, and not as integer anymore.
-
Alain Takoudjou authored
See merge request nexedi/slapos.core!366
-
- 06 May, 2022 2 commits
-
-
Rafael Monnerat authored
See merge request !382
-
Rafael Monnerat authored
See merge request !383
-
- 05 May, 2022 1 commit
-
-
Rafael Monnerat authored
We should use schema_url rather them json_url on validationJSON, since the json_url is the software.cfg.json while schema_url is the actual url for the schema.
-
- 04 May, 2022 1 commit
-
-
Rafael Monnerat authored
Like in WebSite_login, came_from is an URI Template so we must expand the URI to handle the {&n.me} that can be present on the URL.
-
- 29 Apr, 2022 12 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!380
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Use proper trademarks for the login buttons
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!379
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This prevent not configured sites show the sign-in buttons w/o proper configuration, in other words, broken buttons.
-
Rafael Monnerat authored
Just let configuratior handle everything
-
Rafael Monnerat authored
Since the ID is used, it is important to "enableGlobal" before set conversion server configuration.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Roles had duplicated names and were generating unecessary diff
-
- 20 Apr, 2022 6 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!378
-
Romain Courteaud authored
* jslint * drop duplicated loopEventListener * use rjs.onEvent method to reduce the number of created listeners * use domsugar to make the code more readable * start to use mutex
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 18 Apr, 2022 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 14 Apr, 2022 8 commits
-
-
Thomas Gambier authored
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!377
-
Rafael Monnerat authored
Include general tests for the revoke/generation
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!375
-
Thomas Gambier authored
This commit remove the following 2 commands: * slapos cache lookup * slapos cache source And introduces the following 3 commands: * slapos cachelookup binary-sr * slapos cachelookup url * slapos cachelookup pypi This is useful to check if some objects are in shacache for buildout. Please note that the commands are using the latest keys (introduced in nexedi/slapos.buildout!26) See merge request nexedi/slapos.core!376
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 11 Apr, 2022 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
On xml serialisation we support a more restrict scope them the whole json schemas and on json-in-xml, despite the fact we could support all, not everything is suitable for form generation. The both "meta schemas" are a variation of the draft exclusively for UI rendering purpose.
-