Skip to content

Instantly share code, notes, and snippets.

@nickboldt
Last active July 24, 2019 14:58
Show Gist options
  • Save nickboldt/ff1f7dc7249054048b1638f7d9248857 to your computer and use it in GitHub Desktop.
Save nickboldt/ff1f7dc7249054048b1638f7d9248857 to your computer and use it in GitHub Desktop.

milestone 7.0.0

  1. eclipse-che/che#13837 - Need to periodically build arbitrary-users-patch images as part of the nightly che-devfile-registry ci job #13837

milestone 7.1.0

  1. eclipse-che/che#13848 - Improve che docs devfile section #13848

  2. eclipse-che/che#13842 - devfile: Can not start workspace #13842

milestone 7.x

  1. eclipse-che/che#13846 - Workspace loader does not show that workspace failed to start if it happens too fast #13846

  2. eclipse-che/che#13853 - Mark task/che commands as terminated in the tab #13853

  3. eclipse-che/che#13852 - Allow to easily grab JWT token from UI (dashboard, theia, etc.) #13852

  4. eclipse-che/che#13836 - Have a nice looking page in the default che plugin registry #13836

Needs info

  1. eclipse-che/che#13844 - Failed to start Kubernetes runtime of workspace workspaces112lfo56ngilrgn. Cause: Server 'theia' in container 'theia-ide828' not available #13844

  2. eclipse-che/che#13838 - Pods are not initializing for Che and keycloak kubernetes #13838

  3. eclipse-che/che#13841 - [no port available in range [7800 .. 7850]]che-server deploy error #13841

FULL LIST:

curl -sSq -H "Authorization: token ${GHTOKEN}" "https://api.github.com/repos/eclipse/che/issues?state=open&since=2019-07-12T15:00:00+01:00" | jq ".[] | .html_url,.title,.labels[].name,.milestone.title" | \
while read LINE; do if [[ $LINE == *"/issues/"* ]]; then echo ""; echo $LINE; else echo "  "$LINE; fi; done
@nickboldt
Copy link
Author

What sort of help are you offering? We're happy to have help in any way you can!

@SDAdham
Copy link

SDAdham commented Jul 20, 2019

Test, update the code (but i dont know where, there is no document on how to build the environment)

@nickboldt
Copy link
Author

If you're talking about how to build Che 7, you just need to check out the code and run mvn clean install to build it.

Even simpler, you can import the Che devfile into your Che dashboard, and it'll import the project for you and create a workspace in which to do development. The isntructions for importing a devfile into Che are here: https://github.com/eclipse/che-docs/blob/master/src/main/pages/che-7/hands-on-guidance/proc_configuring-a-che-workspace-using-a-devfile.adoc

If you have any problems with that, let me know as I wrote that doc and am happy to fix problems with it (or accept your PRs on it).

In fact here's some fixes in progress: eclipse-che/che-docs#755 :)

@SDAdham
Copy link

SDAdham commented Jul 24, 2019

Thanks @nickboldt, i added ur comment into my todo list, few things came up. Hopefully id get on board soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment