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

✨ implement Subversion.Head(). #68

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Conversation

jortel
Copy link
Contributor

@jortel jortel commented Nov 22, 2024

Implement the Subversion.Head() needed for KAI.
GET /applications/7/analyses/16

- id: 16
  createUser: admin.noauth
  createTime: 2024-11-22T16:01:21.415679497Z
  application:
    id: 7
    name: MTA-4263_svn
  effort: 0
  commit: "6"

6 is the svn revision number.

Signed-off-by: Jeff Ortel <jortel@redhat.com>
@@ -22,18 +22,3 @@ func TestSvnURL(t *testing.T) {
expectStr := "http://svn.corp/project/trunk/eng/product/thing/app_1"
g.Expect(expectStr).To(gomega.Equal(s))
}

func TestSvnFetch(t *testing.T) {
Copy link
Contributor Author

@jortel jortel Nov 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not meant to have been merged with previous PR.

@jortel jortel changed the title :sparkes: implement Subversion.Head(). ✨ implement Subversion.Head(). Nov 22, 2024
@jortel jortel marked this pull request as ready for review November 22, 2024 16:03
@jortel jortel added the cherry-pick/release-0.6 This PR should be cherry-picked to release-0.6 branch label Nov 22, 2024
@jortel jortel added this to the v0.6.0 milestone Nov 22, 2024
@dymurray dymurray merged commit cfd01af into konveyor:main Nov 22, 2024
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick/release-0.6 This PR should be cherry-picked to release-0.6 branch
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants