- The changelog format can be found here.
 - Tickets that create lasting requirements can be found here.
 - The ticket reference scheme can be looked up here.
 - Releases are done every time an important ticket is completed.
 
[Unreleased]
Major Changes
- 2025-06-05 #49 Reimplement 
bin/worker.executeasbin/worker.execute.py, in order to:- Add automatic tests.
 - Deploy remotely without extra scripts via just 
bin/worker.execute(for command dispatch) and thebin/bootstrap.*(initial build commands). - Deploy persistent user systemd service remotely without extra scripts.
 - Simplify code by generating bash scripts.
 - Find out, that a Java implementation of 
bin/worker.execute, currently would not be a net benefit by remove Python 3 from the software stack. - In the future this script may support
 
 - 2024-03-26 #252 Provide scheduling tool for schools in general.
 - 2023-09-15 Migrate articles of 
net.splitcells.network.blogtonet.splitcells.network.communityand delete the projectnet.splitcells.network.blog, because the blog provides insight into - 2023-09-15 #281 Rename 
net.splitcells.network.workertonet.splitcells.network.worker.via.java. It is required for a newnet.splitcells.network.workerproject. This new project will integrate different implementations of the network worker and provide a common interface for that. Different implementations are required in order to support worker tasks for different environments. For instance cloning and updating all repos in different contexts. A build server needs to be able to update its repos via native programs for bootstrapping the build, but requires integration code for the used operation system. A Java based server instance running with a copy of the repos can updates its repos via Java code, without requiring any additional native programs. The Java based server is more portable as the build server with the bootstrapping build. - 2023-09-15 #281 Create dedicated project for a project files standard:
- This project moves all such files to one dedicated place and thereby creates a standard, that is easier to understand, support and check.
 - Some files were moved from the root project and 
projects/net.splitcells.os.state.interfacetoprojects/net.splitcells.project.standard. 
 - 2023-09-15 #256 Stop active support for offline builds.
 - 2023-08-17 #249 Provide default value for 
net.splitcells.website.server.Config#detailedXslMenu. - 2023-04-14 #241 Adjust projects to the project partitioning guidelines:
- Rename 
net.splitcells.dem.coretonet.splitcells.dem.ext. - Rename 
net.splitcells.dem.mergertonet.splitcells.dem.api. - Rename 
net.splitcells.gel.sheathtonet.splitcells.gel.ext. 
 - Rename 
 - 2023-02-12 #218 Relicense main repo to EPL-2.0 with GPL-2.0-or-later as a secondary license.
- This was done, because 
EPL-2.0 OR MITwas planned as an transitioning licensing, untilEPL 2.0withGPL-2.0-or-lateras the secondary license (EPL-2.0 OR GPL-2.0-or-later) could be adopted. Before this change it was assumed, thatEPL-2.0 OR GPL-2.0-or-laterrequires dependencies to be compliant withGPL-2.0-or-laterat all times. It was later found out, thatGPL-2.0-or-latercompliance seems to be only relevant, when work is actively made available under the secondary licenseGPL-2.0-or-laterand this only has to be done by the distributor. - Create licensing guidelines.
 
 - This was done, because 
 - 2022-11-27 #183: The property 
test.groupsis now used in Maven to determine, which Tags are required for a test to be executed, during the build. - 2022-11-12 Allow leading digits in file and folder names in filesystem guidelines.
 - 2022-10-07 #162: There are now 3 recommended types of test: minimal, extensive and side effect tests
 - 2022-02-28 #125:
- Rename 
*Renderer*ofnet.splitcells.website.server.project.renderer.**to*ProjectRendererExtension*in order to ensure unique class names in the future. - Improve package structure by moving 
net.splitcells.website.server.project.renderer.*tonet.splitcells.website.server.project.renderer.extension.*. 
 - Rename 
 - 2022-02-23 #s69: Rename Renderer class names in order to unify
naming:
CommonMarkChangelogExtension->CommonMarkChangelogRendererCommonMarkReadmeExtension->CommonMarkReadmeRenderer
 - 2022-02-22 #s72:
- Remove unused class 
net.splitcells.website.server.project.Location. - Define config class, in order to pass additional or configuration info to renderers and server.
 - Add config parameter to 
ProjectRenderer#renderHtmlBodyContent,Renderer#renderFileandServer. - Move validators of 
net.splitcells.website.server.*tonet.splitcells.website.server.project.validator, in order to improve code structure overview. - Use 
/net/splitcells/website/server/config/layout.xmlinside XSL scripts for the file layout file. This way, multiple XSL scripts for different webserver configurations are not needed. The layout file is also not stored in the file system anymore and is queried from the new Config class. Thereby the number of different locations for the webserver is reduced. 
 - Remove unused class 
 - 2022-02-21 #142 Remove 
