Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lightweight in-memory Gitlab backend for quick proofs of concept/testing #124

Open
epsstan opened this issue Mar 22, 2021 · 1 comment
Open
Labels
good first issue Good for newcomers

Comments

@epsstan
Copy link
Contributor

epsstan commented Mar 22, 2021

Feature Request

Implement a lightweight in-memory Gitlab backend for quick proofs of concept/testing

Description of Problem:

The SDLC server integrates with Gitlab. While we do run an instance of Gitlab for integration tests, it is not very lightweight.
It requires Docker and is also very specific to how Docker is being run.

Also, a light weight implementation can be useful for quick proofs of concept.

Potential Solutions:

Solutions include an implementation of the various APIs (like ProjectAPI etc) backed by an in-memory store.

Another option is to use a Git java library to implement a new backend for SDLC.

@epsstan epsstan added the good first issue Good for newcomers label Mar 22, 2021
@edmondop
Copy link
Contributor

edmondop commented Jul 4, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants