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

Refactor worker to derive its own account for each host #1464

Merged
merged 52 commits into from
Aug 28, 2024

Commits on Aug 21, 2024

  1. bus: add /rhp/form endpoint

    peterjan committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    18692f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8944f4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56953d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feb1db2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3082ac9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05ff89f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Add contract formation endpoint to bus (#1463)

    This PR moves contract formation to the bus and gets rid of routes that
    became redundant because of the move. I want to draw attention to the
    route I added which is `POST /contracts`, I originally had `POST
    /rhp/form` but I think now is a good time to reconsider having `rhp` in
    the route. There's really no need to expose that to someone using the
    API.
    
    Fixes #1456
    ChrisSchinnerl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    460771d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b53638 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a36a8b View commit details
    Browse the repository at this point in the history
  4. worker: AccountMgr

    ChrisSchinnerl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7638e49 View commit details
    Browse the repository at this point in the history
  5. bus: remove accounts

    ChrisSchinnerl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e208dfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc177fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    349e1ce View commit details
    Browse the repository at this point in the history
  8. worker: update locking

    ChrisSchinnerl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e891bb7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0845ed2 View commit details
    Browse the repository at this point in the history
  10. bus: fix 'owner'

    ChrisSchinnerl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e97d007 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e7d234 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    65299ee View commit details
    Browse the repository at this point in the history
  13. worker: convert helper

    ChrisSchinnerl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    96275cb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    42cad74 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5857876 View commit details
    Browse the repository at this point in the history
  16. fix jape

    ChrisSchinnerl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    baf93de View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    712cfa1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    688065d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6c61aa9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7fde826 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    096aea3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ff16dd7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8cdfbe8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1b170e9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    34fbc09 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    49d7f66 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e0d618f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b8fb446 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    572aaa1 View commit details
    Browse the repository at this point in the history
  30. sql: migration code

    ChrisSchinnerl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4a3996e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c638e38 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b63741c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    451e207 View commit details
    Browse the repository at this point in the history
  2. e2e: mine block

    ChrisSchinnerl committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    161e5a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ca6c9c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    1111f8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a37f1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b1de0a View commit details
    Browse the repository at this point in the history
  4. worker: fix TestUpload

    ChrisSchinnerl committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7022b7e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    c90c19a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0e2545 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27067f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    8ae5037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd54a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    459260c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a46895 View commit details
    Browse the repository at this point in the history