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

How can I know if a file is in git index or not, from IDE? #173

Closed
freewind opened this issue Jan 10, 2016 · 3 comments
Closed

How can I know if a file is in git index or not, from IDE? #173

freewind opened this issue Jan 10, 2016 · 3 comments
Labels
kind/enhancement A feature request - must adhere to the feature request template.

Comments

@freewind
Copy link

I'm trying the git feature provided by che. But I have a problem that I can't figure out which of the files are in git index just from IDE.

You can see there are three files:

image

and they have the same icons.

I tried to click on the "status" option from "git" menu:

image

But it reports an error:

image

So I have to open the terminal tab, use git status command:

image

I wonder if we can know this information just from IDE and menus, without typing commands?

@ghost
Copy link

ghost commented Jan 10, 2016

We're currently working on Git improvements. This is most certainly a bug that I will report to engineering team.

As to icons in the project tree that show files git status - that's a very helpful feature indeed.

@ddementieva ddementieva added the kind/enhancement A feature request - must adhere to the feature request template. label Jan 21, 2016
@ghost
Copy link

ghost commented Jul 4, 2016

@freewind can you still reproduce this issue?

@freewind
Copy link
Author

freewind commented Jul 4, 2016

I think this issue can be closed

@freewind freewind closed this as completed Jul 4, 2016
Katka92 pushed a commit to Katka92/che that referenced this issue Jun 27, 2018
…he#173)

Improve Keycloak user validation to restrict access to Che

Update Keycloak integration to check if a provided token matches the
token assigned to the current namespace owner. Updates the
KeycloakAuthenticationFilter, and adds a new tomcat valve
(UserAuthValve) to perform this work.

Adds a new endpoint, /api/token/user, where get requests can be made
to check if the above condition is true.

As of this commit, wsmaster and wsagent have this authentication
enabled. The IDE and dashboard, however, do not.

Signed-off-by: Angel Misevski <amisevsk@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

No branches or pull requests

2 participants