1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-29 15:52:49 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
ThetaDev
403d3dcd32
feat(codeberg): add Gitea support (#680)
* feat: add gitea integration

* fix: several fixes to get gitea working, add test fixture

* docs: update docs

* fix: cargo fmt

* fix: remove dbg trait

* fix: tests

* chore: remove vscode settings

* refactor: cleanup implementation

---------

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-06-15 20:42:15 +03:00
dark0dave
8ffc0548fe
feat(bitbucket): add Bitbucket support (#663)
* Draft: feat(bitbucket): Closes  #566

Signed-off-by: dark0dave <dark0dave@mykolab.com>

* refactor: improve bitbucket integration

---------

Signed-off-by: dark0dave <dark0dave@mykolab.com>
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-06-02 20:49:37 +03:00
Orhun Parmaksız
b490f2a24e
feat(gitlab)!: Add GitLab support (#654)
* feat(gitlab): Add gitlab support

Signed-off-by: dark0dave <dark0dave@mykolab.com>

* refactor: simplify contains variable function

* refactor: move github and gitlab to remote module

* fix: fix gitlab API url

* refactor: move common constants and trait to remote module

* refactor: use common type for contributor and release metadata

* refactor: use generic types for remote commits and pull requests

* refactor: move template variables to designated module

* refactor: abstract away the remote

* docs: improve documentation of remote module

* fix: fix feature segregation related bugs

* fix: fix double print bug

* chore: update fixtures for remote integration

* fix: fix test case for non-default features

* chore(build): bump MSRV to 1.75.0

* docs: update the documentation of remote module

* fix: hide arguments if feature is not enabled

* docs: add documentation

* chore(github): update issue template

---------

Signed-off-by: dark0dave <dark0dave@mykolab.com>
Co-authored-by: dark0dave <dark0dave@mykolab.com>
2024-05-25 22:53:47 +03:00
Jeroen Claassens
8f8e221563
chore(github): use form based issue templates (#529) 2024-03-04 13:38:14 +01:00
Orhun Parmaksız
3f5107a02c
chore(github): update templates about GitHub integration 2024-01-05 16:39:34 +03:00
Orhun Parmaksız
d3cb25bc99
chore(github): add contact links for issues 2023-04-28 14:35:52 +03:00
Orhun Parmaksız
54f735ab1a
docs(github): update the pull request template about GitHub labels 2023-04-27 00:06:24 +03:00
Orhun Parmaksız
6a076cabeb
docs(github): update issue templates 2023-04-04 23:01:51 +03:00
orhun
4a1ed9bb11
chore(project): rename
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-30 01:45:03 +03:00
orhun
cd69e764f6
Initial commit
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-11 01:54:45 +03:00