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

Add CI and some tests #19

Merged
merged 41 commits into from
Jul 3, 2024
Merged

Add CI and some tests #19

merged 41 commits into from
Jul 3, 2024

Commits on Jun 17, 2024

  1. Fix lint errors

    Lun4m committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    70671ff View commit details
    Browse the repository at this point in the history
  2. Move main logic to lib file

    Lun4m committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    437b07a View commit details
    Browse the repository at this point in the history
  3. Wrap nullable types in Option

    Lun4m committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9a1d71e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd21a12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3cc474 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    088bae3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ccaba2 View commit details
    Browse the repository at this point in the history
  8. Add unit tests for kldata

    Lun4m committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    44fb963 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d448a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    469ba38 View commit details
    Browse the repository at this point in the history
  11. Add api integration tests

    Lun4m committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d767686 View commit details
    Browse the repository at this point in the history
  12. Add ingestion integration tests

    Lun4m committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f36a9ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fcc7847 View commit details
    Browse the repository at this point in the history
  14. Add github workflow

    Lun4m committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9543247 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

  1. Update TODOs

    Lun4m committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4c8e05b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdcd543 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    68d4386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3473b4 View commit details
    Browse the repository at this point in the history
  3. Add stations to mock

    Lun4m committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    487d747 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Mark location as Option

    Lun4m committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    56ad179 View commit details
    Browse the repository at this point in the history
  2. Add helpful log for tests

    Lun4m committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fdf65ce View commit details
    Browse the repository at this point in the history
  3. Final merge

    Lun4m committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2269dc3 View commit details
    Browse the repository at this point in the history
  4. Change workspace path

    Lun4m committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    162c062 View commit details
    Browse the repository at this point in the history
  5. Remove unused impl block

    Lun4m committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3ce2acc View commit details
    Browse the repository at this point in the history
  6. cfg(test) does not apply to integration tests, we specify a separate …

    …feature to make it work
    Lun4m committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    628c795 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Clean up comments

    Lun4m committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f559b58 View commit details
    Browse the repository at this point in the history
  2. Join headers only at the end

    Lun4m committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    34003d1 View commit details
    Browse the repository at this point in the history
  3. Get rid of the bin directory

    Lun4m committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1f9afbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2e1b89 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Update timeslice test

    Lun4m committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d8e0a02 View commit details
    Browse the repository at this point in the history
  2. Update file name

    Lun4m committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9084788 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Clean up makefile

    Lun4m committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6048f58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b73813 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Small fixes

    Lun4m committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a2e3b04 View commit details
    Browse the repository at this point in the history
  2. Clean up main.rs

    Lun4m committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a4468c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f49c0c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    f0e4a6d View commit details
    Browse the repository at this point in the history
  2. Minor changes

    Lun4m committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ea7a91a View commit details
    Browse the repository at this point in the history
  3. Formatting

    Lun4m committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    11a656d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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