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

Rewrite addAccountToGroup to not call through to Meteor method #5431

Merged
merged 18 commits into from
Aug 27, 2019

Commits on Aug 7, 2019

  1. feat: include stack in GraphQL error logging

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    eb377fe View commit details
    Browse the repository at this point in the history
  2. refactor: demeteorize addAccountToGroup

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    c18395f View commit details
    Browse the repository at this point in the history
  3. test: update addAccountToGroup tests

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    94d15ea View commit details
    Browse the repository at this point in the history
  4. refactor: call non-Meteor mutation from inviteShopMember method

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    c8074ac View commit details
    Browse the repository at this point in the history
  5. fix: properly remove old group roles

    in addAccountToGroup mutation
    
    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    028014e View commit details
    Browse the repository at this point in the history
  6. test: delete Meteor group tests

    covered by Jest integration tests now
    
    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    46400b7 View commit details
    Browse the repository at this point in the history
  7. feat: update Accounts UI to use GraphQL

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    1250225 View commit details
    Browse the repository at this point in the history
  8. feat: remove group/addUser Meteor method

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    b81ab1a View commit details
    Browse the repository at this point in the history
  9. chore: fix lint

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    5197d82 View commit details
    Browse the repository at this point in the history
  10. test: update tests

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    dc74141 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1c8533d View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/develop' into feat-aldeed-5336-a…

    …dd-account-to-group-mutation
    kieckhafer committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    dfe76aa View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    ee84664 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. refactor: allow owner accounts to make changes regardless of other pe…

    …rmissions
    
    Signed-off-by: Erik Kieckhafer <[email protected]>
    kieckhafer committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    21fe060 View commit details
    Browse the repository at this point in the history
  2. refactor: filter -> find

    Signed-off-by: Erik Kieckhafer <[email protected]>
    kieckhafer committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    784a055 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    e703c9f View commit details
    Browse the repository at this point in the history
  2. test: update Jest snapshot

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    0fed48e View commit details
    Browse the repository at this point in the history
  3. fix: handle no owner group

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    6e280a0 View commit details
    Browse the repository at this point in the history