Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [flux-dev] flux doesn't work now due to orion-client changes

Hey Vladimir,

great to read what you’ve been working on. Sounds like great stuff!!!

Would you be interested in contributing most if not all of this back to the Flux project? That would be awesome.
I saw that you have worked from a fork of https://github.com/spring-projects/flight627 which is the old version of the prototype implementation. Since then we moved over to Eclipse and the up-to-date Eclipse repository for Flux is at:

https://github.com/eclipse/flux

What do you think about forking that repo, rebasing your work on this one, and submit pull requests for the individual contributions? That would be great!
Before you can submit a pull request you would need to sign the Eclipse CLA (https://www.eclipse.org/legal/CLA.php).

> My colleague successfully implemented IntelliJ Idea backend for Flux (https://github.com/nicity/flight627) and I started work to run my own flux instance.

Having a backend for IntelliJ is definitely a great thing to have. Please feel free to adapt this to the latest version of Flux at Eclipse (the new repo mentioned above) and submit a pull request.

> I dockerized node.server (https://github.com/develar/flux/commit/cd4b6fdd9223ecc007ce9c594f618b49e3e0c137) and orion-client (https://github.com/develar/orion.client/blob/master/modules/orionode/Dockerfile, published as https://registry.hub.docker.com/u/develar/orion-client/).
> 
> Also, I updated node.server dependencies.
> If you like my changes, I can create pull request (or you can merge as you want).
> 
> But main topic is: as far I see, flux doesn't work now due to orion-client changes. flux.cfapps.io doesn't work also — I cannot create project or files via browser (Open flux.cfapps.io and File -> New file -> file created (I see notification), but I don't see it in the project view).

There are two things here:

- you are working off an old version of Flux (as well as Orion)
- those menu items don’t work at the moment due to known limitations in the Flux Orion plugin implementation.

If you would like to, feel free to take a look and implement those missing bits and pieces. I haven’t looked into this in detail myself yet, but I could try to answer questions and help out a bit, if you want.


Great to read about your Flux work and would be more than happy to welcome you as a contributor to the Eclipse project.

Cheers,
-Martin




Back to the top