Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Volume for Theia data directory missing (plugin settings permanence) #17587

Open
matthewfisch opened this issue Aug 5, 2020 · 4 comments
Open
Labels
area/editor/theia Issues related to the che-theia IDE of Che lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. severity/P2 Has a minor but important impact to the usage or development of the system.

Comments

@matthewfisch
Copy link

As described in the original issues related to PR eclipse-che/che-theia#191 , a volume mount was required to enable state permanence in Theia plugin settings (allows plugins to store their settings, such as Atlascode's session cookies).

This was fixed merged into master, but was subsequently lost in a regression.

Here's the commit that was regressed: eclipse-che/che-theia@c866bc4

This can be resolved via Devfile component fixup, but should be resolved upstream in che-theia:

  - id: eclipse/che-theia/next
    type: cheEditor
    volumes:
      - name: theia-data
        containerPath: /home/theia/.theia
    alias: theia-editor
    env:
      - value: "0"
        name: NODE_TLS_REJECT_UNAUTHORIZED
@RomanNikitenko
Copy link
Member

@matthewfisch
Please use the main Eclipse Che repository for creating issues.

Thanks in advance!

@azatsarynnyy azatsarynnyy transferred this issue from eclipse-che/che-theia Aug 6, 2020
@azatsarynnyy azatsarynnyy added area/editor/theia Issues related to the che-theia IDE of Che severity/P2 Has a minor but important impact to the usage or development of the system. labels Aug 6, 2020
@azatsarynnyy
Copy link
Member

transferred the issue from che-theia to che repo

@che-bot
Copy link
Contributor

che-bot commented Feb 4, 2021

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 4, 2021
@ericwill ericwill added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Feb 4, 2021
@ericwill
Copy link
Contributor

ericwill commented Feb 4, 2021

This is something to be looked at with #15421

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/editor/theia Issues related to the che-theia IDE of Che lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. severity/P2 Has a minor but important impact to the usage or development of the system.
Projects
None yet
Development

No branches or pull requests

5 participants