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

Merging Staging to Prod (Update CI) #45

Open
wants to merge 343 commits into
base: main
Choose a base branch
from
Open

Merging Staging to Prod (Update CI) #45

wants to merge 343 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    d2f2f39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8b40d5 View commit details
    Browse the repository at this point in the history
  3. Updated the query

    aminlatifi committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    758d1e1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #38 from GeneralMagicio/fixBugInDonationByProjectId

    Fix bug in donation by project API
    aminlatifi committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fdba925 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1a8097 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f7ca64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de1c44c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Upgraded sinon dependency

    aminlatifi committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    d2e9174 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48dc8dc View commit details
    Browse the repository at this point in the history
  3. Removed unneeded test

    aminlatifi committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    b2887bc View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    da2e00e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from GeneralMagicio/FixBugInFetchAllProjects

    Fetch all projects with all statuses and review statuses
    aminlatifi committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    02f44f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c9cb2d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #36 from GeneralMagicio/feat/privado-support

    Privado support
    ae2079 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    84dffe4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #41 from GeneralMagicio/removeProjectStatusesFromF…

    …etchQuery
    
    Remove filters for the review and project statuses
    aminlatifi committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    bf74509 View commit details
    Browse the repository at this point in the history
  6. Updated example.env

    aminlatifi committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5125deb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    027e6a5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #42 from GeneralMagicio/generateMigrationForPrivad…

    …oRequestIds
    
    Add migration for adding Privado request ids to user
    aminlatifi committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5d27480 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    49255f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7893c74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9729f4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2930327 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    233b954 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a6a87b View commit details
    Browse the repository at this point in the history
  7. fix the tests

    ae2079 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a7d51cb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    abdf493 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #44 from GeneralMagicio/setDefaultValueForProjectS…

    …tatuses
    
    Set default value for project statuses
    aminlatifi committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    df8581c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    183e9c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    b3de858 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'supportMATICToken' of github.com:GeneralMagicio/QAcc-BE…

    … into supportMATICToken
    ae2079 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d49de17 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'staging' of github.com:GeneralMagicio/QAcc-BE into addR…

    …ewardFieldsToEntities
    ae2079 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9f61ca7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f737a0b View commit details
    Browse the repository at this point in the history
  5. Calculate locked token amount and claimable token amount in the donat…

    …ion in virtual fields
    ae2079 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2d59e0e View commit details
    Browse the repository at this point in the history
  6. add 0 days to remaining days

    ae2079 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6bc161e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22ec41b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea1387e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e91fae3 View commit details
    Browse the repository at this point in the history
  10. Removed isUserPrivadoVerified query endpoint

    Added privadoVerified field to the user entity
    aminlatifi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e569195 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    51348e8 View commit details
    Browse the repository at this point in the history
  12. Removed redundant line

    aminlatifi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    44103c8 View commit details
    Browse the repository at this point in the history
  13. Commit debug

    aminlatifi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ad0a588 View commit details
    Browse the repository at this point in the history
  14. Add eslint ignore

    aminlatifi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    44a7640 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #43 from GeneralMagicio/supportMATICToken

    Support matic token
    ae2079 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dd69925 View commit details
    Browse the repository at this point in the history
  16. Updated github action

    aminlatifi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ac8c51c View commit details
    Browse the repository at this point in the history
  17. Merge pull request #46 from GeneralMagicio/optimise-privado-api

    Optimise-privado-api
    aminlatifi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    24b3766 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    eb9e6c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge branch 'staging' of github.com:GeneralMagicio/QAcc-BE into addR…

    …ewardFieldsToEntities
    ae2079 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    933ebca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac774aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d96c33 View commit details
    Browse the repository at this point in the history
  4. Add inverterAdapter.ts

    ae2079 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9ccaed1 View commit details
    Browse the repository at this point in the history
  5. Add contractAdapter.ts

    ae2079 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    636f84b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #39 from GeneralMagicio/addRewardFieldsToEntities

    Add reward fields to project and donation entities
    aminlatifi committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ab6c6c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ecf299d View commit details
    Browse the repository at this point in the history
  8. Fixed env to work with new docker compose

    Added profile to the docker-compose services
    aminlatifi committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c9f0ea9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    937c2b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Rename method

    Co-authored-by: Amin Latifi <[email protected]>
    ae2079 and aminlatifi committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    c19f235 View commit details
    Browse the repository at this point in the history
  2. Rename method

    Co-authored-by: Amin Latifi <[email protected]>
    ae2079 and aminlatifi committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    65d34c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    188f170 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    437e01b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    e38b0a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1be6ecb View commit details
    Browse the repository at this point in the history
  3. Add script to commands

    ae2079 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8349587 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85ebbf0 View commit details
    Browse the repository at this point in the history
  5. update end point

    ae2079 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    556b134 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #47 from GeneralMagicio/addInverterSchemas

    Add inverter schemas
    ae2079 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d6d4daa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    855b077 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge pull request #50 from GeneralMagicio/addCliffToMigration

    add missing field to the schema
    ae2079 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0b2d3fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab8a7e8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #48 from GeneralMagicio/add/local-test-deployments

    Adding local deployment test compose
    aminlatifi committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2a64877 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    b5e9d29 View commit details
    Browse the repository at this point in the history
  2. Fixed a mock value name

    aminlatifi committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6947f4a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #51 from GeneralMagicio/feat/add-funding-manager-abc

    Added funding manager to abc
    aminlatifi committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f731219 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1814913 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'staging' of github.com:GeneralMagicio/QAcc-BE into addS…

    …criptForSyncDataWithInverter
    ae2079 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c33d234 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fix review comments (use lodash, add provider to class elements and h…

    …andle multi donation per user in one block
    ae2079 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2e6b78c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20513f1 View commit details
    Browse the repository at this point in the history
  3. add env variables for tests

    ae2079 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2a63812 View commit details
    Browse the repository at this point in the history
  4. separate run script from logic

    ae2079 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6daf7ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1697b2e View commit details
    Browse the repository at this point in the history
  6. Add todo

    ae2079 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d5cc608 View commit details
    Browse the repository at this point in the history
  7. Fix command

    ae2079 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a3e49cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e02e63c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d607ab8 View commit details
    Browse the repository at this point in the history
  10. Change sinon use

    aminlatifi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7714f3d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ecdf75c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #49 from GeneralMagicio/addScriptForSyncDataWithIn…

    …verter
    
    Add script for sync data with inverter
    ae2079 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    809fa8e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

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

Commits on Sep 16, 2024

  1. Added staging deploy only

    aminlatifi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1414f2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from GeneralMagicio/add-deploy-action

    Added staging deploy only
    aminlatifi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0882bc2 View commit details
    Browse the repository at this point in the history
  3. Renamed pipeline

    aminlatifi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3791375 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b32d8fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06b48ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    433cc70 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #54 from GeneralMagicio/feat/donation-search-term-…

    …improve
    
    Feat/donation search term improve
    aminlatifi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d2359ba View commit details
    Browse the repository at this point in the history
  8. Changed log place

    aminlatifi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5432b91 View commit details
    Browse the repository at this point in the history
  9. Changed log type to error

    aminlatifi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d354610 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    bbbbd8d View commit details
    Browse the repository at this point in the history
  2. Add manual trigger to the job

    ae2079 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    20b3f0d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #52 from GeneralMagicio/AddGithubActionForScript

    Add github action for inverter sync script
    ae2079 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    944882b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6104a89 View commit details
    Browse the repository at this point in the history
  5. rename script

    ae2079 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ed16436 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6b9f48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b14358 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c87d719 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0fb5308 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b40b50 View commit details
    Browse the repository at this point in the history
  11. Install npm on server

    ae2079 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    571a628 View commit details
    Browse the repository at this point in the history
  12. Separate steps

    ae2079 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d1bd5c6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fe1aa1f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b904bb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge pull request #57 from GeneralMagicio/feat/migrate-mongo-connection

    migrate from mongo action
    aminlatifi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8893c63 View commit details
    Browse the repository at this point in the history
  2. Use stand alone dataSource

    ae2079 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    305b02b View commit details
    Browse the repository at this point in the history
  3. Run the script stand alone

    ae2079 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f605071 View commit details
    Browse the repository at this point in the history
  4. Run the script in the docker

    ae2079 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    762b689 View commit details
    Browse the repository at this point in the history
  5. Revert "Use stand-alone data source"

    This reverts commit c43ee2e.
    ae2079 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f9c5fa7 View commit details
    Browse the repository at this point in the history
  6. change logger to console

    ae2079 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cd350c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1184c8 View commit details
    Browse the repository at this point in the history
  8. add print logs

    ae2079 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2978cc7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #56 from GeneralMagicio/runInverterScriptOnServer

    Run Inverter script on server
    aminlatifi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    87dfa3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ec1709 View commit details
    Browse the repository at this point in the history
  11. use _ilike instead of _eq

    ae2079 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d1db721 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #59 from GeneralMagicio/FixBugInQueries

    use _ilike instead of _eq
    ae2079 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    882cf67 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. set early access round id

    ae2079 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d2fc67c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60 from GeneralMagicio/fixBugInDonationEarlyAcces…

    …sRound
    
    set early access round id in donation creation
    ae2079 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3e896e8 View commit details
    Browse the repository at this point in the history
  3. show earlyAccessRoundId

    ae2079 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    19d0331 View commit details
    Browse the repository at this point in the history
  4. fix lint error

    ae2079 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    003ccfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6477af5 View commit details
    Browse the repository at this point in the history
  6. remove redundant code

    ae2079 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    14394e8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #61 from GeneralMagicio/joinWithEarlyAccessRound

    join get user donations query with early access round
    ae2079 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e9bbf28 View commit details
    Browse the repository at this point in the history
  8. join with early access round

    ae2079 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    07831cd View commit details
    Browse the repository at this point in the history
  9. Merge pull request #62 from GeneralMagicio/addEarlyAccessRoundToQueries

    join donation queries with early access round
    ae2079 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    39723e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    871ffe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b87990d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a735bc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff51025 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2828f4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a73063e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24356ab View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    b775170 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    734bea2 View commit details
    Browse the repository at this point in the history
  3. Added user accepted ToS field to the user

    Added acceptedTermsOfService endpoint
    aminlatifi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    809135e View commit details
    Browse the repository at this point in the history
  4. Remove test data after all

    Co-authored-by: Amin Latifi <[email protected]>
    ae2079 and aminlatifi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    61fdd91 View commit details
    Browse the repository at this point in the history
  5. remove data after all tests

    ae2079 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9f06b9a View commit details
    Browse the repository at this point in the history
  6. added migration file

    kkatusic committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    99d79f2 View commit details
    Browse the repository at this point in the history
  7. deleted ds_store

    kkatusic committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d348d31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d3e9d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54969b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    f1a15de View commit details
    Browse the repository at this point in the history
  2. use union type of graphql

    ae2079 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    342a8b3 View commit details
    Browse the repository at this point in the history
  3. change the tests

    ae2079 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    dee7578 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    217fa76 View commit details
    Browse the repository at this point in the history
  5. fix tests

    ae2079 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b4a1960 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad57fb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20db4d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f419212 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0068e86 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a70bf3 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #64 from GeneralMagicio/RoundsEndpoint

    Rounds endpoint
    ae2079 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    df096ca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    68b2fd1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    961cd3a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #66 from GeneralMagicio/feat/tos-support

    batchMintingEligibleUsers API
    aminlatifi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    73bd5c9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8b02350 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c1f05bd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4c21d11 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7fdc7db View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9534b55 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8f8e7cf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    737004e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dfb8e7d View commit details
    Browse the repository at this point in the history
  23. Merge pull request #63 from GeneralMagicio/AddProjectDonationSummary

    Add project donation summary
    aminlatifi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8a56f72 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8767092 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    61a2f7b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. fixing test running errors

    kkatusic committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a99df26 View commit details
    Browse the repository at this point in the history
  2. fixing test cases

    kkatusic committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ebeaf98 View commit details
    Browse the repository at this point in the history
  3. Added addQAccToken

    aminlatifi committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0060645 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4572d7f View commit details
    Browse the repository at this point in the history
  5. Moved project donation summary update logic to after donation verific…

    …ation
    
    Updated project donation summary logic
    aminlatifi committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ae1616d View commit details
    Browse the repository at this point in the history
  6. Fixed test issue

    aminlatifi committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    21eb201 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #67 from GeneralMagicio/feat/donation-summary

    Update donation summary
    aminlatifi committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    14455eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    115a964 View commit details
    Browse the repository at this point in the history
  9. removing condition

    kkatusic committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f5a6cc5 View commit details
    Browse the repository at this point in the history
  10. removed another condition

    kkatusic committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c1a4a39 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    908bf37 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b01e0e View commit details
    Browse the repository at this point in the history
  13. test updated

    kkatusic committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c3aff53 View commit details
    Browse the repository at this point in the history
  14. fixing function naming issue

    kkatusic committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a01e9cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2e47519 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    27cb5c2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2060b78 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d8c7d6f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    043a724 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4e5bf4e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6cced6f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    f2cce59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb590f View commit details
    Browse the repository at this point in the history
  3. Fixed precision in test

    aminlatifi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c48d66d View commit details
    Browse the repository at this point in the history
  4. Fixed issue in test

    aminlatifi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fe7d00d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df75268 View commit details
    Browse the repository at this point in the history
  6. fix tests

    ae2079 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a8e00f1 View commit details
    Browse the repository at this point in the history
  7. Update src/repositories/projectRoundRecordRepository.test.ts

    Co-authored-by: Ali Ebrahimi <[email protected]>
    aminlatifi and ae2079 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    345f2d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b254f6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fdc1198 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #68 from GeneralMagicio/feat/contribution-cap

    Project Round Record
    aminlatifi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1da2c9e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a7b2ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c042c67 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9277407 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    61624c2 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #69 from GeneralMagicio/addNFTConditionToDraftDona…

    …tion
    
    add qacc validation to draft donation resolver
    ae2079 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4361a5c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    be63d44 View commit details
    Browse the repository at this point in the history
  17. fixing build errors

    kkatusic committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f9071cb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    53ff13d View commit details
    Browse the repository at this point in the history
  19. Merge branch 'staging' of https://github.com/GeneralMagicio/QAcc-BE i…

    …nto feat/contribution-cap
    aminlatifi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    99a73ad View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    169263b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38248a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d5bf1a View commit details
    Browse the repository at this point in the history
  4. make new fields nullable

    ae2079 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1f9697e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cacb46d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    014dc02 View commit details
    Browse the repository at this point in the history
  7. update rounds resolver tests

    ae2079 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    571aca9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f2687c View commit details
    Browse the repository at this point in the history
  9. Fixed import issue

    aminlatifi committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    aee9d42 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #65 from GeneralMagicio/feat/setup_token_price_col…

    …umn_round
    
    Adding token_price column to rounds
    kkatusic committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    aa5e9b2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9258509 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    9ba7f4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cf6243 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85d8d63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f8be62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78ddc0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    632dbee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa9a019 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3d5854 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #71 from GeneralMagicio/feat/contribution-cap

    Record user contribution
    aminlatifi committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    adc0894 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1b2516 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7526438 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    da4bb4a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e3cf638 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #70 from GeneralMagicio/AddRoundCaps

    Add round caps
    aminlatifi committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    21325d5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    87bfdf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    e334e18 View commit details
    Browse the repository at this point in the history
  2. Fixed issue in schema

    aminlatifi committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fb1e414 View commit details
    Browse the repository at this point in the history
  3. Updated graphql schema

    Removed .only left by mistake
    aminlatifi committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8ab8243 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38d76dc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #73 from GeneralMagicio/feat/userDonateCap

    Added qAcc service for allowed donate amount
    aminlatifi committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    74382aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98c01eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4465569 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d7bb1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c992089 View commit details
    Browse the repository at this point in the history
  10. Removed .only

    aminlatifi committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b9b325c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d91977 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #75 from GeneralMagicio/feat/qacc-cap-api

    Integrate qacc limit with the donation
    aminlatifi committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4b22d80 View commit details
    Browse the repository at this point in the history