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

[#575] Move EACL Table conversion in neofs package #652

Closed

Conversation

masterSplinter01
Copy link
Contributor

@masterSplinter01 masterSplinter01 commented Aug 11, 2022

Closes #575

@codecov
Copy link

codecov bot commented Aug 11, 2022

Codecov Report

❗ No coverage uploaded for pull request base (master@8eb1afb). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #652   +/-   ##
=========================================
  Coverage          ?   30.32%           
=========================================
  Files             ?       53           
  Lines             ?     6569           
  Branches          ?        0           
=========================================
  Hits              ?     1992           
  Misses            ?     4290           
  Partials          ?      287           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Resources []*AstResource
}

type NeoFS interface {
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't the ACL or NeoFSACL more appropriate name?

}

func mergeAst(parent, child *ast) (*ast, bool) {
func MergeAst(parent, child *Ast) (*Ast, bool) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this function not moved to the neofs package?

@KirillovDenis
Copy link
Contributor

Let's wait a little for @alexvanin. I think we should reconsider the structure of acl logic.

@alexvanin
Copy link
Contributor

Blocked until v0.25.0.

@roman-khimov
Copy link
Member

Obsolete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Can't be done because of something
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move EACL Table conversion in neofs package
4 participants