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

OONI Run v2 refactor #805

Closed
wants to merge 67 commits into from
Closed

OONI Run v2 refactor #805

wants to merge 67 commits into from

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    88c281f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fee55cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49952fb View commit details
    Browse the repository at this point in the history
  4. Init alembic setup

    hellais committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    01b310a View commit details
    Browse the repository at this point in the history
  5. Add alembic migration

    hellais committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    80a7e35 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    aca26b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0b36bf View commit details
    Browse the repository at this point in the history
  3. Bump version

    hellais committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c8e3887 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a7c172 View commit details
    Browse the repository at this point in the history
  5. Disable autobump

    hellais committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    dddd500 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ac5f47 View commit details
    Browse the repository at this point in the history
  7. Set password

    hellais committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fbaf706 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    f3c84e0 View commit details
    Browse the repository at this point in the history
  2. Upgrade to SQLAlchemy 2.x

    hellais committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ed662d5 View commit details
    Browse the repository at this point in the history
  3. Fix broken tests

    hellais committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    da5aea1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8faf9b7 View commit details
    Browse the repository at this point in the history
  5. Minimal docs update

    hellais committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4c09256 View commit details
    Browse the repository at this point in the history
  6. Add action triggers

    hellais committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    eff90a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Remove coverage upload

    hellais committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8f8012b View commit details
    Browse the repository at this point in the history
  2. Add pytest-cov

    hellais committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3ccae6b View commit details
    Browse the repository at this point in the history
  3. Address feedback from spec review: ooni/spec#292

    * Add support for expiration date
    * Compute is_expired from expiration date at eval time
    * Add support for color
    hellais committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6ad9f20 View commit details
    Browse the repository at this point in the history
  4. More changes based on PR review

    * Drop creator_account_id from return value
    * Drop v string
    * Small bugfixing
    hellais committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    64b48e5 View commit details
    Browse the repository at this point in the history
  5. Add alembic db migration

    hellais committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    66941e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f403a00 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Add more tests for expiration

    hellais committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a748463 View commit details
    Browse the repository at this point in the history
  2. Add more tests for OONI Run v2

    * Reach 100% code coverage
    hellais committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c1266dc View commit details
    Browse the repository at this point in the history
  3. Bump minor version number

    hellais committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    daef567 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8fc20f View commit details
    Browse the repository at this point in the history
  5. Fix getting of env var

    hellais committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    725da39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c57b0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56dec64 View commit details
    Browse the repository at this point in the history
  8. Bump API version to 0.4.1

    hellais committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8eff65a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    35ade79 View commit details
    Browse the repository at this point in the history
  2. Add click to dev deps

    hellais committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f8e6129 View commit details
    Browse the repository at this point in the history
  3. Fix types of oonirun_link_id

    hellais committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6a99313 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab60c44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a858df1 View commit details
    Browse the repository at this point in the history
  6. Fix typo in outputs name

    hellais committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f54c38c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2280915 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    061858b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    faf0863 View commit details
    Browse the repository at this point in the history
  10. Fix port mapping

    hellais committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8080727 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    02a3839 View commit details
    Browse the repository at this point in the history
  12. Ensure poetry is setup

    hellais committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bbaaa8d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d7842b0 View commit details
    Browse the repository at this point in the history
  14. Add checks for descriptors

    hellais committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e02f6b8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a9b8bc2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    21cb6b7 View commit details
    Browse the repository at this point in the history
  17. Fix reference to postgresql

    hellais committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8f5321f View commit details
    Browse the repository at this point in the history
  18. Fix smoke test

    hellais committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    09ff4fb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8276587 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f387c44 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e853fd4 View commit details
    Browse the repository at this point in the history
  22. bump dataapi version

    hellais committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f0c4bfc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    622bf25 View commit details
    Browse the repository at this point in the history
  2. Bump version

    hellais committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a2c5556 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Add codebuild buildspec

    hellais committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    504454c View commit details
    Browse the repository at this point in the history
  2. Add .coverage to gitignore

    hellais committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f04b10e View commit details
    Browse the repository at this point in the history
  3. Fix path export

    hellais committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    82a0999 View commit details
    Browse the repository at this point in the history
  4. Fix command

    hellais committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d6751d8 View commit details
    Browse the repository at this point in the history
  5. Fixes to buildspec

    hellais committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    572c0b6 View commit details
    Browse the repository at this point in the history
  6. Add integration with ECR

    hellais committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6d5b9dc View commit details
    Browse the repository at this point in the history
  7. Fix ECR login

    hellais committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e598308 View commit details
    Browse the repository at this point in the history
  8. Fix region name

    hellais committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d3014a2 View commit details
    Browse the repository at this point in the history
  9. Push to dockerhub

    hellais committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    93aed8e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2171765 View commit details
    Browse the repository at this point in the history