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

Fetch repositories with remote ID if possible #1078

Merged
merged 60 commits into from
Sep 5, 2022

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    3d64cac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07791c4 View commit details
    Browse the repository at this point in the history
  3. Fixes and improvements

    qwerty287 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f6d6548 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fc7764 View commit details
    Browse the repository at this point in the history
  5. Regenerate mocks + gofumpt

    qwerty287 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    c898101 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    6a60ab5 View commit details
    Browse the repository at this point in the history
  2. Add migration

    qwerty287 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    198c461 View commit details
    Browse the repository at this point in the history
  3. Support BB cloud

    qwerty287 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    e8207d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77e6987 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f87d4fa View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Redirect renamed repos

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    995ce82 View commit details
    Browse the repository at this point in the history
  2. Improve arguments

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    d7fee1c View commit details
    Browse the repository at this point in the history
  3. fix repo sync

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    f3ba6b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6123350 View commit details
    Browse the repository at this point in the history
  5. Fix possible sqlite lock

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    f42f33b View commit details
    Browse the repository at this point in the history
  6. Fix comment

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    2c85c9d View commit details
    Browse the repository at this point in the history
  7. Fix lints + todos

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    e97b600 View commit details
    Browse the repository at this point in the history
  8. update format target

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    873b05c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97d04f9 View commit details
    Browse the repository at this point in the history
  10. Fix prettier format

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    30d39c4 View commit details
    Browse the repository at this point in the history
  11. Fix tests

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    930708d View commit details
    Browse the repository at this point in the history
  12. Fix tests

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    d6782d8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    40b372e View commit details
    Browse the repository at this point in the history
  14. Remote unique constraint

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    843bd5e View commit details
    Browse the repository at this point in the history
  15. Add TableName method

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    9372891 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5bc82e6 View commit details
    Browse the repository at this point in the history
  17. Undo formatting changes

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    28e5ebf View commit details
    Browse the repository at this point in the history
  18. Fix reset

    qwerty287 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    f8cf95e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

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

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    62daf1b View commit details
    Browse the repository at this point in the history
  2. Fix a test

    qwerty287 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    b3e9391 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    0ec9f8a View commit details
    Browse the repository at this point in the history
  2. Fix migration number

    qwerty287 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ad7bf96 View commit details
    Browse the repository at this point in the history
  3. Fix migration type numbers

    qwerty287 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    e4748ee View commit details
    Browse the repository at this point in the history
  4. Use native builder method

    qwerty287 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d9e44a5 View commit details
    Browse the repository at this point in the history
  5. Fix comment

    qwerty287 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4bf6caf View commit details
    Browse the repository at this point in the history
  6. Fix SQLite error & test

    qwerty287 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6934540 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    e8ca9cb View commit details
    Browse the repository at this point in the history
  2. Add redirection tests

    qwerty287 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f0501ba View commit details
    Browse the repository at this point in the history
  3. Update server/remote/coding/coding.go

    Co-authored-by: 6543 <[email protected]>
    qwerty287 and 6543 authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    0380db6 View commit details
    Browse the repository at this point in the history
  4. Refer to todo issue

    qwerty287 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    1c80525 View commit details
    Browse the repository at this point in the history
  5. Remove migration

    qwerty287 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    64a2324 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb07dc5 View commit details
    Browse the repository at this point in the history
  7. Prefer fmt.Sprint

    qwerty287 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    708f8e0 View commit details
    Browse the repository at this point in the history
  8. Prefer fmt.Sprint

    qwerty287 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    66d5c3d View commit details
    Browse the repository at this point in the history
  9. Fix migration

    qwerty287 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    92b41c5 View commit details
    Browse the repository at this point in the history
  10. Fix test var

    qwerty287 authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    5ab3f36 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    8070c9c View commit details
    Browse the repository at this point in the history
  2. go generate ./...

    6543 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    f2f44f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b4d703 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Update server/api/repo.go

    Co-authored-by: 6543 <[email protected]>
    qwerty287 and 6543 authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    33ea365 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74bff65 View commit details
    Browse the repository at this point in the history
  3. Add redirection test

    qwerty287 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    51c7a28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb2c136 View commit details
    Browse the repository at this point in the history
  5. Remove useless test code

    qwerty287 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    11e499e View commit details
    Browse the repository at this point in the history
  6. Check for id == "0"

    qwerty287 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    e00e69d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c568e73 View commit details
    Browse the repository at this point in the history
  8. add own type

    6543 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    32c8aa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    1e0f4f3 View commit details
    Browse the repository at this point in the history
  2. IsSet -> IsValid

    6543 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    65fc724 View commit details
    Browse the repository at this point in the history