-
Notifications
You must be signed in to change notification settings - Fork 26
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
JPERF-273: Generalize Jira installation API #100
JPERF-273: Generalize Jira installation API #100
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
...main/kotlin/com/atlassian/performance/tools/infrastructure/api/jira/install/InstalledJira.kt
Show resolved
Hide resolved
4abfc53
to
4847966
Compare
4847966
to
a3530b9
Compare
fafa5e3
to
5ccc228
Compare
It's [`RemoteLocation`] from aws-infrastructure, but without the AWS bits. [`RemoteLocation`]: https://github.com/atlassian/aws-infrastructure/blob/release-2.22.2/src/main/kotlin/com/atlassian/performance/tools/awsinfrastructure/api/RemoteLocation.kt
5ccc228
to
6cac170
Compare
Resolved conflicts |
val serverXml = installed | ||
.installation | ||
.resolve("conf/server.xml") | ||
.download(Files.createTempFile("downloaded-config", ".xml")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's what we get when we upgrade a primitive String
to an object 😃
Good catch about ambiguity of installation: String
@mzyromski-atlassian 👍
No description provided.