-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: remove limitation to refresh Cloud Jobs list only after 30 seconds #2332
Merged
mtrezza
merged 1 commit into
parse-community:alpha
from
mtrezza:remove-jobs-refresh-block
Oct 24, 2022
Merged
feat: remove limitation to refresh Cloud Jobs list only after 30 seconds #2332
mtrezza
merged 1 commit into
parse-community:alpha
from
mtrezza:remove-jobs-refresh-block
Oct 24, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks for opening this pull request!
|
parseplatformorg
pushed a commit
that referenced
this pull request
Oct 24, 2022
# [5.0.0-alpha.8](5.0.0-alpha.7...5.0.0-alpha.8) (2022-10-24) ### Bug Fixes * login fails with error `req.session.regenerate is not a function` ([#2196](#2196)) ([a71848c](a71848c)) ### Features * remove limitation to refresh Cloud Jobs list only after 30 seconds ([#2332](#2332)) ([ad1132f](ad1132f))
🎉 This change has been released in version 5.0.0-alpha.8 |
parseplatformorg
pushed a commit
that referenced
this pull request
Nov 1, 2022
# [5.1.0-beta.1](5.0.0...5.1.0-beta.1) (2022-11-01) ### Features * remove limitation to refresh Cloud Jobs list only after 30 seconds ([#2332](#2332)) ([ad1132f](ad1132f))
🎉 This change has been released in version 5.1.0-beta.1 |
🎉 This change has been released in version 5.1.0-alpha.1 |
parseplatformorg
pushed a commit
that referenced
this pull request
May 1, 2023
# [5.1.0](5.0.0...5.1.0) (2023-05-01) ### Bug Fixes * Add dashboard option `cookieSessionMaxAge` to keep user logged in across browser sessions ([#2366](#2366)) ([9ea95fc](9ea95fc)) * Blank screen shown if server is unreachable; unsupported pages are accessible via direct URLs ([#2363](#2363)) ([9855258](9855258)) * Dashboard may display blank page when selecting an app after login ([#2375](#2375)) ([f399b91](f399b91)) * Data browser dialog "No data to display" may be outside of visible area in Safari browser ([#2387](#2387)) ([52bba62](52bba62)) * Internal error message on login with missing credential ([#2370](#2370)) ([9a6a31f](9a6a31f)) * Navigation to page fails if user re-login is required ([#2369](#2369)) ([0db6f55](0db6f55)) * Screen goes blank when trying to add column of type `Object` or `GeoPoint` ([#2384](#2384)) ([0886386](0886386)) * Text selection not visible in modal dialog header ([#2340](#2340)) ([fb0e79c](fb0e79c)) ### Features * Add export all rows of a class and export in JSON format ([#2361](#2361)) ([9eb36a1](9eb36a1)) * Add schema export ([#2362](#2362)) ([33df049](33df049)) * remove limitation to refresh Cloud Jobs list only after 30 seconds ([#2332](#2332)) ([ad1132f](ad1132f))
🎉 This change has been released in version 5.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
state:released
Released as stable version
state:released-alpha
Released as alpha version
state:released-beta
Released as beta version
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Pull Request Checklist
Issue Description
Related issue: #2333
Closes #2333
Approach
Remove 30 seconds refresh block.
TODOs before merging
n/a