8000 docs: update `init` resources by Meschreiber · Pull Request #2541 · apollographql/rover · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

docs: update init resources #2541

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

Merged
merged 1 commit into from
Apr 24, 2025
Merged

docs: update init resources #2541

merged 1 commit into from
Apr 24, 2025

Conversation

Meschreiber
Copy link
Contributor

Clarifies location of getting-started.md

@Meschreiber Meschreiber requested review from a team as code owners April 24, 2025 15:22
@Meschreiber Meschreiber requested a review from sanchezdale April 24, 2025 15:22
@svc-apollo-docs
Copy link
Collaborator
svc-apollo-docs commented Apr 24, 2025

✅ Docs preview ready

The preview is ready to be viewed. View the preview

File Changes

0 new, 1 changed, 0 removed
* (developer-tools)/rover/commands/init.mdx

Build ID: b171c13c2d198d895f60e92c

URL: https://www.apollographql.com/docs/deploy-preview/b171c13c2d198d895f60e92c

Copy link
Contributor
@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix!

@Meschreiber Meschreiber changed the title Update init resources docs: update init resources Apr 24, 2025
@Meschreiber Meschreiber merged commit d326905 into main Apr 24, 2025
32 checks passed
@Meschreiber Meschreiber deleted the Meschreiber-patch-1 branch April 24, 2025 15:37
@tayrrible tayrrible added the docs 📝 improvements or additions to docs on the docs site label May 1, 2025
@gocamille gocamille mentioned this pull request May 5, 2025
gocamille added a commit that referenced this pull request May 5, 2025
## Summary
Release 0.30.0-rc.0. 

## 🚀 Features

- **Add support for templates in the ```rover init``` command**

This adds support for templates in the `rover init` command. You can now
select a template to use when creating a new graph.

### PRs Included

