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

Dynamic Extension System #391

Merged
merged 28 commits into from
Oct 12, 2017
Merged

Dynamic Extension System #391

merged 28 commits into from
Oct 12, 2017

Conversation

akosyakov
Copy link
Member

No description provided.

@akosyakov
Copy link
Member Author

akosyakov commented Aug 12, 2017

@svenefftinge The following is not yet covered:

  • the progress of the installation is not displayed to the user but only logged, it depends on Process Output Window / Console View #49
  • the installation is failing if package.json has a dependency that should be symlinked with the local path because yarn always try to resolve all declared packages, we should probably have some intermediate package.json without such dependencies to call yarn - yarn/npm should be used
  • the transitive dependencies are not supported, see Support transitive extension packages #369
  • showing downloads count to the user - not critical
  • this PR contains as well [notifications] #185: added the simple message service #390 that should be merged before, I am not going to improve it since it is enough for this PR, someone else should provide the complete implementation
  • the search performance should be measured and optimized
  • I wanted to add the cli interface for ExtensionServer to fetch installed, outdated extensions, install, uninstall them, trigger the installation and so on, could be done later if at all - yarn/npm should be used
  • failure handling:
    • keeping package.json backup by date
    • rollback on failure
  • update README for the extension manager

@svenefftinge
Copy link
Contributor

svenefftinge commented Aug 18, 2017

rebased the branch

@akosyakov
Copy link
Member Author

This PR is ready for the review. I am going to tackle outstanding issues from #391 (comment) separately.

@akosyakov
Copy link
Member Author

The history looks bogus in the PR, you better to look at commits in the branch.

@akosyakov akosyakov force-pushed the jb/extension_ui branch 7 times, most recently from 7ac91be to 75c708c Compare October 3, 2017 11:07
jbicker and others added 22 commits October 12, 2017 10:16
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
…handling and synchronisation between extension list and detail view

Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
Also some CSS changes and minor improvements.

Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io>
Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
…s empty

Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
@hexa00
Copy link

hexa00 commented Oct 12, 2017

No objection from me, please merge.

BTW however does this change the debug process ? with the cluster etc ?

Would we need to update the Developing.md ?

@akosyakov
Copy link
Member Author

BTW however does this change the debug process ? with the cluster etc ?

Clustering is disabled for debugging.

Would we need to update the Developing.md ?

No, should be as before.

@akosyakov akosyakov merged commit ad1c4ad into master Oct 12, 2017
@akosyakov akosyakov deleted the jb/extension_ui branch October 12, 2017 12:34
@svenefftinge svenefftinge mentioned this pull request Oct 18, 2017
3 tasks
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.

5 participants