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 "Orion/Meeting minutes/20110203"

(Attendees)
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
== Topics ==
 
== Topics ==
* Identity Service
+
* Configuration Service [https://bugs.eclipse.org/bugs/show_bug.cgi?id=336260 336260]
 
* Unit Testing
 
* Unit Testing
  
 
== Attendees ==
 
== Attendees ==
  
== Minutes ==
+
* Nayna Jain
 +
* Szymon Brandys
 +
* Sundar
 +
* Paul Beusterien
 +
* Felipe Heidrich
 +
* Mark MacDonald
 +
* Ian Skerrett
 +
* Susan McCourt
 +
* John Arthorne
 +
* McQ Wilson
 +
* Boris Bokowski
 +
* Libing Wang
 +
* Andrew Niefer
 +
* Grant Gayed
 +
* Simon Kaegi
 +
 
 +
== Status ==
 +
 
 +
* [[Orion/Milestone Plan]] is available
 +
* Working on improvements to the plugin registry
 +
* Editor tests, code coverage, bug fixing
 +
* JS Unit, getting tests running with JS Test Driver
 +
* Fixing build problems causing build failures
 +
* Working on cross-fire protocol, and breakpoints in particular
 +
* Starting to work on a Git client for Orion
 +
* Moving editor actions, toolbar buttons so they can be rendered consistently
 +
* Susan looking at organizing/polishing the UI, working with Nathan on styling
 +
* Need an example of a contributed action that requires delegated authentication
 +
 
 +
== Discussion ==
 +
 
 +
* Need to focus on community development, getting web community interested and engaged
 +
* Identify critical pieces required for self hosting
 +
 
 +
* Configuration service
 +
** Orion installations on different hosts
 +
** Would like to share plugin configuration across multiple Orion servers
 +
** Possibly a given user would have multiple "configurations" of plugins depending on their task at hand
 +
** Deeper dive on this subject on the mailing list, with a separate phone call to discuss
 +
 
 +
* JS unit testing
 +
** Unable to establish provenance for JQuery, which is required by JS Test Driver.
 +
** IP clearance in progress but won't come soon.
 +
** Need an alternative JS testing solution in the meantime.
 +
** JS test driver also doesn't support asynchronous tests yet
 +
** Performance tests for JS would also be valuable

Latest revision as of 14:48, 3 February 2011

Topics

  • Configuration Service 336260
  • Unit Testing

Attendees

  • Nayna Jain
  • Szymon Brandys
  • Sundar
  • Paul Beusterien
  • Felipe Heidrich
  • Mark MacDonald
  • Ian Skerrett
  • Susan McCourt
  • John Arthorne
  • McQ Wilson
  • Boris Bokowski
  • Libing Wang
  • Andrew Niefer
  • Grant Gayed
  • Simon Kaegi

Status

  • Orion/Milestone Plan is available
  • Working on improvements to the plugin registry
  • Editor tests, code coverage, bug fixing
  • JS Unit, getting tests running with JS Test Driver
  • Fixing build problems causing build failures
  • Working on cross-fire protocol, and breakpoints in particular
  • Starting to work on a Git client for Orion
  • Moving editor actions, toolbar buttons so they can be rendered consistently
  • Susan looking at organizing/polishing the UI, working with Nathan on styling
  • Need an example of a contributed action that requires delegated authentication

Discussion

  • Need to focus on community development, getting web community interested and engaged
  • Identify critical pieces required for self hosting
  • Configuration service
    • Orion installations on different hosts
    • Would like to share plugin configuration across multiple Orion servers
    • Possibly a given user would have multiple "configurations" of plugins depending on their task at hand
    • Deeper dive on this subject on the mailing list, with a separate phone call to discuss
  • JS unit testing
    • Unable to establish provenance for JQuery, which is required by JS Test Driver.
    • IP clearance in progress but won't come soon.
    • Need an alternative JS testing solution in the meantime.
    • JS test driver also doesn't support asynchronous tests yet
    • Performance tests for JS would also be valuable

Back to the top