- 24 Oct, 2022 12 commits
-
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
Look for unprocessed Data Array periodically.
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
The comparison script generate the difference between a server node's array and the reference database's array. It iterates over several database types.
-
Ophélie Gagnard authored
The transformation script transforms a Data Stream (raw data) into a Data Array (integer array). It uses the mixin to map each file path with each file's hash. The mixin provides an interface with two reciprocal mapping dictionaries.
-
Ophélie Gagnard authored
Alarm_handleAnalysis.py is a Wendelin script. The scripts added here create the ERP5 objects necessary to handle an incoming scan as raw data.
-
Ophélie Gagnard authored
PathTemplateItem: Add ingestion policy. SkinTemplateItem: - Add easier object creation from Data Product (Data Supply and Data Transformation). - Add script to get required parameters.
-
Ophélie Gagnard authored
currently in "add ingestion policy" but may be a separate commit? the files here are modified later (rather than being in their current state from the beginning)
-
Ophélie Gagnard authored
Add categories label scans according to their type (reference scan, from a server node, etc.) Exclude additional categories from Wendelin. This is required for the slapos.core tests to pass.
-
Ophélie Gagnard authored
-
- 06 Oct, 2022 2 commits
-
-
Alain Takoudjou authored
See merge request nexedi/slapos.core!431
-
Alain Takoudjou authored
If computer partition requested state is `started`, slapos node boot will start partition services on reboot, event if the node is not able to connect to master or has no internet.
-
- 03 Oct, 2022 9 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!428
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!430
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 29 Sep, 2022 3 commits
-
-
Rafael Monnerat authored
... Unify scripts into Base_getEventList
-
Rafael Monnerat authored
In order to use getMovementHistoryList too
-
Rafael Monnerat authored
It is used to get the events that follow up to a ticket that aggregates (or sub object aggregates) to an document (usually Compute Node or Instance Tree).
-
- 27 Sep, 2022 4 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Reuse Base_getOpenRelatedTicketList to query tickets consistently and extends original goal to also show Upgrade Decisions. This tab shows all Tickets related to the computer and to all instance trees that has one instance allocated on it (even if isn't the one that is failing).
-
Rafael Monnerat authored
Use default_or_child_aggregate_uid is enough (and simpler). Use specific states to be consistent with RSS queries.
-
Rafael Monnerat authored
Reduce the number of scripts and refactor the query script to rely on getMovementHistory. Before only the latest event was notified, to reduce the list and only to ping the user to access the site. Now all events are considered on the list (not the latest ones) and include some general clean up on base RSS feeds.
-
- 23 Sep, 2022 5 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Now the goal is save the configuration and later assert with saved configuration on the actual site. This may give us other uses for this tooling, like, save before and after an upgrade (to know the actual delta) and save after an upgrade to know later the local changes done over time. This without loose the possibility of audit (since you can upload a file after fetch the configuration from the unit tests)
-
Rafael Monnerat authored
We shouldn't keep this in git, but it should be created or handled after an upgrade by the developer.
-
Xavier Thompson authored
See merge request !423
-
Rafael Monnerat authored
See merge request !429
-
- 22 Sep, 2022 5 commits
-
-
Rafael Monnerat authored
Events are creates via script (and API) now, instead jio_post.
-
Xavier Thompson authored
Add `README.md` instructions explaining how to adapt the migration tests after upgrading the proxy database version.
-
Xavier Thompson authored
When migrating entries, use `INSERT OR REPLACE` to get rid of duplicate rows that cause constraint violations, instead of raising an exception. Note that this only affects the `forwarded_partition_request` table: for other tables it changes nothing in terms of behavior because the intial tables already cannot contain conflicting rows.
-
Xavier Thompson authored
Insert duplicate entries in `forwarded_partition_request` table of each database dump of previous versions, and assert that only a single entry remains after the migration.
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!427
-