All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.3.1 - 2024-10-16
- Queries with indirect sources make use of link traversal capabilities of the viewer (internal issue#57).
- Logged in users can save their custom queries in a pod now (internal issue#58).
- Changed URL composition from
https://<service>.onto-deside.ilabt.imec.be
tohttps://onto-deside.ilabt.imec.be/<service>
(internal issue#60).
- Parent container of pod roots is no longer writable by everyone (internal issue#59).
- Upgraded the viewer to its v1.4.1.
0.3.0 - 2024-08-08
- The June 2024 evaluation cases (internal issue#55).
- Templated queries with indirect variables in the Generic query examples group and in all Evaluation June 2024 groups (internal issue#56).
- Eased viewing files in pods in containers using volume mapping (internal issue#52).
- Automated stuffing pod contents with verifiable credentials (internal issue#54).
- Upgraded the viewer to its v1.3.0.
0.2.4 - 2024-04-08
- In response to Onto-DESIDE project review:
0.2.3 - 2024-03-28
- Integrated upload of data for project demo March 2024 (internal issue#48).
0.2.2 - 2024-03-21
- Added extra pods for further developments (internal issue#44).
- Added localhost option (internal issue#46).
- Extra queries in the Generic Data Viewer (internal issue#47).
- Use correct replacement for
{{podBaseUrl}}
in CSS7 (internal issue#43). - For the online version: documented how to make the Docker compose setup survive a system reboot (internal issue#45).
0.2.1 - 2024-01-02
- Changed from private CSS image to solidproject/community-server:7 image (internal issue#32 and issue#42).
0.2.0 - 2023-11-09
- Added textile use case and visualization with Generic Data Viewer (internal issue#29).
- Added configuration to run with
http://localhost:<portnr>
baseURLs (internal issue#31). - Added configuration to run behind a proxy (internal issue#36).
- Added documentation topics (internal issue#40).
- Fixed creation of directories that were git-ignored while fixing internal issue#33 above (internal issue#34).
- Removed shebang line from scripts/cert/main.sh.template (internal issue#38).
- Avoided GitHub's download limit for rmlmapper.jar (internal issue#39).
- Fixed a bug that caused all query results to be empty after switching envirnment variables files (internal issue#41).
- Reduced the number of files that contain CSS baseURLs and WebIDs (internal issue#33).
- Easy baseURLs changes using environment variables and template files (internal issue#35).
0.1.0 - 2023-08-17
- Integrated testing framework, based on Solid's - Conformance Test Harness (CTH) (internal issue#3).
- Documentation files:
- ACTORS_OVERVIEW.md: overview of the current actors, including instructions to generate the overview (internal issue#19).
- PERMISSIONS_OVERVIEW.md: overview of the currently assigned permissions, including instructions to generate the overview (internal issue#20).
- TESTING.md: separate and improved readme for testing (internal issue#21 and issue#22 and issue#24).
- CSS_SETUP.md: about the setup of Community Solid Servers (CSS) used in the project (internal issue#26).
- Whenever a query fails due to an error, the other queries can now continue processing and their results will be displayed (internal issue#1).
**/css-users.json
: webId URL fix (they were missing '/card' -subpath) (internal issue#4).- YARRRML Parser pulls incorrect rml prefix from prefix.cc (internal issue#9).
- jQuery Webclient logout works again (internal issue#12; see also comunica/jQuery-Widget.js#150).
- More efficient start_period/interval/retries combination in health checks (internal issue#13).
bashlib-build/Dockerfile
changed to become stand-alone (internal issue#14 and issue#15).scripts/ac/set_perms.sh
cleaned up and improved (internal issue#16).- Every actor’s pod contents is now put into a '/pod' parent directory (internal issue#17).
- Extended and improved README.md (internal issue#18 and issue#21).