-
Notifications
You must be signed in to change notification settings - Fork 1
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
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d56f87c - Browse repository at this point
Copy the full SHA d56f87cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6f8ef - Browse repository at this point
Copy the full SHA cc6f8efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d980cd - Browse repository at this point
Copy the full SHA 3d980cdView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64d0144 - Browse repository at this point
Copy the full SHA 64d0144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b6e09 - Browse repository at this point
Copy the full SHA 06b6e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fe1be8 - Browse repository at this point
Copy the full SHA 3fe1be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c47b1cb - Browse repository at this point
Copy the full SHA c47b1cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca7585b - Browse repository at this point
Copy the full SHA ca7585bView commit details -
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`.
Configuration menu - View commit details
-
Copy full SHA for 9393010 - Browse repository at this point
Copy the full SHA 9393010View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6957d01 - Browse repository at this point
Copy the full SHA 6957d01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1729d - Browse repository at this point
Copy the full SHA 2b1729dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6cf8f9 - Browse repository at this point
Copy the full SHA d6cf8f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dff0ffe - Browse repository at this point
Copy the full SHA dff0ffeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.