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

make native JavaScript conditions available, decrease polling frequency for long running actions #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pbruski
Copy link

@pbruski pbruski commented Jan 10, 2020

No description provided.

@pbruski pbruski changed the title make native JavaScript conditions available, decrease polling frequen… make native JavaScript conditions available, decrease polling frequency for long running actions Jan 10, 2020
@pbruski pbruski force-pushed the make-native-JavaScript-conditions-available,-decrease-polling-frequency-for-long-running-actions branch from 40f8af8 to 3faaa58 Compare January 10, 2020 19:44
@pbruski pbruski requested a review from dagguh February 12, 2020 15:03
@dagguh dagguh requested a review from a team February 12, 2020 15:21
Copy link
Contributor

@dagguh dagguh left a 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

wyrzyk
wyrzyk previously approved these changes Feb 12, 2020
@@ -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)")
Copy link
Contributor

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?

Copy link
Author

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.

Copy link
Contributor

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?

Copy link
Author

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.

@pbruski pbruski force-pushed the make-native-JavaScript-conditions-available,-decrease-polling-frequency-for-long-running-actions branch from 3faaa58 to 60f207b Compare February 15, 2020 21:40
@pbruski pbruski requested a review from dagguh February 15, 2020 21:42
Copy link
Contributor

@dagguh dagguh left a 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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants