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

Merge canary into master #1011

Merged
merged 275 commits into from
Aug 24, 2015
Merged

Merge canary into master #1011

merged 275 commits into from
Aug 24, 2015

Conversation

Awk34
Copy link
Member

@Awk34 Awk34 commented Jun 22, 2015

No description provided.

DaftMonk and others added 30 commits September 14, 2014 18:23
Changes:
- getCurrentUser, isLoggedIn, and isAdmin are now sync if no arg and async with an arg
- Use Error first callback signature where applicable
- Remove unused arguments from Auth service
- Remove isLoggedInAsync
- Switch use of isLoggedInAsync to isLoggedIn
- Add/Improve comments
- Fix client/app/account(auth)/settings/settings.controller(js).js

Breaking Changes:
- Callbacks that return Errors, use 'Error first' signature

Closes #456
Changes:
- Use `ui-sref` instead of `href` or `ng-href` when ui-router is chosen
- Use `ui-sref-active` instead of `ng-class='{active: isActive()}'` when ui-router is chosen
- Use `$state.go()` where applicable, when ui-router is chosen
- Use `$scope.menu[n].state` instead of `$scope.menu[n].link` when ui-router is chosen (attempt to remove possible confusion)
- Omit `$scope.isActive` when ui-router is chosen
- Simplify `navbar(jade).jade` templating (remove extra `<% if (filters.auth) %>` tag)
- Add `/logout` route for both ng-route and ui-router
- Use `$routeChangeStart` or `$stateChangeStart` to pass refering route or state to `/logout`
- Add `stateMock` for testing `$state` transitions
- Use `stateMock` in main.controller for expecting template requests from state transistions

Closes #331
Changes:
- add protractor tests for auth related pages
- add `onPrepare` and `params` to `protractor.conf.js`
test(app): add protractor tests for account pages
fix(app-signup): switch button classes
fix(app-logout): add blank templates to logout route/state
@Awk34
Copy link
Member Author

Awk34 commented Aug 24, 2015

I've made another branch off of master that we can use to update the 2.x.x code. I think we should go ahead with this PR. Sound good @kingcody ?

@kingcody
Copy link
Member

I've made another branch off of master that we can use to update the 2.x.x code.

Awesome!

Do we want to complete milestone/3.0.0 first?

@Awk34
Copy link
Member Author

Awk34 commented Aug 24, 2015

I'd say we merge it now. Bug fixes for 2.x.x will go on the branch I mentioned earlier, bug fixes for 3.x.x will go on master, and new features for 3.x.x can go on canary.

@kingcody
Copy link
Member

#1193 and #1164, did you want to merge those before or wait for a point release?

@Awk34
Copy link
Member Author

Awk34 commented Aug 24, 2015

Yeah, we'll still want to wait to do the release of 3.0.0. There's quite a few other things I'd like to get in before then. I was just going to merge the PR for now.

@kingcody
Copy link
Member

Ah, that makes sense.

Awk34 added a commit that referenced this pull request Aug 24, 2015
@Awk34 Awk34 merged commit 5eb3bb0 into master Aug 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.