-
Notifications
You must be signed in to change notification settings - Fork 19
TRITON-2542 Add support for ed25519 keys #206
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
Open
travispaul
wants to merge
18
commits into
master
Choose a base branch
from
ed25519
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
9ae3344
Add ed25519 key support to authentication package
travispaul 8331e5b
Trim authentication tests to remove stdlib and redundant coverage
travispaul 520617e
examples/compute/create_instance_with_volumes: fix unit tests
alrs fb2053b
account: fix UpdateConfig to use PUT instead of POST
travispaul 0ab4c33
examples: fix env vars, add TSG note, guard force_delete, update copy…
travispaul 3468bb6
Fix copyright headers across modified files
travispaul f364149
storage: fix recursive directory deletion (issue #155)
travispaul 6e90276
storage: update stale comments on Delete and ForceDelete
travispaul d19796d
Update error messages
travispaul 315ce3e
examples: replace remaining TRITON_ env vars with MANTA_ equivalents
travispaul d098e3d
storage: add test for non-recursive directory deletion
travispaul 36866e4
build: replace govvv and dep with native Go tooling
travispaul 4c2c689
compute: widen Image Tags type to accept non-string values
travispaul a3368e5
Target latest ubuntu 24 image
travispaul 24b5815
Fix missing copyright headers and grammar in error messages
travispaul c937df7
Bump version to 2.0.0-pre5
travispaul 085970b
storage: add acceptance test for full object lifecycle
travispaul 080e4c8
Add ForceDelete note to pre5 changelog and reorder entries
travispaul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| # | ||
| # This Source Code Form is subject to the terms of the Mozilla Public | ||
| # License, v. 2.0. If a copy of the MPL was not distributed with this | ||
| # file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
| # | ||
|
|
||
| # | ||
| # Copyright 2026 Edgecast Cloud LLC. | ||
| # | ||
|
|
||
| name: CI | ||
|
|
||
| on: | ||
| push: | ||
| branches: [master] | ||
| pull_request: | ||
|
|
||
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - run: make build | ||
|
|
||
| lint: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - run: make check | ||
|
|
||
| test: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - run: make test | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.