<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sunfish.git/api/opendc, 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>build: Migrate to flat project structure</title>
<updated>2021-04-25T14:01:14+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-04-25T14:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf'/>
<id>cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf</id>
<content type='text'>
This change updates the project structure to become flattened.
Previously, the simulator, frontend and API each lived into their own
directory.

With this change, all modules of the project live in the top-level
directory of the repository. This should improve discoverability of
modules of the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the project structure to become flattened.
Previously, the simulator, frontend and API each lived into their own
directory.

With this change, all modules of the project live in the top-level
directory of the repository. This should improve discoverability of
modules of the project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in scheduler name</title>
<updated>2020-11-01T21:03:24+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2020-11-01T21:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=42470f1e50e1ca98868f53a70604ae56829d570b'/>
<id>42470f1e50e1ca98868f53a70604ae56829d570b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make all implemented schedulers available through API</title>
<updated>2020-11-01T14:02:13+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2020-11-01T14:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=7725a580c0c3938b826c77d39da0b6a0ced119ab'/>
<id>7725a580c0c3938b826c77d39da0b6a0ced119ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ObjectId for topology identifier in Scenario</title>
<updated>2020-10-29T17:13:59+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2020-10-29T17:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=ed9ac9fefe00a0f0945a1b80fdb6cb364c67a073'/>
<id>ed9ac9fefe00a0f0945a1b80fdb6cb364c67a073</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove api prefix from path</title>
<updated>2020-10-27T22:26:21+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2020-10-27T22:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=9fdd26b50e17c757dfa4a0874d87d929ac9ac242'/>
<id>9fdd26b50e17c757dfa4a0874d87d929ac9ac242</id>
<content type='text'>
This change removes the `api` prefix required by the API server in the
path, given that we have started to host the API on its own domain
(api.opendc.org) and thus does not need a prefix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change removes the `api` prefix required by the API server in the
path, given that we have started to host the API on its own domain
(api.opendc.org) and thus does not need a prefix.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use custom JSON encoder for Flask</title>
<updated>2020-10-26T22:24:09+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2020-10-26T22:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=839b332a2b9d7dcb5536c080e822f85447b615de'/>
<id>839b332a2b9d7dcb5536c080e822f85447b615de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not hardcode test ids inside tests</title>
<updated>2020-10-26T22:22:57+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2020-10-26T22:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=eb723af5ce2787dd864c97d44767cbf9bc73076b'/>
<id>eb723af5ce2787dd864c97d44767cbf9bc73076b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use only Model.get_id for obtaining model identifier</title>
<updated>2020-10-26T22:22:56+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2020-10-26T21:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=81003bf38eb5384f6b7f485b5186e1df4e7430b4'/>
<id>81003bf38eb5384f6b7f485b5186e1df4e7430b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed query_all in prefabs/authorizations in favour of a direct fetch_all on DB</title>
<updated>2020-08-24T17:48:49+00:00</updated>
<author>
<name>jc0b</name>
<email>j@jc0b.computer</email>
</author>
<published>2020-08-03T14:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=c5f7d4c20a12d226fdae3cd6806b67c967bc3277'/>
<id>c5f7d4c20a12d226fdae3cd6806b67c967bc3277</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed pylint error</title>
<updated>2020-08-24T17:48:49+00:00</updated>
<author>
<name>jc0b</name>
<email>j@jc0b.computer</email>
</author>
<published>2020-08-03T14:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=78ac5e7254cf1549ec2bd75637c2301d98002063'/>
<id>78ac5e7254cf1549ec2bd75637c2301d98002063</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
