-
Notifications
You must be signed in to change notification settings - Fork 160
updating jdk17 branch with master branch changes. #1756
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
amitkumar3hitachi
wants to merge
94
commits into
JDK17
Choose a base branch
from
master
base: JDK17
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.
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
[BACKLOG-40205] Remove echarts from platformBundle to reduce its size
AAravind27
approved these changes
Mar 20, 2024
[BACKLOG-38917] Add Radar chart
[BACKLOG-40336] Link some echart properties with Chart Options
[BACKLOG-40372] Fixes translations for labels of Calculated Field Dialog in PIR
[BACKLOG-40336] Set default value to properties that can be changed via 'Chart Options'
…ecial characteres (that used to work before) - Add new en/decode functions for generic file paths to address handling of "~" in file paths - Include unit test
[BACKLOG-40489] Error when accessing browse files with a user with sp…
[BACKLOG-40383] Implement chart interactions for Echarts
[BACKLOG-40259] - Added a stage-separated version for Gauge chart
…ntaho-platform-plugin-common-ui.git (#1767) Co-authored-by: amitkumar3 <[email protected]> Co-authored-by: Peter Rinehart <[email protected]>
[BACKLOG-40383] Implement chart Interactions
[PPP-5078] Insecure deserialization in Pentaho Interactive Reporting
[PPP-5078] Insecure deserialization in Pentaho Interactive Reporting.
In the new version of uglify-js some default values for the 'compress' options changed and cause loss of functionality in our code.
[PPP-5350]-XSS Findings For Pentaho-platform-plugin-common-ui
[DEVO-11809]
[PPP-5350]-XSS Findings For Pentaho-platform-plugin-common-ui
Revert "[DEVO-11809]"
- Upgraded version of underscore.js - Changed to getting the underscore.js dependency via maven and web jars - Configured "undercore.js" for RequireJS, so that it registers with RequireJS as an anonymous module (instead of under module name "underscore"). Achieving this, forced using the following: - Added the RequireJS loader plugin "nonamd.js" to common-ui, copied over from the CDF plugin, where it's been used for a long time, including to load a local copy of "underscore" - Configured a new auxiliary module "common-ui/_underscore-original" whose path is directly the "underscore.js", and which must be loaded via the "nonamd.js" plugin. - Configured the existing module "common-ui/underscore" to load the latter as a dependency, "amd!common-ui/_underscore-original", hiding the use of the "nonamd.js" plugin for external parties.
[PPP-5350]-XSS Findings For Pentaho-platform-plugin-common-ui
chore: upgrade underscore and provision from webjars [PPP-5515]
Looking at the code is doesn't make much sense to set the input value to a new value after the input was already created. Having that said, and since I'm not aware of all the possible use cases I added an extra condition that checks if the input is focused, and if it is, it won't be updated anymore.
… EE to Jakarta EE
… EE to Jakarta EE
[BACKLOG-40823] - Upgrade the Tomcat version from current to 10.x.x with Java 17
[PRD-2777]-As a report designer, I want my end user as part of the date selection control to select time as well when running reports on the server
[PRD-2777]-As a report designer, I want my end user as part of the date selection control to select time as well when running reports on the server
[BACKLOG-43902]-Java 21 : compatibility check for Pentaho and fix Build and Run time issues while building / testing
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.
No description provided.