Skip to content

UI for managing crate ownership #1143

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

Merged
merged 10 commits into from
Nov 4, 2017

Conversation

iain8
Copy link
Contributor

@iain8 iain8 commented Oct 22, 2017

Created a separate page for this rather than start tacking on a bunch of modals #1117

@iain8 iain8 changed the title #1117 UI for managing crate ownership UI for managing crate ownership Oct 24, 2017
The "manage owners" link wasn't showing up for me even when I was an
owner because it couldn't match up logins and database ids :)
Copy link
Member

@carols10cents carols10cents left a comment

Choose a reason for hiding this comment

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

This looks awesome, sorry it took me so long to review!!

I noticed a tiny problem, the link to manage owners wasn't showing up for me-- turns out currentUser.id is the database id, so switching it to currentUser.login made everything work the way I expected :)

There were also some ember test changes in upstream; just needed to import fillIn.

I'm going to wait for travis to go green then merge this :) thanks!!

}
}));

this.application.inject('controller', 'session', 'service:session-b');
Copy link
Member

Choose a reason for hiding this comment

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

OMG COOL THIS IS HOW TO FAKE LOGGING IN IN THE JAVASCRIPT TESTS!! I tried to figure this out for a long time and couldn't!!!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes! 😄 it is very unclear in the documentation that you have to do this and can't use an existing service.

@carols10cents
Copy link
Member

bors: r+

bors-voyager bot added a commit that referenced this pull request Nov 4, 2017
1143: #1117 UI for managing crate ownership r=carols10cents

Created a separate page for this rather than start tacking on a bunch of modals #1117
@bors-voyager
Copy link
Contributor

bors-voyager bot commented Nov 4, 2017

Build succeeded

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.

3 participants