-
Notifications
You must be signed in to change notification settings - Fork 47
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: GitHub Codespaces support in LocalNet command group #456
Merged
+1,566
−448
Merged
Changes from 24 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
bf66492
chore: wip codespaces
aorumbayev 3f5e697
feat: algokit localnet + github codespaces integration
aorumbayev 20ca7d7
chore: minor tweaks
aorumbayev 60eef51
chore: minor refinements
aorumbayev bac27ea
chore: minor refinements
aorumbayev 28ec6d6
docs: regen docs
aorumbayev d20290b
chore: minor tweaks
aorumbayev 3621e15
feat: initial implementation and first batch of snapshot tests
aorumbayev f2e6db1
chore: minor typo fixes
aorumbayev 7f3169a
docs: regen docs
aorumbayev 04763c5
refactor: further refinements
aorumbayev beaf310
chore: minor refinements
aorumbayev daa219e
chore: reverting to 60 seconds for extra buffer
aorumbayev d3021cf
chore: apply suggestions from code review
aorumbayev 36dcc34
chore: patch snapshot
aorumbayev 00b6851
chore: minor tweaks
aorumbayev 7045cf9
refactor: adding podman integration; refreshing tests and docs
aorumbayev 4699bee
chore: adding podman ci workflow
aorumbayev 9f2af80
chore: testing ci
aorumbayev aa3a450
docs: update docs/features/localnet.md
aorumbayev 60f22be
docs: update docs/features/localnet.md
aorumbayev 07b2ce7
refactor: addressing pr comments; refining retry mechanism
aorumbayev cf3420b
chore: patching print
aorumbayev 7ed9578
chore: patching tests
aorumbayev 374038d
chore: patching tests; adding idle timeout option
aorumbayev 7abf286
chore: patching tests
aorumbayev ac70b08
refactor: windows behaviour; port forwarding max execution timeout
aorumbayev 84e8695
chore: update docs
aorumbayev cf5cda3
docs: update localnet.md
aorumbayev 4b00e5b
refactor: auto creating goal mount if podman is active engine; refini…
aorumbayev 1a4225c
chore: pr comments
aorumbayev 5284e15
fix: use the supplied timeout correctly
neilcampbell 36aa6ef
chore: set a corresponding timeout in the codespace
neilcampbell 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fyi @robdmoore @neilcampbell this for now is manually set on the repo but I mentioned to @Loedn that if there will be a github app available on foundation's org account we can use that later on to securely auth requests to trigger these checks from a single pipeline that we can place on the https://github.com/algorandfoundation/algokit repo (without the need to deal with PATs, but obv this would not be the only advantage, can simplify cross repo communication by a great extent, we can also properly use branch protection rules that way). @Loedn for the time being though this will be set as a manual cron only covering the cli repo, as soon as the bot is available for use to auth just let me know