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

repo: re-organize packages #88

Merged
merged 1 commit into from
May 17, 2021
Merged

repo: re-organize packages #88

merged 1 commit into from
May 17, 2021

Conversation

paul-marechal
Copy link
Member

@paul-marechal paul-marechal commented Apr 27, 2021

This makes the repository easier to read, and will prepare for when the
browser version of Blueprint will be contributed.

Moved electron-app into applications/electron, and Theia extensions
under theia-extensions/...

See README.md to see how the commands were updated. Whenever you
expected to work on the electron application, you should now write like
yarn electron package instead of yarn package. This simplifies the
root package.json and accomodates for the upcoming browser application.

Closes #87

How to test

Everything should work like before...

Review checklist

Reminder for reviewers

package.json Show resolved Hide resolved
Copy link
Contributor

@jfaltermeier jfaltermeier left a comment

Choose a reason for hiding this comment

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

Thanks. the changes look good to me. I also tested on Linux and everything works fine.
One thing that is missing however is the documentation on the theia website:
This needs to be adjusted as well:
https://github.com/eclipse-theia/theia-website/blob/master/src/docs/blueprint_documentation.md
https://theia-ide.org/docs/blueprint_documentation/

paul-marechal added a commit to eclipse-theia/theia-website that referenced this pull request May 4, 2021
See eclipse-theia/theia-blueprint#88

Signed-off-by: Paul Maréchal <marechap.info@gmail.com>
@paul-marechal
Copy link
Member Author

@paul-marechal
Copy link
Member Author

CI was red, I think I was missing x permissions on some scripts.

paul-marechal added a commit to eclipse-theia/theia-website that referenced this pull request May 4, 2021
See eclipse-theia/theia-blueprint#88

Signed-off-by: Paul Maréchal <paul.marechal@ericsson.com>
@jfaltermeier
Copy link
Contributor

Last CI build timed out, I tried to retrigger, unfortunately there is a merge conflict now.

This makes the repository easier to read, and will prepare for when the
browser version of Blueprint will be contributed.

Moved `electron-app` into `applications/electron`, and Theia extensions
under `theia-extensions/...`

See `README.md` to see how the commands were updated. Whenever you
expected to work on the electron application, you should now write like
`yarn electron package` instead of `yarn package`. This simplifies the
root package.json and accomodates for the upcoming browser application.

Signed-off-by: Paul Maréchal <paul.marechal@ericsson.com>
@paul-marechal paul-marechal merged commit 151e0e7 into master May 17, 2021
@paul-marechal paul-marechal deleted the mp/folders branch May 17, 2021 16:39
paul-marechal added a commit to eclipse-theia/theia-website that referenced this pull request May 17, 2021
See eclipse-theia/theia-blueprint#88

Signed-off-by: Paul Maréchal <paul.marechal@ericsson.com>
@marcdumais-work marcdumais-work modified the milestones: Q2 2021, Beta 1 Jun 1, 2021
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.

Extensions are not grouped under a folder
4 participants