-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: Preview by publishing to subdomain only aka staging #4143
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
Conversation
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
|
It would appear that clicking on the copy button for DNS records refreshes the page: refresh.mp4Will continue testing just wanted to note that first |
johnsicili
approved these changes
Sep 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Would be better UX to disable publishing button if none are checked
- I see adding the indication that its a Pro feature is left. I would really like to see that.
Otherwise good. Tested on custom domain in staging and works as expected
Publish no loop Update Publishing done Change Interface Update exports Exclude from search Fix assets for saas Fix Fix static publish Wait until published Remove local refresh Fix Improve Enable Fix button types Fix Fix publish Add tooltip support for checkboxes Add tooltip checkbox
2551f13 to
8cbfc91
Compare
7 tasks
TrySound
reviewed
Sep 24, 2024
TrySound
reviewed
Sep 24, 2024
TrySound
approved these changes
Sep 24, 2024
## Description Prev PR #4143 ## Steps for reproduction 1. click button 2. expect xyz ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [ ] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [ ] tested locally and on preview environment (preview dev login: 5de6) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env` file
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.
Description
closes #2644
- Merge this fix: Resolve failing database tests on production environment #4156 into this PR
If the user has no custom domains:
If the user has custom domains:
Current indexing logic:
*.wstd.iodomain will receive the meta tag:- Fix example.com in tests (NEXT PR fix: Resolve failing database tests on production environment #4156)
- saas cleanup should be changed (we need to preserve latest build by domain now) (NEXT PR)
- Disable Publish Button if no checkboxes are selected
"With the Pro, you’ll gain the ability to publish to each domain independently!"
Steps for reproduction
Non Pro
pass:[email protected]Pro
passCode Review
Before requesting a review
Before merging
.envfile