Commit Graph

14 Commits

Author SHA1 Message Date
sergiotarxz 16ac140f9d Adding the first endpoint which allows to interact by http with the app.
The POST /developer endpoint is created using the openapi definition
to validate the fields. This will allow a way to create endpoints
and their doc automatically.
2022-04-01 03:45:03 +02:00
sergiotarxz 693d720ede Adding a Peace::DAO::Build with its integration test. 2022-03-31 02:39:20 +02:00
sergiotarxz 20b74912fa Adding a app_id field to applications database which must remain unique. 2022-03-29 18:47:25 +02:00
sergiotarxz 9f5d36fa89 Adding Peace::Model::Build with a simple compilation test
to be extended.
2022-03-27 20:22:26 +02:00
sergiotarxz fb50274fd3 Adding flatpak_repo to the possible fields in applications.
This is done so people can choose between flathub stables or
nightly external repositories.
2022-03-24 23:57:09 +01:00
sergiotarxz 436edcef00 Adding Release Model and multiple doc improvements. 2022-03-24 18:52:35 +01:00
sergiotarxz cce5201ddd Improving the database doc. 2022-03-17 18:18:30 +01:00
sergiotarxz 3433112546 Adding some docs. 2022-03-17 05:08:05 +01:00
sergiotarxz 5576588705 Adding tests for the developer model. 2022-03-16 16:11:27 +01:00
sergiotarxz 156e69c825 Adding functional test of database integration.
Since the project is not functional still I made the changes
needed in database in order of it to work directly over the
creation migration.
2022-03-15 17:41:42 +01:00
sergiotarxz b2758ddf96 Fixing errors in customer, adding developer.
Improving migrations, adding/fixing tests.
2022-03-15 02:45:16 +01:00
sergiotarxz 7ffeac7bc7 Adding customer object. 2022-03-14 19:14:05 +01:00
sergiotarxz f21aae07de Adding database migrations. 2022-03-14 15:31:37 +01:00
sergiotarxz caa066a5aa Adding initial project. 2022-02-23 02:52:14 +01:00