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

enhancement/Issue 1171: Include protocol with logged urls in terminal output #1173

Conversation

DevLab2425
Copy link
Contributor

Related Issue

#1171

Summary of Changes

  • Include the http:// protocol on console logs used during server startup.

@DevLab2425 DevLab2425 marked this pull request as ready for review October 18, 2023 21:50
@DevLab2425 DevLab2425 changed the title Issue-1171: Include protocol with logged urls Issue 1171: Include protocol with logged urls Oct 18, 2023
@thescientist13 thescientist13 added enhancement Improve something existing (e.g. no docs, new APIs, etc) Plugins Greenwood Plugins CLI Content as Data labels Oct 19, 2023
Copy link
Member

@thescientist13 thescientist13 left a comment

Choose a reason for hiding this comment

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

Nice!

One favor, if you could re-target this PR against the release/0.29.0 branch, I can get this out in the next alpha release for the next minor release (which should be coming out in a couple weeks! 🤞 )

@thescientist13 thescientist13 linked an issue Oct 19, 2023 that may be closed by this pull request
2 tasks
@thescientist13 thescientist13 changed the title Issue 1171: Include protocol with logged urls Issue 1171: Include protocol with logged urls in terminal output Oct 19, 2023
@DevLab2425 DevLab2425 changed the base branch from master to release/0.29.0 October 19, 2023 00:35
@DevLab2425 DevLab2425 force-pushed the issue-1171-active-console-links branch from 37c080d to aef6f38 Compare October 19, 2023 00:36
@DevLab2425
Copy link
Contributor Author

if you could re-target this PR against the release/0.29.0 branch

@thescientist13 I've updated the target here. When it's ready, feel free to take it from here.

@thescientist13
Copy link
Member

Thanks @DevLab2425 ! Will leave it open for a couple days for other folks to review and then I'll take it from there.

@thescientist13 thescientist13 changed the title Issue 1171: Include protocol with logged urls in terminal output enhancement/Issue 1171: Include protocol with logged urls in terminal output Oct 26, 2023
@@ -12,7 +12,7 @@ class PuppeteerServer extends ServerInterface {
const { port } = this.compilation.config.devServer;

(await getDevServer(this.compilation)).listen(port, async () => {
console.info(`Started puppeteer prerender server at localhost:${port}`);
console.info(`Started puppeteer prerender server at http://localhost:${port}`);
Copy link
Member

Choose a reason for hiding this comment

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

This one probably won't ever get used by the user (just run at build time) but can't hurt!

@thescientist13 thescientist13 merged commit 9135961 into ProjectEvergreen:release/0.29.0 Oct 26, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Content as Data enhancement Improve something existing (e.g. no docs, new APIs, etc) Plugins Greenwood Plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support "active links" in terminal output for server URLs
2 participants