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

chore(deps): pin dependencies #16

Open
wants to merge 116 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 2, 2020

  1. ORM (#31)

    * feat(orm): setup ORM and create rooms and games models
    
    * feat(server): relations init between rooms and games
    
    * fix(server): remove circular references
    bastienrobert authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    c4ba32d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. merge(feat/typo): #34

    bastienrobert authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    017c47f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. merge(feat/auth): #32

    * feat(auth): start working on auth
    
    * feat(auth): anon auth between client and server
    
    * fix(tests): add command to setup tests
    
    * fix(tests): remove RN imports in components
    
    * feat(auth): presence sytem
    
    * feat(auth): graphql good practices and bug fix
    bastienrobert authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    120f806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0ff151 View commit details
    Browse the repository at this point in the history
  3. chore(license)

    bastienrobert committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    dc36134 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. merge(feat/game): #40

    * feat(server): game creation/join and players setup
    
    * feat(server): set ready subscription
    
    * feat(server): game over feature
    
    * refactor(server): cleanest graphQL queries and types
    
    * feat(server): add rounds mechanic and gameover page
    
    * feat(mobile): add real icon
    bastienrobert authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    0812fd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5524e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. merge(feat/game): #42

    bastienrobert committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    1526eee View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. merge(feat/ui-kit): #43

    bastienrobert authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    d21c94f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    aca3aee View commit details
    Browse the repository at this point in the history
  2. Feat/qr code (#45)

    * feat(mobile): reset podfile, add permissions to use camera, add qrcode scanner and get data from it
    
    * merge(develop)
    
    Co-authored-by: mharribey <[email protected]>
    bastienrobert and mharribey authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    7c0288f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    919935f View commit details
    Browse the repository at this point in the history
  4. merge(develop)

    bastienrobert committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    21dcb7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    205a053 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f2e079 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    7a9a32e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e91045d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    429c7a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

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

Commits on Apr 30, 2020

  1. Feat/content (#48)

    * feat(shared): data beginning
    
    * fix(shared) : add data for characters, goals, objects and few cards
    
    Co-authored-by: mharribey <[email protected]>
    bastienrobert and mharribey authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    b4b77ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23209c8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Configuration menu
    Copy the full SHA
    125f066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46ff6b2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. feat(mobile): refacto card

    mharribey committed May 4, 2020
    Configuration menu
    Copy the full SHA
    c820bc1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    b78b665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8debd9b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. merge(feat/report): #65

    * feat(mobile): link qr-code to onboarding
    
    * feat(components): typo presets
    
    * feat(mobile): pending room page and theme provider
    
    * fix(components): line height issue on h2 style
    
    * feat(mobile): onboarding style wip
    
    * feat(mobile): remove useless loogs
    
    * feat(server): DB better naming and create reports table
    
    * feat(server): clean db columns names
    
    * feat(server): add content and prepare score and targets
    
    * feat(server): some api refactor and report api setup
    
    * fix(server): light sql requests bug fix
    
    * feat(server): get last game if winner field empty
    
    * feat(server): register won date on game over
    
    * feat(server): add reports ability
    
    * feat(server): simpler reject params for report
    
    * feat(server): prepare event loop and skills features
    
    * feat(server): skills living in its own table
    
    * feat(mobile): add extra menu
    
    * feat(mobile): reports in popup
    
    * feat(server): add cards types
    
    * feat(server): clean round mutations
    
    * feat(server): add skills and report usability
    
    * feat(server): game mechanic without events
    
    * feat(server): add events mechanic
    
    * feat(server): link targets to rounds
    
    * refactor(server): large refactoring of player and game fetching
    
    * feat(server): add targetted players to confirm sub
    
    * feat(server): add report notification
    
    * feat(server): setup for events
    bastienrobert authored May 7, 2020
    Configuration menu
    Copy the full SHA
    16eee1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c920b37 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Feat/rewards (#69)

    * feat(server): skills and rounds passed/replay
    
    * fix(mobile): WorkspaceSettings are now compatible with XCode 11.4.1
    
    * feat(mobile): localstate management for current player
    
    * feat(front): add notification banner and popup mechanics
    
    * feat(mobile): add last targeter in store to use with skills
    
    * feat(mobile): display good popup following player skill
    
    * feat(front): add notification when skill received and fix premissions
    bastienrobert authored May 22, 2020
    Configuration menu
    Copy the full SHA
    79cd5e4 View commit details
    Browse the repository at this point in the history
  2. Feat/report all (#70)

    * feat(server): add max round and multiple reports
    
    * feat(shared): organize typings
    
    * feat(server): add game regularization
    
    * feat(server): new regularization model
    
    * feat(server): add duplications on reports
    bastienrobert authored May 22, 2020
    Configuration menu
    Copy the full SHA
    b5e75ca View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    7f7d666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6d753b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a79d621 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12cf625 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02a5e13 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    0b5d8ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24b7d3b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

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

Commits on May 30, 2020

  1. Configuration menu
    Copy the full SHA
    bd2b178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f35c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

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

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    25d98eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e79159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e582cc View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

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

Commits on Jun 7, 2020

  1. Configuration menu
    Copy the full SHA
    5da169c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af289dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fb7b94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a4dd8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1e3fe1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8f5989 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cca771 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    faf984a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a95356 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad3281a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d76cbb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f82ec2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d1640b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39d9e36 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

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

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    2bbf052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab7e5a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29305e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff29f4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71dd66c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

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

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    276890c View commit details
    Browse the repository at this point in the history
  2. chore(merge): dev

    bastienrobert committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    092f441 View commit details
    Browse the repository at this point in the history
  3. chore(merge): feat/samples #72

    Feat/samples
    bastienrobert authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    26e820d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e8635b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4112eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c05fa7d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

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

Commits on Jun 23, 2020

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

Commits on Jun 25, 2020

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

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    1febb1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6134b3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65d54a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43bdab0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c4f9a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    183235c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c16a16f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Configuration menu
    Copy the full SHA
    acd64bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    822354d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecf76f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Configuration menu
    Copy the full SHA
    f0ff791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d61180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3821cd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a2c2ab View commit details
    Browse the repository at this point in the history
  5. feat(all): QA #1

    bastienrobert committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    fbcb170 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0fcd9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    818c064 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    160b356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25a78d0 View commit details
    Browse the repository at this point in the history
  3. chore(all): Merge pull request #81 from bastienrobert/la-ferme/feat/W…

    …ebsite
    
    fix(website): responsiveness, menu scroll
    bastienrobert authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    b51a5f5 View commit details
    Browse the repository at this point in the history
  4. fix(mobile): pass tests

    bastienrobert committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    4fba839 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8298f32 View commit details
    Browse the repository at this point in the history
  6. merge(feat/website): #80

    Feat/website
    bastienrobert authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    1fdaba1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a15c8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a85dac1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4119ce9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1071d0a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e874b16 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    46ad127 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73b3fba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d3323f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    6223440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efe4453 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8511ff2 View commit details
    Browse the repository at this point in the history
  4. fix(mobile): QA

    bastienrobert committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    e3e00c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fe9c3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    841ea84 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

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