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 develop to staging #133

Merged
merged 17 commits into from
Dec 14, 2019
Merged

Merge develop to staging #133

merged 17 commits into from
Dec 14, 2019

Commits on Nov 13, 2019

  1. Implement limit and scope together

    - Implements that the scope and limit variables are used to manipulate the result of the causes query
    
    Co-Authored-By: Azure May <azure.may.burmeister@gmail.com>
    aonomike and azure-may committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    eb5b6b0 View commit details
    Browse the repository at this point in the history
  2. Implement limit on trending causes

    - Add ability for trending causes to be limited in the causes query
    
    Co-Authored-By: Azure May <azure.may.burmeister@gmail.com>
    aonomike and azure-may committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    4de431d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Refactor to set up Causes

    - In test_helpers.exs
    - Remove redundant setup code for causes
    aonomike committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    8daa24b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d569f7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac087c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Configuration menu
    Copy the full SHA
    96138d3 View commit details
    Browse the repository at this point in the history
  2. Make failing test pass

    aonomike committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    7a80160 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Configuration menu
    Copy the full SHA
    4024213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    413a55b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Merge pull request #126 from aonomike/123_implement-limit-and-scope-v…

    …ariable-in-same-causes-query
    
    Implement limit and scope variable in same causes query
    javpet committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    aac93a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Run mix gen to generate Accounts context

    - Creates user schema
    aonomike committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    7daa836 View commit details
    Browse the repository at this point in the history
  2. Start implementing signup schema

    - Create gql schema and resolver for signup
    
    ## Todo
    [X] Implement query user in the schema
    [X] Create session schema
    aonomike committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    0a4bc28 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Implemet user signup

    - User is now able to signup
    - Added functionality to hash the password
    - Create user factory
    - Add me query to return current user details
    aonomike committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    3e28de4 View commit details
    Browse the repository at this point in the history
  2. Add SetCurrentUser plug

    - Add current user to the context of the application
    aonomike committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    883be25 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Fix failing tests

    aonomike committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    d8a6c48 View commit details
    Browse the repository at this point in the history
  2. Fix linting issues

    aonomike committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    5b1a73d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #131 from aonomike/128_user_schema

    128 user schema
    javpet committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    100a595 View commit details
    Browse the repository at this point in the history