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

CI/CD overhaul #403

Merged
merged 141 commits into from
Jul 11, 2024
Merged

CI/CD overhaul #403

merged 141 commits into from
Jul 11, 2024

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    1b5766e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42516b0 View commit details
    Browse the repository at this point in the history
  3. cleaned up comments

    jtisbell4 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5133f9d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. added DBR 12.2 and 14.2

    jtisbell4 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    002040f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e89df24 View commit details
    Browse the repository at this point in the history
  3. added DBR 11.3 to tox.ini

    jtisbell4 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    fdaf6ec View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. added DBR 10.4 to tox.ini

    jtisbell4 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    4812caf View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. set ingore_metadata=True

    jtisbell4 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    9b5b650 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 24, 2024

  1. added some TODOs

    jtisbell4 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    14d29ec View commit details
    Browse the repository at this point in the history
  2. added DBR 9.1

    jtisbell4 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7e5a5de View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. updated CONTRIBUTING.md

    jtisbell4 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cf1abe0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    f3297a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16d29ab View commit details
    Browse the repository at this point in the history
  3. formatting

    jtisbell4 committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    fc0b357 View commit details
    Browse the repository at this point in the history
  4. linting

    jtisbell4 committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e11fbb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

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

Commits on Mar 4, 2024

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

