Skip to content
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

ZKUI-370: disable versioning on bucket that create on azure blob location #618

Conversation

ChengYanJin
Copy link
Contributor

@ChengYanJin ChengYanJin commented Jul 6, 2023

replace Toggle by Checkbox in the create bucket screen.

image

Disable the versioning in Bucket Overview Tab.
image

@bert-e
Copy link
Contributor

bert-e commented Jul 6, 2023

Hello chengyanjin,

My role is to assist you with the merge of this
pull request. Please type @bert-e help to get information
on this process, or consult the user documentation.

Status report is not available.

@bert-e
Copy link
Contributor

bert-e commented Jul 6, 2023

Incorrect fix version

The Fix Version/s in issue ZKUI-370 contains:

  • None

Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:

  • 1.6.16

  • 2.0.11

  • 2.1.0

Please check the Fix Version/s of ZKUI-370, or the target
branch of this pull request.

@codecov-commenter
Copy link

codecov-commenter commented Jul 6, 2023

Codecov Report

Merging #618 (d101909) into development/1.6 (4d15af0) will increase coverage by 0.40%.
The diff coverage is 96.66%.

@@                 Coverage Diff                 @@
##           development/1.6     #618      +/-   ##
===================================================
+ Coverage            54.11%   54.52%   +0.40%     
===================================================
  Files                  218      218              
  Lines                10440    10445       +5     
  Branches              2922     2934      +12     
===================================================
+ Hits                  5650     5695      +45     
+ Misses                4770     4730      -40     
  Partials                20       20              
Impacted Files Coverage Δ
src/react/databrowser/buckets/BucketCreate.tsx 77.86% <95.65%> (+7.95%) ⬆️
...atabrowser/buckets/ObjectLockRetentionSettings.tsx 96.42% <100.00%> (-0.45%) ⬇️

... and 7 files with indirect coverage changes

