<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sunfish.git/api/opendc/models/prefab.py, 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>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>
<entry>
<title>Hopefully improved performance of auth endpoint at scale</title>
<updated>2020-08-24T17:48:48+00:00</updated>
<author>
<name>jc0b</name>
<email>j@jc0b.computer</email>
</author>
<published>2020-07-30T19:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=e73fd6a9b21dddf0ac324d30ab3e151bc7eddb98'/>
<id>e73fd6a9b21dddf0ac324d30ab3e151bc7eddb98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added authorizations endpoint for prefabs</title>
<updated>2020-08-24T17:48:48+00:00</updated>
<author>
<name>jc0b</name>
<email>j@jc0b.computer</email>
</author>
<published>2020-07-30T19:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=c8c6519551cef8b82b55e3e5866b35156c89e6b1'/>
<id>c8c6519551cef8b82b55e3e5866b35156c89e6b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve docs</title>
<updated>2020-08-24T17:48:42+00:00</updated>
<author>
<name>Georgios Andreadis</name>
<email>info@gandreadis.com</email>
</author>
<published>2020-07-27T17:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=f37a1bce0e0b0b6ea3f488d7bdaf8bd05bffb123'/>
<id>f37a1bce0e0b0b6ea3f488d7bdaf8bd05bffb123</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename web-server to API</title>
<updated>2020-08-24T17:48:04+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2020-07-14T19:10:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=02997b2522b9c66072b16f1425c02e81e0085e3c'/>
<id>02997b2522b9c66072b16f1425c02e81e0085e3c</id>
<content type='text'>
This change renames the web-server component to API in order to be more
descriptive of its role. The OpenDC API bridges between the frontend on
one side and the database and simulator on the other side.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change renames the web-server component to API in order to be more
descriptive of its role. The OpenDC API bridges between the frontend on
one side and the database and simulator on the other side.
</pre>
</div>
</content>
</entry>
</feed>