net.splitcells.website.html.contentproject. It was an alternative minimal style for the website. It is now integrated into the default style and can be enabled via thegenerated.styleoption and the valueminimal. For this theRenderingConfigclass was created and is used byProjectsRenderer. The standard styling is too complex. Using one unified style with switches makes it easy to recognize the complex parts and to migrate these to simpler forms. Furthermore, maintaining 2 styles that are mostly identical is costly. - 2022-02-20: Move 
package.installimplementation for rpm-ostree from OS state interface lib, to the OS state interface lib GPL 2.0, because rpm-ostree contains GPL 2.0 code. - 2022-02-17: #8: Make argumentation rendering in Gel less verbose for
optimization solutions.
This makes it easier to understand errors in solutions by omitting the
excessive usage of the word 
argumentation.- Every 
Constraint#naturalArgumentationmethod now returns an optional perspective. Thereby, the number of nodes in the AST of the argumentation is reduced. - The usage of the word 
argumentationitself was greatly reduced. Before the change an argumentation would look like the following:
Now it looks like thisArgumentation For all rail Argumentation Argumentation Then values of allocated hours should have the same valueFor all rail Then values of allocated hours should have the same value. 
 - Every 
 - 2022-03-20:
- The webserver now maps some paths to the root index file.
This allows the user to interact with the live server more easily,
as it does not have to write the root index file into the URL in order to open it.
Thereby, the user does not have to handle an error,
because it tried to open a website with the most common URL.
In other words 
https://localhost:8443/index.htmlbecomeshttps://localhost:8443. 
 - The webserver now maps some paths to the root index file.
This allows the user to interact with the live server more easily,
as it does not have to write the root index file into the URL in order to open it.
Thereby, the user does not have to handle an error,
because it tried to open a website with the most common URL.
In other words 
 
Minor Changes
- 2023-08-14 #249: Split 
net.splitcells.networkroot project into a root project, that is used for building all network projects, and a network file project containing documentation. This way the root folder of the network project is just a multi module Maven project for building and the projects sub folder contains all projects of the network project. - 2023-06-11 #s140: Publish repo of 
net.splitcells.symbiosis. - 2022-12-05 #s118 Speed up SourceHut build via m2 cache:
The new repo 
net.splitcells.network.m2is created, that contains a Maven m2 repo. This m2 repo is used in order to build Maven projects locally. This m2 repo also works as an inventory of external Maven dependencies. - 2022-12-02 #198 Manage dot files: Recommend Chezmoi in order to manage dotfiles.
 - 2022-10-21 #162 Ensure that integration and capabilities tests are executed from time to time.
 - 2022-10-17: #s107 Document core, API and extension concepts in the project guidelines.
 - 2022-10-16:
- #210: Create general source code guidelines with the current main on automatically formatting the code.
 - #200: Join the OpenSSF Best Practices Badge Program.
 
 - 2022-08-22: Create new projects and link to their respective peer repos:
net.splitcells.network.community.via.javadocnet.splitcells.network.community.git-bugnet.splitcells.network.repos
 - 2022-07-29: #165 Create deprecation protocol guidelines.
 - 2022-04-04: #171: Log number of warnings:
This are logged via 
./bin/test.via.network.workerand logged atnet.splitcells.network.log/src/main/csv/net/splitcells/network/worker/builder/warnings/$(hostname).csv. - 2022-03-06: #10: Create project 
net.splitcells.dem.core, which contains interface implementations of the Dem project. The goal is to split the Dem project into an interface project (merger) and implementation project (core). - 2022-02-28: #125: Create and add 
CommonMarkChangelogEventRendererto the web server in order to extract events from one changelog file. For every supported path[...}/CHANGELOG.htmlthere is now an appropriate supported path[...}/CHANGELOG.events.html. - 2022-02-25
- Create command 
repo.copy. It makes therepo.clone*commands more usable, by providing useful options and making it easy to combine said flags. For instance, in order to ensure that a folder contains a repo one can use the following call:repo.copy --target-folder=. --omit-if-exists=true --remote-repo='<URL of remote repo>'. I do not know, if this is better thanrepo.exists || repo.clone.into.current '<URL of remote repo>'. It may be the case, because additional checks can be added more easily this way, without changing existing code, but I am not quite sure. On the other hand, this is also a way to document the expected use cases of a tool and can be used as a guide, informing the user how to use the software. - #142:
- Define 
rootPathoption to web server config. - Translate links according to the 
rootPathconfig, which is/by default. If/is used asrootPath, then the path translation does not change the path. For instance,/net/splitcells/gel/index.htmlis translated to/net/splitcells/gel/index.htmlin this case. IfrootPathis set to/net/splitcells/martins/avots/website/, then it is translated to/net/splitcells/martins/avots/website/net/splitcells/gel/index.html. 
 - Define 
 
 - Create command 
 - 2022-02-23
