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

feat: only send/receive core keys with permission #783

Merged
merged 13 commits into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    d56f87c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6f8ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d980cd View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. remove unused code

    gmaclennan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    64d0144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b6e09 View commit details
    Browse the repository at this point in the history
  3. Temporarily disable lint

    EvanHahn authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3fe1be8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c47b1cb View commit details
    Browse the repository at this point in the history
  5. Remove a test.only

    EvanHahn committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ca7585b View commit details
    Browse the repository at this point in the history
  6. test: fix "too many files" config import test on some file systems (#788

    )
    
    Our "too many files" config import test fails on case-insensitive file
    systems, such as macOS by default.
    
    Our fixture folder had a bunch of files that would get removed on these
    file systems. For example, one of `0a` and `0A` would get removed. That
    meant that there were fewer than 10,001 files (as expected), and the
    test would fail.
    
    We could fix this by renaming the files, but I chose to fix this by
    re-creating the fixture each time we run the test. That avoids creating
    a folder with 10,001 files inside, and prevents you from having to run
    `npm run test:buildConfigs`.
    EvanHahn committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9393010 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6957d01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b1729d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6cf8f9 View commit details
    Browse the repository at this point in the history
  10. Final (?) cleanups

    EvanHahn committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dff0ffe View commit details
    Browse the repository at this point in the history