Gatsby: [Umbrella] Rename Zeit to Vercel

Created on 12 May 2020  Β·  11Comments  Β·  Source: gatsbyjs/gatsby

Note: please wait for classification of this issue from @gatsbyjs/learning before submitting PR

Description

Zeit is now renamed to Vercel.

Important renamings:

  • ZEIT β†’ Vercel
  • ZEIT Now β†’ Vercel
  • ZEIT Smart CDN β†’ Vercel Edge Network

References

Steps to reproduce

search repo for zeit: https://github.com/gatsbyjs/gatsby/search?q=zeit&unscoped_q=zeit

Note

some changes (for example GitHub repo are) available after 20. May 2020 -> see time line

Changes

All changes described in Timeline

Brand names:

  • Zeit to Vercel
  • Now to Vercel
  • Zeit Now to Vercel
  • Now CLI to Vercel CLI
  • ZEIT to Vercel

Commands:

  • now to vercel

Environment:

  • NOW_* to VERCEL_*

Domains:

  • zeit.co to vercel.com
  • now.sh to vercel.app

GitHub:

  • /zeit to /vercel (after 20. May 2020)

Places to change

Note: only searched for Zeit but not so much for Now, added some now places

Unclassified occurrence

Usage in comments

  • [ ] [packages/gatsby-core-utils/README.md](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-core-utils/README.md)
    90 // {CI_NAME: "ZEIT Now"}
  • [ ] [packages/gatsby-core-utils/src/ci.ts](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-core-utils/src/ci.ts)
    37 * Gets the name of the CI environment (e.g. "ZEIT Now", "Heroku", etc.)

Usage in string constants

  • [x] [packages/gatsby-core-utils/src/ci.ts](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-core-utils/src/ci.ts)

    5 getEnvDetect({ key: `NOW_BUILDER_ANNOTATE`, name: `ZEIT Now` }),
    6 getEnvDetect({ key: `NOW_REGION`, name: `ZEIT Now v1` }),
    

    Note: i don't know how to solve this? maybe both (new and old) should be valid? NOW_REGION and VERCEL_REGION?

  • [x] [packages/gatsby-core-utils/src/ci.ts](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-core-utils/src/ci.ts)

    getEnvDetect({ key: `VERCEL_URL`, name: `Vercel Now` }),
    getEnvDetect({ key: `NOW_BUILDER`, name: `Vercel Now` }),
    

    @jamoo added getEnvDetect in #25883 Detect vercel again after rebranding in gatsby-telemetry

  • [x] [packages/gatsby-core-utils/src/ci.ts](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-core-utils/src/ci.ts)

    getEnvDetect({ key: `VERCEL_BUILDER`, name: `Vercel Now` }),
    

    @jamoo added getEnvDetect in #25926

  • [x] [packages/gatsby-core-utils/src/__tests__/ci.ts](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-core-utils/src/__tests__/ci.ts)

    37 expect(getCIName()).toEqual(`ZEIT Now`)
    45 expect(getCIName()).toEqual(`ZEIT Now v1`)
    
needs docs review

All 11 comments

@muescha Nice catch. Digging into it. Thanks

oh - that was a draft and should not commited, i updated it now...

please lets wait before doing some PR for a classification from gatsby team @gatsbyjs/learning for classification which change is needed and which change we skip

Sure, Thanks for the quick update.

Hiya!

This issue has gone quiet. Spooky quiet. πŸ‘»

We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here.
If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open!
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!

Thanks for being a part of the Gatsby community! πŸ’ͺπŸ’œ

Hiya!

This issue has gone quiet. Spooky quiet. πŸ‘»

We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here.
If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open!
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!

Thanks for being a part of the Gatsby community! πŸ’ͺπŸ’œ

not stale

there are left only few places:

Hiya!

This issue has gone quiet. Spooky quiet. πŸ‘»

We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here.
If we missed this issue or if you want to keep it open, please reply here.
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!

Thanks for being a part of the Gatsby community! πŸ’ͺπŸ’œ

Only left is gatsby-core-utils now

🌟 🚒

Was this page helpful?
0 / 5 - 0 ratings