kit-sdq / artemis4j

REST Client for the Artemis Project
Eclipse Public License 2.0
5 stars 6 forks source link

Support cloning via VCS tokens #102

Closed Feuermagier closed 1 month ago

Feuermagier commented 1 month ago

Closes #81

Support repository cloning using the user-wide VCS token. The implementation uses an existing token, if present, or generates a new one with a default lifetime of five days (which is subject to discussion, I just picked some random value). SSH cloning is still supported.

I've also refactored the cloning code a bit by introducing a proper strategy pattern.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud