-
Notifications
You must be signed in to change notification settings - Fork 18
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
make native JavaScript conditions available, decrease polling frequency for long running actions #5
base: master
Are you sure you want to change the base?
Conversation
40f8af8
to
3faaa58
Compare
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.
Log the change please
@@ -26,6 +26,7 @@ dependencies { | |||
api("com.github.stephenc.jcip:jcip-annotations:1.0-1") | |||
api(webdriver("selenium-api")) | |||
|
|||
implementation("com.atlassian.performance:selenium-js:[1.0.0,2.0.0)") |
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.
What's the upside of including a unused lib?
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.
I want to make it available to people who depend on jira-software-actions to promote best practices.
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.
Then do jira-software-actions
fail to use the best practices?
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.
:-) With the amount of polling in jsa, it does not make sense to switch to the native conditions.
…cy for long running actions
3faaa58
to
60f207b
Compare
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.
Unused libs should be avoided. There are better promotion channels of "using this lib is good for you".
No description provided.