feature: add tc init command#403
Merged
tusharmath merged 25 commits intotailcallhq:mainfrom Oct 10, 2023
neo773:main
Merged
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #403 +/- ##
==========================================
- Coverage 84.98% 84.20% -0.79%
==========================================
Files 50 50
Lines 4490 4532 +42
==========================================
Hits 3816 3816
- Misses 674 716 +42
☔ View full report in Codecov by Sentry. |
tusharmath
reviewed
Oct 2, 2023
tusharmath
reviewed
Oct 2, 2023
tusharmath
reviewed
Oct 2, 2023
tusharmath
reviewed
Oct 2, 2023
Contributor
|
@neo773 This is fantastic! Added a few comments 😇 |
Contributor
Author
|
@tusharmath tc-init.mp4 |
tusharmath
reviewed
Oct 3, 2023
tusharmath
reviewed
Oct 3, 2023
tusharmath
reviewed
Oct 5, 2023
tusharmath
reviewed
Oct 5, 2023
tusharmath
reviewed
Oct 7, 2023
tusharmath
reviewed
Oct 7, 2023
tusharmath
reviewed
Oct 9, 2023
tusharmath
reviewed
Oct 10, 2023
tusharmath
approved these changes
Oct 10, 2023
Contributor
|
Fantastic! @neo773 |
Contributor
Author
|
@tusharmath Thank you! learned a lot from this. |
digital-phoenix
pushed a commit
to digital-phoenix/tailcall
that referenced
this pull request
Oct 12, 2023
* commit '234cd25e61d23bd2300a6e15bf0b9b4014a0073c': (25 commits) fix: cache control headers (tailcallhq#465) chore: update cron freq for PR staleness feat: group by endpoint (tailcallhq#451) chore: add codecov config CI: ignore build when no changes for executable (tailcallhq#454) feature: add `tc init` command (tailcallhq#403) fix: deploy (tailcallhq#457) fix(deps): update rust crate regex to 1.10.0 (tailcallhq#456) fix: cargo test fail in Sonoma or later of macos (tailcallhq#453) chore: update examples (tailcallhq#452) performance: improve for PathString impl for EvaluationContext (tailcallhq#430) chore: close stale branches after 2 days fix: restricted url for graphiQL (tailcallhq#447) performance: minor optimisation (tailcallhq#444) chore:update readme (tailcallhq#446) chore: update stale bot schedule chore: update stale bot message chore: use title case for job names in CI (tailcallhq#437) chore: remove write permissions chore: update stale YML permissions ...
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
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.
This PR adds init command to bootstrap a project
tc-init.mp4
Issue Reference(s):
Fixes #402
Build & Testing:
cargo testsuccessfully../lint.shto address and fix linting issues./claim #402