Commits on Apr 16, 2024

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

    jtisbell4 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    506d088 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. readded push trigger

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d465f3a View commit details
    Browse the repository at this point in the history
  2. split into two jobs

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    941855f View commit details
    Browse the repository at this point in the history
  3. typo

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    51399c3 View commit details
    Browse the repository at this point in the history
  4. modified pyenv install cmd

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c0a908e View commit details
    Browse the repository at this point in the history
  5. restart shell cmd

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4a465cc View commit details
    Browse the repository at this point in the history
  6. added cmds to .profile

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fedabd3 View commit details
    Browse the repository at this point in the history
  7. .bash_profile

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e752015 View commit details
    Browse the repository at this point in the history
  8. combined steps

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e1f606f View commit details
    Browse the repository at this point in the history
  9. added print statement

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    33d8b02 View commit details
    Browse the repository at this point in the history
  10. removed shell restart

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7865d37 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    545065f View commit details
    Browse the repository at this point in the history
  12. renamed job

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    10ff339 View commit details
    Browse the repository at this point in the history
  13. forgot installation cmd

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    15d0c02 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fe89957 View commit details
    Browse the repository at this point in the history
  15. tox type checking now works

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b513b85 View commit details
    Browse the repository at this point in the history
  16. ignore imports for mypy

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    de56c14 View commit details
    Browse the repository at this point in the history
  17. added pyenv local cmd

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5eb5ac7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fab1343 View commit details
    Browse the repository at this point in the history
  19. removed default

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2358319 View commit details
    Browse the repository at this point in the history
  20. trying setup-python action

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    35d47bd View commit details
    Browse the repository at this point in the history
  21. changed sequence to strings

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9eab483 View commit details
    Browse the repository at this point in the history
  22. removed pyenv cmd

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    30d4436 View commit details
    Browse the repository at this point in the history
  23. only trying two env

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5e2554a View commit details
    Browse the repository at this point in the history
  24. tox-gh-actions plugin

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f29e5b7 View commit details
    Browse the repository at this point in the history
  25. fetch tags true

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    124f93a View commit details
    Browse the repository at this point in the history
  26. testing git

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    36f633c View commit details
    Browse the repository at this point in the history
  27. testing git describe

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    acba106 View commit details
    Browse the repository at this point in the history
  28. fetch-depth = 0

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d5e60cb View commit details
    Browse the repository at this point in the history
  29. uncomment

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    13efc50 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8ceb750 View commit details
    Browse the repository at this point in the history
  31. removed dupe codecov step

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ed756bb View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4b30e4e View commit details
    Browse the repository at this point in the history
  33. removed coverage-init

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    74352ea View commit details
    Browse the repository at this point in the history
  34. moved erase cmd

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f1479e7 View commit details
    Browse the repository at this point in the history
  35. PR template

    Lorin committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    14c3030 View commit details
    Browse the repository at this point in the history
  36. issue templates

    Lorin committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    eeaea58 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    8d8f95f View commit details
    Browse the repository at this point in the history
  38. dbr 14.3 support

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    47870bb View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3c7f188 View commit details
    Browse the repository at this point in the history
  40. made reusable ci action

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    39e49c4 View commit details
    Browse the repository at this point in the history
  41. forgot version ref

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c7a509a View commit details
    Browse the repository at this point in the history
  42. moved to workflows subdir

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4939ac5 View commit details
    Browse the repository at this point in the history
  43. removed version ref

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    12ef690 View commit details
    Browse the repository at this point in the history
  44. fixed job name mismatch

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2eafd0e View commit details
    Browse the repository at this point in the history
  45. convert int to str

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9eb5fb0 View commit details
    Browse the repository at this point in the history
  46. forgot -e flag

    jtisbell4 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5dd768a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 24, 2024

  1. testing new push action

    jtisbell4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    96db776 View commit details
    Browse the repository at this point in the history
  2. try again

    jtisbell4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b5089e2 View commit details
    Browse the repository at this point in the history
  3. added code cov token

    jtisbell4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    eff62de View commit details
    Browse the repository at this point in the history
  4. fixed tox build env

    jtisbell4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d24d0f4 View commit details
    Browse the repository at this point in the history
  5. testing release action

    jtisbell4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    457dea8 View commit details
    Browse the repository at this point in the history
  6. fixed checkout depth

    jtisbell4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    97e860c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a97cb9 View commit details
    Browse the repository at this point in the history
  8. fixed bad docstrings

    jtisbell4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    59b2c65 View commit details
    Browse the repository at this point in the history
  9. got tox build-docs working

    jtisbell4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    357abe6 View commit details
    Browse the repository at this point in the history
  10. toxified release

    jtisbell4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6383c1b View commit details
    Browse the repository at this point in the history
  11. formatting

    jtisbell4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5bcee97 View commit details
    Browse the repository at this point in the history
  12. forgot checkout step

    jtisbell4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    68e0c39 View commit details
    Browse the repository at this point in the history
  13. black check and diff

    jtisbell4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    706fdc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    7703b7e View commit details
    Browse the repository at this point in the history
  2. updated doc requirements

    jtisbell4 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    837e806 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59e9fc1 View commit details
    Browse the repository at this point in the history
  4. relaxing all constraints

    jtisbell4 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bc837c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09db68c View commit details
    Browse the repository at this point in the history
  6. tox gh extension is no good

    jtisbell4 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ee09bd5 View commit details
    Browse the repository at this point in the history
  7. comma

    jtisbell4 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c47a48e View commit details
    Browse the repository at this point in the history
  8. fixme reminders

    jtisbell4 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0f0144d View commit details
    Browse the repository at this point in the history
  9. removed extra workflows

    jtisbell4 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dd1407f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b50f8c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b4e3cfe View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    3b4a825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f18dc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    e4e8f6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59171a5 View commit details
    Browse the repository at this point in the history
  3. remove dbr104 env support

    R7L208 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a0cc65b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    550d4e0 View commit details
    Browse the repository at this point in the history
  5. updated contribution docs

    jtisbell4 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    333975a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. set fail-fast to false

    jtisbell4 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4d02b80 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. checkpoint commit of some updates to the code that converts nano-seco…

    …nd precision timestamps
    tnixon committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b5a9a0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a7eb5e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. refactored test code data format to allow for better separation of DF…

    … creation from TSDF constructor args
    tnixon committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7469a50 View commit details
    Browse the repository at this point in the history
  2. formatting

    jtisbell4 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0e1c3ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c90318 View commit details
    Browse the repository at this point in the history
  4. Revert "We should just check for style compliance with black, not app…

    …ly them"
    
    This reverts commit 4c90318.
    tnixon committed May 15, 2024
    Configuration menu
    Copy the full SHA
    81f0239 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc55de2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. updating 2 test cases

    tnixon committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8e42fb4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. renamed test action

    jtisbell4 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dbf08c0 View commit details
    Browse the repository at this point in the history
  2. testing json refactor

    jtisbell4 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e543b69 View commit details
    Browse the repository at this point in the history
  3. found new error

    jtisbell4 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8d5a583 View commit details
    Browse the repository at this point in the history
  4. still broken

    jtisbell4 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    35e2b50 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. variable name refactoring

    R7L208 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    afb1175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c24db4c View commit details
    Browse the repository at this point in the history
  3. remove get_data_as_tsdf

    R7L208 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4ea9e22 View commit details
    Browse the repository at this point in the history
  4. remove get_data_as_sdf

    R7L208 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9b0094f View commit details
    Browse the repository at this point in the history
  5. fix typo in docstring

    R7L208 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    645114f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6e48f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2414027 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6f3520 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a46dd39 View commit details
    Browse the repository at this point in the history
  10. interpol test case work

    R7L208 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1bb8383 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. WIP for test_tsdf_interpolate

    R7L208 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    582dac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d33a68 View commit details
    Browse the repository at this point in the history
  3. tests for tsdf refactored

    R7L208 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1a5add8 View commit details
    Browse the repository at this point in the history
  4. remove test_tsdf_interpolate

    R7L208 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ab5210a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09e6423 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    981f1ab View commit details
    Browse the repository at this point in the history
  7. refactor intervals_tests

    R7L208 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    55e65ad View commit details
    Browse the repository at this point in the history
  8. refactor io_tests

    R7L208 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f1958b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21405b8 View commit details
    Browse the repository at this point in the history
  10. refactor resample_2_tests

    R7L208 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    79390e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. refactor resample_tests

    R7L208 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8558e90 View commit details
    Browse the repository at this point in the history
  2. safe delete and refactor to remove resample_2_tests

    was identical test cases to resample_tests
    R7L208 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    fc60934 View commit details
    Browse the repository at this point in the history
  3. refactor utils_tests

    R7L208 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4f2e8f9 View commit details
    Browse the repository at this point in the history
  4. chore: tox lint

    R7L208 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a095585 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cb8cd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    1ac3391 View commit details
    Browse the repository at this point in the history
  2. Revert "adjust build release to only trigger when tag is pushed to ma…

    …ster"
    
    This reverts commit 1ac3391.
    tnixon committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8ffdce7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb17a8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60f9fc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06f93ac View commit details
    Browse the repository at this point in the history