Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FFM-9030 attempting polling plus min interval * FFM-9030 working on polling * FFM-9030 Add way to stop polling * FFM-9030 Add way to stop polling * FFM-9030 Use class for polling * FFM-9030 Use class for polling * FFM-9030 Instantiate poller * FFM-9030 Instantiate poller * FFM-9030 Update config * FFM-9030 Only poll if stream disabled * FFM-9030 Adding a solution for fallback polling * FFM-9030 Adding a solution for fallback polling * FFM-9030 Adding a solution for fallback polling * FFM-9030 Adding a solution for fallback polling * FFM-9030 Index from 1 on the retry * FFM-9030 Improve logging * FFM-9030 Prettier * FFM-9030 Extract poll into its own function * FFM-9030 Extract poll into its own function * FFM-9030 Extract poll into its own function * FFM-9030 Add type to fallbackpoller * FFM-9030 Rename polling file to poller * FFM-9030 Add polling tests * FFM-9030 Add polling tests * FFM-9030 Add polling tests * FFM-9030 Update type for poller * FFM-9030 Make poll private * FFM-9030 Update test type * FFM-9030 Comment * FFM-9030 Update test * FFM-9030 Update test * FFM-9030 Update readme * FFM-9030 1.17.0-rc.1 * FFM-9030 Avoid index name * FFM-9030 Use standard truthy check Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * FFM-9030 Remove global vars in poller tests Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * FFM-9030 Set maxAttempt constant instead of constructor arg Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * FFM-9030 Use constant for maxAttempt * FFM-9030 Refactor tests * FFM-9030 Exctract reconnect into its own function * Revert "FFM-9030 Exctract reconnect into its own function" This reverts commit ab378bf. * FFM-9030 Add delay to poll * FFM-9030 Update test cases for sleep * FFM-9030 Log errors * FFM-9030 Refactor authenticate * FFM-9030 Remove bad debug log for event stream ready * FFM-9030 Make streaming and polling opt-in * FFM-9030 Make streaming and polling opt-in * FFM-9030 Delete unused var * FFM-9030 Remove needless if * FFM-9030 Update log * Update src/poller.ts Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update src/poller.ts Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * FFM-9030 Update fallback polling * FFM-9030 Update readme * FFM-9030 Update readme * FFM-9030 Update readme * Update src/stream.ts Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * FFM-9030 Add logs to streaming - extract logDebug to function * FFM-9030 Fix fallback polling * FFM-9030 Remove window references for setTimeout * FFM-9030 Update src/index.ts Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * FFM-9030 Don't test internal implementation details * FFM-9030 Hardcode max attempts in test * FFM-9030 Fix tests * FFM-9030 Update readme * FFM-9030 Update readme * Update README.md Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update README.md Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * FFM-9030 Update readme * FFM-9030 Update package.json * Update package.json Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * Update src/utils.ts Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io> * FFM-9030 If polling is undefined, default it to streaming mode * FFM-9030 If polling is undefined, default it to streaming mode * FFM-9030 Remove typo * FFM-9030 Remove typo * FFM-9030 Remove polling enabled from hardcoded options * FFM-9030 Add polling stopped debug log * FFM-9030 Add assertions for debug * FFM-9030 Additional debug log plus test cases * FFM-9030 Add next poll time to debug log * FFM-9030 1.17.0 release prep * FFM-9030 Clarify default polling mode * FFM-9030 Clarify default polling mode --------- Co-authored-by: Kevin Nagurski <Kevin.nagurski@harness.io>
- Loading branch information