- [#2562](#2562) -
feat(init): Adds `init` flag to default features - @tayrrible
- [#2560](#2560) -
feat(rover): Makes starter file configurable during project creation -
@gocamille
- [#2559](#2559) -
feat(rover): Adds `start_point_file` to specify what file to use in
output - @sanchezdale
- [#2558](#2558) -
feat(rover): Displays template commands during init flow if one exists -
@gocamille
- [#2557](#2557) -
feat(init): Adds template selector for "recommended libraries" option -
@tayrrible
- [#2545](#2545) - Modifies
existing logic to fetch from the new github service latest released
version - @sanchezdale
- [#2542](#2542) -
refactor(init): Improves authentication error handling in init command -
@gocamille
- [#2539](#2539) -
refactor(init): Improves error handling for graphId step, improve and
code structure of rover init - @gocamille

## 🐛 Fixes

- [#2555](#2555) - fix(init):
Properly handles default graph ID acceptance - @gocamille

## 🛠 Maintenance

- [#2556](#2556) -
feat(init): Standardizes visual output and display messages for init
command - @tayrrible
- [#2552](#2552) -
chore(all): Adds clippy::panic lint across all crates - @gocamille
- [#2550](#2550) -
chore(deps): Updates dependency apollographql/router to v1.61.5 -
@renovate
- [#2536](#2536) -
feature(init): Removes init feature flag usage - @tayrrible

## 📚 Documentation

- [#2551](#2551) - Adds `pq
publish` into docs - @lleadbet
- [#2549](#2549) - Updates
doc about key used with graph ref - @pubmodmatt
- [#2541](#2541) - Update
`rover init` resources - @Meschreiber
- [#2540](#2540) - Uses
`actions/checkout@v4` in GitHub Actions example workflows - @DaleSeo

---------

Co-authored-by: Taylor Jones <45475656+tayrrible@users.noreply.github.com>
@gocamille gocamille added this to the v0.30.0 milestone May 6, 2025
@tayrrible tayrrible mentioned this pull request May 12, 2025
tayrrible added a commit that referenced this pull request May 13, 2025
<!--
First, 🌠 thank you 🌠 for taking the time to consider a contribution to
Apollo!

Here are some important details to follow:

* ⏰ Your time is important
To save your precious time, if the contribution you are making will
take more than an hour, please make sur
8000
e it has been discussed in an
        issue first. This is especially true for feature requests!

* 💡 Features
Feature requests can be created and discussed within a GitHub Issue.
Be sure to search for existing feature requests (and related issues!)
prior to opening a new request. If an existing issue covers the need,
please upvote that issue by using the 👍 emote, rather than opening a
        new issue.

* 🕷 Bug fixes
These can be created and discussed in this repository. When fixing a
bug,
please _try_ to add a test which verifies the fix. If you cannot, you
should
still submit the PR but we may still ask you (and help you!) to create a
test.

* 📖 Contribution guidelines
Follow https://github.com/apollographql/rover/blob/HEAD/CONTRIBUTING.md
when submitting a pull request. Make sure existing tests still pass, and
add
        tests for all new behavior.

* ✏️ Explain your pull request
Describe the big picture of your changes here to communicate to what
        your pull request is meant to accomplish. Provide 🔗 links 🔗 to
        associated issues!

We hope you will find this to be a positive experience! Open source
contribution can be intimidating and we hope to alleviate that pain as
much
as possible. Without following these guidelines, you may be missing
context
that can help you succeed with your contribution, which is why we
encourage
discussion first. Ultimately, there is no guarantee that we will be able
to
merge your pull-request, but by following these guidelines we can try to
avoid disappointment.

-->
## 🚀 Features

- **Add support for templates in the ```rover init``` command**

This adds support for templates in the `rover init` command. You can now
select a template to use when creating a new graph.

### PRs Included

- [#2562](#2562) -
feat(init): Adds `init` flag to default features - @tayrrible
- [#2560](#2560) -
feat(rover): Makes starter file configurable during project creation -
@gocamille
- [#2559](#2559) -
feat(rover): Adds `start_point_file` to specify what file to use in
output - @sanchezdale
- [#2558](#2558) -
feat(rover): Displays template commands during init flow if one exists -
@gocamille
- [#2557](#2557) -
feat(init): Adds template selector for "recommended libraries" option -
@tayrrible
- [#2545](#2545) - Modifies
existing logic to fetch from the new github service latest released
version - @sanchezdale
- [#2542](#2542) -
refactor(init): Improves authentication error handling in init command -
@gocamille
- [#2539](#2539) -
refactor(init): Improves error handling for graphId step, improve and
code structure of rover init - @gocamille
- [#2567](#2567) -
feat(rover): init flow - update project creation copy for accuracy -
@gocamille
- [#2568](#2568) -
feat(init): Always show template selector for recommended libraries flow
- @tayrrible
- [#2570](#2570) -
feat(init): Updating error message for non-empty directory - @tayrrible
- [#2572](#2572) - Improving
file display in tree mode - @sanchezdale
- [#3573](#2573) -
feat(rover)init: allow multiple commands to be printed for graph
creation message - @gocamille
- [#2575](#2575) -
feat(rover): updating file display to show success and remove extra
chars for now - @tayrrible
- [#2577](#2577) - feat(auth)
Using shortlinks for hyperlinks to api keys - @tayrrible
- [#7578](#2578) - adding
template doc to docs list - @sanchezdale
- [#2579](#2579) -
feat(rover)init: correctly capitalize TypeScript - @gocamille
- [#2580](#2580) -
feat(rover)init: Update Next steps section in project creation message -
@gocamille
- [#2582](#2582) - feat(init)
Moving to using env var vs flag for graph ref when prompting user to run
dev command - @tayrrible
- [#2590](#2590) -
feat(init): Fixing command spacing for final display message and
removing extra char from file list - @tayrrible

## 🐛 Fixes

- [#2555](#2555) - fix(init):
Properly handles default graph ID acceptance - @gocamille
- [#2566](#2566) - fix(init):
Display command in project creation message for typescript template -
@gocamille
- [#2571](#2571) - fix(init)
Stripping all non-alphanumeric chars from graph id during generation and
adding test - @tayrrible

## 🛠 Maintenance

- [#2556](#2556) -
feat(init): Standardizes visual output and display messages for init
command - @tayrrible
- [#2552](#2552) -
chore(all): Adds clippy::panic lint across all crates - @gocamille
- [#2550](#2550) -
chore(deps): Updates dependency apollographql/router to v1.61.5 -
@renovate
- [#2536](#2536) -
feature(init): Removes init feature flag usage - @tayrrible
- [#2553](#2553) -
chore(deps): update dependency apollographql/router to v2.2.0 -
@renovate
- [#2565](#2565) -
chore(deps): update dependency apollographql/router to v1.61.6 -
@renovate
- [#2581](#2581) - update
language-server to 0.4.1 - @Jephuff

## 📚 Documentation

- [#2551](#2551) - Adds `pq
publish` into docs - @lleadbet
- [#2549](#2549) - Updates
doc about key used with graph ref - @pubmodmatt
- [#2541](#2541) - Update
`rover init` resources - @Meschreiber
- [#2540](#2540) - Uses
`actions/checkout@v4` in GitHub Actions example workflows - @DaleSeo
- [#2569](#2569) - docs: Set
the APOLLO_VCS_BRANCH environment variable in GitHub Actions - @DaleSeo
- [#2561](#2561) - docs:
rover init v.30 update - @Meschreiber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs 📝 improvements or additions to docs on the docs site
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants
0