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

Files created in terminal don't appear in the project explorer #9026

Closed
ChristianSchenk711 opened this issue Mar 6, 2018 · 3 comments
Closed
Assignees
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/P2 Has a minor but important impact to the usage or development of the system.
Milestone

Comments

@ChristianSchenk711
Copy link

Description

In some situations the project explorer is not kept in sync with the filesystem when creating or deleting files via terminal or other tools.

Reproduction

In Che 6.1.1:

  • create blank project named "test" (the project is created in collapsed state in the project explorer)
  • expand the project (the README.md should appear)
  • collapse the project in the project explorer
  • in the terminal do "echo hello > test/test.txt"
  • now expand the project node in the project explorer

-> the file text.txt is not there and will not appear unless you perform a refresh or create a new subfolder.

  • the same problem happens on all subfolders and also when deleting files.
  • note, that this doesn't happen if you don't expand and collapse the project initially.
@slemeur slemeur added kind/bug Outline of a bug - must adhere to the bug report template. team/ide severity/P1 Has a major impact to usage or development of the system. labels Mar 6, 2018
@artaleks9
Copy link
Contributor

Still actual for ver.6.5.0

@vzhukovs
Copy link
Contributor

Confirm this bug. Taking this issue into progress.

@vzhukovs vzhukovs self-assigned this May 14, 2018
@vzhukovs vzhukovs added severity/P2 Has a minor but important impact to the usage or development of the system. and removed severity/P1 Has a major impact to usage or development of the system. labels May 14, 2018
vzhukovs added a commit that referenced this issue Jun 6, 2018
### What does this PR do?
This changes proposal fixes the problem when folder didn't consume external file changes event when it collapsed on the UI. So before folder expand it checks if on server new items appears.

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

### What issues does this PR fix or reference?
#9026 

#### Release Notes
N/A

#### Docs PR
N/A
@vzhukovs
Copy link
Contributor

vzhukovs commented Jun 6, 2018

Fixed

@vzhukovs vzhukovs closed this as completed Jun 6, 2018
@vzhukovs vzhukovs added this to the 6.7.0 milestone Jun 6, 2018
hbhargav pushed a commit to hbhargav/che that referenced this issue Dec 5, 2018
…e#9793)

### What does this PR do?
This changes proposal fixes the problem when folder didn't consume external file changes event when it collapsed on the UI. So before folder expand it checks if on server new items appears.

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

### What issues does this PR fix or reference?
eclipse-che#9026 

#### Release Notes
N/A

#### Docs PR
N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. 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

4 participants