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

Revert "revert auth json (#6883)" #6889

Merged
merged 4 commits into from
Jan 4, 2024
Merged

Revert "revert auth json (#6883)" #6889

merged 4 commits into from
Jan 4, 2024

Conversation

Zertsov
Copy link
Contributor

@Zertsov Zertsov commented Jan 4, 2024

This reverts commit d965c4c.

Description

Basically putting back auth.json stuff.

Testing Instructions

Build Turborepo

Closes TURBO-1993

Copy link

vercel bot commented Jan 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 4, 2024 8:41pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 4, 2024 8:41pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 4, 2024 8:41pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 4, 2024 8:41pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 4, 2024 8:41pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 4, 2024 8:41pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 4, 2024 8:41pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 4, 2024 8:41pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 4, 2024 8:41pm
turbo-site ✅ Ready (Inspect) Visit Preview Jan 4, 2024 8:41pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
rust-docs ⬜️ Ignored (Inspect) Visit Preview Jan 4, 2024 8:41pm

Copy link
Contributor

github-actions bot commented Jan 4, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

@Zertsov Zertsov enabled auto-merge (squash) January 4, 2024 18:21
Copy link
Contributor

github-actions bot commented Jan 4, 2024

🟢 CI successful 🟢

Thanks

@Zertsov Zertsov merged commit 2ab5616 into main Jan 4, 2024
62 checks passed
@Zertsov Zertsov deleted the voz/revert-revert branch January 4, 2024 22:32
Zertsov added a commit that referenced this pull request Jan 5, 2024
This reverts commit d965c4c.

Basically putting back `auth.json` stuff.

Build Turborepo

Closes TURBO-1993
Zertsov added a commit that referenced this pull request Jan 10, 2024
This reverts commit d965c4c.

Basically putting back `auth.json` stuff.

Build Turborepo

Closes TURBO-1993
chris-olszewski added a commit that referenced this pull request Jan 18, 2024
chris-olszewski added a commit that referenced this pull request Jan 19, 2024
### Description

Given current staffing and the fact that the `auth.json` isn't a big
feature for the next minor release we want to get more testing to make
sure that all of our existing authentication strategies still work with
`auth.json`. At the moment `TURBO_TOKEN` isn't respected, this PR should
fix that.
```
[0 olszewski@chriss-mbp] /Users/olszewski/code/vercel/turborepo $ TURBO_TOKEN=*** turbo_dev build --filter=docs --remote-only --output-logs new-only
 WARNING  no caches are enabled
...
```

This is a revert of the following PRs
- #6880 
- #6889 
- #6927 
which make up all of the usage of `auth.json`.

### Testing Instructions

Existing tests and 👀 making sure that I reverted everything correctly

Make sure that setting `TURBO_TOKEN` works as expected:
```
[0 olszewski@chriss-mbp] /Users/olszewski/code/vercel/turborepo $ turbo_dev info | head -n 3
You are not logged in
44 packages found in workspace

[0 olszewski@chriss-mbp] /Users/olszewski/code/vercel/turborepo $ TURBO_TOKEN=*** turbo_dev build --filter=docs --remote-only --output-logs new-only
• Packages in scope: docs
• Running build in 1 packages
• Remote caching enabled
@turbo/workspaces:build: cache hit (outputs already on disk), suppressing logs 01ead40ee62658af
docs:rss: cache hit, suppressing logs c569e716da69384d
docs:schema: cache hit, suppressing logs c7438141455c2a98
@turbo/gen:build: cache hit, suppressing logs e0ef70531aac79d7
docs:build: cache hit (outputs already on disk), suppressing logs 9e268e56e4cb8842

 Tasks:    5 successful, 5 total
Cached:    5 cached, 5 total
  Time:    1.01s >>> FULL TURBO
```

Closes TURBO-2061
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants