-
Notifications
You must be signed in to change notification settings - Fork 255
🎨 format on bucketGet and objectGetLegalHold for async/await #6073
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
Hello darkisdude,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
ConflictThere is a conflict between your branch Please resolve the conflict on the feature branch ( git fetch && \
git checkout origin/feature/CLDSRV-823/formatting-only && \
git merge origin/development/9.3Resolve merge conflicts and commit git push origin HEAD:feature/CLDSRV-823/formatting-only |
7559941 to
99b9108
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
maeldonn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What the goal of this PR ? We should wait the validation of the prettier configuration before starting formatting files. It can lead to unnecessary conflicts...
You have the reason of this PR here #6045 (comment). Prettier can fix some stuff but not all of them and I hope that we'll not do a one shot with prettier but first add prettier and will validate only file that are in the diff and after some months migrate remaining one, because if we do that, we'll have conflicts on all PR. Also prettier will not be able to fix everything and we'll always need to do some manual work. |
|
/approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
Queue build failedThe corresponding build for the queue failed:
Remove the pull request from the queue
|
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue CLDSRV-823. Goodbye darkisdude. |
Issue: CLDSRV-823
Pull request template
Description
Motivation and context
Why is this change required? What problem does it solve?
Related issues
Please use the following link syntaxes #600 to reference issues in the
current repository
Checklist
Add tests to cover the changes
New tests added or existing tests modified to cover all changes
Code conforms with the style guide
Sign your work
In order to contribute to the project, you must sign your work
https://github.com/scality/Guidelines/blob/master/CONTRIBUTING.md#sign-your-work
Thank you again for contributing! We will try to test and integrate the change
as soon as we can.