-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Rework workspace key to new format where namespace can contain /
symbols
#4061
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
Comments
benoitf
added a commit
that referenced
this issue
Feb 13, 2017
… namespace value Broken by #4061 Change-Id: I884e8adef2f01774f00a9f6c08ca834fc22b5917 Signed-off-by: Florent BENOIT <[email protected]>
benoitf
added a commit
that referenced
this issue
Feb 15, 2017
…ptional namespace value Broken by #4061
benoitf
added a commit
that referenced
this issue
Feb 15, 2017
…ptional namespace value Broken by #4061
benoitf
added a commit
that referenced
this issue
Feb 15, 2017
… namespace value (#4123) * Make backward compliance for the workspace keys with ":" and optional namespace value Broken by #4061 This backward compliance will be soon removed once deprecation time is over Change-Id: I884e8adef2f01774f00a9f6c08ca834fc22b5917 Signed-off-by: Florent BENOIT <[email protected]>
JPinkney
pushed a commit
to JPinkney/che
that referenced
this issue
Aug 17, 2017
… namespace value (eclipse-che#4123) * Make backward compliance for the workspace keys with ":" and optional namespace value Broken by eclipse-che#4061 This backward compliance will be soon removed once deprecation time is over Change-Id: I884e8adef2f01774f00a9f6c08ca834fc22b5917 Signed-off-by: Florent BENOIT <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rework workspace key to new format where namespace can contain
/
symbols.Now workspace key have following format:
It is needed to rework workspace key to have following format:
Note that namespace can contains
/
so workspace key can looks like {namespace_part1}/{namespace_part2}/.../{namespace_partN}/{workspaceName}.The text was updated successfully, but these errors were encountered: