AMBARI-26601 : rebase frontend refactor branch with latest changes from the trunk branch#4137
Open
vishalsuvagia wants to merge 238 commits into
Open
Conversation
…order of imports for WidgetResourceProvider.java (#3872) * There will be failure when executing shell.py * Wrong order of imports for WidgetResourceProvider.java * Fix issue of test failure
…deploying a cluster #3875
* AMBARI-26239: Fix OozieUtils
… few (#3883) * The database password character type requirement is too few * Add more special characters, and add UT for this case * Update test case
…o create leveldb state store directory #3905
* add ruff check files * add formatted code
…d <arshad@apache.org> (#3851)
#3860) * AMBARI-26204: Migrate RecommendationResourceProviderTest from EasyMock to Mockito
…ter JDK 17 upgrade (#3859) * AMBARI-26203: Fix testAllPropertiesHaveMarkdownDescriptions failed
* AMBARI-26211: Fix TaskActionScheduler test failed
* AMBARI-26215: Fix BlueprintConfigurationProcessorTest and others
Co-authored-by : Kowshic-V
…updater hooks (#4132) Co-authored-by : shaur97
…res (#4133) * AMBARI-26603 : Ambari Web React: Implement app shell, layout, navigation, and routing Co-authored-by : vanshuhassija * AMBARI-26604: Ambari Web React: Implement shared hooks, utility functions, and store infrastructure * AMBARI-26605 : Ambari Web React: Implement shared UI components and modals Co-authored-by : vanshuhassija * AMBARI-26606 : Ambari Web React: Implement cluster dashboard, widget infrastructure, and metrics views Co-authored-by : Kowshic-V * AMBARI-26607 : Ambari Web React: Implement service detail screens, add-service wizard, and config management Co-authored-by : vanshuhassija, Kowshic-V, shaur97 * AMBARI-26608 : Ambari Web React: Implement hosts management screens, host detail tabs, and add-host wizard * AMBARI-26609 : Ambari Web React: Implement Kerberos management screens and Enable Kerberos wizard Co-authored-by : Kowshic-V, Sandeep Kumar * AMBARI-26610 : Ambari Web React: Implement Reassign/Move component wizard and move-config initializers Co-authored-by : vanshuhassija, shaur97 * AMBARI-26611 : Ambari Web React: Implement High Availability wizards (Federation, JournalNode, NameNode, RangerAdmin, ResourceManager) Co-authored-by : vanshuhassija * AMBARI-26612 : Ambari Web React: Complete the UI — alerts, background operations, cluster admin, API refresh, and remaining screens
…admin (#4134) Co-authered-by: himanshumaurya09876, vanshuhassija, Kowshic-V, shaur97
…order of imports for WidgetResourceProvider.java (#3872) * There will be failure when executing shell.py * Wrong order of imports for WidgetResourceProvider.java * Fix issue of test failure
… few (#3883) * The database password character type requirement is too few * Add more special characters, and add UT for this case * Update test case
…o create leveldb state store directory #3905
* add ruff check files * add formatted code
…d <arshad@apache.org> (#3851)
#3860) * AMBARI-26204: Migrate RecommendationResourceProviderTest from EasyMock to Mockito
…ter JDK 17 upgrade (#3859) * AMBARI-26203: Fix testAllPropertiesHaveMarkdownDescriptions failed
* AMBARI-26211: Fix TaskActionScheduler test failed
* AMBARI-26215: Fix BlueprintConfigurationProcessorTest and others
…esourceProviderTest& ExecutionSchedulerTest& AmbariProxiedUserDetailsServiceTest
* fix ambari agent env after jdk upgrade
#3891) * AMBARI-26238: Add Ambari Java Home configuration for JDK 17 in Ambari server
… dependency (#3922) Issue: Need to update org.codehaus.jackson:jackson-mapper-asl dependency. Cause: the library has been moved to com.fasterxml.jackson.core » jackson-databind, hence to keep up with the newer versions need to update the library dependency. Changes made: to update the jackson-mapper-asl dependency to jackson-databind and the required library version upgrades Co-authored-by: Vishal Suvagia <vishalsuvagia@apache.org>
…3927 AMBARI-26286: refactor(ambari-ruff): convert .format() to f-strings
Merging the patch based on discussion and reviews
d80f6d9 to
1f6a4e6
Compare
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
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 changes were proposed in this pull request?
rebased the frontend-refactor branch with all changes from the trunk branch.
(Please fill in changes proposed in this fix)
How was this patch tested?
(Please explain how this patch was tested. Ex: unit tests, manual tests)
(If this patch involves UI changes, please attach a screen-shot; otherwise, remove this)
Please review Ambari Contributing Guide before opening a pull request.