-
Notifications
You must be signed in to change notification settings - Fork 1.7k
AMBARI-26303: Rebase trunk branch onto frontend-refactor #3937
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
Conversation
…order of imports for WidgetResourceProvider.java (apache#3872) * There will be failure when executing shell.py * Wrong order of imports for WidgetResourceProvider.java * Fix issue of test failure
…deploying a cluster apache#3875
* AMBARI-26239: Fix OozieUtils
… few (apache#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 apache#3905
* add ruff check files * add formatted code
apache#3860) * AMBARI-26204: Migrate RecommendationResourceProviderTest from EasyMock to Mockito
…ter JDK 17 upgrade (apache#3859) * AMBARI-26203: Fix testAllPropertiesHaveMarkdownDescriptions failed
* AMBARI-26211: Fix TaskActionScheduler test failed
…che#3863) * AMBARI-26215: Fix BlueprintConfigurationProcessorTest and others
…esourceProviderTest& ExecutionSchedulerTest& AmbariProxiedUserDetailsServiceTest
* fix ambari agent env after jdk upgrade
apache#3891) * AMBARI-26238: Add Ambari Java Home configuration for JDK 17 in Ambari server
…ver.py to fix setup handling apache#3915 Co-authored-by: tongxiaojun <[email protected]>
…apache#3917 * AMBARI-26269: Fix regex pattern flag position in ambari_jinja2 filters --------- Co-authored-by: tongxiaojun <[email protected]>
Co-authored-by: tongxiaojun <[email protected]>
… dependency (apache#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 <[email protected]>
…pache#3927 AMBARI-26286: refactor(ambari-ruff): convert .format() to f-strings
* add alluxio service Co-authored-by: jialiang <[email protected]> * fix license --------- Co-authored-by: jialiang <[email protected]>
|
@JiaLiangC can you please review and merge this PR. I have added JIRA ticket so now CI should pass. |
|
We should avoid using the "Squash and Merge" option for this pull request. Additionally, the "Rebase and Merge" option is currently disabled. Therefore, I believe we will need to merge this PR using backend methods |
|
@nikita15p What is the purpose of your PR? The APIs of the trunk and the front branch are compatible, so there's no need to merge. I think a good approach would be to use the method described in https://dev.to/vinomanick/react-micro-frontend-in-ember-app-part-2-3hg8, which allows us to gradually migrate the Ember frontend to the React frontend. |
I think we can adopt a micro-frontend approach for gradual migration, as a complete refactoring would likely take a considerable amount of time. |
|
@JiaLiangC I have rebased the latest frontend-refactor because I am working on ambari-web switch functionality to support both ReactJS and emberJS . So before I send my first PR of basic layouting, I intended to have latest code of ambari and hence rebased. |
|
@nikita15p thanks ! |
What changes were proposed in this pull request?
Rebased the branch with latest trunk branch