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

Update Infrared signal selection #1

Merged
merged 36 commits into from
Jul 25, 2024
Merged

Update Infrared signal selection #1

merged 36 commits into from
Jul 25, 2024

Commits on Jul 16, 2024

  1. v2 prepare

    - remove orders
    - db normalize fix
    - detekt fix
    - TableDao for normalization
    makeevrserg committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c63d277 View commit details
    Browse the repository at this point in the history
  2. v2 prepare

    - add config device generator
    makeevrserg committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f9a7b76 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. v2 prepare

    - add dbfile to ignore
    - add comment to devicekey
    makeevrserg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    54ee0ae View commit details
    Browse the repository at this point in the history
  2. v2 prepare

    - merge model package
    makeevrserg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a445da9 View commit details
    Browse the repository at this point in the history
  3. v2 prepare

    - relocate infrared util
    makeevrserg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    88e3986 View commit details
    Browse the repository at this point in the history
  4. v2 prepare

    - relocate generators
    makeevrserg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5a24875 View commit details
    Browse the repository at this point in the history
  5. v2 prepare

    - fix readme
    - fix dockerfile
    makeevrserg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8623965 View commit details
    Browse the repository at this point in the history
  6. v2 prepare

    - fix database module name
    makeevrserg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    526163a View commit details
    Browse the repository at this point in the history
  7. v2 prepare

    - add button serializer test
    makeevrserg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b6fcdd6 View commit details
    Browse the repository at this point in the history
  8. v2 prepare

    - add empty key identifier
    - fix class comparison of key identifier
    makeevrserg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ee03642 View commit details
    Browse the repository at this point in the history
  9. v2 prepare

    - add categories config generator
    makeevrserg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d18e93c View commit details
    Browse the repository at this point in the history
  10. v2 prepare

    - add initial logic to signal response
    makeevrserg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d06cb68 View commit details
    Browse the repository at this point in the history
  11. v2 prepare

    - disable safe checks
    makeevrserg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c520cfc View commit details
    Browse the repository at this point in the history
  12. v2 prepare

    - make signal depends on brand
    - fix sorting brands
    - add second iteration of signal fetch
    - add signal linking
    makeevrserg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    65c83e2 View commit details
    Browse the repository at this point in the history
  13. update irdb

    makeevrserg committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fee0a74 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Fix v1 issues

    - add postgres
    - add exception for non expisting brands
    - change signal model
    makeevrserg committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    46807cf View commit details
    Browse the repository at this point in the history
  2. V2 prepare

    - fix duplicate signals
    makeevrserg committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c8e4641 View commit details
    Browse the repository at this point in the history
  3. V2 prepare

    - fix order signal by file popularity
    makeevrserg committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e05a932 View commit details
    Browse the repository at this point in the history
  4. V2 prepare

    - fix chunks
    makeevrserg committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    680725f View commit details
    Browse the repository at this point in the history
  5. V2 prepare

    - fix selection when empty signals for current order
    makeevrserg committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    889a659 View commit details
    Browse the repository at this point in the history
  6. V2 prepare

    - fix window size
    - fix multiple signal add
    makeevrserg committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9ad9d6a View commit details
    Browse the repository at this point in the history
  7. V2 prepare

    - add config repository to change it with sql later
    makeevrserg committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    bff5092 View commit details
    Browse the repository at this point in the history
  8. V2 prepare

    - fix DeviceKeyNamesProvidery
    makeevrserg committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    90a94c9 View commit details
    Browse the repository at this point in the history
  9. V2 prepare

    - fix device config generator
    makeevrserg committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0807d88 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. V2 prepare

    - add todo
    makeevrserg committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1a0c3a9 View commit details
    Browse the repository at this point in the history
  2. V2 prepare

    - Use batch inserts to make parser faster
    makeevrserg committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b41e4a7 View commit details
    Browse the repository at this point in the history
  3. V2 prepare

    - Fix signal selection
    makeevrserg committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    848338b View commit details
    Browse the repository at this point in the history
  4. V2 prepare

    - Fix category configuration read
    makeevrserg committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    dcd7b86 View commit details
    Browse the repository at this point in the history
  5. V2 prepare

    - fix category config path
    makeevrserg committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    dcfb83f View commit details
    Browse the repository at this point in the history
  6. V2 prepare

    - fix random error
    makeevrserg committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    548f7d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. V2 prepare

    - fix device configuration key generation
    makeevrserg committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a4cbd32 View commit details
    Browse the repository at this point in the history
  2. V2 prepare

    - fix sha256 generation
    makeevrserg committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    21f0974 View commit details
    Browse the repository at this point in the history
  3. V2 prepare

    - fix signal hash
    makeevrserg committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    933cd60 View commit details
    Browse the repository at this point in the history
  4. V2 prepare

    - fix response of http status code
    makeevrserg committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ac1d76e View commit details
    Browse the repository at this point in the history
  5. V2 prepare

    - fix prints
    makeevrserg committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2088de6 View commit details
    Browse the repository at this point in the history
  6. V2 prepare

    - update irdb
    makeevrserg committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b6b156f View commit details
    Browse the repository at this point in the history