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

feat: add gitlab provider #15

Merged
merged 2 commits into from
Mar 15, 2024
Merged

feat: add gitlab provider #15

merged 2 commits into from
Mar 15, 2024

Conversation

friedrith
Copy link
Owner

Context

We need to support more git provider.

Description

closes #8

Technical details

  • feat: add gitlab provider and unit tests

How Has This Been Tested?

It was tested with both public and private gitlab account and both worked:

public gitlab account:

? What do you want to generate? license
? Choose a license: MIT
? Year: 2024
? Organization: Thibault Friedrich
? Path: /templates/test

Copyright (c) 2024 Thibault Friedrich

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.

✔ License file "/templates/test/LICENSE" generated

private gitlab account:

? What do you want to generate? license
? Choose a license: MIT
? Year: 2024
? Organization: interaction-dynamics
? Path: /templates/test-interaction-dynamics

Copyright (c) 2024 interaction-dynamics

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.

✔ License file "/templates/test-interaction-dynamics/LICENSE" generated
✔ License updated in README.md

@friedrith friedrith merged commit 3967618 into master Mar 15, 2024
1 check passed
@friedrith friedrith deleted the feat/add_gitlab_provider branch March 15, 2024 18:04
github-actions bot pushed a commit that referenced this pull request Mar 15, 2024
# [1.12.0](v1.11.0...v1.12.0) (2024-03-15)

### Features

* add gitlab provider ([#15](#15)) ([3967618](3967618)), closes [#8](#8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add gitlab provider
1 participant