docs/content/updates/october2020.md
dat-adi 40bce2aec3 Moved everything into the parent directory
I figured that this is going to be the main source of truth unlike
an OpenAPI Specification, and as such is the only one that we
should be following.
2022-01-12 13:13:45 +05:30

1.3 KiB

+++ title = "October 2020" weight = 40 +++

October 2020

In the month of October, there were significant changes to the development in ForgeFedv2. Starting off with the addition of the OpenAPI Specification for Northstar.

Northstar

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.

Docker support as part of the CI process was added into the mix. 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.

Interface

Development of the libgit library had begun. [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