Issue triage for July 4th and 5th
type WorkItemRepository struct { | |
DoLoad func(ctx context.Context, ID string) (*app.WorkItem, error) | |
DoSave func(ctx context.Context, wi app.WorkItem) (*app.WorkItem, error) | |
DoDelete func(ctx context.Context, ID string) error | |
DoCreate func(ctx context.Context, typeID string, fields map[string]interface{}) (*app.WorkItem, error) | |
DoList func(ctx context.Context, criteria criteria.Expression, start *int, length *int) ([]*app.WorkItem, uint64, error) | |
} | |
func (r *WorkItemRepository) Load(ctx context.Context, ID string) (*app.WorkItem, error) { | |
return r.DoLoad(ctx, ID) |
Super Dev Mode starting up | |
workDir: /tmp/gwt-codeserver-6245183799930934294.tmp | |
Job org.eclipse.che.ide.IDE_1_0 | |
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". | |
SLF4J: Defaulting to no-operation (NOP) logger implementation | |
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. | |
binding: locale=en | |
[WARN] property 'locale' cannot be set to 'en' | |
allowed values: default | |
recovered with locale=default |
------------------------------------------------------------------------ | |
Searching for GWT | |
------------------------------------------------------------------------ | |
io/typefox/lsapi/LsApi.gwt.xml | |
javax/validation/Validation.gwt.xml | |
jsinterop/annotations/Annotations.gwt.xml | |
org/eclipse/che/api/auth/Auth.gwt.xml | |
org/eclipse/che/api/core/Core.gwt.xml | |
org/eclipse/che/api/core/model/Model.gwt.xml | |
org/eclipse/che/api/debug/Debug.gwt.xml |
Impossible to get a terminal in a workspace #13584)
"Annotation key is too long" error when starting workspace, created from devfile #13303
Can not create a new pull request from GitHub plugin [#13814] (eclipse-che/che#13814): there is an easy workaround: create the pull request on github
It isn't possible to debug Python Django application #13816
Workspaces created from dashboard (devfile) do not respect clonePath
Your registry is invalid" when trying to change to "Visual Studio Code plugins
Embed minishift addon into chectl
Multiple issues with omnisharp plugin
Unable to delete worskpace from Organization workspaces list, workspace name is missed
Project-template API decomissioning
Document how to configure devfile to get terminals in any images on OCP 4.x #14020
[regression] Devfile schema validation is broken for referenceContent actions #14024
Generated Hello World plugin build fails #14028
[TS_SELENIUM] Investigate why sometimes notifications don't close after clicking to "yes" or "cancel" button #14022
Investigate Testing LSP features #14023
Investigate testing DAP features #14025
Investigate Language server metrics #14017
https://che-incubator.github.io/vscode-theia-comparator/status.html |