-
- Downloads
[GithubLastCommit] [GitlabLastCommit] [GiteaLastCommit] Support file path for last commit (#10041)
* Support file path for GitHub last commit * Support file path for GitLab last commit * Support file path for Gitea last commit * Define common `relativeUri` validator * Sort imports * Add more tests for path variations * Fix test name Co-authored-by:chris48s <chris48s@users.noreply.github.com> * Update Gitea 404 message * Handle case when no commits are returned for GitHub and GitLab --------- Co-authored-by:
chris48s <chris48s@users.noreply.github.com>
Showing
- services/gitea/gitea-helper.js 1 addition, 1 deletionservices/gitea/gitea-helper.js
- services/gitea/gitea-last-commit.service.js 20 additions, 5 deletionsservices/gitea/gitea-last-commit.service.js
- services/gitea/gitea-last-commit.tester.js 51 additions, 2 deletionsservices/gitea/gitea-last-commit.tester.js
- services/github/github-last-commit.service.js 25 additions, 8 deletionsservices/github/github-last-commit.service.js
- services/github/github-last-commit.tester.js 24 additions, 0 deletionsservices/github/github-last-commit.tester.js
- services/gitlab/gitlab-last-commit.service.js 21 additions, 11 deletionsservices/gitlab/gitlab-last-commit.service.js
- services/gitlab/gitlab-last-commit.tester.js 38 additions, 1 deletionservices/gitlab/gitlab-last-commit.tester.js
- services/validators.js 7 additions, 0 deletionsservices/validators.js
Loading
Please register or sign in to comment