<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sunfish.git/opendc-web/opendc-web-server/src/main/kotlin/org, branch master</title>
<subtitle>The OpenDC BSc thesis repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/'/>
<entry>
<title>refactor(web/server): Convert resources to Java</title>
<updated>2023-02-01T22:01:19+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2023-01-22T00:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=6927c51885bb3073b310150c4f40c64eea44a919'/>
<id>6927c51885bb3073b310150c4f40c64eea44a919</id>
<content type='text'>
This change converts the resource classes of the OpenDC web server to
use Java, The Quarkus integration for Java is more mature and the
programming quality of experience is not that much worse.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change converts the resource classes of the OpenDC web server to
use Java, The Quarkus integration for Java is more mature and the
programming quality of experience is not that much worse.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(web/server): Use Panache for entity modeling</title>
<updated>2023-02-01T22:01:19+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>fmastenbroek@meta.com</email>
</author>
<published>2023-01-07T19:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=e64487cb57ca75d17fe5a8a664c1e8247c7b5168'/>
<id>e64487cb57ca75d17fe5a8a664c1e8247c7b5168</id>
<content type='text'>
This change updates the OpenDC web server to use Panache (provided by
Quarkus) to model entities. Such approach is better supported in Quarkus
and simplifies our implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the OpenDC web server to use Panache (provided by
Quarkus) to model entities. Such approach is better supported in Quarkus
and simplifies our implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(web/server): Convert web server utils to Java</title>
<updated>2023-02-01T22:01:19+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>fmastenbroek@meta.com</email>
</author>
<published>2023-01-06T16:12:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=ccd3b4641ba6135abf6c80f8cf7c34d16148d818'/>
<id>ccd3b4641ba6135abf6c80f8cf7c34d16148d818</id>
<content type='text'>
This change converts the existing utilities of the web server to Java in
preparation for future changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change converts the existing utilities of the web server to Java in
preparation for future changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(web/server): Migrate to Hypersistence Utils</title>
<updated>2023-02-01T22:01:19+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>fmastenbroek@meta.com</email>
</author>
<published>2023-01-06T16:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=724ae527b9ef6afc482f3a8684881e1baa869f67'/>
<id>724ae527b9ef6afc482f3a8684881e1baa869f67</id>
<content type='text'>
This change updates the web server to use the Hypersistence Utils
library instead of our custom code to store columns as JSON in H2 and
Postgres.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the web server to use the Hypersistence Utils
library instead of our custom code to store columns as JSON in H2 and
Postgres.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(web/server): Add API for querying user accounting data</title>
<updated>2022-10-10T10:14:50+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2022-10-06T21:05:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=2c739c4fdb5aab1d1d4480d4e233a1174bc85494'/>
<id>2c739c4fdb5aab1d1d4480d4e233a1174bc85494</id>
<content type='text'>
This change updates the Quarkus-based web server with a new endpoint for
querying data about the active user including accounting data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the Quarkus-based web server with a new endpoint for
querying data about the active user including accounting data.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(web/server): Add support for accounting simulation time</title>
<updated>2022-10-10T09:54:51+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2022-10-06T20:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=5b8dfc78496452bd23fab59e3ead84a8941da779'/>
<id>5b8dfc78496452bd23fab59e3ead84a8941da779</id>
<content type='text'>
This change updates the Quarkus-based web server to add support for
tracking and limiting the simulation minutes used by the user in order
to prevent misuse of shared resources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the Quarkus-based web server to add support for
tracking and limiting the simulation minutes used by the user in order
to prevent misuse of shared resources.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(web/server): Limit exception mapper to WebApplicationException</title>
<updated>2022-10-07T12:07:26+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2022-10-06T20:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=5c05d729b83dfc367bf19e8559569030f6e400b3'/>
<id>5c05d729b83dfc367bf19e8559569030f6e400b3</id>
<content type='text'>
This change updates the Quarkus-based web server to limit the default
exception mapper to just WebApplicationException. Other exceptions
should be considered internal server errors and must not be shared with
users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the Quarkus-based web server to limit the default
exception mapper to just WebApplicationException. Other exceptions
should be considered internal server errors and must not be shared with
users.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Switch to Spotless for formatting</title>
<updated>2022-10-06T12:46:56+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2022-10-06T11:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=47357afd16f928260db34d4dd3e686fb9ee7c5ff'/>
<id>47357afd16f928260db34d4dd3e686fb9ee7c5ff</id>
<content type='text'>
This change updates the build configuration to use Spotless for code
formating of both Kotlin and Java.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the build configuration to use Spotless for code
formating of both Kotlin and Java.
</pre>
</div>
</content>
</entry>
<entry>
<title>style: Eliminate use of wildcard imports</title>
<updated>2022-10-06T10:51:27+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2022-10-06T10:51:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=402a8f55342c4565431c2a2e7287a70592f3fe33'/>
<id>402a8f55342c4565431c2a2e7287a70592f3fe33</id>
<content type='text'>
This change updates the repository to remove the use of wildcard imports
everywhere. Wildcard imports are not allowed by default by Ktlint as
well as Google's Java style guide.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the repository to remove the use of wildcard imports
everywhere. Wildcard imports are not allowed by default by Ktlint as
well as Google's Java style guide.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(web/server): Fix deletion of portfolios</title>
<updated>2022-09-20T14:07:06+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2022-09-20T12:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=1bc6b557efed112ced28e3f3539f06029addaa71'/>
<id>1bc6b557efed112ced28e3f3539f06029addaa71</id>
<content type='text'>
This change fixes an issue where the deletion of portfolios would fail
due to no transaction context being active.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change fixes an issue where the deletion of portfolios would fail
due to no transaction context being active.
</pre>
</div>
</content>
</entry>
</feed>
