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

Add webpack.config.js to docker example #1067

Conversation

siwei-zhang-work
Copy link

@siwei-zhang-work siwei-zhang-work commented Apr 8, 2024

Add webpack.config.js to example docker image.

Some views like statistics view have features to right-click on the entries and select time ranges, but this feature requires some Node.js-specific features like "process", which is missing for the docker example.

Fixes #1066

Signed-off-by: Siwei Zhang [email protected]

@marcdumais-work
Copy link
Contributor

The code looks good. We just need to make sure you have a valid ECA. I sent a direct message regarding this, with more details.

@marcdumais-work
Copy link
Contributor

You can add this in your commit message, to link this PR to the corresponding issue that you opened:

Fixes #1066

@bhufmann
Copy link
Collaborator

bhufmann commented Apr 9, 2024

The code looks good. We just need to make sure you have a valid ECA. I sent a direct message regarding this, with more details.

See contribution guide for more information about signing the ECA and other related topics.

Some views like statistics view have features to
right-click on the entries and select time ranges,
but this feature requires some Node.js-specific
features like "process", which is missing for the
docker example.

Fixes eclipse-cdt-cloud#1066

Signed-off-by: Siwei Zhang <[email protected]>
@marcdumais-work
Copy link
Contributor

@siwei-zhang-work the Eclipse Foundation ECA check now passes, thanks!

Copy link
Contributor

@marcdumais-work marcdumais-work left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @siwei-zhang-work !

(note: I am not sure why but CI jobs other than ECA check did not trigger)

@marcdumais-work marcdumais-work merged commit 3502181 into eclipse-cdt-cloud:master May 7, 2024
1 check passed
Copy link
Collaborator

@bhufmann bhufmann left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

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.

webpack.config.js missing in docker example
3 participants