docs/content/updates/october2020.md

36 lines
1.3 KiB
Markdown
Raw Normal View History

2022-01-09 16:16:38 +05:30
+++
title = "October 2020"
weight = 40
+++
# October 2020
2022-01-22 15:38:03 +05:30
In the month of October, there were significant changes to the development
in ForgeFedv2, with the addition of the [OpenAPI Specification](https://forgeflux-org.github.io/northstar/)
for Northstar.
2022-01-09 16:16:38 +05:30
## Northstar
2022-01-22 15:38:03 +05:30
2022-01-09 16:16:38 +05:30
A database model was created to store the details of the various forge interfaces,
having these details would be a prerequisite to looking up a server.
Endpoints were subsequently created, following the defined OpenAPI specification.
While the Lookup service was in the process of development, terminologies and the
concept for Forge Federation was also being [discussed](https://github.com/forgeflux-org/spec/tree/master/rfc).
2022-01-22 15:38:03 +05:30
Docker support as part of the CI process was added into the mix, while
keeping in mind, that the test suite was the method to work with the application for
the time being.
An initial working model for the lookup service was established.
2022-01-09 16:16:38 +05:30
## Interface
2022-01-22 15:38:03 +05:30
Development of the `libgit` library had begun at this point.
2022-01-09 16:16:38 +05:30
[libgit] is a library that processes the contributor's changes, and generates a patch.
Details regarding the implementation and feature set of libgit will be covered in another section.
## References
2022-01-22 15:38:03 +05:30
- Database Initialization :: [database init](https://github.com/forgeflux-org/northstar/commit/6a82a1bc83d4733a5a077e33ad0c222aed496145)