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

Rename oasis-indexer to nexus #467

Merged
merged 11 commits into from
Jun 28, 2023
Merged

Rename oasis-indexer to nexus #467

merged 11 commits into from
Jun 28, 2023

Commits on Jun 27, 2023

  1. blind find-replace of github references

    Command:
    find -not -path '*/.git/*' -not -path './cache/*' -type f | xargs sed -i -E 's!github.com/(oasisprotocol|oasislabs)/oasis-indexer!github.com/oasisprotocol/nexus!g'
    mitjat committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7d93a84 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Carefully find-replace most "oasis-indexer" occurrences with "nexus".…

    … Docker repo name is excluded.
    mitjat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1decd7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    109e119 View commit details
    Browse the repository at this point in the history
  3. gofumpt, goimports after renaming imports

    Ran:
    gofumpt -w .
    goimports -local github.com/oasisprotocol/nexus -w .
    mitjat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6b41420 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afeab84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e87f68 View commit details
    Browse the repository at this point in the history
  6. Rename indexer-postgres container in docker-compose (used in various …

    …local and CI scenarios)
    mitjat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9267e93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d263d08 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75254a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38f4ed2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b7f8c7 View commit details
    Browse the repository at this point in the history