Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "UI for the equinox provisioning"

(New page: This project provides a much needed update to the Eclipse Update Manager, making it simpler, less intrusive and more user friendly and taking advantage of the latest equinox features.)
 
m (cat)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This project provides a much needed update to the Eclipse Update Manager, making it simpler, less intrusive and more user friendly and taking advantage of the latest equinox features.
+
The project has since been changed currently to provide Write Access to Metadata api and change all the code to use that.
 +
 
 +
I have successfully made the changes to the interfaces and implemented them. Having a bit of trouble making equinox initialize all the services correctly.
 +
 
 +
Eclipse bugzilla entry for this project is here -
 +
https://bugs.eclipse.org/bugs/show_bug.cgi?id=194674
 +
 
 +
Update:
 +
Successfully provided write access to metadata repo and changed related code to use the new api.
 +
 
 +
 
 +
Now working on providing Write access to the artifact repository.
 +
Progress can be tracked here -
 +
https://bugs.eclipse.org/bugs/show_bug.cgi?id=196432
 +
 
 +
Submitted api proposal for artifact repository. Will implement as soon as I get approval on it.
 +
 
 +
It the meanwhile I have been working on the 'Engine' Api. I will be providing the undo/redo api for it.
 +
Provided an api proposal, but was told to hold off on implementation since the engine api is in flux at the moment.
 +
https://bugs.eclipse.org/bugs/show_bug.cgi?id=199402
 +
 
 +
Asked to create a db backed metadata repository.
 +
already provided the schema, now working on implementation.
 +
bug report here -
 +
https://bugs.eclipse.org/bugs/show_bug.cgi?id=199652
 +
 
 +
[[Category:SOC]]

Latest revision as of 17:38, 14 October 2007

The project has since been changed currently to provide Write Access to Metadata api and change all the code to use that.

I have successfully made the changes to the interfaces and implemented them. Having a bit of trouble making equinox initialize all the services correctly.

Eclipse bugzilla entry for this project is here - https://bugs.eclipse.org/bugs/show_bug.cgi?id=194674

Update: Successfully provided write access to metadata repo and changed related code to use the new api.


Now working on providing Write access to the artifact repository. Progress can be tracked here - https://bugs.eclipse.org/bugs/show_bug.cgi?id=196432

Submitted api proposal for artifact repository. Will implement as soon as I get approval on it.

It the meanwhile I have been working on the 'Engine' Api. I will be providing the undo/redo api for it. Provided an api proposal, but was told to hold off on implementation since the engine api is in flux at the moment. https://bugs.eclipse.org/bugs/show_bug.cgi?id=199402

Asked to create a db backed metadata repository. already provided the schema, now working on implementation. bug report here - https://bugs.eclipse.org/bugs/show_bug.cgi?id=199652

Back to the top