Skip to content
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

use more specific URL for obtaining "Personal API Key" #1202

Merged
merged 2 commits into from
Jul 29, 2022

Conversation

abernix
Copy link
Member

@abernix abernix commented Jul 29, 2022

Opening for the basis of suggestion, but happy to have this closed, too.

This changes the user instructions during authentication (e.g., rover config auth) setup to link to the "API keys" page directly, rather than the parent page which first requires you to click onto the API keys.

I believe this might be a new page and thus this is an incremental improvement, but it may have been intentional to link to the previous page? Not sure!

This changes the user instructions during authentiation setup to use the API keys page directly, rather than the parent page which first requires you to click onto the API keys.
Copy link
Contributor

@EverlastingBugstopper EverlastingBugstopper left a comment

Choose a reason for hiding this comment

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

thanks @abernix - this is great! i think you're right that this page just didn't exist when we first made this

@EverlastingBugstopper EverlastingBugstopper added the feature 🎉 new commands, flags, functionality, and improved error messages label Jul 29, 2022
@EverlastingBugstopper EverlastingBugstopper added this to the vNext milestone Jul 29, 2022
@EverlastingBugstopper EverlastingBugstopper merged commit d59cbb5 into main Jul 29, 2022
@EverlastingBugstopper EverlastingBugstopper deleted the abernix/adjust-auth-message branch July 29, 2022 14:33
EverlastingBugstopper added a commit that referenced this pull request Sep 6, 2022
# [0.8.2] - 2022-09-06

## 🚀 Features

- **Check commands exit with failure when downstream tasks fail - @sachindshinde, #1280**

  Historically, `rover graph check` and `rover subgraph check` have aggregated errors for operation checks and/or composition checks. Checks are expanding in Studio and will continue to expand over time, starting with downstream contract checks for `rover subgraph check`. When these tasks fail, Rover will throw an error and link to the checks page in Studio which will contiain more information on the exact failure.

- **Detect improper VS Code API key pastes on Windows - @EverlastingBugstopper, #1026, 1268**

  We have added new error messages and recovery suggestions for malformed API keys caused by invalid copy+pastes in VS Code on Windows.

- **Adds `--watch` to `introspect` commands - @EverlastingBugstopper, #1207**

  If you pass the `--watch` flag to `rover graph introspect` or `rover subgraph introspect`, the GraphQL server will be introspected once every second, printing updates to the terminal as the introspection response changes. This could be used to bootstrap development workflows when combined with `--output json` and a tool like `jq`.

## 🐛 Fixes

- **Trim double quotes in multilingual descriptions - @lrlna, #1245 fixes #1244 and #1114**

  `rover graph introspect` no longer crashes if a field description contains cyrillic symbols.

- **Fix link to ELv2 license information - @EverlastingBugstopper, #1262 fixes #1261**

## 🛠 Maintenance

- **Link directly to API Keys page in Studio - @abernix, #1202**

  The `rover config auth` command will now provide a link that takes you directly to the "API Keys" page where you can create a Personal API Key, rather than a page that requires you to click through to another page.

- **Skip Apollo Studio integration tests for fork PRs - @EverlastingBugstopper, #Issue #, 1216**

  Our CI pipeline skips Apollo Studio integration tests for forked repositories because they don't have access to the Apollo Studio organization that we use to run them.

- **Updates MacOS CI pipeline to use xcode 13.4 - @EverlastingBugstopper, #1211**

- **Normalize git remote URLs for anonymized telemetry - @EverlastingBugstopper, #1279**
EverlastingBugstopper added a commit that referenced this pull request Sep 26, 2022
## 🚀 Features

- **`rover template` command suite - @dbanty, @michael-watson,
@EverlastingBugstopper, #1287**

Two new commands have made their way to Rover: `rover template list` and
`rover template use`. These commands provide a similar experience to
`create-react-app`, and allow you to extract GraphQL project templates
to your local machine. Check out [the
docs](https://www.apollographql.com/docs/rover/commands/template/) for
more on this new functionality.

- **`rover dev` to facilitate developing a supergraph on your local
machine - @EverlastingBugstopper, #1190**

`rover dev` allows you to join multiple running subgraph servers
together into a local supergraph, providing the ability to run queries
and inspect query plans with Apollo Sandbox. Check out [the
docs](https://www.apollographql.com/docs/rover/commands/dev) for more on
this new functionality.

- **If E013 is thrown and `$APOLLO_KEY` is set, give a more helpful
suggestion - @ptondereau, #1284, #1285**

If Studio fails to recognize an API key and `APOLLO_KEY` is set,
recommend unsetting the environment variable to use `--profile default`
instead.

## 🐛 Fixes

- **Remove useless stdout line for composition results - @ptondereau,
#1124, #1291**

## 🛠 Maintenance

- **Link directly to API Keys page in Studio - @abernix, #1202**

The `rover config auth` command will now provide a link that takes you
directly to the "API Keys" page where you can create a Personal API Key,
rather than a page that requires you to click through to another page.

- **Prefer "supergraph schema" terminology to "gateway" -
@EverlastingBugstopper, #1239, #1332**

`rover subgraph publish` now refers to updating the "supergraph schema"
as opposed to updating the "gateway," since supergraph schema consumers
can be routers and/or gateways now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🎉 new commands, flags, functionality, and improved error messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants