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

Feature: Add Campaign model and repository #7520

Merged

Commits on Aug 26, 2024

  1. initial commit

    alaca committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    facf4dd View commit details
    Browse the repository at this point in the history
  2. fix: tests

    alaca committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f9999ee View commit details
    Browse the repository at this point in the history
  3. fix: tests

    alaca committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f17cb1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df176b9 View commit details
    Browse the repository at this point in the history
  5. refactor: remove url

    alaca committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9f71085 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68df00c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6da3878 View commit details
    Browse the repository at this point in the history
  8. feature: add campaign type

    alaca committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    bec28b8 View commit details
    Browse the repository at this point in the history
  9. Initial commit

    alaca committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0ade3af View commit details
    Browse the repository at this point in the history
  10. refactor: table name

    alaca committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c235cbf View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. refactor: campaign type

    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a72f80c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef1cbd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10be69b View commit details
    Browse the repository at this point in the history
  4. feature: register table names

    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0516133 View commit details
    Browse the repository at this point in the history
  5. feature: register migration for setting up the campaign type for exis…

    …ting campaigns (p2p)
    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d52f769 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'refs/heads/feature/campaign-table-GIVE-1137' into featu…

    …re/campaign-model-and-repository-GIVE-1138
    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4d102c3 View commit details
    Browse the repository at this point in the history
  7. feature: register migration for setting up the campaign type for exis…

    …ting campaigns (p2p)
    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    986cfe1 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'refs/heads/feature/campaign-table-GIVE-1137' into featu…

    …re/campaign-model-and-repository-GIVE-1138
    
    # Conflicts:
    #	src/Campaigns/ServiceProvider.php
    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ac6a5bf View commit details
    Browse the repository at this point in the history
  9. fix: migrations timestamp

    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6519153 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b0bbb0f View commit details
    Browse the repository at this point in the history
  11. chore: remove comments

    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e09aa97 View commit details
    Browse the repository at this point in the history
  12. refactor: format dates

    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c33ac0d View commit details
    Browse the repository at this point in the history
  13. refactor: format dates

    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5e2d9fe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    949a4b4 View commit details
    Browse the repository at this point in the history
  15. fix: use correct column name

    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0ac80af View commit details
    Browse the repository at this point in the history
  16. feature: add default values

    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f883eb3 View commit details
    Browse the repository at this point in the history
  17. feature: add campaign page id

    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7526842 View commit details
    Browse the repository at this point in the history
  18. refactor: update query

    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ad71af6 View commit details
    Browse the repository at this point in the history
  19. fix: prop name

    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    eb697ee View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1e869a9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    20d4d8b View commit details
    Browse the repository at this point in the history
  22. fix: Add table prefix

    kjohnson committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bd78664 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    039008c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4c75041 View commit details
    Browse the repository at this point in the history
  25. fix: column name 🤦‍

    alaca committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9498cec View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fix: get campaign type

    alaca committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    760cf56 View commit details
    Browse the repository at this point in the history
  2. fix: use correct repository

    alaca committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1aa0079 View commit details
    Browse the repository at this point in the history
  3. fix: attribute type

    alaca committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2b54d45 View commit details
    Browse the repository at this point in the history
  4. chore: remove unused namespace

    alaca committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    98924e1 View commit details
    Browse the repository at this point in the history
  5. refactor: campaign model test

    alaca committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9823bfe View commit details
    Browse the repository at this point in the history
  6. refactor: params

    alaca committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a4808a0 View commit details
    Browse the repository at this point in the history
  7. fix: dates

    alaca committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b9ae5c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b8f172 View commit details
    Browse the repository at this point in the history
  9. fix: get actual value

    alaca committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9752c8b View commit details
    Browse the repository at this point in the history
  10. refactor: add campaign type

    alaca committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    78d24ce View commit details
    Browse the repository at this point in the history