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
@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