-
Notifications
You must be signed in to change notification settings - Fork 66
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
Switch init
to an interactive setup
#1616
Merged
Merged
Conversation
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
Generate standard files with `setup` command
…#1517) * Bump codecov/codecov-action from 1 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump actions/add-to-project from 0.4.1 to 0.6.1 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.4.1 to 0.6.1. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@v0.4.1...v0.6.1) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Create option select prompt * Create AddMany method in dependency manager * Update flags naming * Add SaveState option to DependencyManager * Add target dir to dependencymanager for imports * Update Flow dependencies to latest version (#1509) * Update to latest Cadence Language Server (#1513) * Save to target dir * Add dependencies when selected * Fix tests * Change to addbysourcestring * Merge master * Fix imports * Remove test * Use constant for network --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jordan Ribbink <[email protected]> Co-authored-by: Chase Fleming <[email protected]>
Create new prompt package and separate files for each prompt
Add generic text input prompt and refactor
* Bump codecov/codecov-action from 1 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump actions/add-to-project from 0.4.1 to 0.6.1 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.4.1 to 0.6.1. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@v0.4.1...v0.6.1) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update Flow dependencies to latest version (#1509) * Update to latest Cadence Language Server (#1513) * Bump google.golang.org/grpc from 1.63.0 to 1.63.2 (#1515) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.0 to 1.63.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.63.0...v1.63.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/add-to-project from 0.6.1 to 1.0.1 (#1514) Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.6.1 to 1.0.1. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@v0.6.1...v1.0.1) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jordan Ribbink <[email protected]> * Bump version to v1.17.1 * Fix embedded flags issue when running Dependency Manager flags manually (#1530) * Fix embedded flags issue * Run lint fix * Use sconfig * Run goimport fix --------- Co-authored-by: Chase Fleming <[email protected]> * Change flags anme --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jordan Ribbink <[email protected]> Co-authored-by: Chase Fleming <[email protected]>
Fix emulator key gen target dir
Add config only flag functionality
Allow more template options in generate
Revert messaging
# Conflicts: # go.mod # go.sum # internal/super/dev.go
Merge master into feature branch
chasefleming
requested review from
Kay-Zee,
janezpodhostnik,
sideninja,
nvdtf,
bluesign,
bjartek,
jribbink and
ianthpun
as code owners
May 22, 2024 18:35
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1616 +/- ##
==========================================
- Coverage 39.99% 39.09% -0.90%
==========================================
Files 51 52 +1
Lines 3313 3535 +222
==========================================
+ Hits 1325 1382 +57
- Misses 1819 1978 +159
- Partials 169 175 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
jribbink
reviewed
May 23, 2024
jribbink
reviewed
May 23, 2024
jribbink
approved these changes
May 23, 2024
Remove comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #1390
For contributor use:
master
branchFiles changed
in the Github PR explorer