In the last couple of weeks, we have worked on adding the GitLab authentication to the Policy Management Application and ensuring a user is able to perform Create, Read, Update ( on the backend only ) and Delete operations respectively.
Tests now pass!
Summary
38 contains the implementation details for the GitLab integration and overall repo management improvement.
39 contains the GitLab service file. This file houses the methods used to interact with a user's GitLab instance from the application.
41 contains code improvement for failing tests.
43 contains the new updates related to data retrieval from the Postgres database. It also contains the new command allow_if_object_in_database that checks the correspondence of values passed from the API with the values present in the OPAL server.
In the last couple of weeks, we have worked on adding the GitLab authentication to the Policy Management Application and ensuring a user is able to perform Create, Read, Update ( on the backend only ) and Delete operations respectively.
Tests now pass!
Summary
38 contains the implementation details for the GitLab integration and overall repo management improvement.
39 contains the GitLab service file. This file houses the methods used to interact with a user's GitLab instance from the application.
41 contains code improvement for failing tests.
43 contains the new updates related to data retrieval from the Postgres database. It also contains the new command
allow_if_object_in_database
that checks the correspondence of values passed from the API with the values present in the OPAL server.