-
Notifications
You must be signed in to change notification settings - Fork 0
Version check #602
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
Open
mirkan1
wants to merge
299
commits into
develop
Choose a base branch
from
version_check
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Version check #602
Conversation
This file contains hidden or 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
… to latest versions
…s for improved readability and consistency - Updated variable declarations in SearchableTile, SimpleList, SvgIcon, TileHeader, and various utility files to use const or let instead of var. - Enhanced code clarity by using block-scoped variables. - Adjusted dependencies in useEffect and useCallback hooks in AddReportDialog, CreateModelDialog, EditableModelConfig, ReportPageHeader, and useReport hooks for better performance and to prevent unnecessary re-renders.
…boardShortcuts and notifications services
…nsistency across multiple files
…ror handling and parameter management in query and report services
- downgraded @typescript-eslint/eslint-plugin and @typescript-eslint/parser to version 2.10.0 - downgraded eslint to version 6.7.2 - upgraded eslint-loader to version 4.0.2 - downgraded eslint-plugin-compat to version 3.3.0 - downgraded eslint-plugin-cypress to version 2.0.1 - downgraded eslint-plugin-jest to version 22.2.2 - downgraded eslint-plugin-jsx-a11y to version 6.4.1
- Upgrade @typescript-eslint/eslint-plugin and @typescript-eslint/parser to version 4 - Upgrade eslint to version 7 - Upgrade eslint-config-react-app to version 6 - Upgrade eslint-plugin-cypress to version 2.11.2 - Upgrade eslint-plugin-flowtype to version 5 - Upgrade eslint-plugin-jest to version 24 - Upgrade eslint-plugin-react-hooks to version 4 - Adjust typescript version to be >=3.3.1 and <4.5.0
…ation in getDatasetXRange function
…irectory context and improve package-lock.json dependencies
…e for timezone configuration
… passing with no tests
… type definitions
…ch.json and settings.json for VSCode configuration
…bility in chart.js
…n context in DashboardPromptResource
…ayout consistency
…dding for better usability
…nd update group IDs in test cases
…with actual values for POSTGRES_PASSWORD, REDASH_DATABASE_URL, and REDASH_COOKIE_SECRET
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What type of PR is this?
Description
How is this tested?
Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings (if there are UI changes)