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

Introduction of the adapter pattern for flexible datasources #608

Merged
merged 71 commits into from
Oct 29, 2024

Commits on Sep 20, 2024

  1. install nimble_options

    pehbehbeh committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cffd41d View commit details
    Browse the repository at this point in the history
  2. add adapters docs group

    pehbehbeh committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9d0f9a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72bcfaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5150fb4 View commit details
    Browse the repository at this point in the history
  5. add basic upgrade guide

    pehbehbeh committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1ffeca4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53100e6 View commit details
    Browse the repository at this point in the history
  7. improve migration guide

    pehbehbeh committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fa64768 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge branch 'develop' into feature/adapters

    # Conflicts:
    #	lib/backpex/resource.ex
    pehbehbeh committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5dc9d39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63f0111 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0c79b4 View commit details
    Browse the repository at this point in the history
  4. remove duplicate code

    pehbehbeh committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7e137db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e183212 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    754ade2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53b5b4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e194a4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a18042 View commit details
    Browse the repository at this point in the history
  5. move update_all to adapter

    pehbehbeh committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8342bf6 View commit details
    Browse the repository at this point in the history
  6. please credo

    pehbehbeh committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e2cf868 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    928e384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5993ca2 View commit details
    Browse the repository at this point in the history
  3. fix unused alias

    pehbehbeh committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    89dbafe View commit details
    Browse the repository at this point in the history
  4. fix Resource.get

    pehbehbeh committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2224ba9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7978c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    4c90ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a7839 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    258579a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    edee0ea View commit details
    Browse the repository at this point in the history
  2. improve docs

    pehbehbeh committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f292ba0 View commit details
    Browse the repository at this point in the history
  3. add ash helpdesk demo

    pehbehbeh committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9b500df View commit details
    Browse the repository at this point in the history
  4. please the linters

    pehbehbeh committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dad4b74 View commit details
    Browse the repository at this point in the history
  5. fix formatting

    pehbehbeh committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8c2df14 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Format migration

    Flo0807 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    64b23e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2718d0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a76273d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dc332b View commit details
    Browse the repository at this point in the history
  5. Update ticket alert colors

    Flo0807 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    228486f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e688cda View commit details
    Browse the repository at this point in the history
  7. Update ticket alert text

    Flo0807 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8a1af81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a91363 View commit details
    Browse the repository at this point in the history
  9. Seed categories again

    Flo0807 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d7fa361 View commit details
    Browse the repository at this point in the history
  10. Update adapter warning text

    Flo0807 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    56d8541 View commit details
    Browse the repository at this point in the history
  11. Update ash adapter docs

    Flo0807 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    316f9d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6672096 View commit details
    Browse the repository at this point in the history
  13. Move ticket seeding

    Flo0807 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    521c9df View commit details
    Browse the repository at this point in the history
  14. Add missing doc comments

    Flo0807 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    09cd3b0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    672c314 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7bc03bf View commit details
    Browse the repository at this point in the history
  17. Fix warning in upgrade guide

    Flo0807 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e2fa7af View commit details
    Browse the repository at this point in the history
  18. Add missing backquote

    Flo0807 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2cb3385 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d7c1ec6 View commit details
    Browse the repository at this point in the history
  20. Update pubsub configuration

    Flo0807 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    df157c7 View commit details
    Browse the repository at this point in the history
  21. Fix index edit does not work

    Flo0807 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    28b5b16 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5b13efe View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8c2014e View commit details
    Browse the repository at this point in the history
  24. Update pubsub configuration

    Flo0807 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bcc866a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e765249 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Add upgrade guide to extras

    Flo0807 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    158a750 View commit details
    Browse the repository at this point in the history
  2. Improve upgrade guide

    Flo0807 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    96ff2d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a669d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49b9bae View commit details
    Browse the repository at this point in the history
  5. Fix index edit

    Flo0807 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4eeeda8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    939a54a View commit details
    Browse the repository at this point in the history
  7. Update docs

    Flo0807 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d44b3c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0f3f84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ce88ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e39615f View commit details
    Browse the repository at this point in the history
  11. Update item query guide

    Flo0807 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d24de8b View commit details
    Browse the repository at this point in the history
  12. Update ordering guide

    Flo0807 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    df0be0e View commit details
    Browse the repository at this point in the history
  13. Update upgrade guide

    Flo0807 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d64704f View commit details
    Browse the repository at this point in the history
  14. Update upgrade guide

    Flo0807 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ad75a39 View commit details
    Browse the repository at this point in the history
  15. Update upgrade guide

    Flo0807 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1a596e0 View commit details
    Browse the repository at this point in the history