Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/20110224"

 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
== Attendees ==
 
== Attendees ==
  
* John
+
* John Arthorne
* Simon
+
* Simon Kaegi
* Grant
+
* Grant Gayed
* Silenio
+
* Silenio Quarti
* Andrew
+
* Andrew Niefer
* Felipe
+
* Felipe Heidrich
* Libing
+
* Libing Wang
 
* Szymon Brandys
 
* Szymon Brandys
* Gosia
+
* Gosia Janczarska
 
* Mark MacDonald
 
* Mark MacDonald
 
* Phil Brickland
 
* Phil Brickland
Line 29: Line 29:
 
* Extending navigator to support contributed commands from plugins
 
* Extending navigator to support contributed commands from plugins
 
* Working on Git REST API (clone, list clones so far)
 
* Working on Git REST API (clone, list clones so far)
 +
* Polishing the UI: improved colours, reduced clutter, polished icons
 +
* Working on preference JS API
 +
** Not clear if we understand the workflows that demand additional scopes such as site-level preferences.
 +
* Running tests in an iFrame, reporting results to a host page
 +
* Released some site configuration support on the server side, working on a client UI for viewing and navigating to sites.
 +
 +
* JavaScript parsing
 +
** Started using JSLint but license isn't compatible
 +
** Investigating using CodeMirror parser instead
 +
** uglify.js also has a parser
 +
 +
* Git
 +
** Some discussion of priorities of what order to tackle things:
 +
** First git clone
 +
** Second git status page
 +
** Link git status page to read only compare editor
 +
** Push/pull if time permits

Latest revision as of 14:02, 24 February 2011

Agenda

  • Status
  • Editor performance in DaVinci
  • Git details

Attendees

  • John Arthorne
  • Simon Kaegi
  • Grant Gayed
  • Silenio Quarti
  • Andrew Niefer
  • Felipe Heidrich
  • Libing Wang
  • Szymon Brandys
  • Gosia Janczarska
  • Mark MacDonald
  • Phil Brickland
  • Susan McCourt
  • Tomasz Zarna

Minutes

  • Crossfire server now using new breakpoints protocol
  • Adapting test framework to run in JSTestDriver
  • Added tab size control in editor
  • Compare editor now working, can compare working copy with git index
  • Extending navigator to support contributed commands from plugins
  • Working on Git REST API (clone, list clones so far)
  • Polishing the UI: improved colours, reduced clutter, polished icons
  • Working on preference JS API
    • Not clear if we understand the workflows that demand additional scopes such as site-level preferences.
  • Running tests in an iFrame, reporting results to a host page
  • Released some site configuration support on the server side, working on a client UI for viewing and navigating to sites.
  • JavaScript parsing
    • Started using JSLint but license isn't compatible
    • Investigating using CodeMirror parser instead
    • uglify.js also has a parser
  • Git
    • Some discussion of priorities of what order to tackle things:
    • First git clone
    • Second git status page
    • Link git status page to read only compare editor
    • Push/pull if time permits

Back to the top