Skip to content

Conversation

@dmitrizagidulin
Copy link
Contributor

PR for integration testing the Group ACL functionality in permission-set

@dmitrizagidulin
Copy link
ContributorAuthor

(Rebased on latest develop, you may need to do a git reset --hard origin/group-acl-integration if a git pull results in conflict.)

Copy link
Contributor

@RubenVerborghRubenVerborgh left a comment

Choose a reason for hiding this comment

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

It works.

"rimraf": "^2.5.0",
"solid-namespace": "^0.1.0",
"solid-permissions": "^0.5.2",
"solid-permissions": "solid/solid-permissions#feature-group-acl",
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be updated to release version.

(Note: in the future, you can just put the next release version here, and use npm ln locally.)

// assert.equal(response.statusCode, 201)
// done()
// })
// })
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's clean that up.


<#folks>
a vcard:Group;
vcard:hasUID <urn:uuid:8831CBAD-1111-2222-8563-F0F4787EG398:ABGroup>
Copy link
Contributor

Choose a reason for hiding this comment

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

Not needed.

// first try loading from local fs
return ldp.getGraph(uri, options.contentType)
// failing that, fetch remote graph
.catch(() => ldp.fetchGraph(uri, options))
Copy link
Contributor

Choose a reason for hiding this comment

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

We'll probably need better logic for this in the future.

@kjetilkkjetilk merged commit d9ad47c into developJul 13, 2018
@kjetilkkjetilk deleted the group-acl-integration branch August 7, 2018 13:00
Sign up for freeto 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

@dmitrizagidulin@RubenVerborgh@kjetilk