Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-07 | Remove unused code from Artifact::ObjectInfo | Maksim Denisov | |
Deserialization from json is used in a single test only | |||
2024-04-08 | test: Add missing includes and fix deps | Paul Cristian Sarbu | |
2023-11-15 | artifact.hpp: make ToJson and FromJson consistent | Alberto Sartori | |
The function ToJson used `file_type` key to express the type of the artifact, on the other hand, FromJson was expecting `type`. This patch makes the two functions consistent, prefering `file_type` for historical reasons. |