- #s69 Create easier to navigate alternative to local path context in website:
The default layout for the website contains now a 
Relevant Local Path Contextsection in the secondary content column. It is located right before theLocal Path Contextand only lists paths, that are relevant for ordinary users. The new section makes it easier to navigate between the different pages of the site. - #s69: The web server's renderers now have a concept of a relevant path layout. Other than the regular path layout, it contains not all supported path of the web server. The relevant layout contains a subset of the regular layout and focuses on the paths, that are relevant for the normal users.
 
 - #s69 Create easier to navigate alternative to local path context in website:
The default layout for the website contains now a 
 
Patches
- 2022-02-20: Fix syntax errors in 
system.ssh.server.requireandsystem.ssh.server.require. 
[4.0.0] - 2022-02-14
Summary
- 2022-02-14: #138 Create developer introduction:
- An introduction to the constraint system was created. It shows how to model and solve the N queen problem on a conceptional and source code level.
 - The performance of Gel was improved as well by 5 times, because the runtime for solving the N queen problem was completely unacceptable. The original runtime for the Backtracking algorithm was 65 seconds and was improved to about 25 seconds. This is still a lot, but somewhat bearable as one (hopefully) would not make a new coffee in that time.
 - There are also now 2 new repositories in order to avoid data bloat in the main repo:
- net.splitcells.network.log: This is used as a public repo for logs like performance data or the execution time of project tasks.
 - net.splitcells.network.media: Contains media files like SVGs.
 
 
 - 2022-02-15: Comment On Generic Allocators Fourth Version (Gemini Link)
 
Major Changes
- 2022-02-12: #s66 Move suitable Dem guidelines to the network project.
 - 2022-01-30: Remove all additional commands in 
user.startlikeuser.configure, because this makes the command too complicated and it also makes it too hard to maintain backwards compatibility. - 2022-01-09: #138: Make default values of StaticFlags more reasonable performant.
 - 2022-01-09: Remove 
run.and.print.only.errors.shandrun.and.print.sh, because there are too manyrun.and.*commands, that are not used and are too similar. This makes it unjustifiable hard to choice a fittingrun.and.*command. - 2021-12-28: #s44 The Domsole now filters log messages with a lesser priority than INFO by default. This behaviour can be overwritten with the Option MessageFilter.
 - 2021-12-26: #s44 Rename 
