Skip to content

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

Open
pbruski wants to merge 1 commit into
atlassian:masterfrom
pbruski:make-native-JavaScript-conditions-available,-decrease-polling-frequency-for-long-running-actions
Open

make native JavaScript conditions available, decrease polling frequency for long running actions#5
pbruski wants to merge 1 commit into
atlassian:masterfrom
pbruski:make-native-JavaScript-conditions-available,-decrease-polling-frequency-for-long-running-actions

Conversation

@pbruski
Copy link
Copy Markdown

@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
Copy Markdown
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
Comment thread build.gradle.kts
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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