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

Orion/Meeting minutes/20140327

Attendees

John, Silenio, Anton, Elijah, McQ, Grant, Simon, Bogdan, Anthony, Libing, Mark, Mike R, Curtis


Minutes

  • Master is still frozen, we are trying to stabilize before switching to two week iteration cadence
  • Upgraded to latest JGit 3.3 + SSO patch
  • Setting up virtual docker environment to figure out how to scale it up to many users where each Orion user has separate container
    • Containers will be created on demand when needed
    • Initially expose CF commands and npm/node commands
    • Added ability to expose ports within container and connect externally (eg, browser)
  • Now building Orion against Luna M6
  • Now publishing Orion Maven-based builds to Orion download page
  • Fixed server test failures in Maven-based build
  • Cleaning up Orion plugin settings to be consistent
  • Splitting ide.css into multiple pieces
  • Need a better packaging story for stand-alone components such as editor and compare editor
    • Currently user has to download several files separately
    • Need a single zip or other consumable package format to make them easier to consume
  • Node server: hard for people to reuse it within a larger web app
    • Fixing bugs to make it easier to consume as part of a bigger app
    • Investigating ability to customize parts of Orion node server without hacking it
  • Merging support for error tolerant parsing into latest Esprima
    • Discussing with Esprima team on how to integrate those changes upstream

Back to the top