ValidatortoSourceValidatorin order to clarify purpose, because a validator for rendered files via the web server is needed. - 2021-12-16: The rating methods of the constraint interface now only return
ratings instead of meta ratings,
in order to increase runtime performance.
Meta ratings have a higher overhead than primitive ratings,
because these are wrappers around primitive ratings based on a lookup
map.
In most common optimization problems and also for simple problems in general,
meta ratings are not required.
Supporting this common case explicitly, yields performance gains.
Meta ratings can be still obtained via the 
asMetaRatingmethod of ratings. - 2021-12-12: The command 
repo.repairwas rewritten in Python in order to support better argument parsing, which has a relatively complex syntax in Bash. The implicit argument (no flag required for setting) was converted to an explicit argument (--remote-repo=[...]. The command now also accepts one value for this argument, because multiple ones do not make sense. - 2021-12-09:
- #148 Unify method naming by renaming 2 methods:
- Rename 
Contraint#register_additiontoContraint#registerAddition. - Rename 
Contraint#register_before_removaltoContraint#registerBeforeRemoval. 
 - Rename 
 - #148 Fix typos:
- Rename 
Database#subscriberToBeforeRemovaltoDatabase#subscribeToBeforeRemoval. - Rename 
Database#subscriberToAfterRemovaltoDatabase#subscribeToAfterRemoval. 
 - Rename 
 
 - #148 Unify method naming by renaming 2 methods:
 - 2021-12-05: #148 Fix local path context for XML files: Remove choice Documents from custom XML format. A choice elements can be wrapped with an article element in order to get the same result, but with metadata support.
 - 2021-12-04:
- #138: Replace 
net.splitcells.dem.environment.config.StaticFlags.PROFILING_RUNTIMEwithPROFILING_METHOD_STATISTICS. The former one was deprecated, because it was not used and its intent was not clear. The latter one was introduced, because its usage is quite clear. Note that generic static flags are not that useful, because by enabling a generic one, many additional runtime tasks may be activated, which may destroy the software's performance. - #138: Rename package 
net.splitcells.dem.resource.host.integrationtonet.splitcells.dem.resource.communication.log. The reason for this, is the fact, that the shell may not be on the host computer. 
 - #138: Replace 
 - 2021-11-27: #s22: Rename Optimization interface to OfflineOptimization in order to clarify the difference to the new OnlineOptimization interface.
 - 2021-11-21: #s22: Rename 
net.splitcells.gel.solution.optimization.OptimizationtoOfflineOptimizationin order to clarify its meaning. - 2021-11-06:
- #10 Rename 
net.splitcells.dem.data.order.Comparison.comparator_. tocomparatorLegacyin order to have a clear name and remove its usage, where it is not needed. - #10 Rename 
net.splitcells.dem.data.order.Comparators.comparatorstocomparisonin order to unify naming. 
 - #10 Rename 
 - 2021-11-05: 
system.updatefor Flatpak now does not exit with an error, if Flatpak's version itself is deprecated. This is done because otherwise the whole update process would be aborted. An appropriate echo to stderr is created instead. - 2021-10-31: #110 Register extension path via extension instead of duplicate code:
Remove deprecated 
ProjectsRenderer#projectsLayoutmethod and useProjectsRenderer#projectsPathinstead. This new method is a lot easier to implement than the precursor, especially if future extension may be implemented via third party software. - 2021-10-18:
- #10 Privatize Constructor of NotImplementedYet exception. Thereby, the public API is unified.
 - #10 Privatize Constructor of LinkTranslator for CommonMark. Thereby, the public API is unified.
 
 - 2021-10-01: Install man pages to 
~/bin/man/man1so that the common man command can find and display man pages installed by os state interface. - 2021-09-18: Install pip modules via 
pip.module.installfor user and therefore without admin rights. - 2021-09-18: Remove command 
system.configure.autoof OS state interface project. - 2021-09-17: #10
- Delete the interface
net.splitcells.dem.resource.communication.Subscribable, because it was not used. - Make package structure more consistent.
- Move Dem's Files interface from communication package to more general resource package.
 - Move Dem's LogMessage, LogMessageI and LogLevel from the package
net.splitcells.dem.resource.communication.interactiontonet.splitcells.dem.resource.host.interaction, because sees interfaces and classes are not host specific. 
 - Rename 
net.splitcells.dem.lang.annotations.Return_thistoReturnThisin order to unify naming. 
 - Delete the interface
 - 2021-09-15: #8 Migrate Domsole from XML node base to Perspective base. Thereby, a custom rendering format is created, which is more suitable for the console, as it is a lot shorter, simpler and nicer. The XML rendering is currently broken and will be fixed for the website, when it is used again. Logging based on XML nodes is removed, also some deprecated method still exists, but they have no functionality.
 - 2021-09-11: 
run.and.show.if.failednow echos content of stderr to the shell during the execution normally. This way one knows all the errors, that appeared after a successful execution of the given command. If for instance one has a data synchronization script for multiple backup servers, one can see which server could not be reached, without marking the whole execution as failure. - 2021-09-05:
- Disable caching for default weblayout in order to keep CSS styling in webbrowser up to date.
 
 - 2021-08-29:
- #79: 
net.splitcells.website.servernow renders text files with the file suffix.htmlinstead of.txt. For the end user it means, that links to these file needs to be adjusted. This needs to be done, because static file webservers need to know the file type. Otherwise, text files transformed to HTML are not rendered correctly on web browsers. In practice this is used in order to serve the license files tosplitcells.net. See this example. 
 - #79: 
 - 2021-08-14:
user.bin.configurenow does not require additional user specific implementation. The command now works out of the box without an error message.
 - 2021-08-10:
command.repositories.installnow only installs sh, Bash and Python commands.
 - 2021-08-05:
- Rename 
net.splitcells.dem.utils.CommonFunctions#hash_codetohashCode. 
 - Rename 
 
Minor Changes
- 2022-02-14: #138 Create developer introduction.
 - 2022-02-12:
- #s68: Recommend stating the license in CommonMark files.
 - #s68: Create repo for media files:
This repo is named 
net.splitcells.network.mediaand is a peer repo to this repo cluster. 
 - 2022-02-07: #43: Ensure at least 30% test coverage.
 - 2022-02-05:
- #163: Create 
repo.push.atas the new version ofrepo.push.to:- Deprecate 
repo.push.to, because it uses positional arguments and therefore understanding argument meaning gets hard. The command also only supports remote IDs and not URLs. The positional argument parsing makes it hard to add simple features. The deprecated commands signals this with an error message, but works otherwise. - Create command 
repo.push.at, that uses only classical Unix style argument handling. Support for pushing to URLs was added as well. 
 - Deprecate 
 - #10: Create 
generation.stylevariable for default XSL style for multiple output style configuration. - #10: Integrate JaCoCo report into website via an additional renderer.
 
 - #163: Create 
 - 2022-02-04: #s68: Add peer repository 
net.splitcells.network.mediato website. - 2022-01-31: Make test coverage via codecov.io public. It can be seen on the README.
 - 2022-01-30: Create command 
world.manage, that calls all configuration and update commands provided by OS state interface. Thereby, the user can check, if all possible configurations and updates are applied. This also acts as a central documentation for all configuration and update commands of the OS state interface project. This command adds the new concept of a world in the context of the user, system and network concepts. The world contains and represents all top level concepts and therefore is a representation of all accessible objects. - 2022-01-23: Create command 
flatpak.gui, in order to easily find Flatpak's default GUI based application manager. - 2022-01-21: Create command 
sh.scroll.enable.- Sometimes scrolling is not enabled in a shell. This can be the case, if one is opened over ssh. This command enables scrolling for the current session. This command is not used for scripting, but makes it easy to look this command up for manual usage.
 
 - 2022-01-18: Create command 
ssh.executein order to execute commands on remote server in foreground. - 2022-01-16: Create and publish blog article A Case For Repo Process.
 - 2022-01-11: #s58 Implement first draft for injecting blogs of different projects into the network blog.
 - 2022-01-05: #138 Create project 
net.splitcells.gel.quickstart. It is a minimal project, that demonstrates how use the Gel framework. It can also be used as a template for new projects. - 2021-12-27: #s44 Create first draft of HTML link Validator based on heuristics regarding HTML parsing, so that a framework does not need to be included.
 - 2021-12-23: #138 CSV rendering via 
chart.jsnow renders the requested csv file. Previously, this renderer always rendered the same file, regardless of the request - 2021-12-20:
- Create command 
ssh.execute.in.backgroundin order to start background tasks on remote servers with systemd and ssh. - Create command 
system.lock, that locks all input and output devices of the system users' (i.e. lockscreen). 
 - Create command 
 - 2021-12-19: #138 Create rating cache for constraints via ConstraintAspect. In the future, it may be implemented in such a way, that it may be disabled. This is easy to implement, because this feature is implemented as an aspect.
 - 2021-12-13: #132 Justify current bias toward online optimization.
 - 2021-12-11: #138
- Add 
net.splitcells.network.logto website's default projects. This is a new git repository containing log files. These files are primarily performance data and are used in order to show performance regressions. - Create CSV serving and rendering of CSV files as charts to website server (CsvRenderer and CsvChartRenderer). This is used in order to create a simple visualization of the new repository.
 
 - Add 
 - 2021-12-05: #148 Fix local path context for XML files: Add path information to XML documents during website rendering.
 - 2021-11-29:
- #138 Create 
test.capabilitiesandtest.integrationin order to execute tests, that require relatively long time for execution. 
 - #138 Create 
 - 2021-11-27:
- #s22 Implement backtracking optimization:
- Implements backtracking as an OnlineOptimization.
 - In this context EnumerableOptimizationSpace was created in order to provide a search space for backtracking.
 
 - #142 Create 
net.splitcells.website.html.contentproject in order to provide an alternative HTML styling. - #s26 Support arbitrary renderers for website server:
- Details are described in the network's blog.
 - Create OS State Interface command 
project.render, in order to define a primitive unified building API for different build systems and projects. - Create command 
project.render.as.net.splitcells.websitein order to support arbitrary website renderers. This is currently used in order to deploy the network's blog, my private website and the network's website as one website. Linking between the network's blog and the rest of the site is currently lacking. 
 
 - #s22 Implement backtracking optimization:
 - 2021-11-20: #37 Simplify default web layout.
 - 2021-11-08:
- #26 Create command 
project.render.as.net.splitcells.websiteas an API for creating plugins forsplitcells.net's website server built out of software, which have no explicit integration for said website server. Integration is done by reading or writing to the same filesystem. In order to create a plugin following needs to be done:- Add and implement the following executable at a project: 
./bin/render.as.net.splitcells.website.to. It takes one argument containing a path. The command needs to write the plugin's part of the website to that path. - Add the following to the website's build script:
cd <plugin's path>project.render.as.net.splitcells.website
 
 - Add and implement the following executable at a project: 
 - #s24 Deprecate usage of CommonMark as the main documentation format: CommonMark is now only supported on second level. Sew XML is now the primarily supported format for articles. The source type guidelines were updated accordingly.
 
 - #26 Create command 
 - 2021-10-31:
- #55 Minimize number of used languages and protocols: Create guidelines for the formats used in the source code.
 - #117 Document N-Queen-Problem for users: The file is located here.
 
 - 2021-10-11:
- #119 Document deployment:
- Create Maven profile 
deploymentin order to create deployable jars. - Document deployment and link it from README.
 
 - Create Maven profile 
 - #128 Create word dictionary with links to their definition..
 
 - #119 Document deployment:
 - 2021-10-05 Create blog articles:
 - 2021-10-03 #101 Support gemini protocol for network blog:
The site was deployed to 
splitcells-net.srht.site(Gemini link). - 2021-10-02 #99 Add license headers to all webservers default content:
- The network's blog articles
 - CSS files
 - Javascript files
 - HTML files
 - Layout/XSL files
 
 - 2021-09-30 #s6 Jumpstart State Network Optimization (SEP): Provide an API in order to manage and work on complex optimizations, that consist of multiple sub problems. Thereby the SchoolSchedulingTest was migrated to new the API in order to simplify future code for this test.
 - 2021-09-19 Define chrome installation command via flatpak.
 - 2021-09-17: #10 Introduce the first pure project: net.splitcells.dem.merger
 - 2021-09-14
- Create concept presentation for Gel based on thought experiment.
 - Support serving raw HTML files via webserver.
 - Render changelog on website.
 
 - 2021-09-11: Support Fedora Silverblue, by implementing 
package.installviarpm-ostree. This package install command has the highest priority, because package managers like dnf should be ignored in this case. - 2021-09-04:
- Create command 
user.ssh.key.login.allowin order to allow login via public key. This command mainly grants read access to~/.ssh/authorized_keysfor the ssh server. - Create command 
user.ssh.key.authorizein order to import public keys into~/.ssh/authorized_keysvia command. Already present entries are not inserted. - Remove Lombok plugin installation steps inside
package.install.java.ide.via.eclipsebecause an update of Flatpak broke this. 
 - Create command 
 - 2021-08-29:
- Create method 
Paths.removeFileSuffixin order to unify file suffix manipulation implementations. - #79: Render new license info on website.
 - #s2: Create Host independent ticket numbering. Numbering is done via a prefix, that indicates the server hosting the ticket. This is documented in the changelog description located at the start.
 
 - Create method 
 - 2021-08-28:
- Create helper command 
wait.interactively.untilin order to wait until condition is fulfilled. 
 - Create helper command 
 - 2021-08-24:
- Add secondary arguments to 
maven.executecommand. - Add 
ENFORCING_UNIT_CONSISTENCYenvironment property to Dem, so it can be set during program startup without programming. - Create project command 
execute.exampleforgel.sheathin order to make easy to create custom execution command. 
 - Add secondary arguments to 
 - 2021-08-11:
- Server SVG images from source folder by webserver and add them to the layout.
 - Deprecated untyped repositories in webserver.
 - Render LaTex math formulas via MathJax in website.
 - Translate local image links in CommonMark to the link of the website.
 
 - 2021-08-10:
- Create command 
project.repository.registerin order to omit editing config files manually. 
 - Create command 
 - 2021-08-09: Create 
net.splitcells.network.deploy.buildfor deploying the build process on multiple computers. - 2021-08-08: 
command.repositories.installnow strips known file suffixes during installation. This wayos.state.interfacerepos can now state their file endings and thereby have better IDE support in such repos. 
Patches
- 2022-02-11:
- Fix source code error in 
user.ssh.key.authorize, which prohibited its execution. - Simplify and generalize detection for Fedora based systems with DNF in
system.ssh.server.start. This makes this script also workable on Fedora Silverblue. 
 - Fix source code error in 
 - 2022-02-10: JPG images served by website server's resource extension now get the correct content type.
 - 2022-02-07: SVG images served by website server's resource extension now get the correct content type.
 - 2022-01-23: #43 The default XSL style sheet for the website does not convert the layout links for the local path context anymore. The conversion was introduced as a hack in order to compensate for other bad code. It converted paths for XML files by replacing the XML suffix via an HTML suffix, which made the links invalid.
 - 2022-01-23: #138: LinearDeinitializer now correctly selects the allocation of a supply.
 - 2022-01-23: #s27: Fix local path content for rendering of text files.
 - 2022-01-09: #148: Fix local path context for rendered XML files in website server.
 - 2022-01-02: #138 Fix user command rendering via 
UserCommandRendererby rendering command tree withhttp://splitcells.net/den.xsdnamespace. - 2021-12-31: #138 The website server now supports via the LinkTranslator links from CommonMark files to other files located at other projects, instead to other files of the same projects.
 - 2021-12-27:
- #s44:
- Restore rendering of stack traces for logging in
Domsole (see 
Ui#append). - Fix warning in webserver caused by 
UserCommandRenderer#projectPaths. This method now correctly provides its managed project paths. 
 - Restore rendering of stack traces for logging in
Domsole (see 
 
 - #s44:
 - 2021-12-23: The supply selector had a probability to throw an exception, if there are freed supplies given an optimization event list, but no free supplies are present before applying the optimization event list to a given solution. If there are no free supplies present, freed supplies are used by the supply selector instead.
 - 2021-12-19: 
repo.synchronize.withnow uses the new interface ofrepo.repair, which got a breaking change previously in order to improve and standardize argument parsing. - 2021-12-10: #138 Remove temporary duplicate assignments during HistoryI reset, in order to improve performance.
 - 2021-12-05: Fix implementation and runtime check of 
HistoryI#resetTo. - 2021-12-05: 
Ordered#compare_tonow does not always double-check equality. - 2021-12-03: 
command.managed.executenow usesshutil.whichinstead ofdistutils.spawn.find_executable, because the latter one is deprecated and will be removed from Python with the version 3.12. - 2021-11-27:
- #s22 Fix the ordering of MetaRatingI. Previously, the order was inverse: a meta rating with cost of 0 was worse than a meta rating with cost of 1.
 shell.width.shnow works in Bourne shell as well.
 - 2021-11-20: Fix text file rendering in web server via 
txtfile suffix. - 2021-10-25 #90 Fix deployment of CommonMark files: Before the patch CommonMark were not rendered and uploaded via the website server.
 - 2021-10-22 
command.managed.installnow removes the file suffix of the source file, when installing the command as a dependency. Previously this was only done for the API defining commands. For example: the Ossi project has the commandrepo.push.sh, which uses dependency injection in order to do its job. This command is installed to~/bin/net.splitcells.os.state.interface.commands.managed/repo.push. Note the stripped file suffix in order to have a name, that is not specific to the implementation (this behaviour was already present before the implementation). Another file provides the implementation for Git repositories and is named like the original command + its implementation specific file suffix. Let's sayrepo.push.sh. Before the patch the file suffix would not be removed and the file would be installed to~/bin/net.splitcells.os.state.interface.commands.managed/repo.push.sh.0. This would lead to an error, during the execution ofrepo.push, because the dependencyrepo.push.0would not be present. After the patch the file is installed to~/bin/net.splitcells.os.state.interface.commands.managed/repo.push.0. - 2021-10-19 #s7: Fix CI timeout on sourcehut.
user.ssh.key.generate.shcauses a timeout on the build job for FreeBSD. This was caused by the fact, that the file location and the password were set by sending newline symbols via the echo command and a shell pipe to thessy-keygencommand. The echo command was used in a non POSIX way, which fails on the new FreeBSD release. This patch sets the file location and password via flags provided byssh-keygen. - 2021-10-18: #100 Fix links from CommonMark files transformed to
CommonMark files:
Before the patches the webserver could not create links between CommonMark
files, because the file suffix 
.mdwas not replaced with.html..mdare the file suffix for the source CommonMark files..htmlare the file suffix for the rendered CommonMark files. - 2021-08-28:
- Fix licensing issues found via FOSSA.
 
 - 2021-08-05:
- Fix Dependabot alert.
 - Make 
hashCodeandequalsofnet.splitcells.gel.rating.framework.MetaRatingIconsistent. - Make 
hashCodeofHasMinimalSize,HasSize,MinimalDistance,MinimalDistanceBasedOnDiffs,Compliance,Cost,BoolI,Comparatorsmore consistent toequals, in order to improve Code quality score in lgtm.com. 
 
[3.0.0] - 2021-08-05
Starting from this point a deprecated changelog format is used.
Major Changes
- 2021-07-08:
- Default configuration of Dem's process does not ensure determinism or randomness.
 
 - 2021-07-04:
- #61 Remove XSL parameter from rendering API in webserver.
 
 - 2021-07-03:
- Port 'repo.synchronize.with' to Python, add standardized argument handling and use better sub commands for each synchronization step. Also adds a logging message in case of error.
 
 - 2021-07-01:
- Remove experimental web layouts.
 
 - 2021-06-25:
- #8 Remove deprecated constructor ProjectRenderer.
 - #8 Provide path 
/net/splitcells/website/layout/buildin server, in order to refresh project layout. - #8 Clean up error logging in HttpServer.
 - #8 Add description to RaterBasedOnLineValue based on classifier.
 - Remove verification step after repair inside 
repo.repairin order to prevent duplicate verification calls. - Install project commands in Ossi from repos listed in 
~/.config/net.splitcells.os.state.interface/project.repositories. In other words:command.repositories.installandcommand.managed.install.project.commandsnow each have their own repo list. The reason for this is the fact, that repos for projects cannot be installed like repos for commands in OSSI. The reason for this, is the fact, that files located in the src folder of the project repo, may not work as an independent command. - Use 
~/.config/net.splitcells.os.state.interface/command.repositoriesforcommand.repositories.install. This way it is easier to understand the Ossi config files. 
 - 2021-06-24:
- #8 Rename ForallI to ForAll, in order to simplify name.
 - #8 Create valid XML for natural argumentation.
 - Use established px default value for default font-size in default web layout.
 - Rename 
ConstraintAI#process_lines_before_removaltoprocessLinesBeforeRemovalin order to unify naming. - Rename 
ConstraintAI#register_before_removaltoregisterBeforeRemovalin order to unify naming. - Rename 
ConstraintAI#register_additionstoregisterAdditionsin order to unify naming. - Rename 
ConstraintAI#process_line_additiontoprocessLineAdditionin order to unify naming. - Prevent random test error in 
SimplifiedAnnealingProblemTest#testProbability. - Adjust default value of ProcessPath, so it does not clutter project repo, if the program is executed with default settings inside IDE.
 
 - 2021-06-23: #8 Remove deprecated usage of 
net.splitcells.gel.data.database.DatabaseIand mark these as protected. These constructors will be made private in the future. - 2021-06-21: Remove 
net.splitcells.gel.problem.Problem#toSolution(), because it is not used and was not implemented yet. - 2021-04-13: #7: Model and solve oral exam problem.
 - 2021-04-07: #42: Make Gel workspace visible in website.
 - 2021-04-12: #46: Use deterministic environment and execution in CI.
 - Some undocumented work.
 - Some undocumented work.
 - 2020-12-31: Create public git repository.
 - Some undocumented work.
 - 2019-05-05: Create private git repositories.
 - 2017-01-01: Work Without Version Control (The date is an approximation.)
 - 2016-11-01: Created the second version of assignment solver written from the ground up for master thesis and named it 
Generic Allocatorfor the first time. See here for more info. (The date is an approximation.) - 2015-01-01: Created precursor assignment solver of this project during an internship at university. See here for more info. (The date is an approximation.)
 
Minor Changes
- 2022-10-31: #s97 Document migration based development.
 - 2021-06-27:
- Publish Ses project.
 - Limit depth of 
Local Path Contextin default web layout. - Render 
Local Path Contextfor CommonMark documents. 
 - 2021-06-25:
- #8 Create index file, for standard analysis.
 
 - #8 Create RegulatedLength AllSame.
 - #8 Create RegulatedLength Rater.
 - 2021-06-19: Create command convention 
repo.is.clean. Exits with 0, if this repo can be synchronized and else exits 1. This can be used as a safeguard for automated synchronization command by exiting a command, when uncommitted changes are present. - 2021-06-06: #54: Integrate CommonMark documentation into project rendering.
 
Patches
- 2021-06-27 Log error stack traces in web server.
 - 2021-06-26 Add optimization to 
den.xsd. - 2021-06-25 Determine project's source folder correctly in ProjectRenderer.
 - Some undocumented work.
 
[2.0.0]
Second version created during master thesis.
[1.0.0]
First version created during practical course in university study.
- SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
 - SPDX-FileCopyrightText: Contributors To The 
net.splitcells.*Projects