Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] [ice-build] [eclipse/ice] 08973c: Setup ICE to take a http post of type FILE_PLOTEDI...

I think that breaks our provenance story. For example, what metadata comes with the file to say where it is from?

Jay

From: "McCaskey, Alex"
Sent: Monday, November 23, 2015 2:16 PM
To: ice developer discussions
Subject: Re: [ice-dev] [ice-build] [eclipse/ice] 08973c: Setup ICE to take a http post of type FILE_PLOTEDI...


It’s just a little test prototype that lets you send a data file to the Core as a POST with CURL that is then displayed with the Plot Editor if valid. 

I don’t see it going into production without a little better design, but it will let me run an app via Docker and then pipe the app's resultant data file to ICE to be displayed immediately. 

Alex

On Nov 23, 2015, at 1:05 PM, Jay Jay Billings <jayjaybillings@xxxxxxxxx> wrote:

Alex,

What's this for (functionally)?

Jay

---------- Forwarded message ----------
From: "GitHub" <noreply@xxxxxxxxxx>
Date: Nov 23, 2015 11:12 AM
Subject: [ice-build] [eclipse/ice] 08973c: Setup ICE to take a http post of type FILE_PLOTEDI...
To: <ice-build@xxxxxxxxxxx>
Cc:

  Branch: refs/heads/mccaskey/curlPostPlotEditor
  Home:   https://github.com/eclipse/ice
  Commit: 08973c780b7bd42873f70dcc4e21e9da0a6ec6ec
      https://github.com/eclipse/ice/commit/08973c780b7bd42873f70dcc4e21e9da0a6ec6ec
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-11-23 (Mon, 23 Nov 2015)

  Changed paths:
    M org.eclipse.ice.core/META-INF/MANIFEST.MF
    M org.eclipse.ice.core/src/org/eclipse/ice/core/internal/itemmanager/ItemManager.java
    M org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/PlotEditor.java
    A utils/openICEPlotEditor.sh

  Log Message:
  -----------
  Setup ICE to take a http post of type FILE_PLOTEDITOR.

This commits enables users to point ICE to a data file via an http post
and have ICE open it in the PlotEditor if it can.

Also adding a simple script to do this post via the command line. Just
run ./openICEPlotEditor fileName port. We can make this more robust
later for remote hostname posts.

Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>



_______________________________________________
ice-build mailing list
ice-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ice-build

_______________________________________________
ice-dev mailing list
ice-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ice-dev


Back to the top