@ChengYanJin ChengYanJin force-pushed the bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location branch 3 times, most recently from c264e7e to 9b3b200 Compare July 7, 2023 09:10
@ChengYanJin ChengYanJin force-pushed the bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location branch 2 times, most recently from ef9bcf1 to a027370 Compare July 11, 2023 13:29
@ChengYanJin ChengYanJin force-pushed the bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location branch 2 times, most recently from e6b80b6 to 1a81865 Compare July 12, 2023 14:59
@ChengYanJin ChengYanJin force-pushed the bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location branch from 1a81865 to d101909 Compare July 12, 2023 15:30
isBucketHostedOnAzureOrGCP ? (
<>
Enabling versioning is not possible due to the
bucket being hosted on Azure or Google Cloud.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: We can probably say on azure for azure hosted buckets and on Google Cloud for the google hosted ones

@ChengYanJin ChengYanJin force-pushed the bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location branch 2 times, most recently from 4e75df1 to 46c5e3f Compare July 13, 2023 08:54
@bert-e
Copy link
Contributor

bert-e commented Jul 13, 2023

Conflict

A conflict has been raised during the creation of
integration branch w/2.1/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location with contents from w/2.0/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location
and development/2.1.

I have not created the integration branch.

Here are the steps to resolve this conflict:

 $ git fetch
 $ git checkout -B w/2.1/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location origin/development/2.1
 $ git merge origin/w/2.0/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location
 $ # <intense conflict resolution>
 $ git commit
 $ git push -u origin w/2.1/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location

@ChengYanJin ChengYanJin force-pushed the bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location branch from 46c5e3f to 0f78d6f Compare July 13, 2023 09:06
@bert-e
Copy link
Contributor

bert-e commented Jul 13, 2023

History mismatch

Merge commit #46c5e3f7baa4401a1bb68fb7ba7ba1258df94489 on the integration branch
w/2.0/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location is merging a branch which is neither the current
branch bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location nor the development branch
development/2.0.

It is likely due to a rebase of the branch bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location and the
merge is not possible until all related w/* branches are deleted or updated.

Please use the reset command to have me reinitialize these branches.

@ChengYanJin
Copy link
Contributor Author

/reset

@bert-e
Copy link
Contributor

bert-e commented Jul 13, 2023

Reset complete

I have successfully deleted this pull request's integration branches.

@bert-e
Copy link
Contributor

bert-e commented Jul 13, 2023

Conflict

A conflict has been raised during the creation of
integration branch w/2.1/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location with contents from w/2.0/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location
and development/2.1.

I have not created the integration branch.

Here are the steps to resolve this conflict:

 $ git fetch
 $ git checkout -B w/2.1/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location origin/development/2.1
 $ git merge origin/w/2.0/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location
 $ # <intense conflict resolution>
 $ git commit
 $ git push -u origin w/2.1/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location

@ChengYanJin ChengYanJin force-pushed the bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location branch from 0f78d6f to 000b959 Compare July 13, 2023 09:39
@bert-e
Copy link
Contributor

bert-e commented Jul 13, 2023

History mismatch

Merge commit #0f78d6f78e6d2129da088d8a85b8581c676848f8 on the integration branch
w/2.0/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location is merging a branch which is neither the current
branch bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location nor the development branch
development/2.0.

It is likely due to a rebase of the branch bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location and the
merge is not possible until all related w/* branches are deleted or updated.

Please use the reset command to have me reinitialize these branches.

@scality scality deleted a comment from bert-e Jul 13, 2023
@JBWatenbergScality
Copy link
Contributor

/reset

@bert-e
Copy link
Contributor

bert-e commented Jul 13, 2023

Reset complete

I have successfully deleted this pull request's integration branches.

@bert-e
Copy link
Contributor

bert-e commented Jul 13, 2023

Conflict

A conflict has been raised during the creation of
integration branch w/2.1/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location with contents from w/2.0/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location
and development/2.1.

I have not created the integration branch.

Here are the steps to resolve this conflict:

 $ git fetch
 $ git checkout -B w/2.1/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location origin/development/2.1
 $ git merge origin/w/2.0/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location
 $ # <intense conflict resolution>
 $ git commit
 $ git push -u origin w/2.1/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location

@ChengYanJin
Copy link
Contributor Author

/status

@bert-e
Copy link
Contributor

bert-e commented Jul 13, 2023

Status

Status report is not available.

@bert-e
Copy link
Contributor

bert-e commented Jul 13, 2023

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

@ChengYanJin
Copy link
Contributor Author

/approve

Copy link
Contributor

@JBWatenbergScality JBWatenbergScality left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !!

@bert-e
Copy link
Contributor

bert-e commented Jul 13, 2023

Build failed

The build for commit did not succeed in branch w/2.0/bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location.

The following options are set: approve

@bert-e
Copy link
Contributor

bert-e commented Jul 13, 2023

In the queue

The changeset has received all authorizations and has been added to the
relevant queue(s). The queue(s) will be merged in the target development
branch(es) as soon as builds have passed.

The changeset will be merged in:

  • ✔️ development/1.6

  • ✔️ development/2.0

  • ✔️ development/2.1

The following branches will NOT be impacted:

  • development/1.4
  • development/1.5

There is no action required on your side. You will be notified here once
the changeset has been merged. In the unlikely event that the changeset
fails permanently on the queue, a member of the admin team will
contact you to help resolve the matter.

IMPORTANT

Please do not attempt to modify this pull request.

  • Any commit you add on the source branch will trigger a new cycle after the
    current queue is merged.
  • Any commit you add on one of the integration branches will be lost.

If you need this pull request to be removed from the queue, please contact a
member of the admin team now.

The following options are set: approve

@bert-e
Copy link
Contributor

bert-e commented Jul 13, 2023

I have successfully merged the changeset of this pull request
into targetted development branches:

  • ✔️ development/1.6

  • ✔️ development/2.0

  • ✔️ development/2.1

The following branches have NOT changed:

  • development/1.4
  • development/1.5

Please check the status of the associated issue ZKUI-370.

Goodbye chengyanjin.

@bert-e bert-e merged commit 000b959 into development/1.6 Jul 13, 2023
@bert-e bert-e deleted the bugfix/ZKUI-370-disable-versioning-on-bucket-that-create-on-azure-blob-location branch July 13, 2023 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants