Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 4 112 | repo_url stringlengths 33 141 | action stringclasses 3 values | title stringlengths 1 1.02k | labels stringlengths 4 1.54k | body stringlengths 1 262k | index stringclasses 17 values | text_combine stringlengths 95 262k | label stringclasses 2 values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
36,797 | 5,087,848,264 | IssuesEvent | 2016-12-31 10:33:53 | payara/Payara | https://api.github.com/repos/payara/Payara | closed | [Payara Embedded] Unable to deploy JSF enabled Web app. or Web module | 1:Wait c:PossibleBug requestor unresponsive (1) requestor unresponsive (2) Test Case Required | Tested with payara-embedded-all 162, 163 and 163.0.1
Both web application or web module that enabled JSF configuration can not be deployed.
The stack trace for ear depoly is below. Same trace generated for web app.
SEVERE: Unable to obtain InjectionProvider from init time FacesContext. Does this container implement the Mojarra Injection SPI?
Sep 23, 2016 1:07:06 PM javax.faces.FactoryFinderInstance getFactory
SEVERE: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory. Attempting to find backup.
Sep 23, 2016 1:07:06 PM org.apache.catalina.core.StandardContext log
SEVERE: WebModule[/Gateway-web]StandardWrapper.Throwable
java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at javax.faces.FactoryFinderInstance.getFactory(FactoryFinderInstance.java:555)
at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:283)
at javax.faces.webapp.FacesServlet.init(FacesServlet.java:358)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1583)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1382)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5734)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5979)
at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Sep 23, 2016 1:07:06 PM org.apache.catalina.core.StandardContext log
SEVERE: WebModule[/Gateway-web]Servlet /Gateway-web threw load() exception
java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at javax.faces.FactoryFinderInstance.getFactory(FactoryFinderInstance.java:555)
at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:283)
at javax.faces.webapp.FacesServlet.init(FacesServlet.java:358)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1583)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1382)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5734)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5979)
at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Sep 23, 2016 1:07:06 PM org.apache.catalina.core.StandardContext start
SEVERE: Startup of context /Gateway-web failed due to previous errors
Sep 23, 2016 1:07:06 PM com.sun.logging.LogDomains getResourceBundle
INFO: Cannot find the resource bundle for the name com.sun.logging.enterprise.system.core for class com.sun.ejb.containers.interceptors.JavaEEInterceptorBuilderImpl using sun.misc.Launcher$AppClassLoader@18b4aac2
Sep 23, 2016 1:07:06 PM org.apache.catalina.core.StandardContext log
SEVERE: WebModule[/Gateway-web]Servlet Faces Servlet threw unload() exception
javax.servlet.ServletException: Servlet.destroy() for servlet Faces Servlet threw exception
at org.apache.catalina.core.StandardWrapper.unload(StandardWrapper.java:1913)
at org.apache.catalina.core.StandardWrapper.stop(StandardWrapper.java:2194)
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:6150)
at com.sun.enterprise.web.WebModule.stop(WebModule.java:720)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5983)
at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at javax.faces.webapp.FacesServlet.uninitHttpMethodValidityVerification(FacesServlet.java:511)
at javax.faces.webapp.FacesServlet.destroy(FacesServlet.java:318)
at org.apache.catalina.core.StandardWrapper.unload(StandardWrapper.java:1899)
... 44 more
----- Root Cause -----
java.lang.NullPointerException
at javax.faces.webapp.FacesServlet.uninitHttpMethodValidityVerification(FacesServlet.java:511)
at javax.faces.webapp.FacesServlet.destroy(FacesServlet.java:318)
at org.apache.catalina.core.StandardWrapper.unload(StandardWrapper.java:1899)
at org.apache.catalina.core.StandardWrapper.stop(StandardWrapper.java:2194)
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:6150)
at com.sun.enterprise.web.WebModule.stop(WebModule.java:720)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5983)
at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Sep 23, 2016 1:07:07 PM org.apache.catalina.core.ContainerBase addChildInternal
SEVERE: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5987)
at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.catalina.LifecycleException: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5743)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5979)
... 40 more
Caused by: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at javax.faces.FactoryFinderInstance.getFactory(FactoryFinderInstance.java:555)
at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:283)
at javax.faces.webapp.FacesServlet.init(FacesServlet.java:358)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1583)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1382)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5734)
... 41 more
Sep 23, 2016 1:07:07 PM com.sun.enterprise.web.WebApplication start
WARNING: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1045)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Sep 23, 2016 1:07:07 PM org.glassfish.internal.data.ModuleInfo start
SEVERE: Exception while invoking class com.sun.enterprise.web.WebApplication start method
java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:168)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Sep 23, 2016 1:07:07 PM com.sun.enterprise.v3.server.ApplicationLifecycle deploy
SEVERE: Exception during lifecycle processing
java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:168)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Sep 23, 2016 1:07:07 PM org.glassfish.api.ActionReport failure
SEVERE: Exception while loading the app
Sep 23, 2016 1:07:07 PM com.sun.enterprise.web.WebContainer unloadWebModule
SEVERE: Undeployment failed for context /Gateway-web
| 1.0 | [Payara Embedded] Unable to deploy JSF enabled Web app. or Web module - Tested with payara-embedded-all 162, 163 and 163.0.1
Both web application or web module that enabled JSF configuration can not be deployed.
The stack trace for ear depoly is below. Same trace generated for web app.
SEVERE: Unable to obtain InjectionProvider from init time FacesContext. Does this container implement the Mojarra Injection SPI?
Sep 23, 2016 1:07:06 PM javax.faces.FactoryFinderInstance getFactory
SEVERE: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory. Attempting to find backup.
Sep 23, 2016 1:07:06 PM org.apache.catalina.core.StandardContext log
SEVERE: WebModule[/Gateway-web]StandardWrapper.Throwable
java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at javax.faces.FactoryFinderInstance.getFactory(FactoryFinderInstance.java:555)
at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:283)
at javax.faces.webapp.FacesServlet.init(FacesServlet.java:358)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1583)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1382)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5734)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5979)
at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Sep 23, 2016 1:07:06 PM org.apache.catalina.core.StandardContext log
SEVERE: WebModule[/Gateway-web]Servlet /Gateway-web threw load() exception
java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at javax.faces.FactoryFinderInstance.getFactory(FactoryFinderInstance.java:555)
at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:283)
at javax.faces.webapp.FacesServlet.init(FacesServlet.java:358)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1583)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1382)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5734)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5979)
at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Sep 23, 2016 1:07:06 PM org.apache.catalina.core.StandardContext start
SEVERE: Startup of context /Gateway-web failed due to previous errors
Sep 23, 2016 1:07:06 PM com.sun.logging.LogDomains getResourceBundle
INFO: Cannot find the resource bundle for the name com.sun.logging.enterprise.system.core for class com.sun.ejb.containers.interceptors.JavaEEInterceptorBuilderImpl using sun.misc.Launcher$AppClassLoader@18b4aac2
Sep 23, 2016 1:07:06 PM org.apache.catalina.core.StandardContext log
SEVERE: WebModule[/Gateway-web]Servlet Faces Servlet threw unload() exception
javax.servlet.ServletException: Servlet.destroy() for servlet Faces Servlet threw exception
at org.apache.catalina.core.StandardWrapper.unload(StandardWrapper.java:1913)
at org.apache.catalina.core.StandardWrapper.stop(StandardWrapper.java:2194)
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:6150)
at com.sun.enterprise.web.WebModule.stop(WebModule.java:720)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5983)
at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at javax.faces.webapp.FacesServlet.uninitHttpMethodValidityVerification(FacesServlet.java:511)
at javax.faces.webapp.FacesServlet.destroy(FacesServlet.java:318)
at org.apache.catalina.core.StandardWrapper.unload(StandardWrapper.java:1899)
... 44 more
----- Root Cause -----
java.lang.NullPointerException
at javax.faces.webapp.FacesServlet.uninitHttpMethodValidityVerification(FacesServlet.java:511)
at javax.faces.webapp.FacesServlet.destroy(FacesServlet.java:318)
at org.apache.catalina.core.StandardWrapper.unload(StandardWrapper.java:1899)
at org.apache.catalina.core.StandardWrapper.stop(StandardWrapper.java:2194)
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:6150)
at com.sun.enterprise.web.WebModule.stop(WebModule.java:720)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5983)
at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Sep 23, 2016 1:07:07 PM org.apache.catalina.core.ContainerBase addChildInternal
SEVERE: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5987)
at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.catalina.LifecycleException: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5743)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5979)
... 40 more
Caused by: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at javax.faces.FactoryFinderInstance.getFactory(FactoryFinderInstance.java:555)
at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:283)
at javax.faces.webapp.FacesServlet.init(FacesServlet.java:358)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1583)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1382)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5734)
... 41 more
Sep 23, 2016 1:07:07 PM com.sun.enterprise.web.WebApplication start
WARNING: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1045)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Sep 23, 2016 1:07:07 PM org.glassfish.internal.data.ModuleInfo start
SEVERE: Exception while invoking class com.sun.enterprise.web.WebApplication start method
java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:168)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Sep 23, 2016 1:07:07 PM com.sun.enterprise.v3.server.ApplicationLifecycle deploy
SEVERE: Exception during lifecycle processing
java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: java.lang.IllegalStateException: Could not find backup for factory javax.faces.context.FacesContextFactory.
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:168)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:353)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:501)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:220)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:487)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:134)
at krmd.sagent.SAgentManager.deployGateway(SAgentManager.java:62)
at krmd.sagent.SAgent.start(SAgent.java:88)
at krmd.sagent.SAgent.start(SAgent.java:111)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Sep 23, 2016 1:07:07 PM org.glassfish.api.ActionReport failure
SEVERE: Exception while loading the app
Sep 23, 2016 1:07:07 PM com.sun.enterprise.web.WebContainer unloadWebModule
SEVERE: Undeployment failed for context /Gateway-web
| test | unable to deploy jsf enabled web app or web module tested with payara embedded all and both web application or web module that enabled jsf configuration can not be deployed the stack trace for ear depoly is below same trace generated for web app severe unable to obtain injectionprovider from init time facescontext does this container implement the mojarra injection spi sep pm javax faces factoryfinderinstance getfactory severe application was not properly initialized at startup could not find factory javax faces context facescontextfactory attempting to find backup sep pm org apache catalina core standardcontext log severe webmodule standardwrapper throwable java lang illegalstateexception could not find backup for factory javax faces context facescontextfactory at javax faces factoryfinderinstance getfactory factoryfinderinstance java at javax faces factoryfinder getfactory factoryfinder java at javax faces webapp facesservlet init facesservlet java at org apache catalina core standardwrapper initservlet standardwrapper java at org apache catalina core standardwrapper load standardwrapper java at org apache catalina core standardcontext loadonstartup standardcontext java at org apache catalina core standardcontext start standardcontext java at com sun enterprise web webmodule start webmodule java at org apache catalina core containerbase addchildinternal containerbase java at org apache catalina core containerbase addchild containerbase java at org apache catalina core standardhost addchild standardhost java at com sun enterprise web webcontainer loadwebmodule webcontainer java at com sun enterprise web webcontainer loadwebmodule webcontainer java at com sun enterprise web webapplication start webapplication java at org glassfish internal data engineref start engineref java at org glassfish internal data moduleinfo start moduleinfo java at org glassfish internal data applicationinfo start applicationinfo java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at org glassfish deployment admin deploycommand execute deploycommand java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl access commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin cli embeddable deployerimpl deploy deployerimpl java at krmd sagent sagentmanager deploygateway sagentmanager java at krmd sagent sagent start sagent java at krmd sagent sagent start sagent java at com sun javafx application launcherimpl lambda launcherimpl java at com sun javafx application platformimpl lambda runandwait platformimpl java at com sun javafx application platformimpl lambda null platformimpl java at java security accesscontroller doprivileged native method at com sun javafx application platformimpl lambda runlater platformimpl java at com sun glass ui invokelaterdispatcher future run invokelaterdispatcher java at com sun glass ui gtk gtkapplication runloop native method at com sun glass ui gtk gtkapplication lambda null gtkapplication java at java lang thread run thread java sep pm org apache catalina core standardcontext log severe webmodule servlet gateway web threw load exception java lang illegalstateexception could not find backup for factory javax faces context facescontextfactory at javax faces factoryfinderinstance getfactory factoryfinderinstance java at javax faces factoryfinder getfactory factoryfinder java at javax faces webapp facesservlet init facesservlet java at org apache catalina core standardwrapper initservlet standardwrapper java at org apache catalina core standardwrapper load standardwrapper java at org apache catalina core standardcontext loadonstartup standardcontext java at org apache catalina core standardcontext start standardcontext java at com sun enterprise web webmodule start webmodule java at org apache catalina core containerbase addchildinternal containerbase java at org apache catalina core containerbase addchild containerbase java at org apache catalina core standardhost addchild standardhost java at com sun enterprise web webcontainer loadwebmodule webcontainer java at com sun enterprise web webcontainer loadwebmodule webcontainer java at com sun enterprise web webapplication start webapplication java at org glassfish internal data engineref start engineref java at org glassfish internal data moduleinfo start moduleinfo java at org glassfish internal data applicationinfo start applicationinfo java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at org glassfish deployment admin deploycommand execute deploycommand java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl access commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin cli embeddable deployerimpl deploy deployerimpl java at krmd sagent sagentmanager deploygateway sagentmanager java at krmd sagent sagent start sagent java at krmd sagent sagent start sagent java at com sun javafx application launcherimpl lambda launcherimpl java at com sun javafx application platformimpl lambda runandwait platformimpl java at com sun javafx application platformimpl lambda null platformimpl java at java security accesscontroller doprivileged native method at com sun javafx application platformimpl lambda runlater platformimpl java at com sun glass ui invokelaterdispatcher future run invokelaterdispatcher java at com sun glass ui gtk gtkapplication runloop native method at com sun glass ui gtk gtkapplication lambda null gtkapplication java at java lang thread run thread java sep pm org apache catalina core standardcontext start severe startup of context gateway web failed due to previous errors sep pm com sun logging logdomains getresourcebundle info cannot find the resource bundle for the name com sun logging enterprise system core for class com sun ejb containers interceptors javaeeinterceptorbuilderimpl using sun misc launcher appclassloader sep pm org apache catalina core standardcontext log severe webmodule servlet faces servlet threw unload exception javax servlet servletexception servlet destroy for servlet faces servlet threw exception at org apache catalina core standardwrapper unload standardwrapper java at org apache catalina core standardwrapper stop standardwrapper java at org apache catalina core standardcontext stop standardcontext java at com sun enterprise web webmodule stop webmodule java at org apache catalina core standardcontext start standardcontext java at com sun enterprise web webmodule start webmodule java at org apache catalina core containerbase addchildinternal containerbase java at org apache catalina core containerbase addchild containerbase java at org apache catalina core standardhost addchild standardhost java at com sun enterprise web webcontainer loadwebmodule webcontainer java at com sun enterprise web webcontainer loadwebmodule webcontainer java at com sun enterprise web webapplication start webapplication java at org glassfish internal data engineref start engineref java at org glassfish internal data moduleinfo start moduleinfo java at org glassfish internal data applicationinfo start applicationinfo java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at org glassfish deployment admin deploycommand execute deploycommand java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl access commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin cli embeddable deployerimpl deploy deployerimpl java at krmd sagent sagentmanager deploygateway sagentmanager java at krmd sagent sagent start sagent java at krmd sagent sagent start sagent java at com sun javafx application launcherimpl lambda launcherimpl java at com sun javafx application platformimpl lambda runandwait platformimpl java at com sun javafx application platformimpl lambda null platformimpl java at java security accesscontroller doprivileged native method at com sun javafx application platformimpl lambda runlater platformimpl java at com sun glass ui invokelaterdispatcher future run invokelaterdispatcher java at com sun glass ui gtk gtkapplication runloop native method at com sun glass ui gtk gtkapplication lambda null gtkapplication java at java lang thread run thread java caused by java lang nullpointerexception at javax faces webapp facesservlet uninithttpmethodvalidityverification facesservlet java at javax faces webapp facesservlet destroy facesservlet java at org apache catalina core standardwrapper unload standardwrapper java more root cause java lang nullpointerexception at javax faces webapp facesservlet uninithttpmethodvalidityverification facesservlet java at javax faces webapp facesservlet destroy facesservlet java at org apache catalina core standardwrapper unload standardwrapper java at org apache catalina core standardwrapper stop standardwrapper java at org apache catalina core standardcontext stop standardcontext java at com sun enterprise web webmodule stop webmodule java at org apache catalina core standardcontext start standardcontext java at com sun enterprise web webmodule start webmodule java at org apache catalina core containerbase addchildinternal containerbase java at org apache catalina core containerbase addchild containerbase java at org apache catalina core standardhost addchild standardhost java at com sun enterprise web webcontainer loadwebmodule webcontainer java at com sun enterprise web webcontainer loadwebmodule webcontainer java at com sun enterprise web webapplication start webapplication java at org glassfish internal data engineref start engineref java at org glassfish internal data moduleinfo start moduleinfo java at org glassfish internal data applicationinfo start applicationinfo java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at org glassfish deployment admin deploycommand execute deploycommand java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl access commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin cli embeddable deployerimpl deploy deployerimpl java at krmd sagent sagentmanager deploygateway sagentmanager java at krmd sagent sagent start sagent java at krmd sagent sagent start sagent java at com sun javafx application launcherimpl lambda launcherimpl java at com sun javafx application platformimpl lambda runandwait platformimpl java at com sun javafx application platformimpl lambda null platformimpl java at java security accesscontroller doprivileged native method at com sun javafx application platformimpl lambda runlater platformimpl java at com sun glass ui invokelaterdispatcher future run invokelaterdispatcher java at com sun glass ui gtk gtkapplication runloop native method at com sun glass ui gtk gtkapplication lambda null gtkapplication java at java lang thread run thread java sep pm org apache catalina core containerbase addchildinternal severe containerbase addchild start org apache catalina lifecycleexception org apache catalina lifecycleexception java lang illegalstateexception could not find backup for factory javax faces context facescontextfactory at org apache catalina core standardcontext start standardcontext java at com sun enterprise web webmodule start webmodule java at org apache catalina core containerbase addchildinternal containerbase java at org apache catalina core containerbase addchild containerbase java at org apache catalina core standardhost addchild standardhost java at com sun enterprise web webcontainer loadwebmodule webcontainer java at com sun enterprise web webcontainer loadwebmodule webcontainer java at com sun enterprise web webapplication start webapplication java at org glassfish internal data engineref start engineref java at org glassfish internal data moduleinfo start moduleinfo java at org glassfish internal data applicationinfo start applicationinfo java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at org glassfish deployment admin deploycommand execute deploycommand java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl access commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin cli embeddable deployerimpl deploy deployerimpl java at krmd sagent sagentmanager deploygateway sagentmanager java at krmd sagent sagent start sagent java at krmd sagent sagent start sagent java at com sun javafx application launcherimpl lambda launcherimpl java at com sun javafx application platformimpl lambda runandwait platformimpl java at com sun javafx application platformimpl lambda null platformimpl java at java security accesscontroller doprivileged native method at com sun javafx application platformimpl lambda runlater platformimpl java at com sun glass ui invokelaterdispatcher future run invokelaterdispatcher java at com sun glass ui gtk gtkapplication runloop native method at com sun glass ui gtk gtkapplication lambda null gtkapplication java at java lang thread run thread java caused by org apache catalina lifecycleexception java lang illegalstateexception could not find backup for factory javax faces context facescontextfactory at org apache catalina core standardcontext loadonstartup standardcontext java at org apache catalina core standardcontext start standardcontext java more caused by java lang illegalstateexception could not find backup for factory javax faces context facescontextfactory at javax faces factoryfinderinstance getfactory factoryfinderinstance java at javax faces factoryfinder getfactory factoryfinder java at javax faces webapp facesservlet init facesservlet java at org apache catalina core standardwrapper initservlet standardwrapper java at org apache catalina core standardwrapper load standardwrapper java at org apache catalina core standardcontext loadonstartup standardcontext java more sep pm com sun enterprise web webapplication start warning java lang illegalstateexception containerbase addchild start org apache catalina lifecycleexception org apache catalina lifecycleexception java lang illegalstateexception could not find backup for factory javax faces context facescontextfactory java lang illegalstateexception containerbase addchild start org apache catalina lifecycleexception org apache catalina lifecycleexception java lang illegalstateexception could not find backup for factory javax faces context facescontextfactory at org apache catalina core containerbase addchildinternal containerbase java at org apache catalina core containerbase addchild containerbase java at org apache catalina core standardhost addchild standardhost java at com sun enterprise web webcontainer loadwebmodule webcontainer java at com sun enterprise web webcontainer loadwebmodule webcontainer java at com sun enterprise web webapplication start webapplication java at org glassfish internal data engineref start engineref java at org glassfish internal data moduleinfo start moduleinfo java at org glassfish internal data applicationinfo start applicationinfo java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at org glassfish deployment admin deploycommand execute deploycommand java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl access commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin cli embeddable deployerimpl deploy deployerimpl java at krmd sagent sagentmanager deploygateway sagentmanager java at krmd sagent sagent start sagent java at krmd sagent sagent start sagent java at com sun javafx application launcherimpl lambda launcherimpl java at com sun javafx application platformimpl lambda runandwait platformimpl java at com sun javafx application platformimpl lambda null platformimpl java at java security accesscontroller doprivileged native method at com sun javafx application platformimpl lambda runlater platformimpl java at com sun glass ui invokelaterdispatcher future run invokelaterdispatcher java at com sun glass ui gtk gtkapplication runloop native method at com sun glass ui gtk gtkapplication lambda null gtkapplication java at java lang thread run thread java sep pm org glassfish internal data moduleinfo start severe exception while invoking class com sun enterprise web webapplication start method java lang exception java lang illegalstateexception containerbase addchild start org apache catalina lifecycleexception org apache catalina lifecycleexception java lang illegalstateexception could not find backup for factory javax faces context facescontextfactory at com sun enterprise web webapplication start webapplication java at org glassfish internal data engineref start engineref java at org glassfish internal data moduleinfo start moduleinfo java at org glassfish internal data applicationinfo start applicationinfo java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at org glassfish deployment admin deploycommand execute deploycommand java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl access commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin cli embeddable deployerimpl deploy deployerimpl java at krmd sagent sagentmanager deploygateway sagentmanager java at krmd sagent sagent start sagent java at krmd sagent sagent start sagent java at com sun javafx application launcherimpl lambda launcherimpl java at com sun javafx application platformimpl lambda runandwait platformimpl java at com sun javafx application platformimpl lambda null platformimpl java at java security accesscontroller doprivileged native method at com sun javafx application platformimpl lambda runlater platformimpl java at com sun glass ui invokelaterdispatcher future run invokelaterdispatcher java at com sun glass ui gtk gtkapplication runloop native method at com sun glass ui gtk gtkapplication lambda null gtkapplication java at java lang thread run thread java sep pm com sun enterprise server applicationlifecycle deploy severe exception during lifecycle processing java lang exception java lang illegalstateexception containerbase addchild start org apache catalina lifecycleexception org apache catalina lifecycleexception java lang illegalstateexception could not find backup for factory javax faces context facescontextfactory at com sun enterprise web webapplication start webapplication java at org glassfish internal data engineref start engineref java at org glassfish internal data moduleinfo start moduleinfo java at org glassfish internal data applicationinfo start applicationinfo java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at com sun enterprise server applicationlifecycle deploy applicationlifecycle java at org glassfish deployment admin deploycommand execute deploycommand java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at com sun enterprise admin commandrunnerimpl run commandrunnerimpl java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl docommand commandrunnerimpl java at com sun enterprise admin commandrunnerimpl access commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin commandrunnerimpl executioncontext execute commandrunnerimpl java at com sun enterprise admin cli embeddable deployerimpl deploy deployerimpl java at krmd sagent sagentmanager deploygateway sagentmanager java at krmd sagent sagent start sagent java at krmd sagent sagent start sagent java at com sun javafx application launcherimpl lambda launcherimpl java at com sun javafx application platformimpl lambda runandwait platformimpl java at com sun javafx application platformimpl lambda null platformimpl java at java security accesscontroller doprivileged native method at com sun javafx application platformimpl lambda runlater platformimpl java at com sun glass ui invokelaterdispatcher future run invokelaterdispatcher java at com sun glass ui gtk gtkapplication runloop native method at com sun glass ui gtk gtkapplication lambda null gtkapplication java at java lang thread run thread java sep pm org glassfish api actionreport failure severe exception while loading the app sep pm com sun enterprise web webcontainer unloadwebmodule severe undeployment failed for context gateway web | 1 |
165,976 | 20,681,322,385 | IssuesEvent | 2022-03-10 14:10:25 | joshnewton31080/railsgoat | https://api.github.com/repos/joshnewton31080/railsgoat | opened | moment-2.19.0.min.js: 1 vulnerabilities (highest severity is: 7.5) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.19.0.min.js</b></p></summary>
<p>Parse, validate, manipulate, and display dates</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.0/moment.min.js">https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.0/moment.min.js</a></p>
<p>Path to vulnerable library: /app/assets/javascripts/moment.min.js</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/joshnewton31080/railsgoat/commit/09dd70df6fea92618c6136ff50574a5f4b151b93">09dd70df6fea92618c6136ff50574a5f4b151b93</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2017-18214](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18214) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | moment-2.19.0.min.js | Direct | moment - 2.19.3 | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-18214</summary>
### Vulnerable Library - <b>moment-2.19.0.min.js</b></p>
<p>Parse, validate, manipulate, and display dates</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.0/moment.min.js">https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.0/moment.min.js</a></p>
<p>Path to vulnerable library: /app/assets/javascripts/moment.min.js</p>
<p>
Dependency Hierarchy:
- :x: **moment-2.19.0.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/joshnewton31080/railsgoat/commit/09dd70df6fea92618c6136ff50574a5f4b151b93">09dd70df6fea92618c6136ff50574a5f4b151b93</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
The moment module before 2.19.3 for Node.js is prone to a regular expression denial of service via a crafted date string, a different vulnerability than CVE-2016-4055.
<p>Publish Date: 2018-03-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18214>CVE-2017-18214</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-446m-mv8f-q348">https://github.com/advisories/GHSA-446m-mv8f-q348</a></p>
<p>Release Date: 2018-03-04</p>
<p>Fix Resolution: moment - 2.19.3</p>
</p>
<p></p>
</details>
<!-- <REMEDIATE>[{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"moment.js","packageVersion":"2.19.0","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"moment.js:2.19.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"moment - 2.19.3","isBinary":true}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2017-18214","vulnerabilityDetails":"The moment module before 2.19.3 for Node.js is prone to a regular expression denial of service via a crafted date string, a different vulnerability than CVE-2016-4055.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18214","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}]</REMEDIATE> --> | True | moment-2.19.0.min.js: 1 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.19.0.min.js</b></p></summary>
<p>Parse, validate, manipulate, and display dates</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.0/moment.min.js">https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.0/moment.min.js</a></p>
<p>Path to vulnerable library: /app/assets/javascripts/moment.min.js</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/joshnewton31080/railsgoat/commit/09dd70df6fea92618c6136ff50574a5f4b151b93">09dd70df6fea92618c6136ff50574a5f4b151b93</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2017-18214](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18214) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | moment-2.19.0.min.js | Direct | moment - 2.19.3 | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-18214</summary>
### Vulnerable Library - <b>moment-2.19.0.min.js</b></p>
<p>Parse, validate, manipulate, and display dates</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.0/moment.min.js">https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.0/moment.min.js</a></p>
<p>Path to vulnerable library: /app/assets/javascripts/moment.min.js</p>
<p>
Dependency Hierarchy:
- :x: **moment-2.19.0.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/joshnewton31080/railsgoat/commit/09dd70df6fea92618c6136ff50574a5f4b151b93">09dd70df6fea92618c6136ff50574a5f4b151b93</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
The moment module before 2.19.3 for Node.js is prone to a regular expression denial of service via a crafted date string, a different vulnerability than CVE-2016-4055.
<p>Publish Date: 2018-03-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18214>CVE-2017-18214</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-446m-mv8f-q348">https://github.com/advisories/GHSA-446m-mv8f-q348</a></p>
<p>Release Date: 2018-03-04</p>
<p>Fix Resolution: moment - 2.19.3</p>
</p>
<p></p>
</details>
<!-- <REMEDIATE>[{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"moment.js","packageVersion":"2.19.0","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"moment.js:2.19.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"moment - 2.19.3","isBinary":true}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2017-18214","vulnerabilityDetails":"The moment module before 2.19.3 for Node.js is prone to a regular expression denial of service via a crafted date string, a different vulnerability than CVE-2016-4055.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18214","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}]</REMEDIATE> --> | non_test | moment min js vulnerabilities highest severity is vulnerable library moment min js parse validate manipulate and display dates library home page a href path to vulnerable library app assets javascripts moment min js found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high moment min js direct moment details cve vulnerable library moment min js parse validate manipulate and display dates library home page a href path to vulnerable library app assets javascripts moment min js dependency hierarchy x moment min js vulnerable library found in head commit a href found in base branch master vulnerability details the moment module before for node js is prone to a regular expression denial of service via a crafted date string a different vulnerability than cve publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution moment istransitivedependency false dependencytree moment js isminimumfixversionavailable true minimumfixversion moment isbinary true basebranches vulnerabilityidentifier cve vulnerabilitydetails the moment module before for node js is prone to a regular expression denial of service via a crafted date string a different vulnerability than cve vulnerabilityurl | 0 |
347,601 | 31,233,665,570 | IssuesEvent | 2023-08-20 01:58:29 | ESMCI/cime | https://api.github.com/repos/ESMCI/cime | closed | Add system test for variable_years option for orbit | ty: enhancement tp: system tests Assigned postsplit Stale | Currently we have no testing for the variable_years orbit option which is important for Paleo work. This option changes the orbital parameters on Jan/1st of each year, each component should then get the new orbit and act accordingly. See issue #2081 for adding unit testing on this. For system testing we should run this at low resolution, and make sure we run over a change in year. You could start in December and just run over a year change. But, I'm not sure if that enables you to show that the change in orbit happened and shows up in each component.
It's also possible that a mismatch in orbital parameters between components, might cause the model to choke. But, I'm not certain on that, or on how different it needs to be for that to happen, or how long you'd have to run to see it. But, we at least need a smoke test that exercises this option and makes sure it doesn't blow up when you use it. | 1.0 | Add system test for variable_years option for orbit - Currently we have no testing for the variable_years orbit option which is important for Paleo work. This option changes the orbital parameters on Jan/1st of each year, each component should then get the new orbit and act accordingly. See issue #2081 for adding unit testing on this. For system testing we should run this at low resolution, and make sure we run over a change in year. You could start in December and just run over a year change. But, I'm not sure if that enables you to show that the change in orbit happened and shows up in each component.
It's also possible that a mismatch in orbital parameters between components, might cause the model to choke. But, I'm not certain on that, or on how different it needs to be for that to happen, or how long you'd have to run to see it. But, we at least need a smoke test that exercises this option and makes sure it doesn't blow up when you use it. | test | add system test for variable years option for orbit currently we have no testing for the variable years orbit option which is important for paleo work this option changes the orbital parameters on jan of each year each component should then get the new orbit and act accordingly see issue for adding unit testing on this for system testing we should run this at low resolution and make sure we run over a change in year you could start in december and just run over a year change but i m not sure if that enables you to show that the change in orbit happened and shows up in each component it s also possible that a mismatch in orbital parameters between components might cause the model to choke but i m not certain on that or on how different it needs to be for that to happen or how long you d have to run to see it but we at least need a smoke test that exercises this option and makes sure it doesn t blow up when you use it | 1 |
337,863 | 10,220,303,710 | IssuesEvent | 2019-08-15 20:57:16 | CESARBR/knot-gateway-webui | https://api.github.com/repos/CESARBR/knot-gateway-webui | closed | Remove fog configuration | priority: medium | As a platform developer, I want to remove any fog configuration on gateway internal services.
DoD:
- [x] Stop saving fog credentials on database
- [x] Stop saving fog credentials on connector configuration file
- [x] Stop sending user credentials to knotd via DBus
- [x] Stop cloning user on fog | 1.0 | Remove fog configuration - As a platform developer, I want to remove any fog configuration on gateway internal services.
DoD:
- [x] Stop saving fog credentials on database
- [x] Stop saving fog credentials on connector configuration file
- [x] Stop sending user credentials to knotd via DBus
- [x] Stop cloning user on fog | non_test | remove fog configuration as a platform developer i want to remove any fog configuration on gateway internal services dod stop saving fog credentials on database stop saving fog credentials on connector configuration file stop sending user credentials to knotd via dbus stop cloning user on fog | 0 |
186,700 | 14,404,907,085 | IssuesEvent | 2020-12-03 17:55:48 | ESMValGroup/ESMValTool | https://api.github.com/repos/ESMValGroup/ESMValTool | closed | tests/unit/diag_scripts/mlr/test_preprocess.py fails on select machines | test | **Summary**
Said test fails on select machines e.g. on Jasmin:
```bash
(esmvaltool-21) [valeriu@sci2 esmvaltool]$ pytest -n 2 -v tests/unit/diag_scripts/mlr/test_preprocess.py
=================================================== test session starts ===================================================
platform linux -- Python 3.8.6, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 -- /home/users/valeriu/anaconda3R/envs/esmvaltool-21/bin/python3.8
cachedir: .pytest_cache
metadata: {'Python': '3.8.6', 'Platform': 'Linux-3.10.0-1127.19.1.el7.x86_64-x86_64-with-glibc2.10', 'Packages': {'pytest': '6.1.1', 'py': '1.9.0', 'pluggy': '0.13.1'}, 'Plugins': {'flake8': '1.0.6', 'metadata': '1.10.0', 'forked': '1.3.0', 'xdist': '2.1.0', 'env': '0.6.2', 'html': '2.1.1', 'cov': '2.10.1', 'mock': '3.3.1'}}
rootdir: /home/users/valeriu/esmvaltool, configfile: setup.cfg
plugins: flake8-1.0.6, metadata-1.10.0, forked-1.3.0, xdist-2.1.0, env-0.6.2, html-2.1.1, cov-2.10.1, mock-3.3.1
[gw0] linux Python 3.8.6 cwd: /home/users/valeriu/esmvaltool
[gw1] linux Python 3.8.6 cwd: /home/users/valeriu/esmvaltool
[gw1] Python 3.8.6 | packaged by conda-forge | (default, Oct 7 2020, 19:08:05) -- [GCC 7.5.0]
[gw0] Python 3.8.6 | packaged by conda-forge | (default, Oct 7 2020, 19:08:05) -- [GCC 7.5.0]
gw0 [6] / gw1 [6]
scheduling tests via LoadScheduling
tests/unit/diag_scripts/mlr/test_preprocess.py::FLAKE8
tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope[x_arr0-y_arr0-3.14]
[gw0] [ 16%] PASSED tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope[x_arr0-y_arr0-3.14]
tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope[x_arr2-y_arr2-0.25]
[gw0] [ 33%] PASSED tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope[x_arr2-y_arr2-0.25]
tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope_vectorized[x_arr0-y_arr0-output0]
[gw1] [ 50%] PASSED tests/unit/diag_scripts/mlr/test_preprocess.py::FLAKE8
tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope[x_arr1-y_arr1-nan]
[gw1] [ 66%] PASSED tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope[x_arr1-y_arr1-nan]
[gw0] [ 83%] FAILED tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope_vectorized[x_arr0-y_arr0-output0]
tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope_vectorized[x_arr1-y_arr1-output1]
[gw0] [100%] PASSED tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope_vectorized[x_arr1-y_arr1-output1]
======================================================== FAILURES =========================================================
____________________________________ test_get_slope_vectorized[x_arr0-y_arr0-output0] _____________________________________
[gw0] linux -- Python 3.8.6 /home/users/valeriu/anaconda3R/envs/esmvaltool-21/bin/python3.8
x_arr = array([0, 1, 2, 3, 4])
y_arr = masked_array(
data=[[[0.0, 2.1, 4.2, 6.300000000000001, 8.4],
[-0.0, -3.14, -6.28, -9.42, -12.56],
...lse],
[False, False, False, False, False],
[ True, True, True, True, False]]],
fill_value=1e+20)
output = array([[ 2.1 , -3.14 , 0.8 ],
[-0.46428571, -0.4 , nan]])
@pytest.mark.parametrize('x_arr,y_arr,output', TEST_GET_SLOPE_VECTORIZED)
def test_get_slope_vectorized(x_arr, y_arr, output):
"""Test vectorized calculation of slope."""
get_slope = np.vectorize(preprocess._get_slope, excluded=['x_arr'],
signature='(n),(n)->()')
out = get_slope(x_arr, y_arr)
> assert ((out == output) | (np.isnan(output) & np.isnan(output))).all()
E AssertionError: assert False
E + where False = <built-in method all of numpy.ndarray object at 0x7f06ffd0fa30>()
E + where <built-in method all of numpy.ndarray object at 0x7f06ffd0fa30> = (array([[ 2.1 ... nan]]) == array([[ 2.1 ... nan]])
E +array([[ 2.1 , -3.14 , 0.8 ],\n
E + [-0.46428571, -0.4 , nan]])
E -array([[ 2.1 , -3.14 , 0.8 ],\n
E - [-0.46428571, -0.4 , nan]])
E Full diff:
E array([[ 2.1 , -3.14 , 0.8 ],
E [-0.46428571, -0.4 , nan]],...
E
E ...Full output truncated (2 lines hidden), use '-vv' to show | (array([[False, False, False],\n [False, False, True]]) & array([[False, False, False],\n [False, False, True]]))).all
E + where array([[False, False, False],\n [False, False, True]]) = <ufunc 'isnan'>(array([[ 2.1 , -3.14 , 0.8 ],\n [-0.46428571, -0.4 , nan]]))
E + where <ufunc 'isnan'> = np.isnan
E + and array([[False, False, False],\n [False, False, True]]) = <ufunc 'isnan'>(array([[ 2.1 , -3.14 , 0.8 ],\n [-0.46428571, -0.4 , nan]]))
E + where <ufunc 'isnan'> = np.isnan
tests/unit/diag_scripts/mlr/test_preprocess.py:43: AssertionError
==================================================== warnings summary =====================================================
../anaconda3R/envs/esmvaltool-21/lib/python3.8/site-packages/pyke/knowledge_engine.py:28
../anaconda3R/envs/esmvaltool-21/lib/python3.8/site-packages/pyke/knowledge_engine.py:28
/home/users/valeriu/anaconda3R/envs/esmvaltool-21/lib/python3.8/site-packages/pyke/knowledge_engine.py:28: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
-- Docs: https://docs.pytest.org/en/stable/warnings.html
------------------- generated html file: file:///home/users/valeriu/esmvaltool/test-reports/report.html -------------------
----------- coverage: platform linux, python 3.8.6-final-0 -----------
Coverage HTML written to dir test-reports/coverage_html
Coverage XML written to file test-reports/coverage.xml
================================================= short test summary info =================================================
FAILED tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope_vectorized[x_arr0-y_arr0-output0] - AssertionError...
======================================== 1 failed, 5 passed, 2 warnings in 28.96s ============
```
Note that on my laptop and GA machine it doesn't (they are both Ubuntu, whereas Jasmin is CentOS, see below); also I checked the environments and none of the sfoftware packages differ in version for Jasmin vs my laptop.
**Jasmin OS (test fails) vs my OS (test doesnt fail)**
- Jasmin:
```bash
$ lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.8.2003 (Core)
Release: 7.8.2003
Codename: Core
```
- me laptop:
```bash
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic
``` | 1.0 | tests/unit/diag_scripts/mlr/test_preprocess.py fails on select machines - **Summary**
Said test fails on select machines e.g. on Jasmin:
```bash
(esmvaltool-21) [valeriu@sci2 esmvaltool]$ pytest -n 2 -v tests/unit/diag_scripts/mlr/test_preprocess.py
=================================================== test session starts ===================================================
platform linux -- Python 3.8.6, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 -- /home/users/valeriu/anaconda3R/envs/esmvaltool-21/bin/python3.8
cachedir: .pytest_cache
metadata: {'Python': '3.8.6', 'Platform': 'Linux-3.10.0-1127.19.1.el7.x86_64-x86_64-with-glibc2.10', 'Packages': {'pytest': '6.1.1', 'py': '1.9.0', 'pluggy': '0.13.1'}, 'Plugins': {'flake8': '1.0.6', 'metadata': '1.10.0', 'forked': '1.3.0', 'xdist': '2.1.0', 'env': '0.6.2', 'html': '2.1.1', 'cov': '2.10.1', 'mock': '3.3.1'}}
rootdir: /home/users/valeriu/esmvaltool, configfile: setup.cfg
plugins: flake8-1.0.6, metadata-1.10.0, forked-1.3.0, xdist-2.1.0, env-0.6.2, html-2.1.1, cov-2.10.1, mock-3.3.1
[gw0] linux Python 3.8.6 cwd: /home/users/valeriu/esmvaltool
[gw1] linux Python 3.8.6 cwd: /home/users/valeriu/esmvaltool
[gw1] Python 3.8.6 | packaged by conda-forge | (default, Oct 7 2020, 19:08:05) -- [GCC 7.5.0]
[gw0] Python 3.8.6 | packaged by conda-forge | (default, Oct 7 2020, 19:08:05) -- [GCC 7.5.0]
gw0 [6] / gw1 [6]
scheduling tests via LoadScheduling
tests/unit/diag_scripts/mlr/test_preprocess.py::FLAKE8
tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope[x_arr0-y_arr0-3.14]
[gw0] [ 16%] PASSED tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope[x_arr0-y_arr0-3.14]
tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope[x_arr2-y_arr2-0.25]
[gw0] [ 33%] PASSED tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope[x_arr2-y_arr2-0.25]
tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope_vectorized[x_arr0-y_arr0-output0]
[gw1] [ 50%] PASSED tests/unit/diag_scripts/mlr/test_preprocess.py::FLAKE8
tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope[x_arr1-y_arr1-nan]
[gw1] [ 66%] PASSED tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope[x_arr1-y_arr1-nan]
[gw0] [ 83%] FAILED tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope_vectorized[x_arr0-y_arr0-output0]
tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope_vectorized[x_arr1-y_arr1-output1]
[gw0] [100%] PASSED tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope_vectorized[x_arr1-y_arr1-output1]
======================================================== FAILURES =========================================================
____________________________________ test_get_slope_vectorized[x_arr0-y_arr0-output0] _____________________________________
[gw0] linux -- Python 3.8.6 /home/users/valeriu/anaconda3R/envs/esmvaltool-21/bin/python3.8
x_arr = array([0, 1, 2, 3, 4])
y_arr = masked_array(
data=[[[0.0, 2.1, 4.2, 6.300000000000001, 8.4],
[-0.0, -3.14, -6.28, -9.42, -12.56],
...lse],
[False, False, False, False, False],
[ True, True, True, True, False]]],
fill_value=1e+20)
output = array([[ 2.1 , -3.14 , 0.8 ],
[-0.46428571, -0.4 , nan]])
@pytest.mark.parametrize('x_arr,y_arr,output', TEST_GET_SLOPE_VECTORIZED)
def test_get_slope_vectorized(x_arr, y_arr, output):
"""Test vectorized calculation of slope."""
get_slope = np.vectorize(preprocess._get_slope, excluded=['x_arr'],
signature='(n),(n)->()')
out = get_slope(x_arr, y_arr)
> assert ((out == output) | (np.isnan(output) & np.isnan(output))).all()
E AssertionError: assert False
E + where False = <built-in method all of numpy.ndarray object at 0x7f06ffd0fa30>()
E + where <built-in method all of numpy.ndarray object at 0x7f06ffd0fa30> = (array([[ 2.1 ... nan]]) == array([[ 2.1 ... nan]])
E +array([[ 2.1 , -3.14 , 0.8 ],\n
E + [-0.46428571, -0.4 , nan]])
E -array([[ 2.1 , -3.14 , 0.8 ],\n
E - [-0.46428571, -0.4 , nan]])
E Full diff:
E array([[ 2.1 , -3.14 , 0.8 ],
E [-0.46428571, -0.4 , nan]],...
E
E ...Full output truncated (2 lines hidden), use '-vv' to show | (array([[False, False, False],\n [False, False, True]]) & array([[False, False, False],\n [False, False, True]]))).all
E + where array([[False, False, False],\n [False, False, True]]) = <ufunc 'isnan'>(array([[ 2.1 , -3.14 , 0.8 ],\n [-0.46428571, -0.4 , nan]]))
E + where <ufunc 'isnan'> = np.isnan
E + and array([[False, False, False],\n [False, False, True]]) = <ufunc 'isnan'>(array([[ 2.1 , -3.14 , 0.8 ],\n [-0.46428571, -0.4 , nan]]))
E + where <ufunc 'isnan'> = np.isnan
tests/unit/diag_scripts/mlr/test_preprocess.py:43: AssertionError
==================================================== warnings summary =====================================================
../anaconda3R/envs/esmvaltool-21/lib/python3.8/site-packages/pyke/knowledge_engine.py:28
../anaconda3R/envs/esmvaltool-21/lib/python3.8/site-packages/pyke/knowledge_engine.py:28
/home/users/valeriu/anaconda3R/envs/esmvaltool-21/lib/python3.8/site-packages/pyke/knowledge_engine.py:28: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
-- Docs: https://docs.pytest.org/en/stable/warnings.html
------------------- generated html file: file:///home/users/valeriu/esmvaltool/test-reports/report.html -------------------
----------- coverage: platform linux, python 3.8.6-final-0 -----------
Coverage HTML written to dir test-reports/coverage_html
Coverage XML written to file test-reports/coverage.xml
================================================= short test summary info =================================================
FAILED tests/unit/diag_scripts/mlr/test_preprocess.py::test_get_slope_vectorized[x_arr0-y_arr0-output0] - AssertionError...
======================================== 1 failed, 5 passed, 2 warnings in 28.96s ============
```
Note that on my laptop and GA machine it doesn't (they are both Ubuntu, whereas Jasmin is CentOS, see below); also I checked the environments and none of the sfoftware packages differ in version for Jasmin vs my laptop.
**Jasmin OS (test fails) vs my OS (test doesnt fail)**
- Jasmin:
```bash
$ lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.8.2003 (Core)
Release: 7.8.2003
Codename: Core
```
- me laptop:
```bash
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic
``` | test | tests unit diag scripts mlr test preprocess py fails on select machines summary said test fails on select machines e g on jasmin bash esmvaltool pytest n v tests unit diag scripts mlr test preprocess py test session starts platform linux python pytest py pluggy home users valeriu envs esmvaltool bin cachedir pytest cache metadata python platform linux with packages pytest py pluggy plugins metadata forked xdist env html cov mock rootdir home users valeriu esmvaltool configfile setup cfg plugins metadata forked xdist env html cov mock linux python cwd home users valeriu esmvaltool linux python cwd home users valeriu esmvaltool python packaged by conda forge default oct python packaged by conda forge default oct scheduling tests via loadscheduling tests unit diag scripts mlr test preprocess py tests unit diag scripts mlr test preprocess py test get slope passed tests unit diag scripts mlr test preprocess py test get slope tests unit diag scripts mlr test preprocess py test get slope passed tests unit diag scripts mlr test preprocess py test get slope tests unit diag scripts mlr test preprocess py test get slope vectorized passed tests unit diag scripts mlr test preprocess py tests unit diag scripts mlr test preprocess py test get slope passed tests unit diag scripts mlr test preprocess py test get slope failed tests unit diag scripts mlr test preprocess py test get slope vectorized tests unit diag scripts mlr test preprocess py test get slope vectorized passed tests unit diag scripts mlr test preprocess py test get slope vectorized failures test get slope vectorized linux python home users valeriu envs esmvaltool bin x arr array y arr masked array data lse fill value output array pytest mark parametrize x arr y arr output test get slope vectorized def test get slope vectorized x arr y arr output test vectorized calculation of slope get slope np vectorize preprocess get slope excluded signature n n out get slope x arr y arr assert out output np isnan output np isnan output all e assertionerror assert false e where false e where array array e array n e e array n e e full diff e array e e e full output truncated lines hidden use vv to show array n array n all e where array n array n e where np isnan e and array n array n e where np isnan tests unit diag scripts mlr test preprocess py assertionerror warnings summary envs esmvaltool lib site packages pyke knowledge engine py envs esmvaltool lib site packages pyke knowledge engine py home users valeriu envs esmvaltool lib site packages pyke knowledge engine py deprecationwarning the imp module is deprecated in favour of importlib see the module s documentation for alternative uses import imp docs generated html file file home users valeriu esmvaltool test reports report html coverage platform linux python final coverage html written to dir test reports coverage html coverage xml written to file test reports coverage xml short test summary info failed tests unit diag scripts mlr test preprocess py test get slope vectorized assertionerror failed passed warnings in note that on my laptop and ga machine it doesn t they are both ubuntu whereas jasmin is centos see below also i checked the environments and none of the sfoftware packages differ in version for jasmin vs my laptop jasmin os test fails vs my os test doesnt fail jasmin bash lsb release a lsb version core core noarch cxx cxx noarch desktop desktop noarch languages languages noarch printing printing noarch distributor id centos description centos linux release core release codename core me laptop bash lsb release a no lsb modules are available distributor id ubuntu description ubuntu lts release codename bionic | 1 |
124,160 | 10,295,452,911 | IssuesEvent | 2019-08-27 23:15:30 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | Failing test: Firefox XPack UI Functional Tests.x-pack/test/functional/apps/security/security·js - security app Security Login Page "before all" hook | failed-test | A test failed on a tracked branch
```
{ Error: Response Error: 409 Conflict
at internals.Client._shortcut (/var/lib/jenkins/workspace/elastic+kibana+7.x/JOB/x-pack-firefoxSmoke/node/linux-immutable/kibana/node_modules/@hapi/wreck/lib/index.js:635:11)
at process._tickCallback (internal/process/next_tick.js:68:7)
data:
{ isResponseError: true,
headers:
{ 'kbn-name': 'kibana',
'kbn-xpack-sig': '570ed9867822919c8d5d86c5ee50efe9',
'content-type': 'application/json; charset=utf-8',
'cache-control': 'no-cache',
'content-length': '348',
date: 'Thu, 22 Aug 2019 14:23:07 GMT',
connection: 'close' },
res:
IncomingMessage {
_readableState: [ReadableState],
readable: false,
_events: [Object],
_eventsCount: 2,
_maxListeners: undefined,
socket: [Socket],
connection: [Socket],
httpVersionMajor: 1,
httpVersionMinor: 1,
httpVersion: '1.1',
complete: true,
headers: [Object],
rawHeaders: [Array],
trailers: {},
rawTrailers: [],
aborted: false,
upgrade: false,
url: '',
method: null,
statusCode: 409,
statusMessage: 'Conflict',
client: [Socket],
_consuming: false,
_dumped: false,
req: [ClientRequest] },
payload:
{ message:
'[config:7.4.0-SNAPSHOT]: version conflict, document already exists (current version [1]): [version_conflict_engine_exception] [config:7.4.0-SNAPSHOT]: version conflict, document already exists (current version [1]), with { index_uuid="wCetKGB6Rv-1RITk5ER7uw" & shard="0" & index=".kibana_2" }',
statusCode: 409,
error: 'Conflict' } },
isBoom: true,
isServer: false,
output:
{ statusCode: 409,
payload:
{ statusCode: 409,
error: 'Conflict',
message: 'Response Error: 409 Conflict' },
headers: {} },
reformat: [Function],
typeof: [Function: Error] }
```
First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.x/JOB=x-pack-firefoxSmoke,node=linux-immutable/1788/)
<!-- kibanaCiData = {"failed-test":{"test.class":"Firefox XPack UI Functional Tests.x-pack/test/functional/apps/security/security·js","test.name":"security app Security Login Page \"before all\" hook","test.failCount":1}} --> | 1.0 | Failing test: Firefox XPack UI Functional Tests.x-pack/test/functional/apps/security/security·js - security app Security Login Page "before all" hook - A test failed on a tracked branch
```
{ Error: Response Error: 409 Conflict
at internals.Client._shortcut (/var/lib/jenkins/workspace/elastic+kibana+7.x/JOB/x-pack-firefoxSmoke/node/linux-immutable/kibana/node_modules/@hapi/wreck/lib/index.js:635:11)
at process._tickCallback (internal/process/next_tick.js:68:7)
data:
{ isResponseError: true,
headers:
{ 'kbn-name': 'kibana',
'kbn-xpack-sig': '570ed9867822919c8d5d86c5ee50efe9',
'content-type': 'application/json; charset=utf-8',
'cache-control': 'no-cache',
'content-length': '348',
date: 'Thu, 22 Aug 2019 14:23:07 GMT',
connection: 'close' },
res:
IncomingMessage {
_readableState: [ReadableState],
readable: false,
_events: [Object],
_eventsCount: 2,
_maxListeners: undefined,
socket: [Socket],
connection: [Socket],
httpVersionMajor: 1,
httpVersionMinor: 1,
httpVersion: '1.1',
complete: true,
headers: [Object],
rawHeaders: [Array],
trailers: {},
rawTrailers: [],
aborted: false,
upgrade: false,
url: '',
method: null,
statusCode: 409,
statusMessage: 'Conflict',
client: [Socket],
_consuming: false,
_dumped: false,
req: [ClientRequest] },
payload:
{ message:
'[config:7.4.0-SNAPSHOT]: version conflict, document already exists (current version [1]): [version_conflict_engine_exception] [config:7.4.0-SNAPSHOT]: version conflict, document already exists (current version [1]), with { index_uuid="wCetKGB6Rv-1RITk5ER7uw" & shard="0" & index=".kibana_2" }',
statusCode: 409,
error: 'Conflict' } },
isBoom: true,
isServer: false,
output:
{ statusCode: 409,
payload:
{ statusCode: 409,
error: 'Conflict',
message: 'Response Error: 409 Conflict' },
headers: {} },
reformat: [Function],
typeof: [Function: Error] }
```
First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.x/JOB=x-pack-firefoxSmoke,node=linux-immutable/1788/)
<!-- kibanaCiData = {"failed-test":{"test.class":"Firefox XPack UI Functional Tests.x-pack/test/functional/apps/security/security·js","test.name":"security app Security Login Page \"before all\" hook","test.failCount":1}} --> | test | failing test firefox xpack ui functional tests x pack test functional apps security security·js security app security login page before all hook a test failed on a tracked branch error response error conflict at internals client shortcut var lib jenkins workspace elastic kibana x job x pack firefoxsmoke node linux immutable kibana node modules hapi wreck lib index js at process tickcallback internal process next tick js data isresponseerror true headers kbn name kibana kbn xpack sig content type application json charset utf cache control no cache content length date thu aug gmt connection close res incomingmessage readablestate readable false events eventscount maxlisteners undefined socket connection httpversionmajor httpversionminor httpversion complete true headers rawheaders trailers rawtrailers aborted false upgrade false url method null statuscode statusmessage conflict client consuming false dumped false req payload message version conflict document already exists current version version conflict document already exists current version with index uuid shard index kibana statuscode error conflict isboom true isserver false output statuscode payload statuscode error conflict message response error conflict headers reformat typeof first failure | 1 |
49,072 | 6,007,888,309 | IssuesEvent | 2017-06-06 05:45:33 | apache/couchdb | https://api.github.com/repos/apache/couchdb | opened | eunit couch_log_config_test failed with get_listener() found | bug testsuite | ## Current & Expected Behaviour
Sometimes, the `couch_log_config_listener_test` test `couch_log_config_test`_ fails. It should always pass
Makefile output:
```
module 'couch_log_config_listener_test'
couch_log_config_listener_test: couch_log_config_test_...*failed*
in function couch_log_config_listener_test:'-check_restart_listener/0-fun-2-'/1 (test/couch_log_config_listener_test.erl, line 38)
in call from couch_log_config_listener_test:check_restart_listener/0 (test/couch_log_config_listener_test.erl, line 38)
**error:{assertEqual_failed,[{module,couch_log_config_listener_test},
{line,38},
{expression,"get_handler ( )"},
{expected,not_found},
{value,{config_listener,{couch_log_sup,<0.3334.0>}}}]}
couch_log_config_listener_test: couch_log_config_test_...[1.002 s] ok
[done in 1.008 s]
```
couch.log from the uploader is **EMPTY**.
## Possible Solution
Looks like this test is expecting `gen_event:delete_handler` to occur immediately. Should there be a `timer:sleep()` call prior to checking `get_handler()`?
## Context
This used to be known as https://issues.apache.org/jira/browse/COUCHDB-3341 but is now on GH Issues.
| 1.0 | eunit couch_log_config_test failed with get_listener() found - ## Current & Expected Behaviour
Sometimes, the `couch_log_config_listener_test` test `couch_log_config_test`_ fails. It should always pass
Makefile output:
```
module 'couch_log_config_listener_test'
couch_log_config_listener_test: couch_log_config_test_...*failed*
in function couch_log_config_listener_test:'-check_restart_listener/0-fun-2-'/1 (test/couch_log_config_listener_test.erl, line 38)
in call from couch_log_config_listener_test:check_restart_listener/0 (test/couch_log_config_listener_test.erl, line 38)
**error:{assertEqual_failed,[{module,couch_log_config_listener_test},
{line,38},
{expression,"get_handler ( )"},
{expected,not_found},
{value,{config_listener,{couch_log_sup,<0.3334.0>}}}]}
couch_log_config_listener_test: couch_log_config_test_...[1.002 s] ok
[done in 1.008 s]
```
couch.log from the uploader is **EMPTY**.
## Possible Solution
Looks like this test is expecting `gen_event:delete_handler` to occur immediately. Should there be a `timer:sleep()` call prior to checking `get_handler()`?
## Context
This used to be known as https://issues.apache.org/jira/browse/COUCHDB-3341 but is now on GH Issues.
| test | eunit couch log config test failed with get listener found current expected behaviour sometimes the couch log config listener test test couch log config test fails it should always pass makefile output module couch log config listener test couch log config listener test couch log config test failed in function couch log config listener test check restart listener fun test couch log config listener test erl line in call from couch log config listener test check restart listener test couch log config listener test erl line error assertequal failed module couch log config listener test line expression get handler expected not found value config listener couch log sup couch log config listener test couch log config test ok couch log from the uploader is empty possible solution looks like this test is expecting gen event delete handler to occur immediately should there be a timer sleep call prior to checking get handler context this used to be known as but is now on gh issues | 1 |
43,917 | 2,894,103,878 | IssuesEvent | 2015-06-15 21:28:49 | nprapps/lookatthis | https://api.github.com/repos/nprapps/lookatthis | opened | Do we want seeking on the video? | Priority: Normal | I built it in. Do we want it? I think it's nice for something this long. If we do want it, we should redesign slightly to increase the click target. | 1.0 | Do we want seeking on the video? - I built it in. Do we want it? I think it's nice for something this long. If we do want it, we should redesign slightly to increase the click target. | non_test | do we want seeking on the video i built it in do we want it i think it s nice for something this long if we do want it we should redesign slightly to increase the click target | 0 |
179,309 | 13,864,911,864 | IssuesEvent | 2020-10-16 02:49:02 | pez-globo/pufferfish-vent-software | https://api.github.com/repos/pez-globo/pufferfish-vent-software | closed | Parallelize backend checks workflow on Github Actions | domain: backend domain: repo stage: dev type: testing work: obvious | Right now the backend checks workflow takes a long time to run (>3 min). We can definitely speed up this workflow by parallelizing it into separate jobs. Here are some ideas to try:
- Split up the "Run Unit Tests" step into its own job
- Split up the "Check Type Hints" and "Check Code Quality" steps into their own job
- See if we can make the `poetry install -v` run command just be its own job, and remove it from the other jobs | 1.0 | Parallelize backend checks workflow on Github Actions - Right now the backend checks workflow takes a long time to run (>3 min). We can definitely speed up this workflow by parallelizing it into separate jobs. Here are some ideas to try:
- Split up the "Run Unit Tests" step into its own job
- Split up the "Check Type Hints" and "Check Code Quality" steps into their own job
- See if we can make the `poetry install -v` run command just be its own job, and remove it from the other jobs | test | parallelize backend checks workflow on github actions right now the backend checks workflow takes a long time to run min we can definitely speed up this workflow by parallelizing it into separate jobs here are some ideas to try split up the run unit tests step into its own job split up the check type hints and check code quality steps into their own job see if we can make the poetry install v run command just be its own job and remove it from the other jobs | 1 |
48,459 | 5,959,786,068 | IssuesEvent | 2017-05-29 12:13:38 | scalacenter/scalafix | https://api.github.com/repos/scalacenter/scalafix | closed | Remove NOWRAP and use new g.Run instead | testkit | A basic unit test like this
```
<<< ONLY basic
object a
>>>
object a
```
then scalafix-testkit will actually automatically wrap the code in a package like
```
package basic {
object a }
```
and then try to intelligently unwrap after fixing. This is done to support avoid conflicts between tests that define classes with the same name. Scalac has support to avoid name clashes by creating a `new global.Run` for each unit test. | 1.0 | Remove NOWRAP and use new g.Run instead - A basic unit test like this
```
<<< ONLY basic
object a
>>>
object a
```
then scalafix-testkit will actually automatically wrap the code in a package like
```
package basic {
object a }
```
and then try to intelligently unwrap after fixing. This is done to support avoid conflicts between tests that define classes with the same name. Scalac has support to avoid name clashes by creating a `new global.Run` for each unit test. | test | remove nowrap and use new g run instead a basic unit test like this only basic object a object a then scalafix testkit will actually automatically wrap the code in a package like package basic object a and then try to intelligently unwrap after fixing this is done to support avoid conflicts between tests that define classes with the same name scalac has support to avoid name clashes by creating a new global run for each unit test | 1 |
61,020 | 3,136,602,777 | IssuesEvent | 2015-09-10 20:42:17 | openshift/origin | https://api.github.com/repos/openshift/origin | closed | Missing validation for Service.Spec.TargetPort | dependency/kubernetes priority/P2 | @smarterclayton @derekwaynecarr
This is totally an upstream topic but I'm pushing here since we spoke about this during the scrum.
@pmorie FYI
Porting our blueprints we run into a quite bad UX.
Someone defined this kind of blueprint for a service
```javascript
{
"kind":"Service",
"apiVersion":"v1",
...
"spec":{
"ports": [
{
"port":6379,
"targetPort": "6379"
}
],
...
}
}
```
The issue is that the "targetPort" is a string (accepted since the k8s accepts Int and String).
The situation is quite misleading since the swagger-spec declares thiese fileds as `string`...
_result_: no endpoint found for this service.
My point here is that there's no validation for port String type except for empty strings and this is not enough.
I wrote a small patches here https://github.com/sdminonne/kubernetes/tree/bug_fix2
I've implemented almost this https://tools.ietf.org/html/rfc6335#section-5.1 (extended a little bit since I tested using my /etc/services) but well this is just to give an idea.
Thoughts?
| 1.0 | Missing validation for Service.Spec.TargetPort - @smarterclayton @derekwaynecarr
This is totally an upstream topic but I'm pushing here since we spoke about this during the scrum.
@pmorie FYI
Porting our blueprints we run into a quite bad UX.
Someone defined this kind of blueprint for a service
```javascript
{
"kind":"Service",
"apiVersion":"v1",
...
"spec":{
"ports": [
{
"port":6379,
"targetPort": "6379"
}
],
...
}
}
```
The issue is that the "targetPort" is a string (accepted since the k8s accepts Int and String).
The situation is quite misleading since the swagger-spec declares thiese fileds as `string`...
_result_: no endpoint found for this service.
My point here is that there's no validation for port String type except for empty strings and this is not enough.
I wrote a small patches here https://github.com/sdminonne/kubernetes/tree/bug_fix2
I've implemented almost this https://tools.ietf.org/html/rfc6335#section-5.1 (extended a little bit since I tested using my /etc/services) but well this is just to give an idea.
Thoughts?
| non_test | missing validation for service spec targetport smarterclayton derekwaynecarr this is totally an upstream topic but i m pushing here since we spoke about this during the scrum pmorie fyi porting our blueprints we run into a quite bad ux someone defined this kind of blueprint for a service javascript kind service apiversion spec ports port targetport the issue is that the targetport is a string accepted since the accepts int and string the situation is quite misleading since the swagger spec declares thiese fileds as string result no endpoint found for this service my point here is that there s no validation for port string type except for empty strings and this is not enough i wrote a small patches here i ve implemented almost this extended a little bit since i tested using my etc services but well this is just to give an idea thoughts | 0 |
265,210 | 23,152,402,957 | IssuesEvent | 2022-07-29 09:35:44 | redpanda-data/redpanda | https://api.github.com/repos/redpanda-data/redpanda | closed | Failure in `NodeOperationFuzzyTest.test_node_opeartions.enable_failures=True` | area/raft area/tests ci-failure | https://buildkite.com/vectorized/redpanda/builds/6615#aee94aff-3d9e-448f-938c-39d62a830709
```
[INFO - 2022-01-25 07:26:27,645 - failure_injector - _kill - lineno:75]: killing redpanda on 2
[INFO - 2022-01-25 07:26:28,062 - failure_injector - _start - lineno:133]: starting redpanda on 2
[INFO - 2022-01-25 07:26:28,107 - node_operations_fuzzy_test - failure_injector_loop - lineno:172]: waiting 30 seconds before next failure
[INFO - 2022-01-25 07:26:35,444 - runner_client - log - lineno:266]: RunnerClient: rptest.tests.node_operations_fuzzy_test.NodeOperationFuzzyTest.test_node_opeartions.enable_failures=True: FAIL: TimeoutError('')
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 135, in run
data = self.run_test()
File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 215, in run_test
return self.test_context.function(self.test)
File "/usr/local/lib/python3.9/dist-packages/ducktape/mark/_mark.py", line 433, in wrapper
return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
File "/root/tests/rptest/services/cluster.py", line 35, in wrapped
r = f(self, *args, **kwargs)
File "/root/tests/rptest/tests/node_operations_fuzzy_test.py", line 337, in test_node_opeartions
decommission(idx)
File "/root/tests/rptest/tests/node_operations_fuzzy_test.py", line 233, in decommission
wait_until(node_removed,
File "/usr/local/lib/python3.9/dist-packages/ducktape/utils/util.py", line 58, in wait_until
raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
ducktape.errors.TimeoutError
```
This is reminiscent of issues we've seen before where decoms never succeeded because of recovery never catching up (https://github.com/vectorizedio/redpanda/issues/2478), but I haven't dug into logs to check what's happening here. | 1.0 | Failure in `NodeOperationFuzzyTest.test_node_opeartions.enable_failures=True` - https://buildkite.com/vectorized/redpanda/builds/6615#aee94aff-3d9e-448f-938c-39d62a830709
```
[INFO - 2022-01-25 07:26:27,645 - failure_injector - _kill - lineno:75]: killing redpanda on 2
[INFO - 2022-01-25 07:26:28,062 - failure_injector - _start - lineno:133]: starting redpanda on 2
[INFO - 2022-01-25 07:26:28,107 - node_operations_fuzzy_test - failure_injector_loop - lineno:172]: waiting 30 seconds before next failure
[INFO - 2022-01-25 07:26:35,444 - runner_client - log - lineno:266]: RunnerClient: rptest.tests.node_operations_fuzzy_test.NodeOperationFuzzyTest.test_node_opeartions.enable_failures=True: FAIL: TimeoutError('')
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 135, in run
data = self.run_test()
File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 215, in run_test
return self.test_context.function(self.test)
File "/usr/local/lib/python3.9/dist-packages/ducktape/mark/_mark.py", line 433, in wrapper
return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
File "/root/tests/rptest/services/cluster.py", line 35, in wrapped
r = f(self, *args, **kwargs)
File "/root/tests/rptest/tests/node_operations_fuzzy_test.py", line 337, in test_node_opeartions
decommission(idx)
File "/root/tests/rptest/tests/node_operations_fuzzy_test.py", line 233, in decommission
wait_until(node_removed,
File "/usr/local/lib/python3.9/dist-packages/ducktape/utils/util.py", line 58, in wait_until
raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
ducktape.errors.TimeoutError
```
This is reminiscent of issues we've seen before where decoms never succeeded because of recovery never catching up (https://github.com/vectorizedio/redpanda/issues/2478), but I haven't dug into logs to check what's happening here. | test | failure in nodeoperationfuzzytest test node opeartions enable failures true killing redpanda on starting redpanda on waiting seconds before next failure runnerclient rptest tests node operations fuzzy test nodeoperationfuzzytest test node opeartions enable failures true fail timeouterror traceback most recent call last file usr local lib dist packages ducktape tests runner client py line in run data self run test file usr local lib dist packages ducktape tests runner client py line in run test return self test context function self test file usr local lib dist packages ducktape mark mark py line in wrapper return functools partial f args kwargs w args w kwargs file root tests rptest services cluster py line in wrapped r f self args kwargs file root tests rptest tests node operations fuzzy test py line in test node opeartions decommission idx file root tests rptest tests node operations fuzzy test py line in decommission wait until node removed file usr local lib dist packages ducktape utils util py line in wait until raise timeouterror err msg if callable err msg else err msg from last exception ducktape errors timeouterror this is reminiscent of issues we ve seen before where decoms never succeeded because of recovery never catching up but i haven t dug into logs to check what s happening here | 1 |
402,093 | 27,352,072,068 | IssuesEvent | 2023-02-27 10:15:31 | lab-cosmo/equistore | https://api.github.com/repos/lab-cosmo/equistore | closed | Introduce a consistent and clear format for function docstrings | documentation Python-API | Re: the ML development meeting, let's decide on a consistent format for function docstrings, using @PicoCentauri 's suggestion as a starting point. Then, once agreed, we can do an overhaul of all function docstrings, then enforce the format in subsequent PRs. | 1.0 | Introduce a consistent and clear format for function docstrings - Re: the ML development meeting, let's decide on a consistent format for function docstrings, using @PicoCentauri 's suggestion as a starting point. Then, once agreed, we can do an overhaul of all function docstrings, then enforce the format in subsequent PRs. | non_test | introduce a consistent and clear format for function docstrings re the ml development meeting let s decide on a consistent format for function docstrings using picocentauri s suggestion as a starting point then once agreed we can do an overhaul of all function docstrings then enforce the format in subsequent prs | 0 |
497,829 | 14,394,583,847 | IssuesEvent | 2020-12-03 01:38:26 | coreycartercodes/Crate | https://api.github.com/repos/coreycartercodes/Crate | opened | SPRINT 0 :: Personal Description Annotations | Front-End Priority 1 | As a user I should be able to add a personal description to my profile
**NOTES:**
_Where:_ Likely rendered in user/profile.js
_How:_ Create a new component with the ability to add a description
_What we need:_ Added table for description to user information (string)
**QUESTIONS:** | 1.0 | SPRINT 0 :: Personal Description Annotations - As a user I should be able to add a personal description to my profile
**NOTES:**
_Where:_ Likely rendered in user/profile.js
_How:_ Create a new component with the ability to add a description
_What we need:_ Added table for description to user information (string)
**QUESTIONS:** | non_test | sprint personal description annotations as a user i should be able to add a personal description to my profile notes where likely rendered in user profile js how create a new component with the ability to add a description what we need added table for description to user information string questions | 0 |
133,575 | 18,907,489,962 | IssuesEvent | 2021-11-16 10:36:57 | realm/realm-java | https://api.github.com/repos/realm/realm-java | closed | RealmProxyClassGenerator needs to add annotation from source RealmObject class | T-Bug Design-Required O-Community | #### Goal
> RealmProxyClassGenerator needs to add the annotation indicated from source RealmObject class
#### Expected Results
If I added an annotation from the source annotation for example:
```
@JsonObject
public class User extends RealmObject {
```
The RealmProxy class counterpart should have the annotation inherited as well:
```
@JsonObject
public class UserRealmProxy extends entities.realmobjects.User
implements RealmObjectProxy, UserRealmProxyInterface
```
#### Actual Results
> No inheritance of Annotation occurring on the RealmProxy class
#### Version of Realm and tooling
Realm version(s): 1.1.0
Android Studio version: 2.1.2 | 1.0 | RealmProxyClassGenerator needs to add annotation from source RealmObject class - #### Goal
> RealmProxyClassGenerator needs to add the annotation indicated from source RealmObject class
#### Expected Results
If I added an annotation from the source annotation for example:
```
@JsonObject
public class User extends RealmObject {
```
The RealmProxy class counterpart should have the annotation inherited as well:
```
@JsonObject
public class UserRealmProxy extends entities.realmobjects.User
implements RealmObjectProxy, UserRealmProxyInterface
```
#### Actual Results
> No inheritance of Annotation occurring on the RealmProxy class
#### Version of Realm and tooling
Realm version(s): 1.1.0
Android Studio version: 2.1.2 | non_test | realmproxyclassgenerator needs to add annotation from source realmobject class goal realmproxyclassgenerator needs to add the annotation indicated from source realmobject class expected results if i added an annotation from the source annotation for example jsonobject public class user extends realmobject the realmproxy class counterpart should have the annotation inherited as well jsonobject public class userrealmproxy extends entities realmobjects user implements realmobjectproxy userrealmproxyinterface actual results no inheritance of annotation occurring on the realmproxy class version of realm and tooling realm version s android studio version | 0 |
203,515 | 15,373,004,062 | IssuesEvent | 2021-03-02 12:01:14 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | Duplicate RichText Toolbar on block | Needs Testing [Feature] Extensibility | Problem [Screenshot](https://imgur.com/a/mZ9mUy7)
The toolbars are getting repeated, This only occurs when I add the **styles**
Here's my full block code -
```
/**
* BLOCK: Noir CTA Block One
*
* Registering a basic block with Gutenberg.
* Simple block, renders and saves the same content without any interactivity.
*/
// Import CSS.
import './style.scss';
import './editor.scss';
// let's us call registerBlockType() directly from the wp.blocks library
const { registerBlockType } = wp.blocks;
// let's us use the withAPIData() function from the wp.components library to access the Rest API
const {
PanelBody,
Button,
Dashicon,
SelectControl,
RangeControl,
ToggleControl,
} = wp.components;
// let's us use the __() function from the wp.i18n library to translate strings
const { __ } = wp.i18n;
const {
RichText,
BlockControls,
InspectorControls,
AlignmentToolbar,
MediaUpload,
URLInput,
PanelColorSettings,
} = wp.blockEditor;
const ctaLayoutOneEdit = (props) => {
const { isSelected, className, setAttributes } = props;
const { backgroundImage, heroText, heroTextSize, pText, pTextSize, alignment, url, text, backgroundColor, size, cornerButtonRadius, buttonTarget, bgColor, blockHeight, borderRadTopLeft, borderRadTopRight, borderRadBotRight, borderRadBotLeft,paddingTop, paddingBottom, paddingRight, paddingLeft, marginTop, marginBottom, heroTextColor, pTextColor, btnBgColor, btnTextColor } = props.attributes;
function onImageSelect(imageObject) {
setAttributes({
// get image full size
backgroundImage: imageObject.sizes.full.url
})
}
const buttonSize = [
{ value: 'small', label: __( 'Small', 'textDomain' ) },
{ value: 'normal', label: __( 'Normal', 'textDomain' ) },
{ value: 'medium', label: __( 'Medium', 'textDomain' ) },
{ value: 'large', label: __( 'Large', 'textDomain' ) },
];
return [
<BlockControls>
<AlignmentToolbar
value={ alignment }
onChange={ ( val ) => {setAttributes( { alignment: val } );} }
/>
</BlockControls>
,
isSelected && (
<InspectorControls key={ 'inspector' }>
<PanelBody title={ __( 'Image', 'textDomain' ) } initialOpen={ false }>
<MediaUpload
onSelect={onImageSelect}
type="image"
value={backgroundImage}
render={({ open }) => (
<button className="button button-large" onClick={open}>
{__('Background Image', 'textDomain') }
</button>
)}
/>
<RangeControl
label={ __( 'Block Height', 'textDomain' ) }
value={ blockHeight }
min='50'
max='100'
onChange={ ( val ) => setAttributes( { blockHeight: val } ) }
/>
</PanelBody>
<PanelBody title={ __( 'Texts', 'textDomain' ) } initialOpen={ false }>
<RangeControl
label={ __( 'Title', 'textDomain' ) }
value={ heroTextSize }
min='30'
max='200'
onChange={ ( val ) => setAttributes( { heroTextSize: val } ) }
/>
<RangeControl
label={ __( 'Text', 'textDomain' ) }
value={ pTextSize }
min='15'
max='50'
onChange={ ( val ) => setAttributes( { pTextSize: val } ) }
/>
<PanelColorSettings
title={ __( 'Color', 'textDomain' ) }
initialOpen={ false }
colorSettings={ [
{
value: heroTextColor,
onChange: ( val ) => setAttributes( { heroTextColor: val } ),
label: __( 'Hero Title ', 'textDomain' ),
},
{
value: pTextColor,
onChange: ( val ) => setAttributes( { pTextColor: val } ),
label: __( 'Text ', 'textDomain' ),
},
] }
/>
</PanelBody>
<PanelBody title={__('Button', 'textDomain' )} initialOpen={ false }>
<ToggleControl
label={__('Open in new window', 'textDomain' )}
checked={buttonTarget}
onChange={ () => setAttributes({ buttonTarget: !buttonTarget})}
/>
<SelectControl
label={__('Size', 'textDomain' )}
value={size}
options={buttonSize.map( ({
value, label}) => ({
value: value,
label: label,
} ) ) }
onChange={(newSize) => setAttributes({ size: newSize})}
/>
<RangeControl
label={ __( 'Corner Radius', 'textDomain' ) }
value={ cornerButtonRadius }
min='0'
max='50'
onChange={ ( cornerRad ) => setAttributes( { cornerButtonRadius: cornerRad } ) }
/>
<PanelColorSettings
title={ __( 'Color', 'textDomain' ) }
initialOpen={ false }
colorSettings={ [
{
value: btnTextColor,
onChange: ( val ) => setAttributes( { btnTextColor: val } ),
label: __( 'Text', 'textDomain' ),
},
{
value: btnBgColor,
onChange: ( val ) => setAttributes( { btnBgColor: val } ),
label: __( 'Background', 'textDomain' ),
},
] }
/>
</PanelBody>
<PanelBody title={__('Settings', 'textDomain')} initialOpen={false}>
<PanelBody title={ 'Padding ' }initialOpen={ false }>
<RangeControl
label= { __('Padding Top', 'textDomain') }
value= { paddingTop }
min= '0'
max= '50'
onChange={ (val) => setAttributes({ paddingTop : val }) }
/>
<RangeControl
label= { __('Padding Bottom', 'textDomain') }
value= { paddingBottom }
min= '0'
max= '50'
onChange={ (val) => setAttributes({ paddingBottom : val }) }
/>
<RangeControl
label= { __('Padding Right', 'textDomain') }
value= { paddingRight }
min= '0'
max= '50'
onChange={ (val) => setAttributes({ paddingRight : val }) }
/>
<RangeControl
label= { __('Padding Left', 'textDomain') }
value= { paddingLeft }
min= '0'
max= '50'
onChange={ (val) => setAttributes({ paddingLeft : val }) }
/>
</PanelBody>
<PanelBody title={ 'Margin' } initialOpen={ false }>
<RangeControl
label= { __('Margin Top', 'textDomain') }
value= { marginTop }
min= '0'
max= '50'
onChange={ (val) => setAttributes({ marginTop : val }) }
/>
<RangeControl
label= { __('Margin Bottom', 'textDomain') }
value= { marginBottom }
min= '0'
max= '50'
onChange={ (val) => setAttributes({ marginBottom : val }) }
/>
</PanelBody>
<PanelBody title={'Border Radius'} initialOpen={ false }>
<RangeControl
label= { __('Top Left', 'textDomain') }
value= { borderRadTopLeft }
min= '0'
max= '500'
onChange={ (val) => setAttributes({ borderRadTopLeft : val }) }
/>
<RangeControl
label= { __('Top Right', 'textDomain') }
value= { borderRadTopRight }
min= '0'
max= '500'
onChange={ (val) => setAttributes({ borderRadTopRight : val }) }
/>
<RangeControl
label= { __('Bottom Right', 'textDomain') }
value= { borderRadBotRight }
min= '0'
max= '500'
onChange={ (val) => setAttributes({ borderRadBotRight : val }) }
/>
<RangeControl
label= { __('Bottom Left', 'textDomain') }
value= { borderRadBotLeft }
min= '0'
max= '500'
onChange={ (val) => setAttributes({ borderRadBotLeft : val }) }
/>
</PanelBody>
<PanelColorSettings
title={ __( 'Background Color', 'textDomain' ) }
initialOpen={ false }
colorSettings={ [
{
value: backgroundColor,
onChange: ( val ) => setAttributes( { backgroundColor: val } ),
label: __( 'Button Background ', 'textDomain' ),
},
] }
/>
</PanelBody>
</InspectorControls>
),
<section className={ props.className + ` tar-cta cta-layout-one demo-welcome-text-${alignment} block-height-${blockHeight} ctaOneborTopLeft-${borderRadTopLeft} ctaOneborTopRight-${borderRadTopRight} ctaOneborBotRight-${borderRadBotRight} ctaOneborBotLeft-${borderRadBotLeft} ctaOnemarginTop-${marginTop} ctaOnemarginBottom-${marginBottom}`} style={{ backgroundImage: `url(${backgroundImage})`, backgroundColor: `${backgroundColor}`,}}>
<div className={`ctaOnepaddingTop-${paddingTop} ctaOnepaddingLeft-${paddingLeft} ctaOnepaddingRight-${paddingRight} ctaOnepaddingBottom-${paddingBottom}`}>
<RichText
tagName="h2"
onChange={(val) => setAttributes({ heroText :val })}
value={heroText}
className={`title title-size-${heroTextSize}`}
style={{ color: heroTextColor }}
keepPlaceholderOnFocus={true}
/>
<RichText
tagName="p"
onChange={(val) => setAttributes({ pText :val })}
value={pText}
className={`text text-size-${pTextSize}`}
style={{ color: pTextColor }}
keepPlaceholderOnFocus={true}
/>
<span key={'button'} className={'tar-button'}>
<RichText
tagName={'span'}
placeholder={__('Button Text', 'textDomain' )}
value={text}
rel={"noopener noreferrer"}
target={ buttonTarget ? '_blank': '_self'}
onChange={(val) => setAttributes({ text :val })}
allowedFormats ={ [ 'bold', 'italic','strikethrough' ] }
className={`tar-button tar-button-${size} btn-radius-${cornerButtonRadius}`}
style={{ backgroundColor: btnBgColor, color: btnTextColor }}
/>
</span>
<form
key= {'form-link'}
onSubmit={(event) => event.preventDefault()}
>
<Dashicon icon={'admin-links'} />
<URLInput
value={url}
onChange={(changes) => setAttributes({ url: changes })}
/>
<Button
icon={'editor-break'}
label={__('Apply', 'textDomain' )}
type={'submit'}
/>
</form>
</div>
</section>
];
}
const ctaLayoutOneSave = (props) => {
const { backgroundImage, heroText, heroTextSize, pText, pTextSize,alignment, url, text, backgroundColor, size, cornerButtonRadius, buttonTarget, className, bgColor, blockHeight, borderRadTopLeft, borderRadTopRight, borderRadBotRight, borderRadBotLeft,paddingTop, paddingBottom, paddingRight, paddingLeft, marginTop, marginBottom, heroTextColor, pTextColor, btnBgColor, btnTextColor } = props.attributes;
const buttonStyle= { backgroundColor: btnBgColor, color: btnTextColor }
return (
<section
className={`tar-cta cta-layout-one demo-welcome-text-${alignment} block-height-${blockHeight} ctaOneborTopLeft-${borderRadTopLeft} ctaOneborTopRight-${borderRadTopRight} ctaOneborBotRight-${borderRadBotRight} ctaOneborBotLeft-${borderRadBotLeft} ctaOnemarginTop-${marginTop} ctaOnemarginBottom-${marginBottom}`} style={{ backgroundImage: `url(${backgroundImage})`, backgroundColor: `${backgroundColor}`,}}>
<div className={`ctaOnepaddingTop-${paddingTop} ctaOnepaddingLeft-${paddingLeft} ctaOnepaddingRight-${paddingRight} ctaOnepaddingBottom-${paddingBottom}`}>
<RichText.Content
tagName="h2"
value={ heroText }
style={{ color: heroTextColor }}
className={`title title-size-${heroTextSize}`}
/>
<RichText.Content
tagName="p"
value={ pText }
style={{ color: pTextColor }}
className={`text text-size-${pTextSize}`}
/>
<a target={ buttonTarget ? '_blank' : '_self' } href={url} rel="noopener noreferrer" className={`tar-button tar-button-${size} btn-radius-${cornerButtonRadius}`} style={buttonStyle}>{text}</a>
</div>
</section>
);
}
registerBlockType( 'demo-block-plugin/demo-cta-one', {
title: __( 'CTA Block One' ),
icon: <svg class="svg-icon" viewBox="0 0 20 20"><path fill="#2196F3" d="M3.015,4.779h1.164V3.615H3.015V4.779z M18.73,1.869H1.269c-0.322,0-0.582,0.26-0.582,0.582v15.133
c0,0.322,0.26,0.582,0.582,0.582H18.73c0.321,0,0.582-0.26,0.582-0.582V2.451C19.312,2.129,19.052,1.869,18.73,1.869z
M18.148,16.42c0,0.322-0.261,0.582-0.582,0.582H2.433c-0.322,0-0.582-0.26-0.582-0.582V6.525h16.297V16.42z M18.148,5.361H1.851
V3.615c0-0.322,0.26-0.582,0.582-0.582h15.133c0.321,0,0.582,0.26,0.582,0.582V5.361z M7.671,4.779h1.165V3.615H7.671V4.779z
M5.344,4.779h1.164V3.615H5.344V4.779z"></path></svg>,
description: 'Call To Action Block One',
category: 'demo-blocks',
keywords: [
__( 'CTA block one' ),
__( 'Call to action block one' ),
],
supports: {
align: [ 'center', 'wide', 'full'],
anchor: true
},
example: {
attributes: {
heroText: 'WELCOME TO THE JUNGLE',
//mediaOneURL: '/assets/women-cream.jpg',
pText: 'lorem ipsum dolor',
size: 'normal',
},
},
styles: [
{
name: "ctaOnedefault",
label: __("default"),
},
{
name: "ctaOneOption0",
label: __("Transparent"),
isDefault: true,
},
{
name: "ctaOneOption1",
label: __("Layout 1")
},
{
name: "ctaOneOption2",
label: __("Layout 2")
},
{
name: "ctaOneOption3",
label: __("Layout 3")
},
{
name: "ctaOneOption4",
label: __("Layout 4")
},
{
name: "ctaOneOption5",
label: __("Layout 5")
},
{
name: "ctaOneOption6",
label: __("Layout 6")
},
{
name: "ctaOneOption7",
label: __("Layout 7")
},
{
name: "ctaOneOption8",
label: __("Layout 8")
},
{
name: "ctaOneOption9",
label: __("Layout 9")
},
{
name: "ctaOneOption10",
label: __("Layout 10")
},
{
name: "ctaOneOption11",
label: __("Layout 11")
},
{
name: "ctaOneOption12",
label: __("Layout 12")
},
{
name: "ctaOneOption13",
label: __("Layout 13")
},
{
name: "ctaOneOption14",
label: __("Layout 14")
},
{
name: "ctaOneOption15",
label: __("Layout 15")
},
],
attributes: {
// Hero image attributes
backgroundImage: {
type: 'string',
default: null, // no image by default!
},
backgroundColor: {
type: 'string',
},
blockHeight: {
type: 'number',
default: 80,
},
// Hero Text attributes
heroText: {
type: 'string',
selector: 'h2',
default: 'WELCOME TO THE JUNGLE'
},
heroTextColor: {
type: 'string',
},
heroTextSize: {
type: 'number',
default: 40,
},
// pText attributes
pText: {
type: 'string',
selector: 'p',
default: 'lorem ipsum dolor'
},
pTextColor: {
type: 'string',
},
pTextSize: {
type: 'number',
default: 20,
},
// button attributes
url: {
type: 'string',
source: 'attribute',
selector: 'a',
attribute: 'href',
},
text: {
type: 'string',
selector: 'a',
},
btnBgColor: {
type: 'string',
},
btnTextColor: {
type: 'string',
},
size: {
type: 'string',
default: 'normal',
},
cornerButtonRadius: {
type: 'number',
default: 4,
},
buttonTarget: {
type: 'boolean',
default: false
},
//section border radius
borderRadTopLeft: {
type: 'number',
default: 0,
},
borderRadTopRight: {
type: 'number',
default: 0,
},
borderRadBotRight: {
type: 'number',
default: 0,
},
borderRadBotLeft: {
type: 'number',
default: 0,
},
//padding settings
paddingTop: {
type: 'number',
default: 0,
},
paddingBottom: {
type: 'number',
default: 0,
},
paddingLeft: {
type: 'number',
default: 0,
},
paddingRight: {
type: 'number',
default: 0,
},
//margin settings
marginTop: {
type: 'number',
default: 0,
},
marginBottom: {
type: 'number',
default: 0,
},
alignment: {
type: 'string',
default: 'center'
},
},
// The "edit" property must be a valid function.
edit: ctaLayoutOneEdit,
// The "save" property must be specified and must be a valid function.
save: ctaLayoutOneSave
});
```
I'd appreciate any kind of help | 1.0 | Duplicate RichText Toolbar on block - Problem [Screenshot](https://imgur.com/a/mZ9mUy7)
The toolbars are getting repeated, This only occurs when I add the **styles**
Here's my full block code -
```
/**
* BLOCK: Noir CTA Block One
*
* Registering a basic block with Gutenberg.
* Simple block, renders and saves the same content without any interactivity.
*/
// Import CSS.
import './style.scss';
import './editor.scss';
// let's us call registerBlockType() directly from the wp.blocks library
const { registerBlockType } = wp.blocks;
// let's us use the withAPIData() function from the wp.components library to access the Rest API
const {
PanelBody,
Button,
Dashicon,
SelectControl,
RangeControl,
ToggleControl,
} = wp.components;
// let's us use the __() function from the wp.i18n library to translate strings
const { __ } = wp.i18n;
const {
RichText,
BlockControls,
InspectorControls,
AlignmentToolbar,
MediaUpload,
URLInput,
PanelColorSettings,
} = wp.blockEditor;
const ctaLayoutOneEdit = (props) => {
const { isSelected, className, setAttributes } = props;
const { backgroundImage, heroText, heroTextSize, pText, pTextSize, alignment, url, text, backgroundColor, size, cornerButtonRadius, buttonTarget, bgColor, blockHeight, borderRadTopLeft, borderRadTopRight, borderRadBotRight, borderRadBotLeft,paddingTop, paddingBottom, paddingRight, paddingLeft, marginTop, marginBottom, heroTextColor, pTextColor, btnBgColor, btnTextColor } = props.attributes;
function onImageSelect(imageObject) {
setAttributes({
// get image full size
backgroundImage: imageObject.sizes.full.url
})
}
const buttonSize = [
{ value: 'small', label: __( 'Small', 'textDomain' ) },
{ value: 'normal', label: __( 'Normal', 'textDomain' ) },
{ value: 'medium', label: __( 'Medium', 'textDomain' ) },
{ value: 'large', label: __( 'Large', 'textDomain' ) },
];
return [
<BlockControls>
<AlignmentToolbar
value={ alignment }
onChange={ ( val ) => {setAttributes( { alignment: val } );} }
/>
</BlockControls>
,
isSelected && (
<InspectorControls key={ 'inspector' }>
<PanelBody title={ __( 'Image', 'textDomain' ) } initialOpen={ false }>
<MediaUpload
onSelect={onImageSelect}
type="image"
value={backgroundImage}
render={({ open }) => (
<button className="button button-large" onClick={open}>
{__('Background Image', 'textDomain') }
</button>
)}
/>
<RangeControl
label={ __( 'Block Height', 'textDomain' ) }
value={ blockHeight }
min='50'
max='100'
onChange={ ( val ) => setAttributes( { blockHeight: val } ) }
/>
</PanelBody>
<PanelBody title={ __( 'Texts', 'textDomain' ) } initialOpen={ false }>
<RangeControl
label={ __( 'Title', 'textDomain' ) }
value={ heroTextSize }
min='30'
max='200'
onChange={ ( val ) => setAttributes( { heroTextSize: val } ) }
/>
<RangeControl
label={ __( 'Text', 'textDomain' ) }
value={ pTextSize }
min='15'
max='50'
onChange={ ( val ) => setAttributes( { pTextSize: val } ) }
/>
<PanelColorSettings
title={ __( 'Color', 'textDomain' ) }
initialOpen={ false }
colorSettings={ [
{
value: heroTextColor,
onChange: ( val ) => setAttributes( { heroTextColor: val } ),
label: __( 'Hero Title ', 'textDomain' ),
},
{
value: pTextColor,
onChange: ( val ) => setAttributes( { pTextColor: val } ),
label: __( 'Text ', 'textDomain' ),
},
] }
/>
</PanelBody>
<PanelBody title={__('Button', 'textDomain' )} initialOpen={ false }>
<ToggleControl
label={__('Open in new window', 'textDomain' )}
checked={buttonTarget}
onChange={ () => setAttributes({ buttonTarget: !buttonTarget})}
/>
<SelectControl
label={__('Size', 'textDomain' )}
value={size}
options={buttonSize.map( ({
value, label}) => ({
value: value,
label: label,
} ) ) }
onChange={(newSize) => setAttributes({ size: newSize})}
/>
<RangeControl
label={ __( 'Corner Radius', 'textDomain' ) }
value={ cornerButtonRadius }
min='0'
max='50'
onChange={ ( cornerRad ) => setAttributes( { cornerButtonRadius: cornerRad } ) }
/>
<PanelColorSettings
title={ __( 'Color', 'textDomain' ) }
initialOpen={ false }
colorSettings={ [
{
value: btnTextColor,
onChange: ( val ) => setAttributes( { btnTextColor: val } ),
label: __( 'Text', 'textDomain' ),
},
{
value: btnBgColor,
onChange: ( val ) => setAttributes( { btnBgColor: val } ),
label: __( 'Background', 'textDomain' ),
},
] }
/>
</PanelBody>
<PanelBody title={__('Settings', 'textDomain')} initialOpen={false}>
<PanelBody title={ 'Padding ' }initialOpen={ false }>
<RangeControl
label= { __('Padding Top', 'textDomain') }
value= { paddingTop }
min= '0'
max= '50'
onChange={ (val) => setAttributes({ paddingTop : val }) }
/>
<RangeControl
label= { __('Padding Bottom', 'textDomain') }
value= { paddingBottom }
min= '0'
max= '50'
onChange={ (val) => setAttributes({ paddingBottom : val }) }
/>
<RangeControl
label= { __('Padding Right', 'textDomain') }
value= { paddingRight }
min= '0'
max= '50'
onChange={ (val) => setAttributes({ paddingRight : val }) }
/>
<RangeControl
label= { __('Padding Left', 'textDomain') }
value= { paddingLeft }
min= '0'
max= '50'
onChange={ (val) => setAttributes({ paddingLeft : val }) }
/>
</PanelBody>
<PanelBody title={ 'Margin' } initialOpen={ false }>
<RangeControl
label= { __('Margin Top', 'textDomain') }
value= { marginTop }
min= '0'
max= '50'
onChange={ (val) => setAttributes({ marginTop : val }) }
/>
<RangeControl
label= { __('Margin Bottom', 'textDomain') }
value= { marginBottom }
min= '0'
max= '50'
onChange={ (val) => setAttributes({ marginBottom : val }) }
/>
</PanelBody>
<PanelBody title={'Border Radius'} initialOpen={ false }>
<RangeControl
label= { __('Top Left', 'textDomain') }
value= { borderRadTopLeft }
min= '0'
max= '500'
onChange={ (val) => setAttributes({ borderRadTopLeft : val }) }
/>
<RangeControl
label= { __('Top Right', 'textDomain') }
value= { borderRadTopRight }
min= '0'
max= '500'
onChange={ (val) => setAttributes({ borderRadTopRight : val }) }
/>
<RangeControl
label= { __('Bottom Right', 'textDomain') }
value= { borderRadBotRight }
min= '0'
max= '500'
onChange={ (val) => setAttributes({ borderRadBotRight : val }) }
/>
<RangeControl
label= { __('Bottom Left', 'textDomain') }
value= { borderRadBotLeft }
min= '0'
max= '500'
onChange={ (val) => setAttributes({ borderRadBotLeft : val }) }
/>
</PanelBody>
<PanelColorSettings
title={ __( 'Background Color', 'textDomain' ) }
initialOpen={ false }
colorSettings={ [
{
value: backgroundColor,
onChange: ( val ) => setAttributes( { backgroundColor: val } ),
label: __( 'Button Background ', 'textDomain' ),
},
] }
/>
</PanelBody>
</InspectorControls>
),
<section className={ props.className + ` tar-cta cta-layout-one demo-welcome-text-${alignment} block-height-${blockHeight} ctaOneborTopLeft-${borderRadTopLeft} ctaOneborTopRight-${borderRadTopRight} ctaOneborBotRight-${borderRadBotRight} ctaOneborBotLeft-${borderRadBotLeft} ctaOnemarginTop-${marginTop} ctaOnemarginBottom-${marginBottom}`} style={{ backgroundImage: `url(${backgroundImage})`, backgroundColor: `${backgroundColor}`,}}>
<div className={`ctaOnepaddingTop-${paddingTop} ctaOnepaddingLeft-${paddingLeft} ctaOnepaddingRight-${paddingRight} ctaOnepaddingBottom-${paddingBottom}`}>
<RichText
tagName="h2"
onChange={(val) => setAttributes({ heroText :val })}
value={heroText}
className={`title title-size-${heroTextSize}`}
style={{ color: heroTextColor }}
keepPlaceholderOnFocus={true}
/>
<RichText
tagName="p"
onChange={(val) => setAttributes({ pText :val })}
value={pText}
className={`text text-size-${pTextSize}`}
style={{ color: pTextColor }}
keepPlaceholderOnFocus={true}
/>
<span key={'button'} className={'tar-button'}>
<RichText
tagName={'span'}
placeholder={__('Button Text', 'textDomain' )}
value={text}
rel={"noopener noreferrer"}
target={ buttonTarget ? '_blank': '_self'}
onChange={(val) => setAttributes({ text :val })}
allowedFormats ={ [ 'bold', 'italic','strikethrough' ] }
className={`tar-button tar-button-${size} btn-radius-${cornerButtonRadius}`}
style={{ backgroundColor: btnBgColor, color: btnTextColor }}
/>
</span>
<form
key= {'form-link'}
onSubmit={(event) => event.preventDefault()}
>
<Dashicon icon={'admin-links'} />
<URLInput
value={url}
onChange={(changes) => setAttributes({ url: changes })}
/>
<Button
icon={'editor-break'}
label={__('Apply', 'textDomain' )}
type={'submit'}
/>
</form>
</div>
</section>
];
}
const ctaLayoutOneSave = (props) => {
const { backgroundImage, heroText, heroTextSize, pText, pTextSize,alignment, url, text, backgroundColor, size, cornerButtonRadius, buttonTarget, className, bgColor, blockHeight, borderRadTopLeft, borderRadTopRight, borderRadBotRight, borderRadBotLeft,paddingTop, paddingBottom, paddingRight, paddingLeft, marginTop, marginBottom, heroTextColor, pTextColor, btnBgColor, btnTextColor } = props.attributes;
const buttonStyle= { backgroundColor: btnBgColor, color: btnTextColor }
return (
<section
className={`tar-cta cta-layout-one demo-welcome-text-${alignment} block-height-${blockHeight} ctaOneborTopLeft-${borderRadTopLeft} ctaOneborTopRight-${borderRadTopRight} ctaOneborBotRight-${borderRadBotRight} ctaOneborBotLeft-${borderRadBotLeft} ctaOnemarginTop-${marginTop} ctaOnemarginBottom-${marginBottom}`} style={{ backgroundImage: `url(${backgroundImage})`, backgroundColor: `${backgroundColor}`,}}>
<div className={`ctaOnepaddingTop-${paddingTop} ctaOnepaddingLeft-${paddingLeft} ctaOnepaddingRight-${paddingRight} ctaOnepaddingBottom-${paddingBottom}`}>
<RichText.Content
tagName="h2"
value={ heroText }
style={{ color: heroTextColor }}
className={`title title-size-${heroTextSize}`}
/>
<RichText.Content
tagName="p"
value={ pText }
style={{ color: pTextColor }}
className={`text text-size-${pTextSize}`}
/>
<a target={ buttonTarget ? '_blank' : '_self' } href={url} rel="noopener noreferrer" className={`tar-button tar-button-${size} btn-radius-${cornerButtonRadius}`} style={buttonStyle}>{text}</a>
</div>
</section>
);
}
registerBlockType( 'demo-block-plugin/demo-cta-one', {
title: __( 'CTA Block One' ),
icon: <svg class="svg-icon" viewBox="0 0 20 20"><path fill="#2196F3" d="M3.015,4.779h1.164V3.615H3.015V4.779z M18.73,1.869H1.269c-0.322,0-0.582,0.26-0.582,0.582v15.133
c0,0.322,0.26,0.582,0.582,0.582H18.73c0.321,0,0.582-0.26,0.582-0.582V2.451C19.312,2.129,19.052,1.869,18.73,1.869z
M18.148,16.42c0,0.322-0.261,0.582-0.582,0.582H2.433c-0.322,0-0.582-0.26-0.582-0.582V6.525h16.297V16.42z M18.148,5.361H1.851
V3.615c0-0.322,0.26-0.582,0.582-0.582h15.133c0.321,0,0.582,0.26,0.582,0.582V5.361z M7.671,4.779h1.165V3.615H7.671V4.779z
M5.344,4.779h1.164V3.615H5.344V4.779z"></path></svg>,
description: 'Call To Action Block One',
category: 'demo-blocks',
keywords: [
__( 'CTA block one' ),
__( 'Call to action block one' ),
],
supports: {
align: [ 'center', 'wide', 'full'],
anchor: true
},
example: {
attributes: {
heroText: 'WELCOME TO THE JUNGLE',
//mediaOneURL: '/assets/women-cream.jpg',
pText: 'lorem ipsum dolor',
size: 'normal',
},
},
styles: [
{
name: "ctaOnedefault",
label: __("default"),
},
{
name: "ctaOneOption0",
label: __("Transparent"),
isDefault: true,
},
{
name: "ctaOneOption1",
label: __("Layout 1")
},
{
name: "ctaOneOption2",
label: __("Layout 2")
},
{
name: "ctaOneOption3",
label: __("Layout 3")
},
{
name: "ctaOneOption4",
label: __("Layout 4")
},
{
name: "ctaOneOption5",
label: __("Layout 5")
},
{
name: "ctaOneOption6",
label: __("Layout 6")
},
{
name: "ctaOneOption7",
label: __("Layout 7")
},
{
name: "ctaOneOption8",
label: __("Layout 8")
},
{
name: "ctaOneOption9",
label: __("Layout 9")
},
{
name: "ctaOneOption10",
label: __("Layout 10")
},
{
name: "ctaOneOption11",
label: __("Layout 11")
},
{
name: "ctaOneOption12",
label: __("Layout 12")
},
{
name: "ctaOneOption13",
label: __("Layout 13")
},
{
name: "ctaOneOption14",
label: __("Layout 14")
},
{
name: "ctaOneOption15",
label: __("Layout 15")
},
],
attributes: {
// Hero image attributes
backgroundImage: {
type: 'string',
default: null, // no image by default!
},
backgroundColor: {
type: 'string',
},
blockHeight: {
type: 'number',
default: 80,
},
// Hero Text attributes
heroText: {
type: 'string',
selector: 'h2',
default: 'WELCOME TO THE JUNGLE'
},
heroTextColor: {
type: 'string',
},
heroTextSize: {
type: 'number',
default: 40,
},
// pText attributes
pText: {
type: 'string',
selector: 'p',
default: 'lorem ipsum dolor'
},
pTextColor: {
type: 'string',
},
pTextSize: {
type: 'number',
default: 20,
},
// button attributes
url: {
type: 'string',
source: 'attribute',
selector: 'a',
attribute: 'href',
},
text: {
type: 'string',
selector: 'a',
},
btnBgColor: {
type: 'string',
},
btnTextColor: {
type: 'string',
},
size: {
type: 'string',
default: 'normal',
},
cornerButtonRadius: {
type: 'number',
default: 4,
},
buttonTarget: {
type: 'boolean',
default: false
},
//section border radius
borderRadTopLeft: {
type: 'number',
default: 0,
},
borderRadTopRight: {
type: 'number',
default: 0,
},
borderRadBotRight: {
type: 'number',
default: 0,
},
borderRadBotLeft: {
type: 'number',
default: 0,
},
//padding settings
paddingTop: {
type: 'number',
default: 0,
},
paddingBottom: {
type: 'number',
default: 0,
},
paddingLeft: {
type: 'number',
default: 0,
},
paddingRight: {
type: 'number',
default: 0,
},
//margin settings
marginTop: {
type: 'number',
default: 0,
},
marginBottom: {
type: 'number',
default: 0,
},
alignment: {
type: 'string',
default: 'center'
},
},
// The "edit" property must be a valid function.
edit: ctaLayoutOneEdit,
// The "save" property must be specified and must be a valid function.
save: ctaLayoutOneSave
});
```
I'd appreciate any kind of help | test | duplicate richtext toolbar on block problem the toolbars are getting repeated this only occurs when i add the styles here s my full block code block noir cta block one registering a basic block with gutenberg simple block renders and saves the same content without any interactivity import css import style scss import editor scss let s us call registerblocktype directly from the wp blocks library const registerblocktype wp blocks let s us use the withapidata function from the wp components library to access the rest api const panelbody button dashicon selectcontrol rangecontrol togglecontrol wp components let s us use the function from the wp library to translate strings const wp const richtext blockcontrols inspectorcontrols alignmenttoolbar mediaupload urlinput panelcolorsettings wp blockeditor const ctalayoutoneedit props const isselected classname setattributes props const backgroundimage herotext herotextsize ptext ptextsize alignment url text backgroundcolor size cornerbuttonradius buttontarget bgcolor blockheight borderradtopleft borderradtopright borderradbotright borderradbotleft paddingtop paddingbottom paddingright paddingleft margintop marginbottom herotextcolor ptextcolor btnbgcolor btntextcolor props attributes function onimageselect imageobject setattributes get image full size backgroundimage imageobject sizes full url const buttonsize value small label small textdomain value normal label normal textdomain value medium label medium textdomain value large label large textdomain return alignmenttoolbar value alignment onchange val setattributes alignment val isselected mediaupload onselect onimageselect type image value backgroundimage render open background image textdomain rangecontrol label block height textdomain value blockheight min max onchange val setattributes blockheight val rangecontrol label title textdomain value herotextsize min max onchange val setattributes herotextsize val rangecontrol label text textdomain value ptextsize min max onchange val setattributes ptextsize val panelcolorsettings title color textdomain initialopen false colorsettings value herotextcolor onchange val setattributes herotextcolor val label hero title textdomain value ptextcolor onchange val setattributes ptextcolor val label text textdomain togglecontrol label open in new window textdomain checked buttontarget onchange setattributes buttontarget buttontarget selectcontrol label size textdomain value size options buttonsize map value label value value label label onchange newsize setattributes size newsize rangecontrol label corner radius textdomain value cornerbuttonradius min max onchange cornerrad setattributes cornerbuttonradius cornerrad panelcolorsettings title color textdomain initialopen false colorsettings value btntextcolor onchange val setattributes btntextcolor val label text textdomain value btnbgcolor onchange val setattributes btnbgcolor val label background textdomain rangecontrol label padding top textdomain value paddingtop min max onchange val setattributes paddingtop val rangecontrol label padding bottom textdomain value paddingbottom min max onchange val setattributes paddingbottom val rangecontrol label padding right textdomain value paddingright min max onchange val setattributes paddingright val rangecontrol label padding left textdomain value paddingleft min max onchange val setattributes paddingleft val rangecontrol label margin top textdomain value margintop min max onchange val setattributes margintop val rangecontrol label margin bottom textdomain value marginbottom min max onchange val setattributes marginbottom val rangecontrol label top left textdomain value borderradtopleft min max onchange val setattributes borderradtopleft val rangecontrol label top right textdomain value borderradtopright min max onchange val setattributes borderradtopright val rangecontrol label bottom right textdomain value borderradbotright min max onchange val setattributes borderradbotright val rangecontrol label bottom left textdomain value borderradbotleft min max onchange val setattributes borderradbotleft val panelcolorsettings title background color textdomain initialopen false colorsettings value backgroundcolor onchange val setattributes backgroundcolor val label button background textdomain richtext tagname onchange val setattributes herotext val value herotext classname title title size herotextsize style color herotextcolor keepplaceholderonfocus true richtext tagname p onchange val setattributes ptext val value ptext classname text text size ptextsize style color ptextcolor keepplaceholderonfocus true richtext tagname span placeholder button text textdomain value text rel noopener noreferrer target buttontarget blank self onchange val setattributes text val allowedformats classname tar button tar button size btn radius cornerbuttonradius style backgroundcolor btnbgcolor color btntextcolor form key form link onsubmit event event preventdefault urlinput value url onchange changes setattributes url changes button icon editor break label apply textdomain type submit const ctalayoutonesave props const backgroundimage herotext herotextsize ptext ptextsize alignment url text backgroundcolor size cornerbuttonradius buttontarget classname bgcolor blockheight borderradtopleft borderradtopright borderradbotright borderradbotleft paddingtop paddingbottom paddingright paddingleft margintop marginbottom herotextcolor ptextcolor btnbgcolor btntextcolor props attributes const buttonstyle backgroundcolor btnbgcolor color btntextcolor return section classname tar cta cta layout one demo welcome text alignment block height blockheight ctaonebortopleft borderradtopleft ctaonebortopright borderradtopright ctaoneborbotright borderradbotright ctaoneborbotleft borderradbotleft ctaonemargintop margintop ctaonemarginbottom marginbottom style backgroundimage url backgroundimage backgroundcolor backgroundcolor richtext content tagname value herotext style color herotextcolor classname title title size herotextsize richtext content tagname p value ptext style color ptextcolor classname text text size ptextsize text registerblocktype demo block plugin demo cta one title cta block one icon path fill d description call to action block one category demo blocks keywords cta block one call to action block one supports align anchor true example attributes herotext welcome to the jungle mediaoneurl assets women cream jpg ptext lorem ipsum dolor size normal styles name ctaonedefault label default name label transparent isdefault true name label layout name label layout name label layout name label layout name label layout name label layout name label layout name label layout name label layout name label layout name label layout name label layout name label layout name label layout name label layout attributes hero image attributes backgroundimage type string default null no image by default backgroundcolor type string blockheight type number default hero text attributes herotext type string selector default welcome to the jungle herotextcolor type string herotextsize type number default ptext attributes ptext type string selector p default lorem ipsum dolor ptextcolor type string ptextsize type number default button attributes url type string source attribute selector a attribute href text type string selector a btnbgcolor type string btntextcolor type string size type string default normal cornerbuttonradius type number default buttontarget type boolean default false section border radius borderradtopleft type number default borderradtopright type number default borderradbotright type number default borderradbotleft type number default padding settings paddingtop type number default paddingbottom type number default paddingleft type number default paddingright type number default margin settings margintop type number default marginbottom type number default alignment type string default center the edit property must be a valid function edit ctalayoutoneedit the save property must be specified and must be a valid function save ctalayoutonesave i d appreciate any kind of help | 1 |
57,623 | 7,085,309,247 | IssuesEvent | 2018-01-11 10:29:57 | StotoV/Tjirp | https://api.github.com/repos/StotoV/Tjirp | closed | Permission structure | 1 Hour Functional design | Determine where data is restricted to a specific set of groups.
- [x] Create matrix with tables and users and check which group can modify that table | 1.0 | Permission structure - Determine where data is restricted to a specific set of groups.
- [x] Create matrix with tables and users and check which group can modify that table | non_test | permission structure determine where data is restricted to a specific set of groups create matrix with tables and users and check which group can modify that table | 0 |
184,233 | 14,282,571,122 | IssuesEvent | 2020-11-23 09:48:20 | ubtue/DatenProbleme | https://api.github.com/repos/ubtue/DatenProbleme | closed | ISSN 2473-3725 | The Thomist (Muse) | Verfasser ? | Fehlerquelle: Translator Zotero_SEMI-AUTO ready for testing | Völlig unverständlich, wie hier der Verfasser aufgelöst wird:
https://muse.jhu.edu/article/761043

Ebenso hier:
https://muse.jhu.edu/article/761040

| 1.0 | ISSN 2473-3725 | The Thomist (Muse) | Verfasser ? - Völlig unverständlich, wie hier der Verfasser aufgelöst wird:
https://muse.jhu.edu/article/761043

Ebenso hier:
https://muse.jhu.edu/article/761040

| test | issn the thomist muse verfasser völlig unverständlich wie hier der verfasser aufgelöst wird ebenso hier | 1 |
167,002 | 12,979,408,524 | IssuesEvent | 2020-07-22 01:59:47 | near/rainbow-bridge | https://api.github.com/repos/near/rainbow-bridge | opened | Gas benchmarks | P1 testing | We need a tool that displays how much gas initialization and maintenance of Near2EthClient costs in terms of gas, for each method call. This tool should be using real blocks from NEAR testnet, because they have large number of validators. We also need a tool that shows the gas cost of locking and unlocking ERC20 token. We should also have a CI that verifies that these operations consume less than 2M gas. Without these tools we sometimes submit code that makes Solidity contracts prohibitively expensive. | 1.0 | Gas benchmarks - We need a tool that displays how much gas initialization and maintenance of Near2EthClient costs in terms of gas, for each method call. This tool should be using real blocks from NEAR testnet, because they have large number of validators. We also need a tool that shows the gas cost of locking and unlocking ERC20 token. We should also have a CI that verifies that these operations consume less than 2M gas. Without these tools we sometimes submit code that makes Solidity contracts prohibitively expensive. | test | gas benchmarks we need a tool that displays how much gas initialization and maintenance of costs in terms of gas for each method call this tool should be using real blocks from near testnet because they have large number of validators we also need a tool that shows the gas cost of locking and unlocking token we should also have a ci that verifies that these operations consume less than gas without these tools we sometimes submit code that makes solidity contracts prohibitively expensive | 1 |
42,246 | 10,916,752,552 | IssuesEvent | 2019-11-21 13:57:56 | contao/contao | https://api.github.com/repos/contao/contao | closed | Kein individuelles Template bei "Mehrere bearbeiten > Mehrere überschreiben" | defect | **Affected version(s)**
4.8.x
##
**Description**
Ich hatte gerade den Fall das in einem Artikel 12 ce_text Elemente ein anderes Template bekommen sollten. Wollte Mehrere bearbeiten > Überschreiben und das neue Template zuweisen, die Liste ist aber leer. Wenn ich die Elemente einzeln bearbeite, dann wird das neue Template angezeigt.
Durch die Templateauswahländerung in 4.8 kann man bei **Mehrere bearbeiten** > **Mehrere überschreiben** kein individuelles Template mehr auswählen, die Liste ist leer.
Dies tritt überall auf wo man ein **Individuelles Template** auswählen kann (Inhaltselemente, Frontend-Module).
< 4.8 wurden ja alle Templates angezeigt, dies sollte auch in diesem Fall (Mehrere bearbeiten) sein, sonst macht die Funktion **Mehrere bearbeiten** > **Mehrere überschreiben** keinen sinn.
##
**How to reproduce**
- ein Artikel mit mehreren (gleichen) Inhaltselementen auswählen
- auf **Mehrere bearbeiten** klicken
- Inhaltselemente auswählen
- auf **Überschreiben** klicken
- **Individuelles Template [customTpl]** auswählen
- Individuelles Template Auswahlliste ist leer
| 1.0 | Kein individuelles Template bei "Mehrere bearbeiten > Mehrere überschreiben" - **Affected version(s)**
4.8.x
##
**Description**
Ich hatte gerade den Fall das in einem Artikel 12 ce_text Elemente ein anderes Template bekommen sollten. Wollte Mehrere bearbeiten > Überschreiben und das neue Template zuweisen, die Liste ist aber leer. Wenn ich die Elemente einzeln bearbeite, dann wird das neue Template angezeigt.
Durch die Templateauswahländerung in 4.8 kann man bei **Mehrere bearbeiten** > **Mehrere überschreiben** kein individuelles Template mehr auswählen, die Liste ist leer.
Dies tritt überall auf wo man ein **Individuelles Template** auswählen kann (Inhaltselemente, Frontend-Module).
< 4.8 wurden ja alle Templates angezeigt, dies sollte auch in diesem Fall (Mehrere bearbeiten) sein, sonst macht die Funktion **Mehrere bearbeiten** > **Mehrere überschreiben** keinen sinn.
##
**How to reproduce**
- ein Artikel mit mehreren (gleichen) Inhaltselementen auswählen
- auf **Mehrere bearbeiten** klicken
- Inhaltselemente auswählen
- auf **Überschreiben** klicken
- **Individuelles Template [customTpl]** auswählen
- Individuelles Template Auswahlliste ist leer
| non_test | kein individuelles template bei mehrere bearbeiten mehrere überschreiben affected version s x description ich hatte gerade den fall das in einem artikel ce text elemente ein anderes template bekommen sollten wollte mehrere bearbeiten überschreiben und das neue template zuweisen die liste ist aber leer wenn ich die elemente einzeln bearbeite dann wird das neue template angezeigt durch die templateauswahländerung in kann man bei mehrere bearbeiten mehrere überschreiben kein individuelles template mehr auswählen die liste ist leer dies tritt überall auf wo man ein individuelles template auswählen kann inhaltselemente frontend module mehrere überschreiben keinen sinn how to reproduce ein artikel mit mehreren gleichen inhaltselementen auswählen auf mehrere bearbeiten klicken inhaltselemente auswählen auf überschreiben klicken individuelles template auswählen individuelles template auswahlliste ist leer | 0 |
38,227 | 5,169,832,662 | IssuesEvent | 2017-01-18 02:42:55 | xcat2/xcat-core | https://api.github.com/repos/xcat2/xcat-core | closed | [DEV]"updatenode -P" does not return the correct return code | component:updatenode status:pending test:testcase_requested | ````
[root@c910f03c17k27 ~]# cat /install/postscripts/setupntp1
exit 1
[root@c910f03c17k27 ~]# updatenode c910f03c17k28 -P setupntp1
c910f03c17k28: vpdupdate is not supported on the pSeries KVM Guest platform
c910f03c17k28: xcatdsklspost: updating VPD database
c910f03c17k28: xcatdsklspost: downloaded postscripts successfully
c910f03c17k28: Wed Dec 7 01:54:47 EST 2016 Running postscript: setupntp1
c910f03c17k28: postscript: setupntp1 exited with code 1
c910f03c17k28: Running of postscripts has completed.
[root@c910f03c17k27 ~]# echo $?
0
[root@c910f03c17k27 ~]# lsxcatd -v
Version 2.13.0 (git commit 99da40c22a1b442a60eb346ee337442d155df2fb, built Tue Dec 6 05:00:44 EST 2016)
[root@c910f03c17k27 ~]#
```` | 2.0 | [DEV]"updatenode -P" does not return the correct return code - ````
[root@c910f03c17k27 ~]# cat /install/postscripts/setupntp1
exit 1
[root@c910f03c17k27 ~]# updatenode c910f03c17k28 -P setupntp1
c910f03c17k28: vpdupdate is not supported on the pSeries KVM Guest platform
c910f03c17k28: xcatdsklspost: updating VPD database
c910f03c17k28: xcatdsklspost: downloaded postscripts successfully
c910f03c17k28: Wed Dec 7 01:54:47 EST 2016 Running postscript: setupntp1
c910f03c17k28: postscript: setupntp1 exited with code 1
c910f03c17k28: Running of postscripts has completed.
[root@c910f03c17k27 ~]# echo $?
0
[root@c910f03c17k27 ~]# lsxcatd -v
Version 2.13.0 (git commit 99da40c22a1b442a60eb346ee337442d155df2fb, built Tue Dec 6 05:00:44 EST 2016)
[root@c910f03c17k27 ~]#
```` | test | updatenode p does not return the correct return code cat install postscripts exit updatenode p vpdupdate is not supported on the pseries kvm guest platform xcatdsklspost updating vpd database xcatdsklspost downloaded postscripts successfully wed dec est running postscript postscript exited with code running of postscripts has completed echo lsxcatd v version git commit built tue dec est | 1 |
25,036 | 12,478,862,534 | IssuesEvent | 2020-05-29 17:08:52 | syl20bnr/spacemacs | https://api.github.com/repos/syl20bnr/spacemacs | closed | Slow with same file open in multiple windows | - Bug tracker - Kills Kittens (=^-^=) Performance stale | #### Description
Spacemacs lags whenever the same file is open in multiple windows
#### Reproduction guide
- Start Emacs
- Open a file
- For the most exaggerated effect, use a large syntax-highlighted file like .spacemacs and turn on line numbering
-- I believe it was also much worse when I had vim-empty-lines enabled, but I disabled that quite early on in the process of trying to find an immediate workaround, so the extra lag might've been some other un-isolated variable (like the branch or version of emacs)
- Open multiple windows (tested using vertical splits) which all display the same file. It lagged more with more windows open.
- Attempt scrolling, which-key, etc. in any of the windows
_Observed behaviour:_
Slow to unusable lag (maxed out CPU usage, freezing if line numbering is also turned on)
_Expected behaviour:_
Unhindered performance
#### System Info :computer:
- OS: windows-nt
- Emacs: 24.5.1 (Also tested on 25.0.94.2)
- Spacemacs: 0.105.21
- Spacemacs branch: develop (rev. 237d114) (Also tested on master)
- Graphic display: t
- Distribution: spacemacs
- Editing style: vim
- Completion: helm
- Layers:
``` elisp
(auto-completion better-defaults chrome emacs-lisp
(evil-snipe :variables evil-snipe-enable-alternate-f-and-t-behaviors t)
git org ranger search-engine
(shell :variables shell-default-height 30 shell-default-position 'bottom)
syntax-checking)
```
| True | Slow with same file open in multiple windows - #### Description
Spacemacs lags whenever the same file is open in multiple windows
#### Reproduction guide
- Start Emacs
- Open a file
- For the most exaggerated effect, use a large syntax-highlighted file like .spacemacs and turn on line numbering
-- I believe it was also much worse when I had vim-empty-lines enabled, but I disabled that quite early on in the process of trying to find an immediate workaround, so the extra lag might've been some other un-isolated variable (like the branch or version of emacs)
- Open multiple windows (tested using vertical splits) which all display the same file. It lagged more with more windows open.
- Attempt scrolling, which-key, etc. in any of the windows
_Observed behaviour:_
Slow to unusable lag (maxed out CPU usage, freezing if line numbering is also turned on)
_Expected behaviour:_
Unhindered performance
#### System Info :computer:
- OS: windows-nt
- Emacs: 24.5.1 (Also tested on 25.0.94.2)
- Spacemacs: 0.105.21
- Spacemacs branch: develop (rev. 237d114) (Also tested on master)
- Graphic display: t
- Distribution: spacemacs
- Editing style: vim
- Completion: helm
- Layers:
``` elisp
(auto-completion better-defaults chrome emacs-lisp
(evil-snipe :variables evil-snipe-enable-alternate-f-and-t-behaviors t)
git org ranger search-engine
(shell :variables shell-default-height 30 shell-default-position 'bottom)
syntax-checking)
```
| non_test | slow with same file open in multiple windows description spacemacs lags whenever the same file is open in multiple windows reproduction guide start emacs open a file for the most exaggerated effect use a large syntax highlighted file like spacemacs and turn on line numbering i believe it was also much worse when i had vim empty lines enabled but i disabled that quite early on in the process of trying to find an immediate workaround so the extra lag might ve been some other un isolated variable like the branch or version of emacs open multiple windows tested using vertical splits which all display the same file it lagged more with more windows open attempt scrolling which key etc in any of the windows observed behaviour slow to unusable lag maxed out cpu usage freezing if line numbering is also turned on expected behaviour unhindered performance system info computer os windows nt emacs also tested on spacemacs spacemacs branch develop rev also tested on master graphic display t distribution spacemacs editing style vim completion helm layers elisp auto completion better defaults chrome emacs lisp evil snipe variables evil snipe enable alternate f and t behaviors t git org ranger search engine shell variables shell default height shell default position bottom syntax checking | 0 |
64,226 | 12,424,618,166 | IssuesEvent | 2020-05-24 12:35:13 | AUThomasCH/thomas-glauser.ch | https://api.github.com/repos/AUThomasCH/thomas-glauser.ch | opened | Fix "method_lines" issue in src/components/Legal.jsx | codeclimate issue | Function `Legal` has 254 lines of code (exceeds 25 allowed). Consider refactoring.
https://codeclimate.com/github/AUThomasCH/thomas-glauser.ch/src/components/Legal.jsx#issue_5eca6740ea4832000100004a | 1.0 | Fix "method_lines" issue in src/components/Legal.jsx - Function `Legal` has 254 lines of code (exceeds 25 allowed). Consider refactoring.
https://codeclimate.com/github/AUThomasCH/thomas-glauser.ch/src/components/Legal.jsx#issue_5eca6740ea4832000100004a | non_test | fix method lines issue in src components legal jsx function legal has lines of code exceeds allowed consider refactoring | 0 |
370,845 | 25,926,665,208 | IssuesEvent | 2022-12-16 05:26:06 | rh-impact/fiware-hackathon-2023 | https://api.github.com/repos/rh-impact/fiware-hackathon-2023 | opened | document your team's RoadAccident Smart Data Model project | github-admin-documentation RoadAccident documentation |

# document your team's RoadAccident Smart Data Model project
Your mission, should you choose to accept it, is to import RoadAccident Smart Data into a FIWARE context broker.
- Setup a `FiwareRoadAccident` repository for your team's project inside the [`rh-impact` Github Organization here](https://github.com/orgs/rh-impact/repositories).
- Create a README.md in the root directory of your repository, and any other documentation files you see useful inside a subdirectory.
- Work with your deployment specialist to document the installation of OpenShift Local.
- Work with your data specialist to document how to import your RoadAccident data into the FIWARE Context Broker.
- Work with your visualization specialist to document the deployment visualization tools to your OpenShift Local environment.
- Document how to visualize your data using your tools.
- Add any screenshots, videos or other visualizations you come up with to enhance your team's accomplishments.
- If you are not sure where obtain or how to visualize RoadAccident data, you may want to use your imagination. Imagine if there was a RoadAccident sensor in your actual city, or a RoadAccident sensor in a small scale toy city that you could simulate. What kind of sensors could you use? How would you design such a simulation in an actual city or a toy city? How would you visualize RoadAccident data in an actual city or a toy city?
## The day of the operation is Thursday February 2nd, 2023
You will have 4 hours to complete your mission.
Work with Smart Data Models and the FIWARE Context broker in North America
## At the end of the day
Should you, or any of your force be taken or compromised that day, you must report back as many changes as you have made, and any knowledge of your actions, by pull request or comments on the issue on the board.
## The details of your mission:
Entity: RoadAccident
====================
[Open License](https://github.com/smart-data-models//dataModel.Transportation/blob/master/RoadAccident/LICENSE.md)
[document generated automatically](https://docs.google.com/presentation/d/e/2PACX-1vTs-Ng5dIAwkg91oTTUdt8ua7woBXhPnwavZ0FxgR8BsAI_Ek3C5q97Nd94HS8KhP-r_quD4H0fgyt3/pub?start=false&loop=false&delayms=3000#slide=id.gb715ace035_0_60)
Global description: **A road accident description with causes and aftermath. First version developed in Synchronicity project**
## List of properties
- `accidentDate`: Datetime of the accident
- `accidentDescription`: Description about this Road Accident as a combination of codified situation enlisted. 0: Unspecified circumstance; 1: Driver proceeded regularly without turning; 2: Driver proceeded with a distracted driving or undecided course; 3: Driver proceeded without maintaining a safe distance; 4: Driver proceeded without giving priority to the vehicle coming from the right; 5: Driver proceeded without respecting the stop; 6: Driver proceeded without respecting the signal to give precedence; 7: Driver proceeded against traffic; 8: Driver proceeded without respecting the traffic light or agent signals; 10: Driver proceeded without respecting the signs of prohibition of transit or access; 11: Driver proceeded with speeding; 12: Driver proceeded without respecting the speed limits; 13: Driver proceeded with the dazzling lights crossing other vehicles; 14: Driver turned right regularly; 15: It turned irregularly to the right; 16: Driver turned left regularly; 17: It turned irregularly to the left; 18: Driver passed at the intersection; 20: Driver proceeded regularly; 21: Driver proceeded with a distracted driving or undecided course; 22: Driver proceeded without maintaining a safe distance; 23: Driver proceeded with speeding; 24: Driver proceeded without respecting the speed limits; 25: It proceeded not near the right edge of the roadway; 26: Driver proceeded against traffic; 27: Driver proceeded without respecting the signs of prohibition of transit or access; 28: Driver proceeded with the dazzling lights crossing other vehicles; 29: Driver passed regularly; 30: It passed irregularly to the right; 31: Driver overtook on a curve, on a hill or with insufficient visibility; 32: It overtook a vehicle that was overtaking another; 33: Driver passed without observing the appropriate prohibition sign; 34: Maneuvered in relegation or conversion; 35: Driver maneuvered to get into the flow of circulation; 36: Maneuvering To turn left (private passage, distributor); 37: Driver maneuvered regularly to stop or stop; 38: Driver maneuvered irregularly to stop or stop; 39: It was joined by other irregular two-wheeled vehicles; 40: Driver proceeded regularly; 41: Driver proceeded with speeding; 42: Driver proceeded without respecting the speed limits; 43: Driver proceeded against traffic; 44: Driver passed the vehicle in gear; 45: Maneuvered; 46: Maneuvered without respecting traffic light or agent signals; 47: Driver came out of the driveway without precaution; 48: Driver stepped out of the lane and hit the pawn; 49: It did not give priority to the pedestrian on the appropriate crossings; 50: It overtook a vehicle stopped to allow the crossing; 51: Driver hit the pedestrian with the load; 52: Driver was passing a tram unevenly at the stop; 60: Driver proceeded regularly; 61: Driver proceeded with a distracted driving or undecided course; 62: Driver proceeded without maintaining a safe distance; 63: Driver proceeded against traffic; 64: Driver proceeded with speeding; 65: Driver proceeded without respecting the speed limits; 66: Driver proceeded without respecting the signs of prohibition of transit or access; 67: Driver was passing another vehicle in gear; 68: Driver imprudently crossed the level crossing; 70: Spill with spillage to avoid impact; 71: Listening with spillage for distracted driving; 72: List with over-speed spill; 73: Driver suddenly braked with consequence to the transported; 74: Fall of person from vehicle for: door opening; 75: Fall of person from vehicle for: descent from vehicle in motion; 76: Fall of person from vehicle due to: clinging or improperly placed; 80: Brake failure or failure; 81: Breakage or steering failure; 82: Tire burst or excessive wear; 83: Lack or insufficiency of headlights or position lights; 84: Lack or insufficiency of flashing lights or stopping light signals; 85: Breaking of trailer coupling parts; 86: Deficiency of dangerous goods transport equipment; 87: Deficiency of the adaptations prescribed to vehicles of physically handicapped people; 88: Wheel detachment; 89: Lack or insufficiency of visual devices for cycles
- `accidentLocation`: Brief description if the accident took place in a urban or extra-urban area. 0: Regional within the urban area 1: Urban road in the town 2: Provincial road within the town 3: State road within the village 4: Extra-urban road 5: Provincial 6: State road 7: Highway 8: Another way 9: Regional road
- `accidentStatisticalDate`: approximate datetime of the accident (often original accident data source reports only statistical attributes such as season, weekday and approximate hour
- `accidentType`: Quick classification this Road Accident. 1: Frontal collision; 2: Frontal-lateral collision; 3: Side crash; 4: Collision; 5: Pedestrian investment; 6: Impact with vehicle stopped or stopped; 7: Impact with parked vehicle; 8: Impact with obstacle; 9: Impact with train; 10: Spill, slip; 11: Accident due to sudden braking; 12: Accident due to falling from a vehicle;.
- `address`: The mailing address
- `alternateName`: An alternative name for this item
- `areaServed`: The geographic area where a service or offered item is provided
- `dataProvider`: A sequence of characters identifying the provider of the harmonised data entity.
- `dateCreated`: Entity creation timestamp. This will usually be allocated by the storage platform.
- `dateModified`: Timestamp of the last modification of the entity. This will usually be allocated by the storage platform.
- `description`: A description of this item
- `id`: Unique identifier of the entity
- `localId`: Unique identifier from the source data set
- `location`: Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon
- `name`: The name of this item.
- `numPassengersDead`: Number of vehicle's passengers dead because the accident
- `numPassengersInjured`: Number of vehicle's passengers injured because the accident
- `numPedestrianDead`: Number of pedestrians dead because the accident
- `numPedestrianInjured`: Number of pedestrians injured because the accident
- `owner`: A List containing a JSON encoded sequence of characters referencing the unique Ids of the owner(s)
- `pedestriansInvolved`: Boolean to determine if pedestrians were involved in the accidents
- `roadClass`: The classification of road where this accident took place
- `roadIntersection`: Brief description of the piece of the road where the accident took place. 1: Crossroad; 2: Roundabout; 3: Reported intersection; 4: Intersection with traffic light; 5: Intersection not reported; 6: Rail crossing; 7: Straight; 8: Curve; 9: Bump, bottleneck; 10: Slope; 11: Illuminated gallery; 12: Unlit gallery;
- `roadPaving`: Road paving. 1: Paved road; 2: Rough paved road; 3: Unpaved road;
- `roadSign`: Brief description of the road sign where the accident took place. 1: Absent; 2: Vertical; 3: Horizontal; 4: Vertical and horizontal; 5: Temporary by construction site;
- `roadSurface`: Brief description of the condition of the road during the accident. 1: Dry; 2: Wet; 3: Slippery; 4: frozen; 5: Snowcapped;
- `roadTrunk`: Brief description of type of trunk of the road where the accident took place. 1: Road branch; 2: Secondary branch; 3: Minor branch; 4: Junction branch; 5: Road junction; 6: Motorway left lane; 7: Highway carriageway right; 8: Motorway junction entrance; 9: Highway exit junction; 10: Highway junction trunk; 11: Highway station; 12: Other cases; 15: Extra urban road.
- `seeAlso`: list of uri pointing to additional resources about the item
- `source`: A sequence of characters giving the original source of the entity data as a URL. Recommended to be the fully qualified domain name of the source provider, or the URL to the source object.
- `status`: Status of the Road Accident. Enum:'archived, onGoing, solved'
- `totalDeadPeopleWithin24Hours`: Number of people dead directly because the accident
- `totalDeadPeopleWithin30Days`: Number of people dead because the aftermath of the accident
- `totalInjured`: total number of people injured (not dead) because the accident
- `type`: NGSI Entity type. it has to be RoadAccident
- `vehiclesInvolved`: List of the vehicles (and pedestrians) involved because the accident 0 : pedestrian 1 : bicycle 2 : agriculturalVehicle 3 : bus 4 : minibus 5 : car 6 : caravan 7 : tram 8 : tanker 9 : carWithCaravan 10 : carWithTrailer 11 : lorry 12 : moped 13 : tanker 14 : motorcycle 15 : motorcycleWithSideCar 16 : motorscooter 17 : trailer 18 : van 19 : caravan 20 : constructionOrMaintenanceVehicle 21 : trolley 22 : binTrolley 23 : sweepingMachine 24 : cleaningTrolley
- `weakestSubject`: vehicle that represent the weakest subject involved because the accident (usually pedestrian). 0 : pedestrian 1 : bicycle 2 : agriculturalVehicle 3 : bus 4 : minibus 5 : car 6 : caravan 7 : tram 8 : tanker 9 : carWithCaravan 10 : carWithTrailer 11 : lorry 12 : moped 13 : tanker 14 : motorcycle 15 : motorcycleWithSideCar 16 : motorscooter 17 : trailer 18 : van 19 : caravan 20 : constructionOrMaintenanceVehicle 21 : trolley 22 : binTrolley 23 : sweepingMachine 24 : cleaningTrolley
- `weatherConditions`: Brief description of weather conditions during this Road Accident. 0 : clearNight 1 : sunnyDay 2 : slightlyCloudy 3 : partlyCloudy 4 : mist 5 : fog 6 : highClouds 7 : cloudy 8 : veryCloudy 9 : overcast 10 : lightRainShower 11 : drizzle 12 : lightRain 13 : heavyRainShower 14 : heavyRain 15 : sleetShower 16 : sleet 17 : hailShower 18 : hail 19 : shower 20 : lightSnow 21 : snow 22 : heavySnowShower 23 : heavySnow 24 : thunderShower 25 : thunder
Required properties
- `id`
- `status`
- `type`
Data model coming from synchronicity project
## Data Model description of properties
Sorted alphabetically (click for details)
<details><summary><strong>full yaml details</strong></summary>
```yaml
RoadAccident:
description: 'A road accident description with causes and aftermath. First version developed in Synchronicity project'
properties:
accidentDate:
description: 'Datetime of the accident'
format: date-time
type: string
x-ngsi:
model: https://schema.org/DateTime
type: Property
accidentDescription:
description: 'Description about this Road Accident as a combination of codified situation enlisted. 0: Unspecified circumstance; 1: Driver proceeded regularly without turning; 2: Driver proceeded with a distracted driving or undecided course; 3: Driver proceeded without maintaining a safe distance; 4: Driver proceeded without giving priority to the vehicle coming from the right; 5: Driver proceeded without respecting the stop; 6: Driver proceeded without respecting the signal to give precedence; 7: Driver proceeded against traffic; 8: Driver proceeded without respecting the traffic light or agent signals; 10: Driver proceeded without respecting the signs of prohibition of transit or access; 11: Driver proceeded with speeding; 12: Driver proceeded without respecting the speed limits; 13: Driver proceeded with the dazzling lights crossing other vehicles; 14: Driver turned right regularly; 15: It turned irregularly to the right; 16: Driver turned left regularly; 17: It turned irregularly to the left; 18: Driver passed at the intersection; 20: Driver proceeded regularly; 21: Driver proceeded with a distracted driving or undecided course; 22: Driver proceeded without maintaining a safe distance; 23: Driver proceeded with speeding; 24: Driver proceeded without respecting the speed limits; 25: It proceeded not near the right edge of the roadway; 26: Driver proceeded against traffic; 27: Driver proceeded without respecting the signs of prohibition of transit or access; 28: Driver proceeded with the dazzling lights crossing other vehicles; 29: Driver passed regularly; 30: It passed irregularly to the right; 31: Driver overtook on a curve, on a hill or with insufficient visibility; 32: It overtook a vehicle that was overtaking another; 33: Driver passed without observing the appropriate prohibition sign; 34: Maneuvered in relegation or conversion; 35: Driver maneuvered to get into the flow of circulation; 36: Maneuvering To turn left (private passage, distributor); 37: Driver maneuvered regularly to stop or stop; 38: Driver maneuvered irregularly to stop or stop; 39: It was joined by other irregular two-wheeled vehicles; 40: Driver proceeded regularly; 41: Driver proceeded with speeding; 42: Driver proceeded without respecting the speed limits; 43: Driver proceeded against traffic; 44: Driver passed the vehicle in gear; 45: Maneuvered; 46: Maneuvered without respecting traffic light or agent signals; 47: Driver came out of the driveway without precaution; 48: Driver stepped out of the lane and hit the pawn; 49: It did not give priority to the pedestrian on the appropriate crossings; 50: It overtook a vehicle stopped to allow the crossing; 51: Driver hit the pedestrian with the load; 52: Driver was passing a tram unevenly at the stop; 60: Driver proceeded regularly; 61: Driver proceeded with a distracted driving or undecided course; 62: Driver proceeded without maintaining a safe distance; 63: Driver proceeded against traffic; 64: Driver proceeded with speeding; 65: Driver proceeded without respecting the speed limits; 66: Driver proceeded without respecting the signs of prohibition of transit or access; 67: Driver was passing another vehicle in gear; 68: Driver imprudently crossed the level crossing; 70: Spill with spillage to avoid impact; 71: Listening with spillage for distracted driving; 72: List with over-speed spill; 73: Driver suddenly braked with consequence to the transported; 74: Fall of person from vehicle for: door opening; 75: Fall of person from vehicle for: descent from vehicle in motion; 76: Fall of person from vehicle due to: clinging or improperly placed; 80: Brake failure or failure; 81: Breakage or steering failure; 82: Tire burst or excessive wear; 83: Lack or insufficiency of headlights or position lights; 84: Lack or insufficiency of flashing lights or stopping light signals; 85: Breaking of trailer coupling parts; 86: Deficiency of dangerous goods transport equipment; 87: Deficiency of the adaptations prescribed to vehicles of physically handicapped people; 88: Wheel detachment; 89: Lack or insufficiency
of visual devices for cycles'
items:
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
type: string
type: array
x-ngsi:
model: https://schema.org/Text
type: Property
accidentLocation:
description: 'Brief description if the accident took place in a urban or extra-urban area. 0: Regional within the urban area 1: Urban road in the town 2: Provincial road within the town 3: State road within the village 4: Extra-urban road 5: Provincial 6: State road 7: Highway 8: Another way 9: Regional road'
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
type: string
x-ngsi:
type: Property
accidentStatisticalDate:
description: 'approximate datetime of the accident (often original accident data source reports only statistical attributes such as season, weekday and approximate hour'
properties:
hour:
type: integer
quarter:
type: integer
weekday:
description: 'Week days'
enum:
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
- Sunday
type: string
year:
type: integer
type: object
x-ngsi:
model: https://schema.org/DateTime
type: Property
accidentType:
description: 'Quick classification this Road Accident. 1: Frontal collision; 2: Frontal-lateral collision; 3: Side crash; 4: Collision; 5: Pedestrian investment; 6: Impact with vehicle stopped or stopped; 7: Impact with parked vehicle; 8: Impact with obstacle; 9: Impact with train; 10: Spill, slip; 11: Accident due to sudden braking; 12: Accident due to falling from a vehicle;. '
items:
enum:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
type: string
type: array
x-ngsi:
type: Property
address:
description: 'The mailing address'
properties:
addressCountry:
description: 'Property. The country. For example, Spain. Model:''https://schema.org/addressCountry'''
type: string
addressLocality:
description: 'Property. The locality in which the street address is, and which is in the region. Model:''https://schema.org/addressLocality'''
type: string
addressRegion:
description: 'Property. The region in which the locality is, and which is in the country. Model:''https://schema.org/addressRegion'''
type: string
postOfficeBoxNumber:
description: 'Property. The post office box number for PO box addresses. For example, 03578. Model:''https://schema.org/postOfficeBoxNumber'''
type: string
postalCode:
description: 'Property. The postal code. For example, 24004. Model:''https://schema.org/https://schema.org/postalCode'''
type: string
streetAddress:
description: 'Property. The street address. Model:''https://schema.org/streetAddress'''
type: string
type: object
x-ngsi:
model: https://schema.org/address
type: Property
alternateName:
description: 'An alternative name for this item'
type: string
x-ngsi:
type: Property
areaServed:
description: 'The geographic area where a service or offered item is provided'
type: string
x-ngsi:
model: https://schema.org/Text
type: Property
dataProvider:
description: 'A sequence of characters identifying the provider of the harmonised data entity.'
type: string
x-ngsi:
type: Property
dateCreated:
description: 'Entity creation timestamp. This will usually be allocated by the storage platform.'
format: date-time
type: string
x-ngsi:
type: Property
dateModified:
description: 'Timestamp of the last modification of the entity. This will usually be allocated by the storage platform.'
format: date-time
type: string
x-ngsi:
type: Property
description:
description: 'A description of this item'
type: string
x-ngsi:
type: Property
id:
anyOf: &roadaccident_-_properties_-_owner_-_items_-_anyof
- description: 'Property. Identifier format of any NGSI entity'
maxLength: 256
minLength: 1
pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$
type: string
- description: 'Property. Identifier format of any NGSI entity'
format: uri
type: string
description: 'Unique identifier of the entity'
x-ngsi:
type: Property
localId:
description: 'Unique identifier from the source data set'
type: string
x-ngsi:
model: https://schema.org/Text
type: Property
location:
description: 'Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon'
oneOf:
- description: 'Geoproperty. Geojson reference to the item. Point'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
type: number
minItems: 2
type: array
type:
enum:
- Point
type: string
required:
- type
- coordinates
title: 'GeoJSON Point'
type: object
- description: 'Geoproperty. Geojson reference to the item. LineString'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type:
enum:
- LineString
type: string
required:
- type
- coordinates
title: 'GeoJSON LineString'
type: object
- description: 'Geoproperty. Geojson reference to the item. Polygon'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type:
enum:
- Polygon
type: string
required:
- type
- coordinates
title: 'GeoJSON Polygon'
type: object
- description: 'Geoproperty. Geojson reference to the item. MultiPoint'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
type: number
minItems: 2
type: array
type: array
type:
enum:
- MultiPoint
type: string
required:
- type
- coordinates
title: 'GeoJSON MultiPoint'
type: object
- description: 'Geoproperty. Geojson reference to the item. MultiLineString'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type: array
type:
enum:
- MultiLineString
type: string
required:
- type
- coordinates
title: 'GeoJSON MultiLineString'
type: object
- description: 'Geoproperty. Geojson reference to the item. MultiLineString'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type: array
type:
enum:
- MultiPolygon
type: string
required:
- type
- coordinates
title: 'GeoJSON MultiPolygon'
type: object
x-ngsi:
type: Geoproperty
name:
description: 'The name of this item.'
type: string
x-ngsi:
type: Property
numPassengersDead:
description: 'Number of vehicle''s passengers dead because the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
numPassengersInjured:
description: 'Number of vehicle''s passengers injured because the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
numPedestrianDead:
description: 'Number of pedestrians dead because the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
numPedestrianInjured:
description: 'Number of pedestrians injured because the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
owner:
description: 'A List containing a JSON encoded sequence of characters referencing the unique Ids of the owner(s)'
items:
anyOf: *roadaccident_-_properties_-_owner_-_items_-_anyof
description: 'Property. Unique identifier of the entity'
type: array
x-ngsi:
type: Property
pedestriansInvolved:
description: 'Boolean to determine if pedestrians were involved in the accidents'
type: boolean
x-ngsi:
type: Property
roadClass:
description: ' The classification of road where this accident took place'
type: string
x-ngsi:
model: https://wiki.openstreetmap.org/wiki/Key:highway
type: Property
roadIntersection:
description: 'Brief description of the piece of the road where the accident took place. 1: Crossroad; 2: Roundabout; 3: Reported intersection; 4: Intersection with traffic light; 5: Intersection not reported; 6: Rail crossing; 7: Straight; 8: Curve; 9: Bump, bottleneck; 10: Slope; 11: Illuminated gallery; 12: Unlit gallery;'
enum:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
type: string
x-ngsi:
type: Property
roadPaving:
description: 'Road paving. 1: Paved road; 2: Rough paved road; 3: Unpaved road;'
enum:
- 1
- 2
- 3
type: string
x-ngsi:
type: Property
roadSign:
description: 'Brief description of the road sign where the accident took place. 1: Absent; 2: Vertical; 3: Horizontal; 4: Vertical and horizontal; 5: Temporary by construction site;'
enum:
- 1
- 2
- 3
- 4
- 5
type: string
x-ngsi:
type: Property
roadSurface:
description: 'Brief description of the condition of the road during the accident. 1: Dry; 2: Wet; 3: Slippery; 4: frozen; 5: Snowcapped;'
enum:
- 1
- 2
- 3
- 4
- 5
type: string
x-ngsi:
type: Property
roadTrunk:
description: 'Brief description of type of trunk of the road where the accident took place. 1: Road branch; 2: Secondary branch; 3: Minor branch; 4: Junction branch; 5: Road junction; 6: Motorway left lane; 7: Highway carriageway right; 8: Motorway junction entrance; 9: Highway exit junction; 10: Highway junction trunk; 11: Highway station; 12: Other cases; 15: Extra urban road.'
enum:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 15
type: string
x-ngsi:
type: Property
seeAlso:
description: 'list of uri pointing to additional resources about the item'
oneOf:
- items:
format: uri
type: string
minItems: 1
type: array
- format: uri
type: string
x-ngsi:
type: Property
source:
description: 'A sequence of characters giving the original source of the entity data as a URL. Recommended to be the fully qualified domain name of the source provider, or the URL to the source object.'
type: string
x-ngsi:
type: Property
status:
description: 'Status of the Road Accident. Enum:''archived, onGoing, solved'''
enum:
- archived
- onGoing
- solved
type: string
x-ngsi:
model: https://schema.org/Text
type: Property
totalDeadPeopleWithin24Hours:
description: 'Number of people dead directly because the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
totalDeadPeopleWithin30Days:
description: 'Number of people dead because the aftermath of the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
totalInjured:
description: 'total number of people injured (not dead) because the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
type:
description: 'NGSI Entity type. it has to be RoadAccident'
enum:
- RoadAccident
type: string
x-ngsi:
type: Property
vehiclesInvolved:
description: 'List of the vehicles (and pedestrians) involved because the accident 0 : pedestrian 1 : bicycle 2 : agriculturalVehicle 3 : bus 4 : minibus 5 : car 6 : caravan 7 : tram 8 : tanker 9 : carWithCaravan 10 : carWithTrailer 11 : lorry 12 : moped 13 : tanker 14 : motorcycle 15 : motorcycleWithSideCar 16 : motorscooter 17 : trailer 18 : van 19 : caravan 20 : constructionOrMaintenanceVehicle 21 : trolley 22 : binTrolley 23 : sweepingMachine 24 : cleaningTrolley'
items:
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
type: string
type: array
x-ngsi:
type: Property
weakestSubject:
description: 'vehicle that represent the weakest subject involved because the accident (usually pedestrian). 0 : pedestrian 1 : bicycle 2 : agriculturalVehicle 3 : bus 4 : minibus 5 : car 6 : caravan 7 : tram 8 : tanker 9 : carWithCaravan 10 : carWithTrailer 11 : lorry 12 : moped 13 : tanker 14 : motorcycle 15 : motorcycleWithSideCar 16 : motorscooter 17 : trailer 18 : van 19 : caravan 20 : constructionOrMaintenanceVehicle 21 : trolley 22 : binTrolley 23 : sweepingMachine 24 : cleaningTrolley'
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
type: string
x-ngsi:
type: Property
weatherConditions:
description: 'Brief description of weather conditions during this Road Accident. 0 : clearNight 1 : sunnyDay 2 : slightlyCloudy 3 : partlyCloudy 4 : mist 5 : fog 6 : highClouds 7 : cloudy 8 : veryCloudy 9 : overcast 10 : lightRainShower 11 : drizzle 12 : lightRain 13 : heavyRainShower 14 : heavyRain 15 : sleetShower 16 : sleet 17 : hailShower 18 : hail 19 : shower 20 : lightSnow 21 : snow 22 : heavySnowShower 23 : heavySnow 24 : thunderShower 25 : thunder'
items:
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
type: string
type: array
x-ngsi:
type: Property
required:
- id
- type
- status
type: object
```
</details>
## Example payloads
#### RoadAccident NGSI-v2 key-values Example
Here is an example of a RoadAccident in JSON-LD format as key-values. This is compatible with NGSI-v2 when using `options=keyValues` and returns the context data of an individual entity.
```json
{
"id": "urn:ngsi-ld:RoadAccident:id:ORHW:45620815",
"type": "RoadAccident",
"dateCreated": "2018-06-23T04:19:24Z",
"dateModified": "2020-10-29T08:36:40Z",
"source": "To be defined",
"name": "Name of the element of the accident.",
"alternateName": "Other name.",
"description": "Clash in the middle of a traffic light",
"dataProvider": "Municipality.",
"owner": [
"urn:ngsi-ld:RoadAccident:items:SUUU:18395806",
"urn:ngsi-ld:RoadAccident:items:GVOF:30958855"
],
"seeAlso": [
"urn:ngsi-ld:RoadAccident:items:ESLS:37894243",
"urn:ngsi-ld:RoadAccident:items:ZNUH:87936284"
],
"location": {
"type": "Point",
"coordinates": [
-56.6404505,
168.370658
]
},
"address": {
"streetAddress": "FranklinStrasse",
"addressLocality": "Berlin",
"addressRegion": "Berlin",
"addressCountry": "Germany",
"postalCode": "10387",
"postOfficeBoxNumber": "",
"areaServed": "worldwide."
},
"areaServed": "worldwide",
"localId": "20210312-A1.",
"status": "onGoing",
"accidentDate": "2021-03-12T13:59:36Z",
"accidentStatisticalDate": {
"year": 2021,
"quarter": 1,
"weekday": "Friday",
"hour": 4
},
"accidentType": [
"10",
"6"
],
"accidentDescription": [
"23",
"46"
],
"weatherConditions": [
"10",
"20"
],
"roadSurface": "2",
"roadPaving": "2",
"accidentLocation": "5",
"roadClass": "Motorway.",
"roadIntersection": "8",
"roadTrunk": "12",
"roadSign": "5",
"pedestriansInvolved":
true
,
"vehiclesInvolved": [
"21",
"6"
],
"weakestSubject": "20",
"numPassengersInjured": 1,
"numPassengersDead": 1,
"numPedestrianInjured": 1,
"numPedestrianDead": 0,
"totalInjured": 2,
"totalDeadPeopleWithin30Days": 0,
"totalDeadPeopleWithin24Hours": 0
}
```
#### RoadAccident NGSI-v2 normalized Example
Here is an example of a RoadAccident in JSON-LD format as normalized. This is compatible with NGSI-v2 when not using options and returns the context data of an individual entity.
```json
{
"id": "urn:ngsi-ld:RoadAccident:id:ORHW:45620815",
"dateCreated": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2018-06-23T04:19:24Z"
}
},
"dateModified": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2020-10-29T08:36:40Z"
}
},
"source": {
"type": "Property",
"value": "To be defined"
},
"name": {
"type": "Property",
"value": "Name of the element of the accident."
},
"alternateName": {
"type": "Property",
"value": "Other name."
},
"description": {
"type": "Property",
"value": "Clash in the middle of a traffic light"
},
"dataProvider": {
"type": "Property",
"value": "Municipality."
},
"owner": {
"type": "Property",
"value": [
"urn:ngsi-ld:RoadAccident:items:SUUU:18395806",
"urn:ngsi-ld:RoadAccident:items:GVOF:30958855"
]
},
"seeAlso": {
"type": "Property",
"value": [
"urn:ngsi-ld:RoadAccident:items:ESLS:37894243",
"urn:ngsi-ld:RoadAccident:items:ZNUH:87936284"
]
},
"location": {
"type": "Property",
"value": {
"type": "Point",
"coordinates": [
-56.6404505,
168.370658
]
}
},
"address": {
"type": "Property",
"value": {
"streetAddress": "FranklinStrasse",
"addressLocality": "Berlin",
"addressRegion": "Berlin",
"addressCountry": "Germany",
"postalCode": "10387",
"postOfficeBoxNumber": "",
"areaServed": "worldwide."
}
},
"areaServed": {
"type": "Property",
"value": "worldwide"
},
"type": "RoadAccident",
"localId": {
"type": "Property",
"value": "20210312-A1."
},
"status": {
"type": "Property",
"value": "onGoing"
},
"accidentDate": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2021-03-12T13:59:36Z"
}
},
"accidentStatisticalDate": {
"type": "Property",
"value": {
"year": 2021,
"quarter": 1,
"weekday": "Friday",
"hour": 4
}
},
"accidentType": {
"type": "Property",
"value": [
"10",
"6"
]
},
"accidentDescription": {
"type": "Property",
"value": [
"23",
"46"
]
},
"weatherConditions": {
"type": "Property",
"value": [
"10",
"20"
]
},
"roadSurface": {
"type": "Property",
"value": "2"
},
"roadPaving": {
"type": "Property",
"value": "2"
},
"accidentLocation": {
"type": "Property",
"value": "5"
},
"roadClass": {
"type": "Property",
"value": "Motorway."
},
"roadIntersection": {
"type": "Property",
"value": "8"
},
"roadTrunk": {
"type": "Property",
"value": "12"
},
"roadSign": {
"type": "Property",
"value": "5"
},
"pedestriansInvolved": {
"type": "Property",
"value": [
"true"
]
},
"vehiclesInvolved": {
"type": "Property",
"value": [
"21",
"6"
]
},
"weakestSubject": {
"type": "Property",
"value": "20"
},
"numPassengersInjured": {
"type": "Property",
"value": 1
},
"numPassengersDead": {
"type": "Property",
"value": 1
},
"numPedestrianInjured": {
"type": "Property",
"value": 1
},
"numPedestrianDead": {
"type": "Property",
"value": 0
},
"totalInjured": {
"type": "Property",
"value": 2
},
"totalDeadPeopleWithin30Days": {
"type": "Property",
"value": 0
},
"totalDeadPeopleWithin24Hours": {
"type": "Property",
"value": 0
}
}
```
#### RoadAccident NGSI-LD key-values Example
Here is an example of a RoadAccident in JSON-LD format as key-values. This is compatible with NGSI-LD when using `options=keyValues` and returns the context data of an individual entity.
```json
{
"id": "urn:ngsi-ld:RoadAccident:id:ORHW:45620815",
"dateCreated": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2018-06-23T04:19:24Z"
}
},
"dateModified": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2020-10-29T08:36:40Z"
}
},
"source": {
"type": "Property",
"value": "To be defined"
},
"name": {
"type": "Property",
"value": "Name of the element of the accident."
},
"alternateName": {
"type": "Property",
"value": "Other name."
},
"description": {
"type": "Property",
"value": "Clash in the middle of a traffic light"
},
"dataProvider": {
"type": "Property",
"value": "Municipality."
},
"owner": {
"type": "Property",
"value": [
"urn:ngsi-ld:RoadAccident:items:SUUU:18395806",
"urn:ngsi-ld:RoadAccident:items:GVOF:30958855"
]
},
"seeAlso": {
"type": "Property",
"value": [
"urn:ngsi-ld:RoadAccident:items:ESLS:37894243",
"urn:ngsi-ld:RoadAccident:items:ZNUH:87936284"
]
},
"location": {
"type": "Property",
"value": {
"type": "Point",
"coordinates": [
-56.6404505,
168.370658
]
}
},
"address": {
"type": "Property",
"value": {
"streetAddress": "FranklinStrasse",
"addressLocality": "Berlin",
"addressRegion": "Berlin",
"addressCountry": "Germany",
"postalCode": "10387",
"postOfficeBoxNumber": "",
"areaServed": "worldwide."
}
},
"areaServed": {
"type": "Property",
"value": "worldwide"
},
"type": "RoadAccident",
"localId": {
"type": "Property",
"value": "20210312-A1."
},
"status": {
"type": "Property",
"value": "onGoing"
},
"accidentDate": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2021-03-12T13:59:36Z"
}
},
"accidentStatisticalDate": {
"type": "Property",
"value": {
"year": 2021,
"quarter": 1,
"weekday": "Friday",
"hour": 4
}
},
"accidentType": {
"type": "Property",
"value": [
"10",
"6"
]
},
"accidentDescription": {
"type": "Property",
"value": [
"23",
"46"
]
},
"weatherConditions": {
"type": "Property",
"value": [
"10",
"20"
]
},
"roadSurface": {
"type": "Property",
"value": "2"
},
"roadPaving": {
"type": "Property",
"value": "2"
},
"accidentLocation": {
"type": "Property",
"value": "5"
},
"roadClass": {
"type": "Property",
"value": "Motorway."
},
"roadIntersection": {
"type": "Property",
"value": "8"
},
"roadTrunk": {
"type": "Property",
"value": "12"
},
"roadSign": {
"type": "Property",
"value": "5"
},
"pedestriansInvolved": {
"type": "Property",
"value": [
"true"
]
},
"vehiclesInvolved": {
"type": "Property",
"value": [
"21",
"6"
]
},
"weakestSubject": {
"type": "Property",
"value": "20"
},
"numPassengersInjured": {
"type": "Property",
"value": 1
},
"numPassengersDead": {
"type": "Property",
"value": 1
},
"numPedestrianInjured": {
"type": "Property",
"value": 1
},
"numPedestrianDead": {
"type": "Property",
"value": 0
},
"totalInjured": {
"type": "Property",
"value": 2
},
"totalDeadPeopleWithin30Days": {
"type": "Property",
"value": 0
},
"totalDeadPeopleWithin24Hours": {
"type": "Property",
"value": 0
},
"@context": [
"https://smartdatamodels.org/context.jsonld"
]
}
```
#### RoadAccident NGSI-LD normalized Example
Here is an example of a RoadAccident in JSON-LD format as normalized. This is compatible with NGSI-LD when not using options and returns the context data of an individual entity.
```json
{
"id": "urn:ngsi-ld:RoadAccident:id:ORHW:45620815",
"type": "RoadAccident",
"dateCreated": "2018-06-23T04:19:24Z",
"dateModified": "2020-10-29T08:36:40Z",
"source": "To be defined",
"name": "Name of the element of the accident.",
"alternateName": "Other name.",
"description": "Clash in the middle of a traffic light",
"dataProvider": "Municipality.",
"owner": [
"urn:ngsi-ld:RoadAccident:items:SUUU:18395806",
"urn:ngsi-ld:RoadAccident:items:GVOF:30958855"
],
"seeAlso": [
"urn:ngsi-ld:RoadAccident:items:ESLS:37894243",
"urn:ngsi-ld:RoadAccident:items:ZNUH:87936284"
],
"location": {
"type": "Point",
"coordinates": [
-56.6404505,
168.370658
]
},
"address": {
"streetAddress": "FranklinStrasse",
"addressLocality": "Berlin",
"addressRegion": "Berlin",
"addressCountry": "Germany",
"postalCode": "10387",
"postOfficeBoxNumber": "",
"areaServed": "worldwide."
},
"areaServed": "worldwide",
"localId": "20210312-A1.",
"status": "onGoing",
"accidentDate": "2021-03-12T13:59:36Z",
"accidentStatisticalDate": {
"year": 2021,
"quarter": 1,
"weekday": "Friday",
"hour": 4
},
"accidentType": [
"10",
"6"
],
"accidentDescription": [
"23",
"46"
],
"weatherConditions": [
"10",
"20"
],
"roadSurface": "2",
"roadPaving": "2",
"accidentLocation": "5",
"roadClass": "Motorway.",
"roadIntersection": "8",
"roadTrunk": "12",
"roadSign": "5",
"pedestriansInvolved": [
"true"
],
"vehiclesInvolved": [
"21",
"6"
],
"weakestSubject": "20",
"numPassengersInjured": 1,
"numPassengersDead": 1,
"numPedestrianInjured": 1,
"numPedestrianDead": 0,
"totalInjured": 2,
"totalDeadPeopleWithin30Days": 0,
"totalDeadPeopleWithin24Hours": 0,
"@context": [
"https://smartdatamodels.org/context.jsonld"
]
}
```
See [FAQ 10](https://smartdatamodels.org/index.php/faqs/) to get an answer on how to deal with magnitude units
## RoadAccident adopters
```
description: This is a compilation list of the current adopters of the data model [Data model] of the Subject [Subject]. All fields are non mandatory. More info at https://smart-data-models.github.io/data-models/templates/dataModel/CURRENT_ADOPTERS.yaml
currentAdopters:
-
adopter:
description:
mail:
organization:
project:
comments:
startDate:
```

# This message will not self destruct, because this project is open source.
| 2.0 | document your team's RoadAccident Smart Data Model project -

# document your team's RoadAccident Smart Data Model project
Your mission, should you choose to accept it, is to import RoadAccident Smart Data into a FIWARE context broker.
- Setup a `FiwareRoadAccident` repository for your team's project inside the [`rh-impact` Github Organization here](https://github.com/orgs/rh-impact/repositories).
- Create a README.md in the root directory of your repository, and any other documentation files you see useful inside a subdirectory.
- Work with your deployment specialist to document the installation of OpenShift Local.
- Work with your data specialist to document how to import your RoadAccident data into the FIWARE Context Broker.
- Work with your visualization specialist to document the deployment visualization tools to your OpenShift Local environment.
- Document how to visualize your data using your tools.
- Add any screenshots, videos or other visualizations you come up with to enhance your team's accomplishments.
- If you are not sure where obtain or how to visualize RoadAccident data, you may want to use your imagination. Imagine if there was a RoadAccident sensor in your actual city, or a RoadAccident sensor in a small scale toy city that you could simulate. What kind of sensors could you use? How would you design such a simulation in an actual city or a toy city? How would you visualize RoadAccident data in an actual city or a toy city?
## The day of the operation is Thursday February 2nd, 2023
You will have 4 hours to complete your mission.
Work with Smart Data Models and the FIWARE Context broker in North America
## At the end of the day
Should you, or any of your force be taken or compromised that day, you must report back as many changes as you have made, and any knowledge of your actions, by pull request or comments on the issue on the board.
## The details of your mission:
Entity: RoadAccident
====================
[Open License](https://github.com/smart-data-models//dataModel.Transportation/blob/master/RoadAccident/LICENSE.md)
[document generated automatically](https://docs.google.com/presentation/d/e/2PACX-1vTs-Ng5dIAwkg91oTTUdt8ua7woBXhPnwavZ0FxgR8BsAI_Ek3C5q97Nd94HS8KhP-r_quD4H0fgyt3/pub?start=false&loop=false&delayms=3000#slide=id.gb715ace035_0_60)
Global description: **A road accident description with causes and aftermath. First version developed in Synchronicity project**
## List of properties
- `accidentDate`: Datetime of the accident
- `accidentDescription`: Description about this Road Accident as a combination of codified situation enlisted. 0: Unspecified circumstance; 1: Driver proceeded regularly without turning; 2: Driver proceeded with a distracted driving or undecided course; 3: Driver proceeded without maintaining a safe distance; 4: Driver proceeded without giving priority to the vehicle coming from the right; 5: Driver proceeded without respecting the stop; 6: Driver proceeded without respecting the signal to give precedence; 7: Driver proceeded against traffic; 8: Driver proceeded without respecting the traffic light or agent signals; 10: Driver proceeded without respecting the signs of prohibition of transit or access; 11: Driver proceeded with speeding; 12: Driver proceeded without respecting the speed limits; 13: Driver proceeded with the dazzling lights crossing other vehicles; 14: Driver turned right regularly; 15: It turned irregularly to the right; 16: Driver turned left regularly; 17: It turned irregularly to the left; 18: Driver passed at the intersection; 20: Driver proceeded regularly; 21: Driver proceeded with a distracted driving or undecided course; 22: Driver proceeded without maintaining a safe distance; 23: Driver proceeded with speeding; 24: Driver proceeded without respecting the speed limits; 25: It proceeded not near the right edge of the roadway; 26: Driver proceeded against traffic; 27: Driver proceeded without respecting the signs of prohibition of transit or access; 28: Driver proceeded with the dazzling lights crossing other vehicles; 29: Driver passed regularly; 30: It passed irregularly to the right; 31: Driver overtook on a curve, on a hill or with insufficient visibility; 32: It overtook a vehicle that was overtaking another; 33: Driver passed without observing the appropriate prohibition sign; 34: Maneuvered in relegation or conversion; 35: Driver maneuvered to get into the flow of circulation; 36: Maneuvering To turn left (private passage, distributor); 37: Driver maneuvered regularly to stop or stop; 38: Driver maneuvered irregularly to stop or stop; 39: It was joined by other irregular two-wheeled vehicles; 40: Driver proceeded regularly; 41: Driver proceeded with speeding; 42: Driver proceeded without respecting the speed limits; 43: Driver proceeded against traffic; 44: Driver passed the vehicle in gear; 45: Maneuvered; 46: Maneuvered without respecting traffic light or agent signals; 47: Driver came out of the driveway without precaution; 48: Driver stepped out of the lane and hit the pawn; 49: It did not give priority to the pedestrian on the appropriate crossings; 50: It overtook a vehicle stopped to allow the crossing; 51: Driver hit the pedestrian with the load; 52: Driver was passing a tram unevenly at the stop; 60: Driver proceeded regularly; 61: Driver proceeded with a distracted driving or undecided course; 62: Driver proceeded without maintaining a safe distance; 63: Driver proceeded against traffic; 64: Driver proceeded with speeding; 65: Driver proceeded without respecting the speed limits; 66: Driver proceeded without respecting the signs of prohibition of transit or access; 67: Driver was passing another vehicle in gear; 68: Driver imprudently crossed the level crossing; 70: Spill with spillage to avoid impact; 71: Listening with spillage for distracted driving; 72: List with over-speed spill; 73: Driver suddenly braked with consequence to the transported; 74: Fall of person from vehicle for: door opening; 75: Fall of person from vehicle for: descent from vehicle in motion; 76: Fall of person from vehicle due to: clinging or improperly placed; 80: Brake failure or failure; 81: Breakage or steering failure; 82: Tire burst or excessive wear; 83: Lack or insufficiency of headlights or position lights; 84: Lack or insufficiency of flashing lights or stopping light signals; 85: Breaking of trailer coupling parts; 86: Deficiency of dangerous goods transport equipment; 87: Deficiency of the adaptations prescribed to vehicles of physically handicapped people; 88: Wheel detachment; 89: Lack or insufficiency of visual devices for cycles
- `accidentLocation`: Brief description if the accident took place in a urban or extra-urban area. 0: Regional within the urban area 1: Urban road in the town 2: Provincial road within the town 3: State road within the village 4: Extra-urban road 5: Provincial 6: State road 7: Highway 8: Another way 9: Regional road
- `accidentStatisticalDate`: approximate datetime of the accident (often original accident data source reports only statistical attributes such as season, weekday and approximate hour
- `accidentType`: Quick classification this Road Accident. 1: Frontal collision; 2: Frontal-lateral collision; 3: Side crash; 4: Collision; 5: Pedestrian investment; 6: Impact with vehicle stopped or stopped; 7: Impact with parked vehicle; 8: Impact with obstacle; 9: Impact with train; 10: Spill, slip; 11: Accident due to sudden braking; 12: Accident due to falling from a vehicle;.
- `address`: The mailing address
- `alternateName`: An alternative name for this item
- `areaServed`: The geographic area where a service or offered item is provided
- `dataProvider`: A sequence of characters identifying the provider of the harmonised data entity.
- `dateCreated`: Entity creation timestamp. This will usually be allocated by the storage platform.
- `dateModified`: Timestamp of the last modification of the entity. This will usually be allocated by the storage platform.
- `description`: A description of this item
- `id`: Unique identifier of the entity
- `localId`: Unique identifier from the source data set
- `location`: Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon
- `name`: The name of this item.
- `numPassengersDead`: Number of vehicle's passengers dead because the accident
- `numPassengersInjured`: Number of vehicle's passengers injured because the accident
- `numPedestrianDead`: Number of pedestrians dead because the accident
- `numPedestrianInjured`: Number of pedestrians injured because the accident
- `owner`: A List containing a JSON encoded sequence of characters referencing the unique Ids of the owner(s)
- `pedestriansInvolved`: Boolean to determine if pedestrians were involved in the accidents
- `roadClass`: The classification of road where this accident took place
- `roadIntersection`: Brief description of the piece of the road where the accident took place. 1: Crossroad; 2: Roundabout; 3: Reported intersection; 4: Intersection with traffic light; 5: Intersection not reported; 6: Rail crossing; 7: Straight; 8: Curve; 9: Bump, bottleneck; 10: Slope; 11: Illuminated gallery; 12: Unlit gallery;
- `roadPaving`: Road paving. 1: Paved road; 2: Rough paved road; 3: Unpaved road;
- `roadSign`: Brief description of the road sign where the accident took place. 1: Absent; 2: Vertical; 3: Horizontal; 4: Vertical and horizontal; 5: Temporary by construction site;
- `roadSurface`: Brief description of the condition of the road during the accident. 1: Dry; 2: Wet; 3: Slippery; 4: frozen; 5: Snowcapped;
- `roadTrunk`: Brief description of type of trunk of the road where the accident took place. 1: Road branch; 2: Secondary branch; 3: Minor branch; 4: Junction branch; 5: Road junction; 6: Motorway left lane; 7: Highway carriageway right; 8: Motorway junction entrance; 9: Highway exit junction; 10: Highway junction trunk; 11: Highway station; 12: Other cases; 15: Extra urban road.
- `seeAlso`: list of uri pointing to additional resources about the item
- `source`: A sequence of characters giving the original source of the entity data as a URL. Recommended to be the fully qualified domain name of the source provider, or the URL to the source object.
- `status`: Status of the Road Accident. Enum:'archived, onGoing, solved'
- `totalDeadPeopleWithin24Hours`: Number of people dead directly because the accident
- `totalDeadPeopleWithin30Days`: Number of people dead because the aftermath of the accident
- `totalInjured`: total number of people injured (not dead) because the accident
- `type`: NGSI Entity type. it has to be RoadAccident
- `vehiclesInvolved`: List of the vehicles (and pedestrians) involved because the accident 0 : pedestrian 1 : bicycle 2 : agriculturalVehicle 3 : bus 4 : minibus 5 : car 6 : caravan 7 : tram 8 : tanker 9 : carWithCaravan 10 : carWithTrailer 11 : lorry 12 : moped 13 : tanker 14 : motorcycle 15 : motorcycleWithSideCar 16 : motorscooter 17 : trailer 18 : van 19 : caravan 20 : constructionOrMaintenanceVehicle 21 : trolley 22 : binTrolley 23 : sweepingMachine 24 : cleaningTrolley
- `weakestSubject`: vehicle that represent the weakest subject involved because the accident (usually pedestrian). 0 : pedestrian 1 : bicycle 2 : agriculturalVehicle 3 : bus 4 : minibus 5 : car 6 : caravan 7 : tram 8 : tanker 9 : carWithCaravan 10 : carWithTrailer 11 : lorry 12 : moped 13 : tanker 14 : motorcycle 15 : motorcycleWithSideCar 16 : motorscooter 17 : trailer 18 : van 19 : caravan 20 : constructionOrMaintenanceVehicle 21 : trolley 22 : binTrolley 23 : sweepingMachine 24 : cleaningTrolley
- `weatherConditions`: Brief description of weather conditions during this Road Accident. 0 : clearNight 1 : sunnyDay 2 : slightlyCloudy 3 : partlyCloudy 4 : mist 5 : fog 6 : highClouds 7 : cloudy 8 : veryCloudy 9 : overcast 10 : lightRainShower 11 : drizzle 12 : lightRain 13 : heavyRainShower 14 : heavyRain 15 : sleetShower 16 : sleet 17 : hailShower 18 : hail 19 : shower 20 : lightSnow 21 : snow 22 : heavySnowShower 23 : heavySnow 24 : thunderShower 25 : thunder
Required properties
- `id`
- `status`
- `type`
Data model coming from synchronicity project
## Data Model description of properties
Sorted alphabetically (click for details)
<details><summary><strong>full yaml details</strong></summary>
```yaml
RoadAccident:
description: 'A road accident description with causes and aftermath. First version developed in Synchronicity project'
properties:
accidentDate:
description: 'Datetime of the accident'
format: date-time
type: string
x-ngsi:
model: https://schema.org/DateTime
type: Property
accidentDescription:
description: 'Description about this Road Accident as a combination of codified situation enlisted. 0: Unspecified circumstance; 1: Driver proceeded regularly without turning; 2: Driver proceeded with a distracted driving or undecided course; 3: Driver proceeded without maintaining a safe distance; 4: Driver proceeded without giving priority to the vehicle coming from the right; 5: Driver proceeded without respecting the stop; 6: Driver proceeded without respecting the signal to give precedence; 7: Driver proceeded against traffic; 8: Driver proceeded without respecting the traffic light or agent signals; 10: Driver proceeded without respecting the signs of prohibition of transit or access; 11: Driver proceeded with speeding; 12: Driver proceeded without respecting the speed limits; 13: Driver proceeded with the dazzling lights crossing other vehicles; 14: Driver turned right regularly; 15: It turned irregularly to the right; 16: Driver turned left regularly; 17: It turned irregularly to the left; 18: Driver passed at the intersection; 20: Driver proceeded regularly; 21: Driver proceeded with a distracted driving or undecided course; 22: Driver proceeded without maintaining a safe distance; 23: Driver proceeded with speeding; 24: Driver proceeded without respecting the speed limits; 25: It proceeded not near the right edge of the roadway; 26: Driver proceeded against traffic; 27: Driver proceeded without respecting the signs of prohibition of transit or access; 28: Driver proceeded with the dazzling lights crossing other vehicles; 29: Driver passed regularly; 30: It passed irregularly to the right; 31: Driver overtook on a curve, on a hill or with insufficient visibility; 32: It overtook a vehicle that was overtaking another; 33: Driver passed without observing the appropriate prohibition sign; 34: Maneuvered in relegation or conversion; 35: Driver maneuvered to get into the flow of circulation; 36: Maneuvering To turn left (private passage, distributor); 37: Driver maneuvered regularly to stop or stop; 38: Driver maneuvered irregularly to stop or stop; 39: It was joined by other irregular two-wheeled vehicles; 40: Driver proceeded regularly; 41: Driver proceeded with speeding; 42: Driver proceeded without respecting the speed limits; 43: Driver proceeded against traffic; 44: Driver passed the vehicle in gear; 45: Maneuvered; 46: Maneuvered without respecting traffic light or agent signals; 47: Driver came out of the driveway without precaution; 48: Driver stepped out of the lane and hit the pawn; 49: It did not give priority to the pedestrian on the appropriate crossings; 50: It overtook a vehicle stopped to allow the crossing; 51: Driver hit the pedestrian with the load; 52: Driver was passing a tram unevenly at the stop; 60: Driver proceeded regularly; 61: Driver proceeded with a distracted driving or undecided course; 62: Driver proceeded without maintaining a safe distance; 63: Driver proceeded against traffic; 64: Driver proceeded with speeding; 65: Driver proceeded without respecting the speed limits; 66: Driver proceeded without respecting the signs of prohibition of transit or access; 67: Driver was passing another vehicle in gear; 68: Driver imprudently crossed the level crossing; 70: Spill with spillage to avoid impact; 71: Listening with spillage for distracted driving; 72: List with over-speed spill; 73: Driver suddenly braked with consequence to the transported; 74: Fall of person from vehicle for: door opening; 75: Fall of person from vehicle for: descent from vehicle in motion; 76: Fall of person from vehicle due to: clinging or improperly placed; 80: Brake failure or failure; 81: Breakage or steering failure; 82: Tire burst or excessive wear; 83: Lack or insufficiency of headlights or position lights; 84: Lack or insufficiency of flashing lights or stopping light signals; 85: Breaking of trailer coupling parts; 86: Deficiency of dangerous goods transport equipment; 87: Deficiency of the adaptations prescribed to vehicles of physically handicapped people; 88: Wheel detachment; 89: Lack or insufficiency
of visual devices for cycles'
items:
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
type: string
type: array
x-ngsi:
model: https://schema.org/Text
type: Property
accidentLocation:
description: 'Brief description if the accident took place in a urban or extra-urban area. 0: Regional within the urban area 1: Urban road in the town 2: Provincial road within the town 3: State road within the village 4: Extra-urban road 5: Provincial 6: State road 7: Highway 8: Another way 9: Regional road'
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
type: string
x-ngsi:
type: Property
accidentStatisticalDate:
description: 'approximate datetime of the accident (often original accident data source reports only statistical attributes such as season, weekday and approximate hour'
properties:
hour:
type: integer
quarter:
type: integer
weekday:
description: 'Week days'
enum:
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
- Sunday
type: string
year:
type: integer
type: object
x-ngsi:
model: https://schema.org/DateTime
type: Property
accidentType:
description: 'Quick classification this Road Accident. 1: Frontal collision; 2: Frontal-lateral collision; 3: Side crash; 4: Collision; 5: Pedestrian investment; 6: Impact with vehicle stopped or stopped; 7: Impact with parked vehicle; 8: Impact with obstacle; 9: Impact with train; 10: Spill, slip; 11: Accident due to sudden braking; 12: Accident due to falling from a vehicle;. '
items:
enum:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
type: string
type: array
x-ngsi:
type: Property
address:
description: 'The mailing address'
properties:
addressCountry:
description: 'Property. The country. For example, Spain. Model:''https://schema.org/addressCountry'''
type: string
addressLocality:
description: 'Property. The locality in which the street address is, and which is in the region. Model:''https://schema.org/addressLocality'''
type: string
addressRegion:
description: 'Property. The region in which the locality is, and which is in the country. Model:''https://schema.org/addressRegion'''
type: string
postOfficeBoxNumber:
description: 'Property. The post office box number for PO box addresses. For example, 03578. Model:''https://schema.org/postOfficeBoxNumber'''
type: string
postalCode:
description: 'Property. The postal code. For example, 24004. Model:''https://schema.org/https://schema.org/postalCode'''
type: string
streetAddress:
description: 'Property. The street address. Model:''https://schema.org/streetAddress'''
type: string
type: object
x-ngsi:
model: https://schema.org/address
type: Property
alternateName:
description: 'An alternative name for this item'
type: string
x-ngsi:
type: Property
areaServed:
description: 'The geographic area where a service or offered item is provided'
type: string
x-ngsi:
model: https://schema.org/Text
type: Property
dataProvider:
description: 'A sequence of characters identifying the provider of the harmonised data entity.'
type: string
x-ngsi:
type: Property
dateCreated:
description: 'Entity creation timestamp. This will usually be allocated by the storage platform.'
format: date-time
type: string
x-ngsi:
type: Property
dateModified:
description: 'Timestamp of the last modification of the entity. This will usually be allocated by the storage platform.'
format: date-time
type: string
x-ngsi:
type: Property
description:
description: 'A description of this item'
type: string
x-ngsi:
type: Property
id:
anyOf: &roadaccident_-_properties_-_owner_-_items_-_anyof
- description: 'Property. Identifier format of any NGSI entity'
maxLength: 256
minLength: 1
pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$
type: string
- description: 'Property. Identifier format of any NGSI entity'
format: uri
type: string
description: 'Unique identifier of the entity'
x-ngsi:
type: Property
localId:
description: 'Unique identifier from the source data set'
type: string
x-ngsi:
model: https://schema.org/Text
type: Property
location:
description: 'Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon'
oneOf:
- description: 'Geoproperty. Geojson reference to the item. Point'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
type: number
minItems: 2
type: array
type:
enum:
- Point
type: string
required:
- type
- coordinates
title: 'GeoJSON Point'
type: object
- description: 'Geoproperty. Geojson reference to the item. LineString'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type:
enum:
- LineString
type: string
required:
- type
- coordinates
title: 'GeoJSON LineString'
type: object
- description: 'Geoproperty. Geojson reference to the item. Polygon'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type:
enum:
- Polygon
type: string
required:
- type
- coordinates
title: 'GeoJSON Polygon'
type: object
- description: 'Geoproperty. Geojson reference to the item. MultiPoint'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
type: number
minItems: 2
type: array
type: array
type:
enum:
- MultiPoint
type: string
required:
- type
- coordinates
title: 'GeoJSON MultiPoint'
type: object
- description: 'Geoproperty. Geojson reference to the item. MultiLineString'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type: array
type:
enum:
- MultiLineString
type: string
required:
- type
- coordinates
title: 'GeoJSON MultiLineString'
type: object
- description: 'Geoproperty. Geojson reference to the item. MultiLineString'
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type: array
type:
enum:
- MultiPolygon
type: string
required:
- type
- coordinates
title: 'GeoJSON MultiPolygon'
type: object
x-ngsi:
type: Geoproperty
name:
description: 'The name of this item.'
type: string
x-ngsi:
type: Property
numPassengersDead:
description: 'Number of vehicle''s passengers dead because the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
numPassengersInjured:
description: 'Number of vehicle''s passengers injured because the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
numPedestrianDead:
description: 'Number of pedestrians dead because the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
numPedestrianInjured:
description: 'Number of pedestrians injured because the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
owner:
description: 'A List containing a JSON encoded sequence of characters referencing the unique Ids of the owner(s)'
items:
anyOf: *roadaccident_-_properties_-_owner_-_items_-_anyof
description: 'Property. Unique identifier of the entity'
type: array
x-ngsi:
type: Property
pedestriansInvolved:
description: 'Boolean to determine if pedestrians were involved in the accidents'
type: boolean
x-ngsi:
type: Property
roadClass:
description: ' The classification of road where this accident took place'
type: string
x-ngsi:
model: https://wiki.openstreetmap.org/wiki/Key:highway
type: Property
roadIntersection:
description: 'Brief description of the piece of the road where the accident took place. 1: Crossroad; 2: Roundabout; 3: Reported intersection; 4: Intersection with traffic light; 5: Intersection not reported; 6: Rail crossing; 7: Straight; 8: Curve; 9: Bump, bottleneck; 10: Slope; 11: Illuminated gallery; 12: Unlit gallery;'
enum:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
type: string
x-ngsi:
type: Property
roadPaving:
description: 'Road paving. 1: Paved road; 2: Rough paved road; 3: Unpaved road;'
enum:
- 1
- 2
- 3
type: string
x-ngsi:
type: Property
roadSign:
description: 'Brief description of the road sign where the accident took place. 1: Absent; 2: Vertical; 3: Horizontal; 4: Vertical and horizontal; 5: Temporary by construction site;'
enum:
- 1
- 2
- 3
- 4
- 5
type: string
x-ngsi:
type: Property
roadSurface:
description: 'Brief description of the condition of the road during the accident. 1: Dry; 2: Wet; 3: Slippery; 4: frozen; 5: Snowcapped;'
enum:
- 1
- 2
- 3
- 4
- 5
type: string
x-ngsi:
type: Property
roadTrunk:
description: 'Brief description of type of trunk of the road where the accident took place. 1: Road branch; 2: Secondary branch; 3: Minor branch; 4: Junction branch; 5: Road junction; 6: Motorway left lane; 7: Highway carriageway right; 8: Motorway junction entrance; 9: Highway exit junction; 10: Highway junction trunk; 11: Highway station; 12: Other cases; 15: Extra urban road.'
enum:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 15
type: string
x-ngsi:
type: Property
seeAlso:
description: 'list of uri pointing to additional resources about the item'
oneOf:
- items:
format: uri
type: string
minItems: 1
type: array
- format: uri
type: string
x-ngsi:
type: Property
source:
description: 'A sequence of characters giving the original source of the entity data as a URL. Recommended to be the fully qualified domain name of the source provider, or the URL to the source object.'
type: string
x-ngsi:
type: Property
status:
description: 'Status of the Road Accident. Enum:''archived, onGoing, solved'''
enum:
- archived
- onGoing
- solved
type: string
x-ngsi:
model: https://schema.org/Text
type: Property
totalDeadPeopleWithin24Hours:
description: 'Number of people dead directly because the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
totalDeadPeopleWithin30Days:
description: 'Number of people dead because the aftermath of the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
totalInjured:
description: 'total number of people injured (not dead) because the accident'
minimum: 0
type: integer
x-ngsi:
model: https://schema.org/Number
type: Property
type:
description: 'NGSI Entity type. it has to be RoadAccident'
enum:
- RoadAccident
type: string
x-ngsi:
type: Property
vehiclesInvolved:
description: 'List of the vehicles (and pedestrians) involved because the accident 0 : pedestrian 1 : bicycle 2 : agriculturalVehicle 3 : bus 4 : minibus 5 : car 6 : caravan 7 : tram 8 : tanker 9 : carWithCaravan 10 : carWithTrailer 11 : lorry 12 : moped 13 : tanker 14 : motorcycle 15 : motorcycleWithSideCar 16 : motorscooter 17 : trailer 18 : van 19 : caravan 20 : constructionOrMaintenanceVehicle 21 : trolley 22 : binTrolley 23 : sweepingMachine 24 : cleaningTrolley'
items:
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
type: string
type: array
x-ngsi:
type: Property
weakestSubject:
description: 'vehicle that represent the weakest subject involved because the accident (usually pedestrian). 0 : pedestrian 1 : bicycle 2 : agriculturalVehicle 3 : bus 4 : minibus 5 : car 6 : caravan 7 : tram 8 : tanker 9 : carWithCaravan 10 : carWithTrailer 11 : lorry 12 : moped 13 : tanker 14 : motorcycle 15 : motorcycleWithSideCar 16 : motorscooter 17 : trailer 18 : van 19 : caravan 20 : constructionOrMaintenanceVehicle 21 : trolley 22 : binTrolley 23 : sweepingMachine 24 : cleaningTrolley'
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
type: string
x-ngsi:
type: Property
weatherConditions:
description: 'Brief description of weather conditions during this Road Accident. 0 : clearNight 1 : sunnyDay 2 : slightlyCloudy 3 : partlyCloudy 4 : mist 5 : fog 6 : highClouds 7 : cloudy 8 : veryCloudy 9 : overcast 10 : lightRainShower 11 : drizzle 12 : lightRain 13 : heavyRainShower 14 : heavyRain 15 : sleetShower 16 : sleet 17 : hailShower 18 : hail 19 : shower 20 : lightSnow 21 : snow 22 : heavySnowShower 23 : heavySnow 24 : thunderShower 25 : thunder'
items:
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
type: string
type: array
x-ngsi:
type: Property
required:
- id
- type
- status
type: object
```
</details>
## Example payloads
#### RoadAccident NGSI-v2 key-values Example
Here is an example of a RoadAccident in JSON-LD format as key-values. This is compatible with NGSI-v2 when using `options=keyValues` and returns the context data of an individual entity.
```json
{
"id": "urn:ngsi-ld:RoadAccident:id:ORHW:45620815",
"type": "RoadAccident",
"dateCreated": "2018-06-23T04:19:24Z",
"dateModified": "2020-10-29T08:36:40Z",
"source": "To be defined",
"name": "Name of the element of the accident.",
"alternateName": "Other name.",
"description": "Clash in the middle of a traffic light",
"dataProvider": "Municipality.",
"owner": [
"urn:ngsi-ld:RoadAccident:items:SUUU:18395806",
"urn:ngsi-ld:RoadAccident:items:GVOF:30958855"
],
"seeAlso": [
"urn:ngsi-ld:RoadAccident:items:ESLS:37894243",
"urn:ngsi-ld:RoadAccident:items:ZNUH:87936284"
],
"location": {
"type": "Point",
"coordinates": [
-56.6404505,
168.370658
]
},
"address": {
"streetAddress": "FranklinStrasse",
"addressLocality": "Berlin",
"addressRegion": "Berlin",
"addressCountry": "Germany",
"postalCode": "10387",
"postOfficeBoxNumber": "",
"areaServed": "worldwide."
},
"areaServed": "worldwide",
"localId": "20210312-A1.",
"status": "onGoing",
"accidentDate": "2021-03-12T13:59:36Z",
"accidentStatisticalDate": {
"year": 2021,
"quarter": 1,
"weekday": "Friday",
"hour": 4
},
"accidentType": [
"10",
"6"
],
"accidentDescription": [
"23",
"46"
],
"weatherConditions": [
"10",
"20"
],
"roadSurface": "2",
"roadPaving": "2",
"accidentLocation": "5",
"roadClass": "Motorway.",
"roadIntersection": "8",
"roadTrunk": "12",
"roadSign": "5",
"pedestriansInvolved":
true
,
"vehiclesInvolved": [
"21",
"6"
],
"weakestSubject": "20",
"numPassengersInjured": 1,
"numPassengersDead": 1,
"numPedestrianInjured": 1,
"numPedestrianDead": 0,
"totalInjured": 2,
"totalDeadPeopleWithin30Days": 0,
"totalDeadPeopleWithin24Hours": 0
}
```
#### RoadAccident NGSI-v2 normalized Example
Here is an example of a RoadAccident in JSON-LD format as normalized. This is compatible with NGSI-v2 when not using options and returns the context data of an individual entity.
```json
{
"id": "urn:ngsi-ld:RoadAccident:id:ORHW:45620815",
"dateCreated": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2018-06-23T04:19:24Z"
}
},
"dateModified": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2020-10-29T08:36:40Z"
}
},
"source": {
"type": "Property",
"value": "To be defined"
},
"name": {
"type": "Property",
"value": "Name of the element of the accident."
},
"alternateName": {
"type": "Property",
"value": "Other name."
},
"description": {
"type": "Property",
"value": "Clash in the middle of a traffic light"
},
"dataProvider": {
"type": "Property",
"value": "Municipality."
},
"owner": {
"type": "Property",
"value": [
"urn:ngsi-ld:RoadAccident:items:SUUU:18395806",
"urn:ngsi-ld:RoadAccident:items:GVOF:30958855"
]
},
"seeAlso": {
"type": "Property",
"value": [
"urn:ngsi-ld:RoadAccident:items:ESLS:37894243",
"urn:ngsi-ld:RoadAccident:items:ZNUH:87936284"
]
},
"location": {
"type": "Property",
"value": {
"type": "Point",
"coordinates": [
-56.6404505,
168.370658
]
}
},
"address": {
"type": "Property",
"value": {
"streetAddress": "FranklinStrasse",
"addressLocality": "Berlin",
"addressRegion": "Berlin",
"addressCountry": "Germany",
"postalCode": "10387",
"postOfficeBoxNumber": "",
"areaServed": "worldwide."
}
},
"areaServed": {
"type": "Property",
"value": "worldwide"
},
"type": "RoadAccident",
"localId": {
"type": "Property",
"value": "20210312-A1."
},
"status": {
"type": "Property",
"value": "onGoing"
},
"accidentDate": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2021-03-12T13:59:36Z"
}
},
"accidentStatisticalDate": {
"type": "Property",
"value": {
"year": 2021,
"quarter": 1,
"weekday": "Friday",
"hour": 4
}
},
"accidentType": {
"type": "Property",
"value": [
"10",
"6"
]
},
"accidentDescription": {
"type": "Property",
"value": [
"23",
"46"
]
},
"weatherConditions": {
"type": "Property",
"value": [
"10",
"20"
]
},
"roadSurface": {
"type": "Property",
"value": "2"
},
"roadPaving": {
"type": "Property",
"value": "2"
},
"accidentLocation": {
"type": "Property",
"value": "5"
},
"roadClass": {
"type": "Property",
"value": "Motorway."
},
"roadIntersection": {
"type": "Property",
"value": "8"
},
"roadTrunk": {
"type": "Property",
"value": "12"
},
"roadSign": {
"type": "Property",
"value": "5"
},
"pedestriansInvolved": {
"type": "Property",
"value": [
"true"
]
},
"vehiclesInvolved": {
"type": "Property",
"value": [
"21",
"6"
]
},
"weakestSubject": {
"type": "Property",
"value": "20"
},
"numPassengersInjured": {
"type": "Property",
"value": 1
},
"numPassengersDead": {
"type": "Property",
"value": 1
},
"numPedestrianInjured": {
"type": "Property",
"value": 1
},
"numPedestrianDead": {
"type": "Property",
"value": 0
},
"totalInjured": {
"type": "Property",
"value": 2
},
"totalDeadPeopleWithin30Days": {
"type": "Property",
"value": 0
},
"totalDeadPeopleWithin24Hours": {
"type": "Property",
"value": 0
}
}
```
#### RoadAccident NGSI-LD key-values Example
Here is an example of a RoadAccident in JSON-LD format as key-values. This is compatible with NGSI-LD when using `options=keyValues` and returns the context data of an individual entity.
```json
{
"id": "urn:ngsi-ld:RoadAccident:id:ORHW:45620815",
"dateCreated": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2018-06-23T04:19:24Z"
}
},
"dateModified": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2020-10-29T08:36:40Z"
}
},
"source": {
"type": "Property",
"value": "To be defined"
},
"name": {
"type": "Property",
"value": "Name of the element of the accident."
},
"alternateName": {
"type": "Property",
"value": "Other name."
},
"description": {
"type": "Property",
"value": "Clash in the middle of a traffic light"
},
"dataProvider": {
"type": "Property",
"value": "Municipality."
},
"owner": {
"type": "Property",
"value": [
"urn:ngsi-ld:RoadAccident:items:SUUU:18395806",
"urn:ngsi-ld:RoadAccident:items:GVOF:30958855"
]
},
"seeAlso": {
"type": "Property",
"value": [
"urn:ngsi-ld:RoadAccident:items:ESLS:37894243",
"urn:ngsi-ld:RoadAccident:items:ZNUH:87936284"
]
},
"location": {
"type": "Property",
"value": {
"type": "Point",
"coordinates": [
-56.6404505,
168.370658
]
}
},
"address": {
"type": "Property",
"value": {
"streetAddress": "FranklinStrasse",
"addressLocality": "Berlin",
"addressRegion": "Berlin",
"addressCountry": "Germany",
"postalCode": "10387",
"postOfficeBoxNumber": "",
"areaServed": "worldwide."
}
},
"areaServed": {
"type": "Property",
"value": "worldwide"
},
"type": "RoadAccident",
"localId": {
"type": "Property",
"value": "20210312-A1."
},
"status": {
"type": "Property",
"value": "onGoing"
},
"accidentDate": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2021-03-12T13:59:36Z"
}
},
"accidentStatisticalDate": {
"type": "Property",
"value": {
"year": 2021,
"quarter": 1,
"weekday": "Friday",
"hour": 4
}
},
"accidentType": {
"type": "Property",
"value": [
"10",
"6"
]
},
"accidentDescription": {
"type": "Property",
"value": [
"23",
"46"
]
},
"weatherConditions": {
"type": "Property",
"value": [
"10",
"20"
]
},
"roadSurface": {
"type": "Property",
"value": "2"
},
"roadPaving": {
"type": "Property",
"value": "2"
},
"accidentLocation": {
"type": "Property",
"value": "5"
},
"roadClass": {
"type": "Property",
"value": "Motorway."
},
"roadIntersection": {
"type": "Property",
"value": "8"
},
"roadTrunk": {
"type": "Property",
"value": "12"
},
"roadSign": {
"type": "Property",
"value": "5"
},
"pedestriansInvolved": {
"type": "Property",
"value": [
"true"
]
},
"vehiclesInvolved": {
"type": "Property",
"value": [
"21",
"6"
]
},
"weakestSubject": {
"type": "Property",
"value": "20"
},
"numPassengersInjured": {
"type": "Property",
"value": 1
},
"numPassengersDead": {
"type": "Property",
"value": 1
},
"numPedestrianInjured": {
"type": "Property",
"value": 1
},
"numPedestrianDead": {
"type": "Property",
"value": 0
},
"totalInjured": {
"type": "Property",
"value": 2
},
"totalDeadPeopleWithin30Days": {
"type": "Property",
"value": 0
},
"totalDeadPeopleWithin24Hours": {
"type": "Property",
"value": 0
},
"@context": [
"https://smartdatamodels.org/context.jsonld"
]
}
```
#### RoadAccident NGSI-LD normalized Example
Here is an example of a RoadAccident in JSON-LD format as normalized. This is compatible with NGSI-LD when not using options and returns the context data of an individual entity.
```json
{
"id": "urn:ngsi-ld:RoadAccident:id:ORHW:45620815",
"type": "RoadAccident",
"dateCreated": "2018-06-23T04:19:24Z",
"dateModified": "2020-10-29T08:36:40Z",
"source": "To be defined",
"name": "Name of the element of the accident.",
"alternateName": "Other name.",
"description": "Clash in the middle of a traffic light",
"dataProvider": "Municipality.",
"owner": [
"urn:ngsi-ld:RoadAccident:items:SUUU:18395806",
"urn:ngsi-ld:RoadAccident:items:GVOF:30958855"
],
"seeAlso": [
"urn:ngsi-ld:RoadAccident:items:ESLS:37894243",
"urn:ngsi-ld:RoadAccident:items:ZNUH:87936284"
],
"location": {
"type": "Point",
"coordinates": [
-56.6404505,
168.370658
]
},
"address": {
"streetAddress": "FranklinStrasse",
"addressLocality": "Berlin",
"addressRegion": "Berlin",
"addressCountry": "Germany",
"postalCode": "10387",
"postOfficeBoxNumber": "",
"areaServed": "worldwide."
},
"areaServed": "worldwide",
"localId": "20210312-A1.",
"status": "onGoing",
"accidentDate": "2021-03-12T13:59:36Z",
"accidentStatisticalDate": {
"year": 2021,
"quarter": 1,
"weekday": "Friday",
"hour": 4
},
"accidentType": [
"10",
"6"
],
"accidentDescription": [
"23",
"46"
],
"weatherConditions": [
"10",
"20"
],
"roadSurface": "2",
"roadPaving": "2",
"accidentLocation": "5",
"roadClass": "Motorway.",
"roadIntersection": "8",
"roadTrunk": "12",
"roadSign": "5",
"pedestriansInvolved": [
"true"
],
"vehiclesInvolved": [
"21",
"6"
],
"weakestSubject": "20",
"numPassengersInjured": 1,
"numPassengersDead": 1,
"numPedestrianInjured": 1,
"numPedestrianDead": 0,
"totalInjured": 2,
"totalDeadPeopleWithin30Days": 0,
"totalDeadPeopleWithin24Hours": 0,
"@context": [
"https://smartdatamodels.org/context.jsonld"
]
}
```
See [FAQ 10](https://smartdatamodels.org/index.php/faqs/) to get an answer on how to deal with magnitude units
## RoadAccident adopters
```
description: This is a compilation list of the current adopters of the data model [Data model] of the Subject [Subject]. All fields are non mandatory. More info at https://smart-data-models.github.io/data-models/templates/dataModel/CURRENT_ADOPTERS.yaml
currentAdopters:
-
adopter:
description:
mail:
organization:
project:
comments:
startDate:
```

# This message will not self destruct, because this project is open source.
| non_test | document your team s roadaccident smart data model project hackathon task for fiware na hackathon document your team s roadaccident smart data model project your mission should you choose to accept it is to import roadaccident smart data into a fiware context broker setup a fiwareroadaccident repository for your team s project inside the create a readme md in the root directory of your repository and any other documentation files you see useful inside a subdirectory work with your deployment specialist to document the installation of openshift local work with your data specialist to document how to import your roadaccident data into the fiware context broker work with your visualization specialist to document the deployment visualization tools to your openshift local environment document how to visualize your data using your tools add any screenshots videos or other visualizations you come up with to enhance your team s accomplishments if you are not sure where obtain or how to visualize roadaccident data you may want to use your imagination imagine if there was a roadaccident sensor in your actual city or a roadaccident sensor in a small scale toy city that you could simulate what kind of sensors could you use how would you design such a simulation in an actual city or a toy city how would you visualize roadaccident data in an actual city or a toy city the day of the operation is thursday february you will have hours to complete your mission work with smart data models and the fiware context broker in north america at the end of the day should you or any of your force be taken or compromised that day you must report back as many changes as you have made and any knowledge of your actions by pull request or comments on the issue on the board the details of your mission entity roadaccident global description a road accident description with causes and aftermath first version developed in synchronicity project list of properties accidentdate datetime of the accident accidentdescription description about this road accident as a combination of codified situation enlisted unspecified circumstance driver proceeded regularly without turning driver proceeded with a distracted driving or undecided course driver proceeded without maintaining a safe distance driver proceeded without giving priority to the vehicle coming from the right driver proceeded without respecting the stop driver proceeded without respecting the signal to give precedence driver proceeded against traffic driver proceeded without respecting the traffic light or agent signals driver proceeded without respecting the signs of prohibition of transit or access driver proceeded with speeding driver proceeded without respecting the speed limits driver proceeded with the dazzling lights crossing other vehicles driver turned right regularly it turned irregularly to the right driver turned left regularly it turned irregularly to the left driver passed at the intersection driver proceeded regularly driver proceeded with a distracted driving or undecided course driver proceeded without maintaining a safe distance driver proceeded with speeding driver proceeded without respecting the speed limits it proceeded not near the right edge of the roadway driver proceeded against traffic driver proceeded without respecting the signs of prohibition of transit or access driver proceeded with the dazzling lights crossing other vehicles driver passed regularly it passed irregularly to the right driver overtook on a curve on a hill or with insufficient visibility it overtook a vehicle that was overtaking another driver passed without observing the appropriate prohibition sign maneuvered in relegation or conversion driver maneuvered to get into the flow of circulation maneuvering to turn left private passage distributor driver maneuvered regularly to stop or stop driver maneuvered irregularly to stop or stop it was joined by other irregular two wheeled vehicles driver proceeded regularly driver proceeded with speeding driver proceeded without respecting the speed limits driver proceeded against traffic driver passed the vehicle in gear maneuvered maneuvered without respecting traffic light or agent signals driver came out of the driveway without precaution driver stepped out of the lane and hit the pawn it did not give priority to the pedestrian on the appropriate crossings it overtook a vehicle stopped to allow the crossing driver hit the pedestrian with the load driver was passing a tram unevenly at the stop driver proceeded regularly driver proceeded with a distracted driving or undecided course driver proceeded without maintaining a safe distance driver proceeded against traffic driver proceeded with speeding driver proceeded without respecting the speed limits driver proceeded without respecting the signs of prohibition of transit or access driver was passing another vehicle in gear driver imprudently crossed the level crossing spill with spillage to avoid impact listening with spillage for distracted driving list with over speed spill driver suddenly braked with consequence to the transported fall of person from vehicle for door opening fall of person from vehicle for descent from vehicle in motion fall of person from vehicle due to clinging or improperly placed brake failure or failure breakage or steering failure tire burst or excessive wear lack or insufficiency of headlights or position lights lack or insufficiency of flashing lights or stopping light signals breaking of trailer coupling parts deficiency of dangerous goods transport equipment deficiency of the adaptations prescribed to vehicles of physically handicapped people wheel detachment lack or insufficiency of visual devices for cycles accidentlocation brief description if the accident took place in a urban or extra urban area regional within the urban area urban road in the town provincial road within the town state road within the village extra urban road provincial state road highway another way regional road accidentstatisticaldate approximate datetime of the accident often original accident data source reports only statistical attributes such as season weekday and approximate hour accidenttype quick classification this road accident frontal collision frontal lateral collision side crash collision pedestrian investment impact with vehicle stopped or stopped impact with parked vehicle impact with obstacle impact with train spill slip accident due to sudden braking accident due to falling from a vehicle address the mailing address alternatename an alternative name for this item areaserved the geographic area where a service or offered item is provided dataprovider a sequence of characters identifying the provider of the harmonised data entity datecreated entity creation timestamp this will usually be allocated by the storage platform datemodified timestamp of the last modification of the entity this will usually be allocated by the storage platform description a description of this item id unique identifier of the entity localid unique identifier from the source data set location geojson reference to the item it can be point linestring polygon multipoint multilinestring or multipolygon name the name of this item numpassengersdead number of vehicle s passengers dead because the accident numpassengersinjured number of vehicle s passengers injured because the accident numpedestriandead number of pedestrians dead because the accident numpedestrianinjured number of pedestrians injured because the accident owner a list containing a json encoded sequence of characters referencing the unique ids of the owner s pedestriansinvolved boolean to determine if pedestrians were involved in the accidents roadclass the classification of road where this accident took place roadintersection brief description of the piece of the road where the accident took place crossroad roundabout reported intersection intersection with traffic light intersection not reported rail crossing straight curve bump bottleneck slope illuminated gallery unlit gallery roadpaving road paving paved road rough paved road unpaved road roadsign brief description of the road sign where the accident took place absent vertical horizontal vertical and horizontal temporary by construction site roadsurface brief description of the condition of the road during the accident dry wet slippery frozen snowcapped roadtrunk brief description of type of trunk of the road where the accident took place road branch secondary branch minor branch junction branch road junction motorway left lane highway carriageway right motorway junction entrance highway exit junction highway junction trunk highway station other cases extra urban road seealso list of uri pointing to additional resources about the item source a sequence of characters giving the original source of the entity data as a url recommended to be the fully qualified domain name of the source provider or the url to the source object status status of the road accident enum archived ongoing solved number of people dead directly because the accident number of people dead because the aftermath of the accident totalinjured total number of people injured not dead because the accident type ngsi entity type it has to be roadaccident vehiclesinvolved list of the vehicles and pedestrians involved because the accident pedestrian bicycle agriculturalvehicle bus minibus car caravan tram tanker carwithcaravan carwithtrailer lorry moped tanker motorcycle motorcyclewithsidecar motorscooter trailer van caravan constructionormaintenancevehicle trolley bintrolley sweepingmachine cleaningtrolley weakestsubject vehicle that represent the weakest subject involved because the accident usually pedestrian pedestrian bicycle agriculturalvehicle bus minibus car caravan tram tanker carwithcaravan carwithtrailer lorry moped tanker motorcycle motorcyclewithsidecar motorscooter trailer van caravan constructionormaintenancevehicle trolley bintrolley sweepingmachine cleaningtrolley weatherconditions brief description of weather conditions during this road accident clearnight sunnyday slightlycloudy partlycloudy mist fog highclouds cloudy verycloudy overcast lightrainshower drizzle lightrain heavyrainshower heavyrain sleetshower sleet hailshower hail shower lightsnow snow heavysnowshower heavysnow thundershower thunder required properties id status type data model coming from synchronicity project data model description of properties sorted alphabetically click for details full yaml details yaml roadaccident description a road accident description with causes and aftermath first version developed in synchronicity project properties accidentdate description datetime of the accident format date time type string x ngsi model type property accidentdescription description description about this road accident as a combination of codified situation enlisted unspecified circumstance driver proceeded regularly without turning driver proceeded with a distracted driving or undecided course driver proceeded without maintaining a safe distance driver proceeded without giving priority to the vehicle coming from the right driver proceeded without respecting the stop driver proceeded without respecting the signal to give precedence driver proceeded against traffic driver proceeded without respecting the traffic light or agent signals driver proceeded without respecting the signs of prohibition of transit or access driver proceeded with speeding driver proceeded without respecting the speed limits driver proceeded with the dazzling lights crossing other vehicles driver turned right regularly it turned irregularly to the right driver turned left regularly it turned irregularly to the left driver passed at the intersection driver proceeded regularly driver proceeded with a distracted driving or undecided course driver proceeded without maintaining a safe distance driver proceeded with speeding driver proceeded without respecting the speed limits it proceeded not near the right edge of the roadway driver proceeded against traffic driver proceeded without respecting the signs of prohibition of transit or access driver proceeded with the dazzling lights crossing other vehicles driver passed regularly it passed irregularly to the right driver overtook on a curve on a hill or with insufficient visibility it overtook a vehicle that was overtaking another driver passed without observing the appropriate prohibition sign maneuvered in relegation or conversion driver maneuvered to get into the flow of circulation maneuvering to turn left private passage distributor driver maneuvered regularly to stop or stop driver maneuvered irregularly to stop or stop it was joined by other irregular two wheeled vehicles driver proceeded regularly driver proceeded with speeding driver proceeded without respecting the speed limits driver proceeded against traffic driver passed the vehicle in gear maneuvered maneuvered without respecting traffic light or agent signals driver came out of the driveway without precaution driver stepped out of the lane and hit the pawn it did not give priority to the pedestrian on the appropriate crossings it overtook a vehicle stopped to allow the crossing driver hit the pedestrian with the load driver was passing a tram unevenly at the stop driver proceeded regularly driver proceeded with a distracted driving or undecided course driver proceeded without maintaining a safe distance driver proceeded against traffic driver proceeded with speeding driver proceeded without respecting the speed limits driver proceeded without respecting the signs of prohibition of transit or access driver was passing another vehicle in gear driver imprudently crossed the level crossing spill with spillage to avoid impact listening with spillage for distracted driving list with over speed spill driver suddenly braked with consequence to the transported fall of person from vehicle for door opening fall of person from vehicle for descent from vehicle in motion fall of person from vehicle due to clinging or improperly placed brake failure or failure breakage or steering failure tire burst or excessive wear lack or insufficiency of headlights or position lights lack or insufficiency of flashing lights or stopping light signals breaking of trailer coupling parts deficiency of dangerous goods transport equipment deficiency of the adaptations prescribed to vehicles of physically handicapped people wheel detachment lack or insufficiency of visual devices for cycles items enum type string type array x ngsi model type property accidentlocation description brief description if the accident took place in a urban or extra urban area regional within the urban area urban road in the town provincial road within the town state road within the village extra urban road provincial state road highway another way regional road enum type string x ngsi type property accidentstatisticaldate description approximate datetime of the accident often original accident data source reports only statistical attributes such as season weekday and approximate hour properties hour type integer quarter type integer weekday description week days enum monday tuesday wednesday thursday friday saturday sunday type string year type integer type object x ngsi model type property accidenttype description quick classification this road accident frontal collision frontal lateral collision side crash collision pedestrian investment impact with vehicle stopped or stopped impact with parked vehicle impact with obstacle impact with train spill slip accident due to sudden braking accident due to falling from a vehicle items enum type string type array x ngsi type property address description the mailing address properties addresscountry description property the country for example spain model type string addresslocality description property the locality in which the street address is and which is in the region model type string addressregion description property the region in which the locality is and which is in the country model type string postofficeboxnumber description property the post office box number for po box addresses for example model type string postalcode description property the postal code for example model type string streetaddress description property the street address model type string type object x ngsi model type property alternatename description an alternative name for this item type string x ngsi type property areaserved description the geographic area where a service or offered item is provided type string x ngsi model type property dataprovider description a sequence of characters identifying the provider of the harmonised data entity type string x ngsi type property datecreated description entity creation timestamp this will usually be allocated by the storage platform format date time type string x ngsi type property datemodified description timestamp of the last modification of the entity this will usually be allocated by the storage platform format date time type string x ngsi type property description description a description of this item type string x ngsi type property id anyof roadaccident properties owner items anyof description property identifier format of any ngsi entity maxlength minlength pattern type string description property identifier format of any ngsi entity format uri type string description unique identifier of the entity x ngsi type property localid description unique identifier from the source data set type string x ngsi model type property location description geojson reference to the item it can be point linestring polygon multipoint multilinestring or multipolygon oneof description geoproperty geojson reference to the item point properties bbox items type number minitems type array coordinates items type number minitems type array type enum point type string required type coordinates title geojson point type object description geoproperty geojson reference to the item linestring properties bbox items type number minitems type array coordinates items items type number minitems type array minitems type array type enum linestring type string required type coordinates title geojson linestring type object description geoproperty geojson reference to the item polygon properties bbox items type number minitems type array coordinates items items items type number minitems type array minitems type array type array type enum polygon type string required type coordinates title geojson polygon type object description geoproperty geojson reference to the item multipoint properties bbox items type number minitems type array coordinates items items type number minitems type array type array type enum multipoint type string required type coordinates title geojson multipoint type object description geoproperty geojson reference to the item multilinestring properties bbox items type number minitems type array coordinates items items items type number minitems type array minitems type array type array type enum multilinestring type string required type coordinates title geojson multilinestring type object description geoproperty geojson reference to the item multilinestring properties bbox items type number minitems type array coordinates items items items items type number minitems type array minitems type array type array type array type enum multipolygon type string required type coordinates title geojson multipolygon type object x ngsi type geoproperty name description the name of this item type string x ngsi type property numpassengersdead description number of vehicle s passengers dead because the accident minimum type integer x ngsi model type property numpassengersinjured description number of vehicle s passengers injured because the accident minimum type integer x ngsi model type property numpedestriandead description number of pedestrians dead because the accident minimum type integer x ngsi model type property numpedestrianinjured description number of pedestrians injured because the accident minimum type integer x ngsi model type property owner description a list containing a json encoded sequence of characters referencing the unique ids of the owner s items anyof roadaccident properties owner items anyof description property unique identifier of the entity type array x ngsi type property pedestriansinvolved description boolean to determine if pedestrians were involved in the accidents type boolean x ngsi type property roadclass description the classification of road where this accident took place type string x ngsi model type property roadintersection description brief description of the piece of the road where the accident took place crossroad roundabout reported intersection intersection with traffic light intersection not reported rail crossing straight curve bump bottleneck slope illuminated gallery unlit gallery enum type string x ngsi type property roadpaving description road paving paved road rough paved road unpaved road enum type string x ngsi type property roadsign description brief description of the road sign where the accident took place absent vertical horizontal vertical and horizontal temporary by construction site enum type string x ngsi type property roadsurface description brief description of the condition of the road during the accident dry wet slippery frozen snowcapped enum type string x ngsi type property roadtrunk description brief description of type of trunk of the road where the accident took place road branch secondary branch minor branch junction branch road junction motorway left lane highway carriageway right motorway junction entrance highway exit junction highway junction trunk highway station other cases extra urban road enum type string x ngsi type property seealso description list of uri pointing to additional resources about the item oneof items format uri type string minitems type array format uri type string x ngsi type property source description a sequence of characters giving the original source of the entity data as a url recommended to be the fully qualified domain name of the source provider or the url to the source object type string x ngsi type property status description status of the road accident enum archived ongoing solved enum archived ongoing solved type string x ngsi model type property description number of people dead directly because the accident minimum type integer x ngsi model type property description number of people dead because the aftermath of the accident minimum type integer x ngsi model type property totalinjured description total number of people injured not dead because the accident minimum type integer x ngsi model type property type description ngsi entity type it has to be roadaccident enum roadaccident type string x ngsi type property vehiclesinvolved description list of the vehicles and pedestrians involved because the accident pedestrian bicycle agriculturalvehicle bus minibus car caravan tram tanker carwithcaravan carwithtrailer lorry moped tanker motorcycle motorcyclewithsidecar motorscooter trailer van caravan constructionormaintenancevehicle trolley bintrolley sweepingmachine cleaningtrolley items enum type string type array x ngsi type property weakestsubject description vehicle that represent the weakest subject involved because the accident usually pedestrian pedestrian bicycle agriculturalvehicle bus minibus car caravan tram tanker carwithcaravan carwithtrailer lorry moped tanker motorcycle motorcyclewithsidecar motorscooter trailer van caravan constructionormaintenancevehicle trolley bintrolley sweepingmachine cleaningtrolley enum type string x ngsi type property weatherconditions description brief description of weather conditions during this road accident clearnight sunnyday slightlycloudy partlycloudy mist fog highclouds cloudy verycloudy overcast lightrainshower drizzle lightrain heavyrainshower heavyrain sleetshower sleet hailshower hail shower lightsnow snow heavysnowshower heavysnow thundershower thunder items enum type string type array x ngsi type property required id type status type object example payloads roadaccident ngsi key values example here is an example of a roadaccident in json ld format as key values this is compatible with ngsi when using options keyvalues and returns the context data of an individual entity json id urn ngsi ld roadaccident id orhw type roadaccident datecreated datemodified source to be defined name name of the element of the accident alternatename other name description clash in the middle of a traffic light dataprovider municipality owner urn ngsi ld roadaccident items suuu urn ngsi ld roadaccident items gvof seealso urn ngsi ld roadaccident items esls urn ngsi ld roadaccident items znuh location type point coordinates address streetaddress franklinstrasse addresslocality berlin addressregion berlin addresscountry germany postalcode postofficeboxnumber areaserved worldwide areaserved worldwide localid status ongoing accidentdate accidentstatisticaldate year quarter weekday friday hour accidenttype accidentdescription weatherconditions roadsurface roadpaving accidentlocation roadclass motorway roadintersection roadtrunk roadsign pedestriansinvolved true vehiclesinvolved weakestsubject numpassengersinjured numpassengersdead numpedestrianinjured numpedestriandead totalinjured roadaccident ngsi normalized example here is an example of a roadaccident in json ld format as normalized this is compatible with ngsi when not using options and returns the context data of an individual entity json id urn ngsi ld roadaccident id orhw datecreated type property value type datetime value datemodified type property value type datetime value source type property value to be defined name type property value name of the element of the accident alternatename type property value other name description type property value clash in the middle of a traffic light dataprovider type property value municipality owner type property value urn ngsi ld roadaccident items suuu urn ngsi ld roadaccident items gvof seealso type property value urn ngsi ld roadaccident items esls urn ngsi ld roadaccident items znuh location type property value type point coordinates address type property value streetaddress franklinstrasse addresslocality berlin addressregion berlin addresscountry germany postalcode postofficeboxnumber areaserved worldwide areaserved type property value worldwide type roadaccident localid type property value status type property value ongoing accidentdate type property value type datetime value accidentstatisticaldate type property value year quarter weekday friday hour accidenttype type property value accidentdescription type property value weatherconditions type property value roadsurface type property value roadpaving type property value accidentlocation type property value roadclass type property value motorway roadintersection type property value roadtrunk type property value roadsign type property value pedestriansinvolved type property value true vehiclesinvolved type property value weakestsubject type property value numpassengersinjured type property value numpassengersdead type property value numpedestrianinjured type property value numpedestriandead type property value totalinjured type property value type property value type property value roadaccident ngsi ld key values example here is an example of a roadaccident in json ld format as key values this is compatible with ngsi ld when using options keyvalues and returns the context data of an individual entity json id urn ngsi ld roadaccident id orhw datecreated type property value type datetime value datemodified type property value type datetime value source type property value to be defined name type property value name of the element of the accident alternatename type property value other name description type property value clash in the middle of a traffic light dataprovider type property value municipality owner type property value urn ngsi ld roadaccident items suuu urn ngsi ld roadaccident items gvof seealso type property value urn ngsi ld roadaccident items esls urn ngsi ld roadaccident items znuh location type property value type point coordinates address type property value streetaddress franklinstrasse addresslocality berlin addressregion berlin addresscountry germany postalcode postofficeboxnumber areaserved worldwide areaserved type property value worldwide type roadaccident localid type property value status type property value ongoing accidentdate type property value type datetime value accidentstatisticaldate type property value year quarter weekday friday hour accidenttype type property value accidentdescription type property value weatherconditions type property value roadsurface type property value roadpaving type property value accidentlocation type property value roadclass type property value motorway roadintersection type property value roadtrunk type property value roadsign type property value pedestriansinvolved type property value true vehiclesinvolved type property value weakestsubject type property value numpassengersinjured type property value numpassengersdead type property value numpedestrianinjured type property value numpedestriandead type property value totalinjured type property value type property value type property value context roadaccident ngsi ld normalized example here is an example of a roadaccident in json ld format as normalized this is compatible with ngsi ld when not using options and returns the context data of an individual entity json id urn ngsi ld roadaccident id orhw type roadaccident datecreated datemodified source to be defined name name of the element of the accident alternatename other name description clash in the middle of a traffic light dataprovider municipality owner urn ngsi ld roadaccident items suuu urn ngsi ld roadaccident items gvof seealso urn ngsi ld roadaccident items esls urn ngsi ld roadaccident items znuh location type point coordinates address streetaddress franklinstrasse addresslocality berlin addressregion berlin addresscountry germany postalcode postofficeboxnumber areaserved worldwide areaserved worldwide localid status ongoing accidentdate accidentstatisticaldate year quarter weekday friday hour accidenttype accidentdescription weatherconditions roadsurface roadpaving accidentlocation roadclass motorway roadintersection roadtrunk roadsign pedestriansinvolved true vehiclesinvolved weakestsubject numpassengersinjured numpassengersdead numpedestrianinjured numpedestriandead totalinjured context see to get an answer on how to deal with magnitude units roadaccident adopters description this is a compilation list of the current adopters of the data model of the subject all fields are non mandatory more info at currentadopters adopter description mail organization project comments startdate this message will not self destruct this message will not self destruct because this project is open source | 0 |
86,218 | 10,477,548,364 | IssuesEvent | 2019-09-23 21:09:50 | google/blockly | https://api.github.com/repos/google/blockly | closed | Change Access Level of Field.updateWidth | component: developer apis help wanted low priority type: documentation | <!--
- Thanks for opening an issue for us! Before you open an issue,
- please check if a similar issue exists or has been closed before.
-
- If you're asking a question about how to use Blockly in your application,
- please ask questions on the mailing list, instead of filing issues:
- https://groups.google.com/forum/#!forum/blockly
-->
### Problem statement
<!-- TODO: Please describe the problem.
- Is it a bug report (something didn't work the way you expected),
- or a feature request (something new you think would improve Blockly)?
-->
The updateWidth function is called as part of the rendering of a field. After all of the parts of the field have been shuffled around it figures out how much room they take up and assigns that value to the field's size_ property.
It doesn't really make sense to call this from anywhere besides the render_ function, and I can't think of a reason a developer would want to call it, so having it be public seems unecessary.
This also makes it confusing when you want to create a custom field that has variable /height/ (which is supported!) but you only see an "updateWidth" function.
[Here](https://github.com/google/blockly/search?q=updateWidth&unscoped_q=updateWidth)'s a link to all the places updateWidth gets called, incase anyone is interested.
### Proposal
Since it wouldn't make sense for a developer to call this function externally, I believe it can safely be changed to a private function.
| 1.0 | Change Access Level of Field.updateWidth - <!--
- Thanks for opening an issue for us! Before you open an issue,
- please check if a similar issue exists or has been closed before.
-
- If you're asking a question about how to use Blockly in your application,
- please ask questions on the mailing list, instead of filing issues:
- https://groups.google.com/forum/#!forum/blockly
-->
### Problem statement
<!-- TODO: Please describe the problem.
- Is it a bug report (something didn't work the way you expected),
- or a feature request (something new you think would improve Blockly)?
-->
The updateWidth function is called as part of the rendering of a field. After all of the parts of the field have been shuffled around it figures out how much room they take up and assigns that value to the field's size_ property.
It doesn't really make sense to call this from anywhere besides the render_ function, and I can't think of a reason a developer would want to call it, so having it be public seems unecessary.
This also makes it confusing when you want to create a custom field that has variable /height/ (which is supported!) but you only see an "updateWidth" function.
[Here](https://github.com/google/blockly/search?q=updateWidth&unscoped_q=updateWidth)'s a link to all the places updateWidth gets called, incase anyone is interested.
### Proposal
Since it wouldn't make sense for a developer to call this function externally, I believe it can safely be changed to a private function.
| non_test | change access level of field updatewidth thanks for opening an issue for us before you open an issue please check if a similar issue exists or has been closed before if you re asking a question about how to use blockly in your application please ask questions on the mailing list instead of filing issues problem statement todo please describe the problem is it a bug report something didn t work the way you expected or a feature request something new you think would improve blockly the updatewidth function is called as part of the rendering of a field after all of the parts of the field have been shuffled around it figures out how much room they take up and assigns that value to the field s size property it doesn t really make sense to call this from anywhere besides the render function and i can t think of a reason a developer would want to call it so having it be public seems unecessary this also makes it confusing when you want to create a custom field that has variable height which is supported but you only see an updatewidth function a link to all the places updatewidth gets called incase anyone is interested proposal since it wouldn t make sense for a developer to call this function externally i believe it can safely be changed to a private function | 0 |
196,953 | 14,897,222,415 | IssuesEvent | 2021-01-21 11:27:03 | DanielMurphy22/SmokeTests | https://api.github.com/repos/DanielMurphy22/SmokeTests | closed | Ubuntu Smoke Test: Release 6.0 | Manual Tests |
Before testing:
- Check this issue relates to the OS you will test on.
- Edit this issue to assign your name test you will run, e.g. Assignee: @DanielMurphy22 Tested: [ ]
- Please run these tests on the release package of Mantid; **not a locally built version**.
Afterwards:
- Tick the adjacent tick box once testing is complete.
- Comment below with the test you ran and any issues you came across.
If you have any questions please contact the creator of this issue.
## 0. Clean/Dirty Install Smoke Tests
### Dirty install
* Make sure that you have several versions of Mantid installed
* Last release
* A nightly
* If possible an old release
* Install the latest version of the new Mantid
- [ ] Check that Mantid boots up correctly
### Clean install
* Remove all existing Mantid versions and associated files
* Windows:
* Uninstall the program
* Clear shortcuts from desktop
* Clean out the registry
* Load regedit (Command Prompt > regedit)
* Find `HKEY_CURRENT_USER > SOFTWARE > Mantid` delete it
* OSX:
* Remove the application
* Remove the `~/.mantid directory`
* Remove `~/Library/Preferences/org.mantidproject.MantidPlot.plist`
* Linux
* Remove the package: `/opt/Mantid`
* Remove `~/.config/Mantid`
* Remove `~/.mantid/`
* Re-install the latest version of the new Mantid
- [ ] Check that Mantid boots up correctly
## 1. Fitting Smoke Tests
* Fitting to data [directions](http://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/fitting_data/01_fitting_models_to_data.html#fitting-models-to-data)
- [ ] Simple fit
- [ ] Activating the fitting tools
- [ ] Selecting the fitting range
- [ ] Other Fit Function Settings properties
- [ ] Setting up a fit model
- [ ] Adjusting fit function parameter
- [ ] Saving a model
- [ ] Tying and constraining fit parameters
- [ ] Execute your fit
- [ ] Inspecting a fit result
* Additional options [directions](http://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/fitting_data/02_fit_model_choices.html#fit-model-choices)
- [ ] Non peak model + background
- [ ] User defined function
## 2. Interface Smoke Tests
- [ ] Mantid opens without errors or warnings
- [ ] Every option in `Interface` opens a GUI
- [ ] Load some test data
- [ ] Catalogue opens [directions here](https://www.mantidproject.org/Catalog_Search)
- [ ] Saving/loading projects works [directions here](https://www.mantidproject.org/MantidPlot:_The_File_Menu#File-.3E_Save_Project_as...)
## 3. Plotting Smoke Tests
* 1D plotting:[instructions](http://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/loading_and_displaying_data/03_displaying_1D_data.html#displaying-1d-data)
- [ ] Simple plot
- [ ] Another way to plot
- [ ] Adding curves to existing plots
* 2D plotting: [instructions](http://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/loading_and_displaying_data/04_displaying_2D_data.html#displaying-2d-data)
- [ ] Plot all spectra
- [ ] Plot from matrix
- [ ] Change colour map
- [ ] Contour plot
- [ ] Spectrum viewer
* 3D plotting:
- Load some data eg `LOQ7041` from the ISIS sample data
- Double click the workspace to open the table view
- Select the table
- [ ] 3D plot becomes available as an option in the toolbar
- [ ] 3D wire frame
- [ ] 3D hidden line
- [ ] 3D polygon
- [ ] 3D wire surface
## 4. Python Smoke Tests
* Test that the Python scripting window works, [directions here](http://docs.mantidproject.org/v3.7.2/interfaces/ScriptingWindow.html)
- [ ] Editor options
- [ ] Execution options
- [ ] Script output
- [ ] Perform some workspace algebra
- [ ] Test numpy functionality
- [ ] Use the scripting window to run some scripts
- [ ] Run through some examples from [the documentation](http://www.mantidproject.org/Python_In_Mantid), 3 or 4 examples is enough
## 5. Workspace/Algorithm Smoke Tests
* Load some workspaces, try 5 from different instruments
* Show detectors, check detector view GUI, follow non-Python directions [in the documentation](https://www.mantidproject.org/MantidPlot:_Instrument_View)
- [ ] Render tab
- [ ] Draw tab
- [ ] Pick tab
- [ ] Instrument tree tab
* Test 5 - 10 random algorithms, follow [the documentation](http://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/algorithms_workspaces_and_histories/02_algorithms.html#algorithms)
- [ ] Help button
- [ ] Validation of inputs
- [ ] Overwriting workspace
- [ ] Run the algorithm
- [ ] Check right-click options of the workspaces, they are listed [in the documentation](https://www.mantidproject.org/MantidPlot:_The_Workspace_Menu#Save_Nexus).
| 1.0 | Ubuntu Smoke Test: Release 6.0 -
Before testing:
- Check this issue relates to the OS you will test on.
- Edit this issue to assign your name test you will run, e.g. Assignee: @DanielMurphy22 Tested: [ ]
- Please run these tests on the release package of Mantid; **not a locally built version**.
Afterwards:
- Tick the adjacent tick box once testing is complete.
- Comment below with the test you ran and any issues you came across.
If you have any questions please contact the creator of this issue.
## 0. Clean/Dirty Install Smoke Tests
### Dirty install
* Make sure that you have several versions of Mantid installed
* Last release
* A nightly
* If possible an old release
* Install the latest version of the new Mantid
- [ ] Check that Mantid boots up correctly
### Clean install
* Remove all existing Mantid versions and associated files
* Windows:
* Uninstall the program
* Clear shortcuts from desktop
* Clean out the registry
* Load regedit (Command Prompt > regedit)
* Find `HKEY_CURRENT_USER > SOFTWARE > Mantid` delete it
* OSX:
* Remove the application
* Remove the `~/.mantid directory`
* Remove `~/Library/Preferences/org.mantidproject.MantidPlot.plist`
* Linux
* Remove the package: `/opt/Mantid`
* Remove `~/.config/Mantid`
* Remove `~/.mantid/`
* Re-install the latest version of the new Mantid
- [ ] Check that Mantid boots up correctly
## 1. Fitting Smoke Tests
* Fitting to data [directions](http://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/fitting_data/01_fitting_models_to_data.html#fitting-models-to-data)
- [ ] Simple fit
- [ ] Activating the fitting tools
- [ ] Selecting the fitting range
- [ ] Other Fit Function Settings properties
- [ ] Setting up a fit model
- [ ] Adjusting fit function parameter
- [ ] Saving a model
- [ ] Tying and constraining fit parameters
- [ ] Execute your fit
- [ ] Inspecting a fit result
* Additional options [directions](http://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/fitting_data/02_fit_model_choices.html#fit-model-choices)
- [ ] Non peak model + background
- [ ] User defined function
## 2. Interface Smoke Tests
- [ ] Mantid opens without errors or warnings
- [ ] Every option in `Interface` opens a GUI
- [ ] Load some test data
- [ ] Catalogue opens [directions here](https://www.mantidproject.org/Catalog_Search)
- [ ] Saving/loading projects works [directions here](https://www.mantidproject.org/MantidPlot:_The_File_Menu#File-.3E_Save_Project_as...)
## 3. Plotting Smoke Tests
* 1D plotting:[instructions](http://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/loading_and_displaying_data/03_displaying_1D_data.html#displaying-1d-data)
- [ ] Simple plot
- [ ] Another way to plot
- [ ] Adding curves to existing plots
* 2D plotting: [instructions](http://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/loading_and_displaying_data/04_displaying_2D_data.html#displaying-2d-data)
- [ ] Plot all spectra
- [ ] Plot from matrix
- [ ] Change colour map
- [ ] Contour plot
- [ ] Spectrum viewer
* 3D plotting:
- Load some data eg `LOQ7041` from the ISIS sample data
- Double click the workspace to open the table view
- Select the table
- [ ] 3D plot becomes available as an option in the toolbar
- [ ] 3D wire frame
- [ ] 3D hidden line
- [ ] 3D polygon
- [ ] 3D wire surface
## 4. Python Smoke Tests
* Test that the Python scripting window works, [directions here](http://docs.mantidproject.org/v3.7.2/interfaces/ScriptingWindow.html)
- [ ] Editor options
- [ ] Execution options
- [ ] Script output
- [ ] Perform some workspace algebra
- [ ] Test numpy functionality
- [ ] Use the scripting window to run some scripts
- [ ] Run through some examples from [the documentation](http://www.mantidproject.org/Python_In_Mantid), 3 or 4 examples is enough
## 5. Workspace/Algorithm Smoke Tests
* Load some workspaces, try 5 from different instruments
* Show detectors, check detector view GUI, follow non-Python directions [in the documentation](https://www.mantidproject.org/MantidPlot:_Instrument_View)
- [ ] Render tab
- [ ] Draw tab
- [ ] Pick tab
- [ ] Instrument tree tab
* Test 5 - 10 random algorithms, follow [the documentation](http://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/algorithms_workspaces_and_histories/02_algorithms.html#algorithms)
- [ ] Help button
- [ ] Validation of inputs
- [ ] Overwriting workspace
- [ ] Run the algorithm
- [ ] Check right-click options of the workspaces, they are listed [in the documentation](https://www.mantidproject.org/MantidPlot:_The_Workspace_Menu#Save_Nexus).
| test | ubuntu smoke test release before testing check this issue relates to the os you will test on edit this issue to assign your name test you will run e g assignee tested please run these tests on the release package of mantid not a locally built version afterwards tick the adjacent tick box once testing is complete comment below with the test you ran and any issues you came across if you have any questions please contact the creator of this issue clean dirty install smoke tests dirty install make sure that you have several versions of mantid installed last release a nightly if possible an old release install the latest version of the new mantid check that mantid boots up correctly clean install remove all existing mantid versions and associated files windows uninstall the program clear shortcuts from desktop clean out the registry load regedit command prompt regedit find hkey current user software mantid delete it osx remove the application remove the mantid directory remove library preferences org mantidproject mantidplot plist linux remove the package opt mantid remove config mantid remove mantid re install the latest version of the new mantid check that mantid boots up correctly fitting smoke tests fitting to data simple fit activating the fitting tools selecting the fitting range other fit function settings properties setting up a fit model adjusting fit function parameter saving a model tying and constraining fit parameters execute your fit inspecting a fit result additional options non peak model background user defined function interface smoke tests mantid opens without errors or warnings every option in interface opens a gui load some test data catalogue opens saving loading projects works plotting smoke tests plotting simple plot another way to plot adding curves to existing plots plotting plot all spectra plot from matrix change colour map contour plot spectrum viewer plotting load some data eg from the isis sample data double click the workspace to open the table view select the table plot becomes available as an option in the toolbar wire frame hidden line polygon wire surface python smoke tests test that the python scripting window works editor options execution options script output perform some workspace algebra test numpy functionality use the scripting window to run some scripts run through some examples from or examples is enough workspace algorithm smoke tests load some workspaces try from different instruments show detectors check detector view gui follow non python directions render tab draw tab pick tab instrument tree tab test random algorithms follow help button validation of inputs overwriting workspace run the algorithm check right click options of the workspaces they are listed | 1 |
24,263 | 4,074,187,064 | IssuesEvent | 2016-05-28 08:27:41 | hasadna/anyway | https://api.github.com/repos/hasadna/anyway | opened | Test tour | 0 - Backlog frontend test | Clicking this icon opens a tour:

Add front-end tests to make sure all steps of the tour works.
<!---
@huboard:{"order":3.359746187925339e-07,"milestone_order":1.3783574104309082e-07}
-->
| 1.0 | Test tour - Clicking this icon opens a tour:

Add front-end tests to make sure all steps of the tour works.
<!---
@huboard:{"order":3.359746187925339e-07,"milestone_order":1.3783574104309082e-07}
-->
| test | test tour clicking this icon opens a tour add front end tests to make sure all steps of the tour works huboard order milestone order | 1 |
25,703 | 4,166,166,866 | IssuesEvent | 2016-06-20 00:05:59 | rlf/uSkyBlock | https://api.github.com/repos/rlf/uSkyBlock | closed | Player Loses Island Upon /usb restart | A bug T tested awaiting reporter | I haven't updated skyblock for awhile, so I decided to start new. This was a clean install. I am using USB version 2.6.10. If I create an island and do /usb reload, the server will then say that I don't own an island and force me to make a new one. This happens everytime the command /usb reload is done. In the "islands" folder, the islands are remembered, but in the "players" folder, ownership of the island is forgotten. What this leads to is a bunch of skyblock islands that you can't delete but that nobody can really get to. | 1.0 | Player Loses Island Upon /usb restart - I haven't updated skyblock for awhile, so I decided to start new. This was a clean install. I am using USB version 2.6.10. If I create an island and do /usb reload, the server will then say that I don't own an island and force me to make a new one. This happens everytime the command /usb reload is done. In the "islands" folder, the islands are remembered, but in the "players" folder, ownership of the island is forgotten. What this leads to is a bunch of skyblock islands that you can't delete but that nobody can really get to. | test | player loses island upon usb restart i haven t updated skyblock for awhile so i decided to start new this was a clean install i am using usb version if i create an island and do usb reload the server will then say that i don t own an island and force me to make a new one this happens everytime the command usb reload is done in the islands folder the islands are remembered but in the players folder ownership of the island is forgotten what this leads to is a bunch of skyblock islands that you can t delete but that nobody can really get to | 1 |
65,374 | 14,724,298,341 | IssuesEvent | 2021-01-06 02:15:23 | jamestiotio/orientation2020 | https://api.github.com/repos/jamestiotio/orientation2020 | opened | WS-2020-0208 (Medium) detected in highlight.js-9.18.5.tgz | security vulnerability | ## WS-2020-0208 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>highlight.js-9.18.5.tgz</b></p></summary>
<p>Syntax highlighting with language autodetection.</p>
<p>Library home page: <a href="https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz">https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz</a></p>
<p>Path to dependency file: orientation2020/package.json</p>
<p>Path to vulnerable library: orientation2020/node_modules/highlight.js/package.json</p>
<p>
Dependency Hierarchy:
- cli-service-4.4.4.tgz (Root Library)
- cli-highlight-2.1.4.tgz
- :x: **highlight.js-9.18.5.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/jamestiotio/orientation2020/commit/ada06bc81bd11faad921ad6cce71a2a1d31b339c">ada06bc81bd11faad921ad6cce71a2a1d31b339c</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
If are you are using Highlight.js to highlight user-provided data you are possibly vulnerable. On the client-side (in a browser or Electron environment) risks could include lengthy freezes or crashes... On the server-side infinite freezes could occur... effectively preventing users from accessing your app or service (ie, Denial of Service). This is an issue with grammars shipped with the parser (and potentially 3rd party grammars also), not the parser itself. If you are using Highlight.js with any of the following grammars you are vulnerable. If you are using highlightAuto to detect the language (and have any of these grammars registered) you are vulnerable.
<p>Publish Date: 2020-12-04
<p>URL: <a href=https://github.com/highlightjs/highlight.js/commit/373b9d862401162e832ce77305e49b859e110f9c>WS-2020-0208</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/highlightjs/highlight.js/tree/10.4.1">https://github.com/highlightjs/highlight.js/tree/10.4.1</a></p>
<p>Release Date: 2020-12-04</p>
<p>Fix Resolution: 10.4.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | WS-2020-0208 (Medium) detected in highlight.js-9.18.5.tgz - ## WS-2020-0208 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>highlight.js-9.18.5.tgz</b></p></summary>
<p>Syntax highlighting with language autodetection.</p>
<p>Library home page: <a href="https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz">https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz</a></p>
<p>Path to dependency file: orientation2020/package.json</p>
<p>Path to vulnerable library: orientation2020/node_modules/highlight.js/package.json</p>
<p>
Dependency Hierarchy:
- cli-service-4.4.4.tgz (Root Library)
- cli-highlight-2.1.4.tgz
- :x: **highlight.js-9.18.5.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/jamestiotio/orientation2020/commit/ada06bc81bd11faad921ad6cce71a2a1d31b339c">ada06bc81bd11faad921ad6cce71a2a1d31b339c</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
If are you are using Highlight.js to highlight user-provided data you are possibly vulnerable. On the client-side (in a browser or Electron environment) risks could include lengthy freezes or crashes... On the server-side infinite freezes could occur... effectively preventing users from accessing your app or service (ie, Denial of Service). This is an issue with grammars shipped with the parser (and potentially 3rd party grammars also), not the parser itself. If you are using Highlight.js with any of the following grammars you are vulnerable. If you are using highlightAuto to detect the language (and have any of these grammars registered) you are vulnerable.
<p>Publish Date: 2020-12-04
<p>URL: <a href=https://github.com/highlightjs/highlight.js/commit/373b9d862401162e832ce77305e49b859e110f9c>WS-2020-0208</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/highlightjs/highlight.js/tree/10.4.1">https://github.com/highlightjs/highlight.js/tree/10.4.1</a></p>
<p>Release Date: 2020-12-04</p>
<p>Fix Resolution: 10.4.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | ws medium detected in highlight js tgz ws medium severity vulnerability vulnerable library highlight js tgz syntax highlighting with language autodetection library home page a href path to dependency file package json path to vulnerable library node modules highlight js package json dependency hierarchy cli service tgz root library cli highlight tgz x highlight js tgz vulnerable library found in head commit a href found in base branch master vulnerability details if are you are using highlight js to highlight user provided data you are possibly vulnerable on the client side in a browser or electron environment risks could include lengthy freezes or crashes on the server side infinite freezes could occur effectively preventing users from accessing your app or service ie denial of service this is an issue with grammars shipped with the parser and potentially party grammars also not the parser itself if you are using highlight js with any of the following grammars you are vulnerable if you are using highlightauto to detect the language and have any of these grammars registered you are vulnerable publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
174,837 | 21,300,482,650 | IssuesEvent | 2022-04-15 01:58:39 | CarlsbergGBS/msrCrypto | https://api.github.com/repos/CarlsbergGBS/msrCrypto | opened | CVE-2021-43138 (High) detected in async-2.6.3.tgz | security vulnerability | ## CVE-2021-43138 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-2.6.3.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library home page: <a href="https://registry.npmjs.org/async/-/async-2.6.3.tgz">https://registry.npmjs.org/async/-/async-2.6.3.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- karma-webpack-3.0.5.tgz (Root Library)
- :x: **async-2.6.3.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A vulnerability exists in Async through 3.2.1 (fixed in 3.2.2) , which could let a malicious user obtain privileges via the mapValues() method.
<p>Publish Date: 2022-04-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138>CVE-2021-43138</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p>
<p>Release Date: 2022-04-06</p>
<p>Fix Resolution (async): 3.2.2</p>
<p>Direct dependency fix Resolution (karma-webpack): 4.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-43138 (High) detected in async-2.6.3.tgz - ## CVE-2021-43138 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-2.6.3.tgz</b></p></summary>
<p>Higher-order functions and common patterns for asynchronous code</p>
<p>Library home page: <a href="https://registry.npmjs.org/async/-/async-2.6.3.tgz">https://registry.npmjs.org/async/-/async-2.6.3.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/async/package.json</p>
<p>
Dependency Hierarchy:
- karma-webpack-3.0.5.tgz (Root Library)
- :x: **async-2.6.3.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A vulnerability exists in Async through 3.2.1 (fixed in 3.2.2) , which could let a malicious user obtain privileges via the mapValues() method.
<p>Publish Date: 2022-04-06
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138>CVE-2021-43138</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p>
<p>Release Date: 2022-04-06</p>
<p>Fix Resolution (async): 3.2.2</p>
<p>Direct dependency fix Resolution (karma-webpack): 4.0.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve high detected in async tgz cve high severity vulnerability vulnerable library async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file package json path to vulnerable library node modules async package json dependency hierarchy karma webpack tgz root library x async tgz vulnerable library vulnerability details a vulnerability exists in async through fixed in which could let a malicious user obtain privileges via the mapvalues method publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution async direct dependency fix resolution karma webpack step up your open source security game with whitesource | 0 |
152,160 | 12,093,496,282 | IssuesEvent | 2020-04-19 19:52:53 | pywbem/pywbem | https://api.github.com/repos/pywbem/pywbem | closed | Convert test_indicationlistener.py from unittest to pytest | area: test resolution: fixed type: enhancement | Convert test_indicationlistener.py from unittest to pytest | 1.0 | Convert test_indicationlistener.py from unittest to pytest - Convert test_indicationlistener.py from unittest to pytest | test | convert test indicationlistener py from unittest to pytest convert test indicationlistener py from unittest to pytest | 1 |
422,252 | 28,432,349,475 | IssuesEvent | 2023-04-15 00:09:16 | Daveiano/weewx-wdc | https://api.github.com/repos/Daveiano/weewx-wdc | opened | New Chart Type: Gauge | documentation enhancement | Provide a new chart type: **Gauges**
### Ideas
- Gauge charts could be shown instead of stat tiles - e.g. there be could be 6 gauge charts and the rest of the observations is shown as stat tiles
### D3
- https://observablehq.com/@luciyer/exportable-gauge (https://gist.github.com/luciyer/44f77cc54f3a48be83581b637e36ceb5) | 1.0 | New Chart Type: Gauge - Provide a new chart type: **Gauges**
### Ideas
- Gauge charts could be shown instead of stat tiles - e.g. there be could be 6 gauge charts and the rest of the observations is shown as stat tiles
### D3
- https://observablehq.com/@luciyer/exportable-gauge (https://gist.github.com/luciyer/44f77cc54f3a48be83581b637e36ceb5) | non_test | new chart type gauge provide a new chart type gauges ideas gauge charts could be shown instead of stat tiles e g there be could be gauge charts and the rest of the observations is shown as stat tiles | 0 |
31,325 | 8,686,158,402 | IssuesEvent | 2018-12-03 10:02:01 | pravega/pravega | https://api.github.com/repos/pravega/pravega | closed | Update hdfs docker image | area/build kind/release priority/P0 status/in-progress | hdfs docker image version used for Pravega is "2.7.3-1". There are a huge number of bug fixes and improvements available in the newer(2.7.x, 2.8.x, 2.9.x. 3.x) releases,
Please refer https://hadoop.apache.org/releases.html
Maybe we need to review the hdfs docker images for Pravega also.
| 1.0 | Update hdfs docker image - hdfs docker image version used for Pravega is "2.7.3-1". There are a huge number of bug fixes and improvements available in the newer(2.7.x, 2.8.x, 2.9.x. 3.x) releases,
Please refer https://hadoop.apache.org/releases.html
Maybe we need to review the hdfs docker images for Pravega also.
| non_test | update hdfs docker image hdfs docker image version used for pravega is there are a huge number of bug fixes and improvements available in the newer x x x x releases please refer maybe we need to review the hdfs docker images for pravega also | 0 |
2,587 | 2,607,930,090 | IssuesEvent | 2015-02-26 00:26:20 | chrsmithdemos/minify | https://api.github.com/repos/chrsmithdemos/minify | closed | Ampersands not escaped in generated URIs | auto-migrated Priority-Medium Type-Defect | ```
Just a quick note, i loved minify but i think i had to validate my pages
just after installation.
builder generated invalid html uri for me;
http://validator.w3.org/ says
"If you want to use a literal ampersand in your document you must encode it
as "&" (even inside URLs!)."
so i changed this
<script type="text/javascript"
src="http://www.mydomain.com/min/b=highslide&f=jquery.js,facebox.js,highslide.js
,init.js"></script>
to this:
<script type="text/javascript"
src="http://www.mydomain.com/min/b=highslide&f=jquery.js,facebox.js,highslid
e.js,init.js"></script>
Basically "&f=" should be "&f="
```
-----
Original issue reported on code.google.com by `kusadasi...@gmail.com` on 24 Jan 2009 at 6:09 | 1.0 | Ampersands not escaped in generated URIs - ```
Just a quick note, i loved minify but i think i had to validate my pages
just after installation.
builder generated invalid html uri for me;
http://validator.w3.org/ says
"If you want to use a literal ampersand in your document you must encode it
as "&" (even inside URLs!)."
so i changed this
<script type="text/javascript"
src="http://www.mydomain.com/min/b=highslide&f=jquery.js,facebox.js,highslide.js
,init.js"></script>
to this:
<script type="text/javascript"
src="http://www.mydomain.com/min/b=highslide&f=jquery.js,facebox.js,highslid
e.js,init.js"></script>
Basically "&f=" should be "&f="
```
-----
Original issue reported on code.google.com by `kusadasi...@gmail.com` on 24 Jan 2009 at 6:09 | non_test | ampersands not escaped in generated uris just a quick note i loved minify but i think i had to validate my pages just after installation builder generated invalid html uri for me says if you want to use a literal ampersand in your document you must encode it as amp even inside urls so i changed this script type text javascript src init js to this script type text javascript src e js init js basically f should be amp f original issue reported on code google com by kusadasi gmail com on jan at | 0 |
327,070 | 24,116,517,292 | IssuesEvent | 2022-09-20 15:06:20 | gradle/gradle | https://api.github.com/repos/gradle/gradle | closed | Missing documentation for pre-compiled script plugins targeting settings | stale a:documentation in:precompiled-script-plugin | <!---
Please follow the instructions below.
We receive dozens of issues every week, so to stay productive, we will close issues that don't provide enough information.
Please open Android-related issues on the Android Issue Tracker at https://source.android.com/source/report-bugs
Please open Gradle Native-related issues at https://github.com/gradle/gradle-native/issues
-->
<!--- Provide a brief summary of the issue in the title above -->
### Expected Behavior
<!--- Tell us how it should work -->
Documentation at [Custom Plugins: Precompiled Script Plugins](https://docs.gradle.org/7.1/userguide/custom_plugins.html#sec:precompiled_plugins) should explain how to target different plugin-aware objects with the script.
### Current Behavior
<!--- Explain the difference from current behavior -->
Only project plugins are mentioned.
### Context
<!--- How has this issue affected you? What are you trying to accomplish? What other alternatives have you considered? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
Precompiled plugins for settings are available via the magic .settings.gradle.kts extension, so that should be mentioned in the documentation.
| 1.0 | Missing documentation for pre-compiled script plugins targeting settings - <!---
Please follow the instructions below.
We receive dozens of issues every week, so to stay productive, we will close issues that don't provide enough information.
Please open Android-related issues on the Android Issue Tracker at https://source.android.com/source/report-bugs
Please open Gradle Native-related issues at https://github.com/gradle/gradle-native/issues
-->
<!--- Provide a brief summary of the issue in the title above -->
### Expected Behavior
<!--- Tell us how it should work -->
Documentation at [Custom Plugins: Precompiled Script Plugins](https://docs.gradle.org/7.1/userguide/custom_plugins.html#sec:precompiled_plugins) should explain how to target different plugin-aware objects with the script.
### Current Behavior
<!--- Explain the difference from current behavior -->
Only project plugins are mentioned.
### Context
<!--- How has this issue affected you? What are you trying to accomplish? What other alternatives have you considered? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
Precompiled plugins for settings are available via the magic .settings.gradle.kts extension, so that should be mentioned in the documentation.
| non_test | missing documentation for pre compiled script plugins targeting settings please follow the instructions below we receive dozens of issues every week so to stay productive we will close issues that don t provide enough information please open android related issues on the android issue tracker at please open gradle native related issues at expected behavior documentation at should explain how to target different plugin aware objects with the script current behavior only project plugins are mentioned context precompiled plugins for settings are available via the magic settings gradle kts extension so that should be mentioned in the documentation | 0 |
154,493 | 12,216,615,217 | IssuesEvent | 2020-05-01 15:30:17 | kirienko/gourmet | https://api.github.com/repos/kirienko/gourmet | opened | Fix test_plugin_loader.py | tests | Simple but important set of two tests. None of them works.
Priority: high | 1.0 | Fix test_plugin_loader.py - Simple but important set of two tests. None of them works.
Priority: high | test | fix test plugin loader py simple but important set of two tests none of them works priority high | 1 |
246,995 | 20,954,977,227 | IssuesEvent | 2022-03-27 01:33:43 | ContinualAI/avalanche | https://api.github.com/repos/ContinualAI/avalanche | opened | Creation of a new envirnment failed for python 3.8 | test Continuous integration | Here are the differences between the last working environment and the new one that I tried to run:
```
9,12d8
< - absl-py=1.0.0=pyhd8ed1ab_0
< - aiohttp=3.7.0=py38h1e0a361_0
< - async-timeout=3.0.1=py_1000
< - attrs=21.4.0=pyhd8ed1ab_0
14d9
< - blinker=1.4=py_1
16,17c11
< - bzip2=1.0.8=h7b6447c_0
< - c-ares=1.18.1=h7f98852_0
---
> - bzip2=1.0.8=h7f98852_4
19d12
< - cachetools=4.2.4=pyhd8ed1ab_0
22d14
< - chardet=3.0.4=py38h924ce5b_1008
30c22
< - cython=0.29.28=py38h709712a_0
---
> - cython=0.29.24=py38h709712a_0
40,41d31
< - google-auth=1.35.0=pyh6c4a22f_0
< - google-auth-oauthlib=0.4.6=pyhd8ed1ab_0
43d32
< - grpcio=1.44.0=py38h2457d08_0
49c38
< - kiwisolver=1.4.0=py38h43d8883_0
---
> - kiwisolver=1.3.1=py38h1fd1430_1
65,66c54,55
< - libprotobuf=3.19.4=h780b84a_0
< - libstdcxx-ng=11.2.0=he4da1e4_14
---
> - libprotobuf=3.17.2=h780b84a_1
> - libstdcxx-ng=9.3.0=hd4cf53a_17
69a59
> - libuuid=2.32.1=h7f98852_1000
73c63
< - libzlib=1.2.11=h36c2ea0_1013
---
> - libzlib=1.2.11=h166bdaf_1014
82d71
< - multidict=6.0.2=py38h497a2fe_0
87d75
< - oauthlib=3.2.0=pyhd8ed1ab_0
89a78
> - packaging=21.3=pyhd8ed1ab_0
94c83
< - protobuf=3.19.4=py38h709712a_0
---
> - protobuf=3.17.2=py38h709712a_0
96,97d84
< - pyasn1=0.4.8=py_0
< - pyasn1-modules=0.2.7=py_0
100c87
< - pyjwt=2.3.0=pyhd8ed1ab_1
---
> - pydeprecate=0.3.2=pyhd8ed1ab_0
104c91
< - python=3.8.12=h0744224_3_cpython
---
> - python=3.8.13=ha86cf86_0_cpython
109d95
< - pyu2f=0.1.5=pyhd8ed1ab_0
111c97
< - quadprog=0.1.11=py38h1fd1430_0
---
> - quadprog=0.1.8=py38h1fd1430_2
114,117c100,101
< - requests-oauthlib=1.3.1=pyhd8ed1ab_0
< - rsa=4.8=pyhd8ed1ab_0
< - scikit-learn=1.0.2=py38h1561384_0
< - scipy=1.8.0=py38h56a6a73_1
---
> - scikit-learn=0.24.2=py38hdc147b9_0
> - scipy=1.7.0=py38h7b17777_1
120c104
< - setuptools=60.10.0=py38h578d9bd_0
---
> - setuptools=61.1.1=py38h578d9bd_0
125,126c109
< - tensorboard=2.4.1=pyhd8ed1ab_1
< - tensorboard-plugin-wit=1.8.1=pyhd8ed1ab_0
---
> - tensorboard=1.14.0=py38_0
129a113
> - torchmetrics=0.7.3=pyhd8ed1ab_0
140d123
< - yarl=1.7.2=py38h497a2fe_1
143c126
< - zlib=1.2.11=h36c2ea0_1013
---
> - zlib=1.2.11=h166bdaf_1014
``` | 1.0 | Creation of a new envirnment failed for python 3.8 - Here are the differences between the last working environment and the new one that I tried to run:
```
9,12d8
< - absl-py=1.0.0=pyhd8ed1ab_0
< - aiohttp=3.7.0=py38h1e0a361_0
< - async-timeout=3.0.1=py_1000
< - attrs=21.4.0=pyhd8ed1ab_0
14d9
< - blinker=1.4=py_1
16,17c11
< - bzip2=1.0.8=h7b6447c_0
< - c-ares=1.18.1=h7f98852_0
---
> - bzip2=1.0.8=h7f98852_4
19d12
< - cachetools=4.2.4=pyhd8ed1ab_0
22d14
< - chardet=3.0.4=py38h924ce5b_1008
30c22
< - cython=0.29.28=py38h709712a_0
---
> - cython=0.29.24=py38h709712a_0
40,41d31
< - google-auth=1.35.0=pyh6c4a22f_0
< - google-auth-oauthlib=0.4.6=pyhd8ed1ab_0
43d32
< - grpcio=1.44.0=py38h2457d08_0
49c38
< - kiwisolver=1.4.0=py38h43d8883_0
---
> - kiwisolver=1.3.1=py38h1fd1430_1
65,66c54,55
< - libprotobuf=3.19.4=h780b84a_0
< - libstdcxx-ng=11.2.0=he4da1e4_14
---
> - libprotobuf=3.17.2=h780b84a_1
> - libstdcxx-ng=9.3.0=hd4cf53a_17
69a59
> - libuuid=2.32.1=h7f98852_1000
73c63
< - libzlib=1.2.11=h36c2ea0_1013
---
> - libzlib=1.2.11=h166bdaf_1014
82d71
< - multidict=6.0.2=py38h497a2fe_0
87d75
< - oauthlib=3.2.0=pyhd8ed1ab_0
89a78
> - packaging=21.3=pyhd8ed1ab_0
94c83
< - protobuf=3.19.4=py38h709712a_0
---
> - protobuf=3.17.2=py38h709712a_0
96,97d84
< - pyasn1=0.4.8=py_0
< - pyasn1-modules=0.2.7=py_0
100c87
< - pyjwt=2.3.0=pyhd8ed1ab_1
---
> - pydeprecate=0.3.2=pyhd8ed1ab_0
104c91
< - python=3.8.12=h0744224_3_cpython
---
> - python=3.8.13=ha86cf86_0_cpython
109d95
< - pyu2f=0.1.5=pyhd8ed1ab_0
111c97
< - quadprog=0.1.11=py38h1fd1430_0
---
> - quadprog=0.1.8=py38h1fd1430_2
114,117c100,101
< - requests-oauthlib=1.3.1=pyhd8ed1ab_0
< - rsa=4.8=pyhd8ed1ab_0
< - scikit-learn=1.0.2=py38h1561384_0
< - scipy=1.8.0=py38h56a6a73_1
---
> - scikit-learn=0.24.2=py38hdc147b9_0
> - scipy=1.7.0=py38h7b17777_1
120c104
< - setuptools=60.10.0=py38h578d9bd_0
---
> - setuptools=61.1.1=py38h578d9bd_0
125,126c109
< - tensorboard=2.4.1=pyhd8ed1ab_1
< - tensorboard-plugin-wit=1.8.1=pyhd8ed1ab_0
---
> - tensorboard=1.14.0=py38_0
129a113
> - torchmetrics=0.7.3=pyhd8ed1ab_0
140d123
< - yarl=1.7.2=py38h497a2fe_1
143c126
< - zlib=1.2.11=h36c2ea0_1013
---
> - zlib=1.2.11=h166bdaf_1014
``` | test | creation of a new envirnment failed for python here are the differences between the last working environment and the new one that i tried to run absl py aiohttp async timeout py attrs blinker py c ares cachetools chardet cython cython google auth google auth oauthlib grpcio kiwisolver kiwisolver libprotobuf libstdcxx ng libprotobuf libstdcxx ng libuuid libzlib libzlib multidict oauthlib packaging protobuf protobuf py modules py pyjwt pydeprecate python cpython python cpython quadprog quadprog requests oauthlib rsa scikit learn scipy scikit learn scipy setuptools setuptools tensorboard tensorboard plugin wit tensorboard torchmetrics yarl zlib zlib | 1 |
292,587 | 25,224,111,721 | IssuesEvent | 2022-11-14 14:51:01 | microsoft/vscode | https://api.github.com/repos/microsoft/vscode | opened | Windows: native crashes in remote integration tests | freeze-slow-crash-leak integration-test-failure | From https://dev.azure.com/monacotools/Monaco/_build/results?buildId=192849&view=results I see crash dumps attached from the failing windows remote integration tests. Wanted to file this issue to have you look into them:

[crash-dump-windows-x64-integration-1.zip](https://github.com/microsoft/vscode/files/10004065/crash-dump-windows-x64-integration-1.zip)
| 1.0 | Windows: native crashes in remote integration tests - From https://dev.azure.com/monacotools/Monaco/_build/results?buildId=192849&view=results I see crash dumps attached from the failing windows remote integration tests. Wanted to file this issue to have you look into them:

[crash-dump-windows-x64-integration-1.zip](https://github.com/microsoft/vscode/files/10004065/crash-dump-windows-x64-integration-1.zip)
| test | windows native crashes in remote integration tests from i see crash dumps attached from the failing windows remote integration tests wanted to file this issue to have you look into them | 1 |
202,624 | 15,287,891,639 | IssuesEvent | 2021-02-23 16:15:23 | microsoft/vscode | https://api.github.com/repos/microsoft/vscode | closed | Error output during notebook integration tests | bug integration-test-failure notebook | Tests pass but I see this repeated many times in integration test output
https://github.com/microsoft/vscode/runs/1956972277#step:13:260
```
Cannot read property 'start' of undefined: TypeError: Cannot read property 'start' of undefined
at NotebookCellOutline._recomputeState (file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline.js:324:63)
at file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline.js:256:22
at Emitter.fire (file:///home/runner/work/vscode/vscode/out/vs/base/common/event.js:479:38)
at file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/notebookEditor.js:110:110
at Emitter.fire (file:///home/runner/work/vscode/vscode/out/vs/base/common/event.js:479:38)
at NotebookEditorWidget.set viewModel [as viewModel] (file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/notebookEditorWidget.js:153:36)
at NotebookEditorWidget._attachModel (file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/notebookEditorWidget.js:775:28)
at async NotebookEditorWidget.setModel (file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/notebookEditorWidget.js:505:17)
at async NotebookEditor.setInput (file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/notebookEditor.js:136:13)
at async EditorControl.doSetInput (file:///home/runner/work/vscode/vscode/out/vs/workbench/browser/parts/editor/editorControl.js:130:17)
at async EditorControl.openEditor (file:///home/runner/work/vscode/vscode/out/vs/workbench/browser/parts/editor/editorControl.js:48:35)
at async file:///home/runner/work/vscode/vscode/out/vs/workbench/browser/parts/editor/editorGroupView.js:737:40
at async EditorGroupView.openEditor (file:///home/runner/work/vscode/vscode/out/vs/workbench/browser/parts/editor/editorGroupView.js:655:48)
at async EditorService.openEditor (file:///home/runner/work/vscode/vscode/out/vs/workbench/services/editor/browser/editorService.js:451:52)
``` | 1.0 | Error output during notebook integration tests - Tests pass but I see this repeated many times in integration test output
https://github.com/microsoft/vscode/runs/1956972277#step:13:260
```
Cannot read property 'start' of undefined: TypeError: Cannot read property 'start' of undefined
at NotebookCellOutline._recomputeState (file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline.js:324:63)
at file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline.js:256:22
at Emitter.fire (file:///home/runner/work/vscode/vscode/out/vs/base/common/event.js:479:38)
at file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/notebookEditor.js:110:110
at Emitter.fire (file:///home/runner/work/vscode/vscode/out/vs/base/common/event.js:479:38)
at NotebookEditorWidget.set viewModel [as viewModel] (file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/notebookEditorWidget.js:153:36)
at NotebookEditorWidget._attachModel (file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/notebookEditorWidget.js:775:28)
at async NotebookEditorWidget.setModel (file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/notebookEditorWidget.js:505:17)
at async NotebookEditor.setInput (file:///home/runner/work/vscode/vscode/out/vs/workbench/contrib/notebook/browser/notebookEditor.js:136:13)
at async EditorControl.doSetInput (file:///home/runner/work/vscode/vscode/out/vs/workbench/browser/parts/editor/editorControl.js:130:17)
at async EditorControl.openEditor (file:///home/runner/work/vscode/vscode/out/vs/workbench/browser/parts/editor/editorControl.js:48:35)
at async file:///home/runner/work/vscode/vscode/out/vs/workbench/browser/parts/editor/editorGroupView.js:737:40
at async EditorGroupView.openEditor (file:///home/runner/work/vscode/vscode/out/vs/workbench/browser/parts/editor/editorGroupView.js:655:48)
at async EditorService.openEditor (file:///home/runner/work/vscode/vscode/out/vs/workbench/services/editor/browser/editorService.js:451:52)
``` | test | error output during notebook integration tests tests pass but i see this repeated many times in integration test output cannot read property start of undefined typeerror cannot read property start of undefined at notebookcelloutline recomputestate file home runner work vscode vscode out vs workbench contrib notebook browser contrib outline notebookoutline js at file home runner work vscode vscode out vs workbench contrib notebook browser contrib outline notebookoutline js at emitter fire file home runner work vscode vscode out vs base common event js at file home runner work vscode vscode out vs workbench contrib notebook browser notebookeditor js at emitter fire file home runner work vscode vscode out vs base common event js at notebookeditorwidget set viewmodel file home runner work vscode vscode out vs workbench contrib notebook browser notebookeditorwidget js at notebookeditorwidget attachmodel file home runner work vscode vscode out vs workbench contrib notebook browser notebookeditorwidget js at async notebookeditorwidget setmodel file home runner work vscode vscode out vs workbench contrib notebook browser notebookeditorwidget js at async notebookeditor setinput file home runner work vscode vscode out vs workbench contrib notebook browser notebookeditor js at async editorcontrol dosetinput file home runner work vscode vscode out vs workbench browser parts editor editorcontrol js at async editorcontrol openeditor file home runner work vscode vscode out vs workbench browser parts editor editorcontrol js at async file home runner work vscode vscode out vs workbench browser parts editor editorgroupview js at async editorgroupview openeditor file home runner work vscode vscode out vs workbench browser parts editor editorgroupview js at async editorservice openeditor file home runner work vscode vscode out vs workbench services editor browser editorservice js | 1 |
230,311 | 17,611,860,752 | IssuesEvent | 2021-08-18 03:11:30 | thuyvie/Project-QLVT | https://api.github.com/repos/thuyvie/Project-QLVT | opened | UI | documentation enhancement good first issue | đã hoàn thành: thêm dữ liệu vào các bảng employee, product, vendor,
đang làm: order, employee, employee cate
chưa làm
+tạo crud cho các bảng:
-Cate Product
-product
-vendor
-wareHouse
-Orders
-Detail Order
-Customer
-Employee
-Cate Employee
+tạo tìm kiếm cho cách mục:
- tìm kiếm theo ID Order
- tìm theo ID Product
- tìm theo ID input
- tìm theo ID output
- tìm theo price (giá bán ra)
+ đăng nhập phân quyền theo cate employee
+ dashboard
- thống kê tổng số nhân viên
- thống kê nhân viên bán được nhiều sản phẩm nhất
- thống kê sản phẩm nào bán đc nhiều nhất
- thống kê sản phẩm bán đc ít nhất
- số khách hàng đã mua hàng trong tháng
- tổng doanh thu trong tháng
- tổng số tiền nợ của khách hàng trong tháng | 1.0 | UI - đã hoàn thành: thêm dữ liệu vào các bảng employee, product, vendor,
đang làm: order, employee, employee cate
chưa làm
+tạo crud cho các bảng:
-Cate Product
-product
-vendor
-wareHouse
-Orders
-Detail Order
-Customer
-Employee
-Cate Employee
+tạo tìm kiếm cho cách mục:
- tìm kiếm theo ID Order
- tìm theo ID Product
- tìm theo ID input
- tìm theo ID output
- tìm theo price (giá bán ra)
+ đăng nhập phân quyền theo cate employee
+ dashboard
- thống kê tổng số nhân viên
- thống kê nhân viên bán được nhiều sản phẩm nhất
- thống kê sản phẩm nào bán đc nhiều nhất
- thống kê sản phẩm bán đc ít nhất
- số khách hàng đã mua hàng trong tháng
- tổng doanh thu trong tháng
- tổng số tiền nợ của khách hàng trong tháng | non_test | ui đã hoàn thành thêm dữ liệu vào các bảng employee product vendor đang làm order employee employee cate chưa làm tạo crud cho các bảng cate product product vendor warehouse orders detail order customer employee cate employee tạo tìm kiếm cho cách mục tìm kiếm theo id order tìm theo id product tìm theo id input tìm theo id output tìm theo price giá bán ra đăng nhập phân quyền theo cate employee dashboard thống kê tổng số nhân viên thống kê nhân viên bán được nhiều sản phẩm nhất thống kê sản phẩm nào bán đc nhiều nhất thống kê sản phẩm bán đc ít nhất số khách hàng đã mua hàng trong tháng tổng doanh thu trong tháng tổng số tiền nợ của khách hàng trong tháng | 0 |
360,377 | 25,287,486,157 | IssuesEvent | 2022-11-16 20:37:05 | microsoft/azure-container-apps | https://api.github.com/repos/microsoft/azure-container-apps | closed | Bicep error: template deployment is not valid according to the validation procedure | documentation | > Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is a: (mark with an x)
- [X] bug report -> please search issues before submitting
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
### Issue description
The Bicep Template I use to deploy my Apps fails without any clear/usefull error message that would help to troubleshoot the syntax or param names in the Bicep files.
### Steps to reproduct
1. See my repo at [https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv/](https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv)
2. You can see the test Workflows which fails at : [https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv/blob/main/.github/workflows/deploy-iac-apps-init.yml](https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv/blob/main/.github/workflows/deploy-iac-apps-init.yml)
**Expected behavior** [What you expected to happen.]
The Bicep Code is successfully validated in VS, it should run without error and deploy the Apps
**Actual behavior** [What actually happened.]
**Screenshots**
N/A
GHA Runner logs :
```console
About to call ACA, roleAssignments and KV Module iac/bicep/petclinic-apps.bicep#284
DEBUG: cli.knack.cli: Command arguments: ['deployment', 'group', 'create', '--name', 'aca-petclinic-apps', '-f', 'iac/bicep/petclinic-apps.bicep', '-g', 'rg-iac-aca-petclinic-mic-srv', '--debug', '-p', 'appName=petcliaca', '-p', 'location=westeurope', '-p', 'acrName=acrpetcliaca', '-p', 'acrRepository=petclinic', '-p', 'azureContainerAppEnvName=aca-env-pub', '-p', 'kvName=kv-petcliaca442', '-p', 'kvRGName=rg-iac-kv777', '-p', 'ghaSettingsCfgRepoUrl=https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv', '-p', 'revisionName=aca-poc-101', '-p', 'deployToVNet=false']
DEBUG: cli.knack.cli: __init__ debug log:
Cannot enable color.
DEBUG: cli.knack.cli: Event: Cli.PreExecute []
DEBUG: cli.knack.cli: Event: CommandParser.OnGlobalArgumentsCreate [<function CLILogging.on_global_arguments at 0x7f085ef96b90>, <function OutputProducer.on_global_arguments at 0x7f085eec0550>, <function CLIQuery.on_global_arguments at 0x7f085eef5750>]
DEBUG: cli.knack.cli: Event: CommandInvoker.OnPreCommandTableCreate []
DEBUG: cli.azure.cli.core: Modules found from index for 'deployment': ['azure.cli.command_modules.resource']
DEBUG: cli.azure.cli.core: Loading command modules:
DEBUG: cli.azure.cli.core: Name Load Time Groups Commands
DEBUG: cli.azure.cli.core: resource 0.012 47 207
DEBUG: cli.azure.cli.core: Total (1) 0.012 47 207
]
***
***
Code: BadRequest
Message: ***
"error": ***
"code": "InvalidTemplateDeployment",
"message": "The template deployment 'azurecontainerapp' is not valid according to the validation procedure. The tracking id is 'dc60c494-33b0-4e0b-a95b-0[215](https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv/actions/runs/3197699180/jobs/5221260705#step:4:216)70883267'. See inner errors for details.",
"details": [
***
"code": "ValidationForResourceFailed",
"message": "Validation failed for a resource. Check 'Error.Details[0]' for more information.",
"details": [
***
"code": "ContainerAppInvalidSchema",
"message": "Invalid request body for container app. Does not conform to Container App schema, please visit for more information https://docs.microsoft.com/azure/container-apps/azure-resource-manager-api-spec?tabs=arm-template#container-app"
***
]
***
]
***
***
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/arm.py", line 109, in handle_template_based_exception
raise CLIError(ex.inner_exception.error.message)
AttributeError: 'OperationFailed' object has no attribute 'error'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/az/lib/python3.10/site-packages/knack/cli.py", line 233, in invoke
cmd_result = self.invocation.execute(args)
File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 663, in execute
raise ex
File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 726, in _run_jobs_serially
results.append(self._run_job(expanded_arg, cmd_copy))
File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 718, in _run_job
return cmd_copy.exception_handler(ex)
File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/arm.py", line 112, in handle_template_based_exception
raise_subdivision_deployment_error(ex.response.internal_response.text, ex.error.code if ex.error else None)
File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/arm.py", line 104, in raise_subdivision_deployment_error
raise DeploymentError(error_message)
azure.cli.core.azclierror.DeploymentError: ***"status":"Failed","error":***"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[***"code":"BadRequest","message":"***\r\n \"error\": ***\r\n \"code\": \"InvalidTemplateDeployment\",\r\n \"message\": \"The template deployment 'azurecontainerapp' is not valid according to the validation procedure. The tracking id is 'dc60c494-33b0-4e0b-a95b-021570883267'. See inner errors for details.\",\r\n \"details\": [\r\n ***\r\n \"code\": \"ValidationForResourceFailed\",\r\n \"message\": \"Validation failed for a resource. Check 'Error.Details[0]' for more information.\",\r\n \"details\": [\r\n ***\r\n \"code\": \"ContainerAppInvalidSchema\",\r\n \"message\": \"Invalid request body for container app. Does not conform to Container App schema, please visit for more information https://docs.microsoft.com/azure/container-apps/azure-resource-manager-api-spec?tabs=arm-template#container-app\"\r\n ***\r\n ]\r\n ***\r\n ]\r\n ***\r\n***"***]***
ERROR: cli.azure.cli.core.azclierror: ***"status":"Failed","error":***"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[***"code":"BadRequest","message":"***\r\n \"error\": ***\r\n \"code\": \"InvalidTemplateDeployment\",\r\n \"message\": \"The template deployment 'azurecontainerapp' is not valid according to the validation procedure. The tracking id is 'dc60c494-33b0-4e0b-a95b-021570883267'. See inner errors for details.\",\r\n \"details\": [\r\n ***\r\n \"code\": \"ValidationForResourceFailed\",\r\n \"message\": \"Validation failed for a resource. Check 'Error.Details[0]' for more information.\",\r\n \"details\": [\r\n ***\r\n \"code\": \"ContainerAppInvalidSchema\",\r\n \"message\": \"Invalid request body for container app. Does not conform to Container App schema, please visit for more information https://docs.microsoft.com/azure/container-apps/azure-resource-manager-api-spec?tabs=arm-template#container-app\"\r\n ***\r\n ]\r\n ***\r\n ]\r\n ***\r\n***"***]***
ERROR: az_command_data_logger: ***"status":"Failed","error":***"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[***"code":"BadRequest","message":"***\r\n \"error\": ***\r\n \"code\": \"InvalidTemplateDeployment\",\r\n \"message\": \"The template deployment 'azurecontainerapp' is not valid according to the validation procedure. The tracking id is 'dc60c494-33b0-4e0b-a95b-021570883267'. See inner errors for details.\",\r\n \"details\": [\r\n ***\r\n \"code\": \"ValidationForResourceFailed\",\r\n \"message\": \"Validation failed for a resource. Check 'Error.Details[0]' for more information.\",\r\n \"details\": [\r\n ***\r\n \"code\": \"ContainerAppInvalidSchema\",\r\n \"message\": \"Invalid request body for container app. Does not conform to Container App schema, please visit for more information https://docs.microsoft.com/azure/container-apps/azure-resource-manager-api-spec?tabs=arm-template#container-app\"\r\n ***\r\n ]\r\n ***\r\n ]\r\n ***\r\n***"***]***
DEBUG: cli.knack.cli: Event: Cli.PostExecute [<function AzCliLogging.deinit_cmd_metadata_logging at 0x7f085e471d80>]
INFO: az_command_data_logger: exit code: 1
INFO: cli.__main__: Command ran in 41.384 seconds (init: 0.120, invoke: 41.[263](https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv/actions/runs/3197699180/jobs/5221260705#step:4:264))
INFO: telemetry.main: Begin splitting cli events and extra events, total events: 1
INFO: telemetry.client: Accumulated 0 events. Flush the clients.
INFO: telemetry.main: Finish splitting cli events and extra events, cli events: 1
INFO: telemetry.save: Save telemetry record of length 4482 in cache
WARNING: telemetry.check: Negative: The /home/runner/.azure/telemetry.txt was modified at 2022-10-06 13:48:48.081012, which in less than 600.000000 s
Error: Process completed with exit code 1.
```
### Additional context
this issue occur with Azure Bicep called from a GitHub Action Workflows trigerred manually
| 1.0 | Bicep error: template deployment is not valid according to the validation procedure - > Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is a: (mark with an x)
- [X] bug report -> please search issues before submitting
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
### Issue description
The Bicep Template I use to deploy my Apps fails without any clear/usefull error message that would help to troubleshoot the syntax or param names in the Bicep files.
### Steps to reproduct
1. See my repo at [https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv/](https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv)
2. You can see the test Workflows which fails at : [https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv/blob/main/.github/workflows/deploy-iac-apps-init.yml](https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv/blob/main/.github/workflows/deploy-iac-apps-init.yml)
**Expected behavior** [What you expected to happen.]
The Bicep Code is successfully validated in VS, it should run without error and deploy the Apps
**Actual behavior** [What actually happened.]
**Screenshots**
N/A
GHA Runner logs :
```console
About to call ACA, roleAssignments and KV Module iac/bicep/petclinic-apps.bicep#284
DEBUG: cli.knack.cli: Command arguments: ['deployment', 'group', 'create', '--name', 'aca-petclinic-apps', '-f', 'iac/bicep/petclinic-apps.bicep', '-g', 'rg-iac-aca-petclinic-mic-srv', '--debug', '-p', 'appName=petcliaca', '-p', 'location=westeurope', '-p', 'acrName=acrpetcliaca', '-p', 'acrRepository=petclinic', '-p', 'azureContainerAppEnvName=aca-env-pub', '-p', 'kvName=kv-petcliaca442', '-p', 'kvRGName=rg-iac-kv777', '-p', 'ghaSettingsCfgRepoUrl=https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv', '-p', 'revisionName=aca-poc-101', '-p', 'deployToVNet=false']
DEBUG: cli.knack.cli: __init__ debug log:
Cannot enable color.
DEBUG: cli.knack.cli: Event: Cli.PreExecute []
DEBUG: cli.knack.cli: Event: CommandParser.OnGlobalArgumentsCreate [<function CLILogging.on_global_arguments at 0x7f085ef96b90>, <function OutputProducer.on_global_arguments at 0x7f085eec0550>, <function CLIQuery.on_global_arguments at 0x7f085eef5750>]
DEBUG: cli.knack.cli: Event: CommandInvoker.OnPreCommandTableCreate []
DEBUG: cli.azure.cli.core: Modules found from index for 'deployment': ['azure.cli.command_modules.resource']
DEBUG: cli.azure.cli.core: Loading command modules:
DEBUG: cli.azure.cli.core: Name Load Time Groups Commands
DEBUG: cli.azure.cli.core: resource 0.012 47 207
DEBUG: cli.azure.cli.core: Total (1) 0.012 47 207
]
***
***
Code: BadRequest
Message: ***
"error": ***
"code": "InvalidTemplateDeployment",
"message": "The template deployment 'azurecontainerapp' is not valid according to the validation procedure. The tracking id is 'dc60c494-33b0-4e0b-a95b-0[215](https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv/actions/runs/3197699180/jobs/5221260705#step:4:216)70883267'. See inner errors for details.",
"details": [
***
"code": "ValidationForResourceFailed",
"message": "Validation failed for a resource. Check 'Error.Details[0]' for more information.",
"details": [
***
"code": "ContainerAppInvalidSchema",
"message": "Invalid request body for container app. Does not conform to Container App schema, please visit for more information https://docs.microsoft.com/azure/container-apps/azure-resource-manager-api-spec?tabs=arm-template#container-app"
***
]
***
]
***
***
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/arm.py", line 109, in handle_template_based_exception
raise CLIError(ex.inner_exception.error.message)
AttributeError: 'OperationFailed' object has no attribute 'error'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/az/lib/python3.10/site-packages/knack/cli.py", line 233, in invoke
cmd_result = self.invocation.execute(args)
File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 663, in execute
raise ex
File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 726, in _run_jobs_serially
results.append(self._run_job(expanded_arg, cmd_copy))
File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 718, in _run_job
return cmd_copy.exception_handler(ex)
File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/arm.py", line 112, in handle_template_based_exception
raise_subdivision_deployment_error(ex.response.internal_response.text, ex.error.code if ex.error else None)
File "/opt/az/lib/python3.10/site-packages/azure/cli/core/commands/arm.py", line 104, in raise_subdivision_deployment_error
raise DeploymentError(error_message)
azure.cli.core.azclierror.DeploymentError: ***"status":"Failed","error":***"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[***"code":"BadRequest","message":"***\r\n \"error\": ***\r\n \"code\": \"InvalidTemplateDeployment\",\r\n \"message\": \"The template deployment 'azurecontainerapp' is not valid according to the validation procedure. The tracking id is 'dc60c494-33b0-4e0b-a95b-021570883267'. See inner errors for details.\",\r\n \"details\": [\r\n ***\r\n \"code\": \"ValidationForResourceFailed\",\r\n \"message\": \"Validation failed for a resource. Check 'Error.Details[0]' for more information.\",\r\n \"details\": [\r\n ***\r\n \"code\": \"ContainerAppInvalidSchema\",\r\n \"message\": \"Invalid request body for container app. Does not conform to Container App schema, please visit for more information https://docs.microsoft.com/azure/container-apps/azure-resource-manager-api-spec?tabs=arm-template#container-app\"\r\n ***\r\n ]\r\n ***\r\n ]\r\n ***\r\n***"***]***
ERROR: cli.azure.cli.core.azclierror: ***"status":"Failed","error":***"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[***"code":"BadRequest","message":"***\r\n \"error\": ***\r\n \"code\": \"InvalidTemplateDeployment\",\r\n \"message\": \"The template deployment 'azurecontainerapp' is not valid according to the validation procedure. The tracking id is 'dc60c494-33b0-4e0b-a95b-021570883267'. See inner errors for details.\",\r\n \"details\": [\r\n ***\r\n \"code\": \"ValidationForResourceFailed\",\r\n \"message\": \"Validation failed for a resource. Check 'Error.Details[0]' for more information.\",\r\n \"details\": [\r\n ***\r\n \"code\": \"ContainerAppInvalidSchema\",\r\n \"message\": \"Invalid request body for container app. Does not conform to Container App schema, please visit for more information https://docs.microsoft.com/azure/container-apps/azure-resource-manager-api-spec?tabs=arm-template#container-app\"\r\n ***\r\n ]\r\n ***\r\n ]\r\n ***\r\n***"***]***
ERROR: az_command_data_logger: ***"status":"Failed","error":***"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[***"code":"BadRequest","message":"***\r\n \"error\": ***\r\n \"code\": \"InvalidTemplateDeployment\",\r\n \"message\": \"The template deployment 'azurecontainerapp' is not valid according to the validation procedure. The tracking id is 'dc60c494-33b0-4e0b-a95b-021570883267'. See inner errors for details.\",\r\n \"details\": [\r\n ***\r\n \"code\": \"ValidationForResourceFailed\",\r\n \"message\": \"Validation failed for a resource. Check 'Error.Details[0]' for more information.\",\r\n \"details\": [\r\n ***\r\n \"code\": \"ContainerAppInvalidSchema\",\r\n \"message\": \"Invalid request body for container app. Does not conform to Container App schema, please visit for more information https://docs.microsoft.com/azure/container-apps/azure-resource-manager-api-spec?tabs=arm-template#container-app\"\r\n ***\r\n ]\r\n ***\r\n ]\r\n ***\r\n***"***]***
DEBUG: cli.knack.cli: Event: Cli.PostExecute [<function AzCliLogging.deinit_cmd_metadata_logging at 0x7f085e471d80>]
INFO: az_command_data_logger: exit code: 1
INFO: cli.__main__: Command ran in 41.384 seconds (init: 0.120, invoke: 41.[263](https://github.com/ezYakaEagle442/aca-java-petclinic-mic-srv/actions/runs/3197699180/jobs/5221260705#step:4:264))
INFO: telemetry.main: Begin splitting cli events and extra events, total events: 1
INFO: telemetry.client: Accumulated 0 events. Flush the clients.
INFO: telemetry.main: Finish splitting cli events and extra events, cli events: 1
INFO: telemetry.save: Save telemetry record of length 4482 in cache
WARNING: telemetry.check: Negative: The /home/runner/.azure/telemetry.txt was modified at 2022-10-06 13:48:48.081012, which in less than 600.000000 s
Error: Process completed with exit code 1.
```
### Additional context
this issue occur with Azure Bicep called from a GitHub Action Workflows trigerred manually
| non_test | bicep error template deployment is not valid according to the validation procedure please provide us with the following information this issue is a mark with an x bug report please search issues before submitting documentation issue or request regression a behavior that used to work and stopped in a new release issue description the bicep template i use to deploy my apps fails without any clear usefull error message that would help to troubleshoot the syntax or param names in the bicep files steps to reproduct see my repo at you can see the test workflows which fails at expected behavior the bicep code is successfully validated in vs it should run without error and deploy the apps actual behavior screenshots n a gha runner logs console about to call aca roleassignments and kv module iac bicep petclinic apps bicep debug cli knack cli command arguments debug cli knack cli init debug log cannot enable color debug cli knack cli event cli preexecute debug cli knack cli event commandparser onglobalargumentscreate debug cli knack cli event commandinvoker onprecommandtablecreate debug cli azure cli core modules found from index for deployment debug cli azure cli core loading command modules debug cli azure cli core name load time groups commands debug cli azure cli core resource debug cli azure cli core total code badrequest message error code invalidtemplatedeployment message the template deployment azurecontainerapp is not valid according to the validation procedure the tracking id is see inner errors for details details code validationforresourcefailed message validation failed for a resource check error details for more information details code containerappinvalidschema message invalid request body for container app does not conform to container app schema please visit for more information during handling of the above exception another exception occurred traceback most recent call last file opt az lib site packages azure cli core commands arm py line in handle template based exception raise clierror ex inner exception error message attributeerror operationfailed object has no attribute error during handling of the above exception another exception occurred traceback most recent call last file opt az lib site packages knack cli py line in invoke cmd result self invocation execute args file opt az lib site packages azure cli core commands init py line in execute raise ex file opt az lib site packages azure cli core commands init py line in run jobs serially results append self run job expanded arg cmd copy file opt az lib site packages azure cli core commands init py line in run job return cmd copy exception handler ex file opt az lib site packages azure cli core commands arm py line in handle template based exception raise subdivision deployment error ex response internal response text ex error code if ex error else none file opt az lib site packages azure cli core commands arm py line in raise subdivision deployment error raise deploymenterror error message azure cli core azclierror deploymenterror status failed error code deploymentfailed message at least one resource deployment operation failed please list deployment operations for details please see for usage details details for more information r n details r n r n r n r n error cli azure cli core azclierror status failed error code deploymentfailed message at least one resource deployment operation failed please list deployment operations for details please see for usage details details for more information r n details r n r n r n r n error az command data logger status failed error code deploymentfailed message at least one resource deployment operation failed please list deployment operations for details please see for usage details details for more information r n details r n r n r n r n debug cli knack cli event cli postexecute info az command data logger exit code info cli main command ran in seconds init invoke info telemetry main begin splitting cli events and extra events total events info telemetry client accumulated events flush the clients info telemetry main finish splitting cli events and extra events cli events info telemetry save save telemetry record of length in cache warning telemetry check negative the home runner azure telemetry txt was modified at which in less than s error process completed with exit code additional context this issue occur with azure bicep called from a github action workflows trigerred manually | 0 |
827,915 | 31,802,292,371 | IssuesEvent | 2023-09-13 11:57:04 | googleapis/release-please | https://api.github.com/repos/googleapis/release-please | opened | Chore commits are triggering new releases | type: question priority: p3 | I have a private GitHub repository that is home to a Golang project. It has Dependabot dependency updates configured so every so often I get a Golang dependency update pull request which is correctly prefixed as "chore(deps): ...".
However every time I merge these, release-please is creating a new release, bumping the patch version, i.e. 1.0.3 -> 1.0.4, etc. I didn't think a chore commit was supposed to trigger a release and in fact I have other Golang repositories configured similarly and when I merge a Dependabot PR, it _doesn't_ trigger a new release.
I'm struggling to see what the difference is, here's the `release-please-config.json`:
```json
{
"changelog-type": "github",
"packages": {
".": {
"release-type": "go",
"extra-files": [
"README.md",
"main.go"
]
}
}
}
```
and the `.release-please-manifest.json` just contains `{".": "1.0.3"}`. The only difference I can see is my other Golang repositories don't have the `extra-files` section, but I can't see how that would be causing a problem, those files are only updated when the new release is triggered, (and they're correctly updated with the new target release version).
Here's the logs from when the action ran:
```
❯ Fetching release-please-config.json from branch master
❯ Fetching .release-please-manifest.json from branch master
✔ Building releases
✔ Building strategies by path
❯ .: go
❯ Fetching release-please-config.json from branch master
❯ Fetching .release-please-manifest.json from branch master
✔ Building pull requests
✔ Building strategies by path
❯ .: go
✔ Collecting release commit SHAs
❯ release search depth: 400
❯ Fetching releases with cursor undefined
❯ Found release for path ., v1.0.3
❯ release for path: ., version: 1.0.3, sha: 1c9418c9887f34feaaae19de9169ea0935f6df0d
✔ Collecting commits since all latest releases
❯ commit search depth: 500
❯ Set(1) { '1c9418c9887f34feaaae19de9169ea0935f6df0d' }
❯ Fetching merge commits on branch master with cursor: undefined
❯ Backfilling file list for commit: f284f3e175a0666ac6c8bc3fb74e67b98c2424f1
❯ Found 2 files
❯ Backfilling file list for commit: f0f37eb1c398140d84010b84f2f19dc5e360cb00
❯ Found 1 files
❯ Backfilling file list for commit: ca33e74e4111542624ccc351cbf07a0f61683d02
❯ Found 2 files
❯ Backfilling file list for commit: aa183708535c7cda9345379dd0e19ec71a49a381
❯ Found 1 files
❯ Backfilling file list for commit: 0656b30a0e8879d95351f1a13710f3ab6e9c0aa0
❯ Found 1 files
❯ Backfilling file list for commit: 3144126c0cf6c8792a444c81a05e8a4685104284
❯ Found 2 files
❯ Backfilling file list for commit: 3c41d49a5b86ea278ee70ef346d75a9d4314d4a4
❯ Found 1 files
❯ Backfilling file list for commit: d4eb106b9fba445f228ae8f9baabc8ea95cdc059
❯ Found 2 files
❯ Backfilling file list for commit: dd270370096173510484700ed28950ff563453f5
❯ Found 11 files
✔ Splitting 1 commits by path
✔ Building candidate release pull request for path: .
❯ type: go
❯ targetBranch: master
❯ commits: 3
✔ Considering: 3 commits
❯ component:
❯ pull request title pattern: undefined
✔ Looking for open release pull requests
✔ found 0 open release pull requests.
✔ Looking for snoozed release pull requests
✔ found 0 snoozed release pull requests.
❯ Fetching CHANGELOG.md from branch master
❯ Fetching README.md from branch master
❯ Fetching main.go from branch master
❯ Fetching .release-please-manifest.json from branch master
✔ Starting GitHub PR workflow...
...
```
In other repositories, after the "pull request title pattern: undefined", it usually prints "✔ No user facing commits found since <sha> - skipping"
Any ideas? The repository wasn't using release-please initially so there are some merge commits and (non-/un)conventional commits, but not since the last release tag so it shouldn't be considering anything prior to that.
`git log v1.0.3..HEAD` only shows commits that are all prefixed "chore(deps): ..." | 1.0 | Chore commits are triggering new releases - I have a private GitHub repository that is home to a Golang project. It has Dependabot dependency updates configured so every so often I get a Golang dependency update pull request which is correctly prefixed as "chore(deps): ...".
However every time I merge these, release-please is creating a new release, bumping the patch version, i.e. 1.0.3 -> 1.0.4, etc. I didn't think a chore commit was supposed to trigger a release and in fact I have other Golang repositories configured similarly and when I merge a Dependabot PR, it _doesn't_ trigger a new release.
I'm struggling to see what the difference is, here's the `release-please-config.json`:
```json
{
"changelog-type": "github",
"packages": {
".": {
"release-type": "go",
"extra-files": [
"README.md",
"main.go"
]
}
}
}
```
and the `.release-please-manifest.json` just contains `{".": "1.0.3"}`. The only difference I can see is my other Golang repositories don't have the `extra-files` section, but I can't see how that would be causing a problem, those files are only updated when the new release is triggered, (and they're correctly updated with the new target release version).
Here's the logs from when the action ran:
```
❯ Fetching release-please-config.json from branch master
❯ Fetching .release-please-manifest.json from branch master
✔ Building releases
✔ Building strategies by path
❯ .: go
❯ Fetching release-please-config.json from branch master
❯ Fetching .release-please-manifest.json from branch master
✔ Building pull requests
✔ Building strategies by path
❯ .: go
✔ Collecting release commit SHAs
❯ release search depth: 400
❯ Fetching releases with cursor undefined
❯ Found release for path ., v1.0.3
❯ release for path: ., version: 1.0.3, sha: 1c9418c9887f34feaaae19de9169ea0935f6df0d
✔ Collecting commits since all latest releases
❯ commit search depth: 500
❯ Set(1) { '1c9418c9887f34feaaae19de9169ea0935f6df0d' }
❯ Fetching merge commits on branch master with cursor: undefined
❯ Backfilling file list for commit: f284f3e175a0666ac6c8bc3fb74e67b98c2424f1
❯ Found 2 files
❯ Backfilling file list for commit: f0f37eb1c398140d84010b84f2f19dc5e360cb00
❯ Found 1 files
❯ Backfilling file list for commit: ca33e74e4111542624ccc351cbf07a0f61683d02
❯ Found 2 files
❯ Backfilling file list for commit: aa183708535c7cda9345379dd0e19ec71a49a381
❯ Found 1 files
❯ Backfilling file list for commit: 0656b30a0e8879d95351f1a13710f3ab6e9c0aa0
❯ Found 1 files
❯ Backfilling file list for commit: 3144126c0cf6c8792a444c81a05e8a4685104284
❯ Found 2 files
❯ Backfilling file list for commit: 3c41d49a5b86ea278ee70ef346d75a9d4314d4a4
❯ Found 1 files
❯ Backfilling file list for commit: d4eb106b9fba445f228ae8f9baabc8ea95cdc059
❯ Found 2 files
❯ Backfilling file list for commit: dd270370096173510484700ed28950ff563453f5
❯ Found 11 files
✔ Splitting 1 commits by path
✔ Building candidate release pull request for path: .
❯ type: go
❯ targetBranch: master
❯ commits: 3
✔ Considering: 3 commits
❯ component:
❯ pull request title pattern: undefined
✔ Looking for open release pull requests
✔ found 0 open release pull requests.
✔ Looking for snoozed release pull requests
✔ found 0 snoozed release pull requests.
❯ Fetching CHANGELOG.md from branch master
❯ Fetching README.md from branch master
❯ Fetching main.go from branch master
❯ Fetching .release-please-manifest.json from branch master
✔ Starting GitHub PR workflow...
...
```
In other repositories, after the "pull request title pattern: undefined", it usually prints "✔ No user facing commits found since <sha> - skipping"
Any ideas? The repository wasn't using release-please initially so there are some merge commits and (non-/un)conventional commits, but not since the last release tag so it shouldn't be considering anything prior to that.
`git log v1.0.3..HEAD` only shows commits that are all prefixed "chore(deps): ..." | non_test | chore commits are triggering new releases i have a private github repository that is home to a golang project it has dependabot dependency updates configured so every so often i get a golang dependency update pull request which is correctly prefixed as chore deps however every time i merge these release please is creating a new release bumping the patch version i e etc i didn t think a chore commit was supposed to trigger a release and in fact i have other golang repositories configured similarly and when i merge a dependabot pr it doesn t trigger a new release i m struggling to see what the difference is here s the release please config json json changelog type github packages release type go extra files readme md main go and the release please manifest json just contains the only difference i can see is my other golang repositories don t have the extra files section but i can t see how that would be causing a problem those files are only updated when the new release is triggered and they re correctly updated with the new target release version here s the logs from when the action ran ❯ fetching release please config json from branch master ❯ fetching release please manifest json from branch master ✔ building releases ✔ building strategies by path ❯ go ❯ fetching release please config json from branch master ❯ fetching release please manifest json from branch master ✔ building pull requests ✔ building strategies by path ❯ go ✔ collecting release commit shas ❯ release search depth ❯ fetching releases with cursor undefined ❯ found release for path ❯ release for path version sha ✔ collecting commits since all latest releases ❯ commit search depth ❯ set ❯ fetching merge commits on branch master with cursor undefined ❯ backfilling file list for commit ❯ found files ❯ backfilling file list for commit ❯ found files ❯ backfilling file list for commit ❯ found files ❯ backfilling file list for commit ❯ found files ❯ backfilling file list for commit ❯ found files ❯ backfilling file list for commit ❯ found files ❯ backfilling file list for commit ❯ found files ❯ backfilling file list for commit ❯ found files ❯ backfilling file list for commit ❯ found files ✔ splitting commits by path ✔ building candidate release pull request for path ❯ type go ❯ targetbranch master ❯ commits ✔ considering commits ❯ component ❯ pull request title pattern undefined ✔ looking for open release pull requests ✔ found open release pull requests ✔ looking for snoozed release pull requests ✔ found snoozed release pull requests ❯ fetching changelog md from branch master ❯ fetching readme md from branch master ❯ fetching main go from branch master ❯ fetching release please manifest json from branch master ✔ starting github pr workflow in other repositories after the pull request title pattern undefined it usually prints ✔ no user facing commits found since skipping any ideas the repository wasn t using release please initially so there are some merge commits and non un conventional commits but not since the last release tag so it shouldn t be considering anything prior to that git log head only shows commits that are all prefixed chore deps | 0 |
397,018 | 11,717,198,302 | IssuesEvent | 2020-03-09 16:51:34 | E3SM-Project/scorpio | https://api.github.com/repos/E3SM-Project/scorpio | opened | Add throughput tests | Low Priority Perf enhancement | Add tests that measure change in I/O throughput in Scorpio. E3SM has tests that compare the model throughput with a baseline. We need to have similar tests in Scorpio.
For these throughput tests we need to ensure that sufficient data is written out while measuring the throughput. We also need to be mindful of normal variance in the I/O throughput due to interference with I/O from other applications.
| 1.0 | Add throughput tests - Add tests that measure change in I/O throughput in Scorpio. E3SM has tests that compare the model throughput with a baseline. We need to have similar tests in Scorpio.
For these throughput tests we need to ensure that sufficient data is written out while measuring the throughput. We also need to be mindful of normal variance in the I/O throughput due to interference with I/O from other applications.
| non_test | add throughput tests add tests that measure change in i o throughput in scorpio has tests that compare the model throughput with a baseline we need to have similar tests in scorpio for these throughput tests we need to ensure that sufficient data is written out while measuring the throughput we also need to be mindful of normal variance in the i o throughput due to interference with i o from other applications | 0 |
3,122 | 2,658,364,031 | IssuesEvent | 2015-03-18 15:15:47 | genome/gms | https://api.github.com/repos/genome/gms | closed | dindel-tgi1.01-wu1 dependencies unable to be installed. | bug testing merge | dindel-tgi1.01-wu1 was recently added to the precise deps here https://github.com/genome/genome-snapshot-deps/commit/7e5045dd3a597f3ac6fee75eed26d37a1496ae37
It has a dependency libboost-program-options1.40.0 which is unable to be installed on precise.
```
gmsuser@clia1:~/gms$ apt-cache depends dindel-tgi1.01-wu1
dindel-tgi1.01-wu1
Depends: <libboost-program-options1.40.0>
Depends: libc6
Depends: libgcc1
Depends: libstdc++6
Depends: zlib1g
Depends: python
Depends: python-support
Breaks: dindel-tgi1.01
Replaces: dindel-tgi1.01
``` | 1.0 | dindel-tgi1.01-wu1 dependencies unable to be installed. - dindel-tgi1.01-wu1 was recently added to the precise deps here https://github.com/genome/genome-snapshot-deps/commit/7e5045dd3a597f3ac6fee75eed26d37a1496ae37
It has a dependency libboost-program-options1.40.0 which is unable to be installed on precise.
```
gmsuser@clia1:~/gms$ apt-cache depends dindel-tgi1.01-wu1
dindel-tgi1.01-wu1
Depends: <libboost-program-options1.40.0>
Depends: libc6
Depends: libgcc1
Depends: libstdc++6
Depends: zlib1g
Depends: python
Depends: python-support
Breaks: dindel-tgi1.01
Replaces: dindel-tgi1.01
``` | test | dindel dependencies unable to be installed dindel was recently added to the precise deps here it has a dependency libboost program which is unable to be installed on precise gmsuser gms apt cache depends dindel dindel depends depends depends depends libstdc depends depends python depends python support breaks dindel replaces dindel | 1 |
208,983 | 15,953,962,493 | IssuesEvent | 2021-04-15 13:03:59 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | opened | IOUtilTest.test_zipAndUnzipNestedFolder_then_contentsShouldBeSame failure | Module: Jet Type: Test-Failure | _master_ (commit a7bcd8809462f9548bd23d36f259dc91768d3c6b)
Failed on Hazelcast-pr-builder: http://jenkins.hazelcast.com/job/Hazelcast-pr-builder/4635/testReport/junit/com.hazelcast.jet.impl.util/IOUtilTest/test_zipAndUnzipNestedFolder_then_contentsShouldBeSame/
Stacktrace:
```
java.io.UncheckedIOException: java.nio.file.NoSuchFileException: /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder_3/hazelcast/target/test-classes/nested/da7e6253-0db2-4f9f-ae65-9433202154ac
at java.nio.file.FileTreeIterator.fetchNextIfNeeded(FileTreeIterator.java:88)
at java.nio.file.FileTreeIterator.hasNext(FileTreeIterator.java:104)
at java.util.Iterator.forEachRemaining(Iterator.java:115)
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at com.hazelcast.jet.impl.util.IOUtil.packDirectoryIntoZip(IOUtil.java:55)
at com.hazelcast.jet.impl.util.IOUtilTest.test(IOUtilTest.java:81)
at com.hazelcast.jet.impl.util.IOUtilTest.test_zipAndUnzipNestedFolder_then_contentsShouldBeSame(IOUtilTest.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:115)
at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:107)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.nio.file.NoSuchFileException: /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder_3/hazelcast/target/test-classes/nested/da7e6253-0db2-4f9f-ae65-9433202154ac
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144)
at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
at java.nio.file.Files.readAttributes(Files.java:1737)
at java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219)
at java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276)
at java.nio.file.FileTreeWalker.next(FileTreeWalker.java:372)
at java.nio.file.FileTreeIterator.fetchNextIfNeeded(FileTreeIterator.java:95)
```
Standard output:
```
Finished Running Test: when_zipSlipVulnerability_then_zipEntryIgnored_relativePath in 0.028 seconds.
BuildInfo right after test_zipAndUnzipNestedFolder_then_contentsShouldBeSame(com.hazelcast.jet.impl.util.IOUtilTest): BuildInfo{version='5.0-SNAPSHOT', build='20210415', buildNumber=20210415, revision=3d7a2b0, enterprise=false, serializationVersion=1, jet=JetBuildInfo{version='5.0-SNAPSHOT', build='20210415', revision='3d7a2b0'}}
Hiccups measured while running test 'test_zipAndUnzipNestedFolder_then_contentsShouldBeSame(com.hazelcast.jet.impl.util.IOUtilTest):'
12:16:15, accumulated pauses: 123 ms, max pause: 120 ms, pauses over 1000 ms: 0
```
| 1.0 | IOUtilTest.test_zipAndUnzipNestedFolder_then_contentsShouldBeSame failure - _master_ (commit a7bcd8809462f9548bd23d36f259dc91768d3c6b)
Failed on Hazelcast-pr-builder: http://jenkins.hazelcast.com/job/Hazelcast-pr-builder/4635/testReport/junit/com.hazelcast.jet.impl.util/IOUtilTest/test_zipAndUnzipNestedFolder_then_contentsShouldBeSame/
Stacktrace:
```
java.io.UncheckedIOException: java.nio.file.NoSuchFileException: /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder_3/hazelcast/target/test-classes/nested/da7e6253-0db2-4f9f-ae65-9433202154ac
at java.nio.file.FileTreeIterator.fetchNextIfNeeded(FileTreeIterator.java:88)
at java.nio.file.FileTreeIterator.hasNext(FileTreeIterator.java:104)
at java.util.Iterator.forEachRemaining(Iterator.java:115)
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at com.hazelcast.jet.impl.util.IOUtil.packDirectoryIntoZip(IOUtil.java:55)
at com.hazelcast.jet.impl.util.IOUtilTest.test(IOUtilTest.java:81)
at com.hazelcast.jet.impl.util.IOUtilTest.test_zipAndUnzipNestedFolder_then_contentsShouldBeSame(IOUtilTest.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:115)
at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:107)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.nio.file.NoSuchFileException: /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder_3/hazelcast/target/test-classes/nested/da7e6253-0db2-4f9f-ae65-9433202154ac
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144)
at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
at java.nio.file.Files.readAttributes(Files.java:1737)
at java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219)
at java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276)
at java.nio.file.FileTreeWalker.next(FileTreeWalker.java:372)
at java.nio.file.FileTreeIterator.fetchNextIfNeeded(FileTreeIterator.java:95)
```
Standard output:
```
Finished Running Test: when_zipSlipVulnerability_then_zipEntryIgnored_relativePath in 0.028 seconds.
BuildInfo right after test_zipAndUnzipNestedFolder_then_contentsShouldBeSame(com.hazelcast.jet.impl.util.IOUtilTest): BuildInfo{version='5.0-SNAPSHOT', build='20210415', buildNumber=20210415, revision=3d7a2b0, enterprise=false, serializationVersion=1, jet=JetBuildInfo{version='5.0-SNAPSHOT', build='20210415', revision='3d7a2b0'}}
Hiccups measured while running test 'test_zipAndUnzipNestedFolder_then_contentsShouldBeSame(com.hazelcast.jet.impl.util.IOUtilTest):'
12:16:15, accumulated pauses: 123 ms, max pause: 120 ms, pauses over 1000 ms: 0
```
| test | ioutiltest test zipandunzipnestedfolder then contentsshouldbesame failure master commit failed on hazelcast pr builder stacktrace java io uncheckedioexception java nio file nosuchfileexception home jenkins jenkins slave workspace hazelcast pr builder hazelcast target test classes nested at java nio file filetreeiterator fetchnextifneeded filetreeiterator java at java nio file filetreeiterator hasnext filetreeiterator java at java util iterator foreachremaining iterator java at java util spliterators iteratorspliterator foreachremaining spliterators java at java util stream abstractpipeline copyinto abstractpipeline java at java util stream abstractpipeline wrapandcopyinto abstractpipeline java at java util stream foreachops foreachop evaluatesequential foreachops java at java util stream foreachops foreachop ofref evaluatesequential foreachops java at java util stream abstractpipeline evaluate abstractpipeline java at java util stream referencepipeline foreach referencepipeline java at com hazelcast jet impl util ioutil packdirectoryintozip ioutil java at com hazelcast jet impl util ioutiltest test ioutiltest java at com hazelcast jet impl util ioutiltest test zipandunzipnestedfolder then contentsshouldbesame ioutiltest java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at com hazelcast test failontimeoutstatement callablestatement call failontimeoutstatement java at com hazelcast test failontimeoutstatement callablestatement call failontimeoutstatement java at java util concurrent futuretask run futuretask java at java lang thread run thread java caused by java nio file nosuchfileexception home jenkins jenkins slave workspace hazelcast pr builder hazelcast target test classes nested at sun nio fs unixexception translatetoioexception unixexception java at sun nio fs unixexception rethrowasioexception unixexception java at sun nio fs unixexception rethrowasioexception unixexception java at sun nio fs unixfileattributeviews basic readattributes unixfileattributeviews java at sun nio fs unixfilesystemprovider readattributes unixfilesystemprovider java at sun nio fs linuxfilesystemprovider readattributes linuxfilesystemprovider java at java nio file files readattributes files java at java nio file filetreewalker getattributes filetreewalker java at java nio file filetreewalker visit filetreewalker java at java nio file filetreewalker next filetreewalker java at java nio file filetreeiterator fetchnextifneeded filetreeiterator java standard output finished running test when zipslipvulnerability then zipentryignored relativepath in seconds buildinfo right after test zipandunzipnestedfolder then contentsshouldbesame com hazelcast jet impl util ioutiltest buildinfo version snapshot build buildnumber revision enterprise false serializationversion jet jetbuildinfo version snapshot build revision hiccups measured while running test test zipandunzipnestedfolder then contentsshouldbesame com hazelcast jet impl util ioutiltest accumulated pauses ms max pause ms pauses over ms | 1 |
784,418 | 27,570,162,629 | IssuesEvent | 2023-03-08 08:38:12 | MarketSquare/robotframework-browser | https://api.github.com/repos/MarketSquare/robotframework-browser | closed | Use playwright's Ubuntu 20.04 image instead of rolling our own | enhancement priority: medium | For legacy reasons we have our own "Playwright20.04" base dockerfile. Move from it to directly extend playwrights upstream image instead. | 1.0 | Use playwright's Ubuntu 20.04 image instead of rolling our own - For legacy reasons we have our own "Playwright20.04" base dockerfile. Move from it to directly extend playwrights upstream image instead. | non_test | use playwright s ubuntu image instead of rolling our own for legacy reasons we have our own base dockerfile move from it to directly extend playwrights upstream image instead | 0 |
4,000 | 2,699,791,726 | IssuesEvent | 2015-04-03 19:51:50 | biocore/qiita | https://api.github.com/repos/biocore/qiita | closed | Tornado tests fail randomly | bug testing | Some of the tests that verify the handlers are working correctly will stochastically fail, see below for two examples that were independently generated from the same SHA-1 in #618:
```python
======================================================================
FAIL: test_post (qiita_pet.test.test_study_handlers.TestStudyDescriptionHandler)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/biocore/qiita/qiita_pet/test/test_study_handlers.py", line 36, in test_post
response = self.post('/study/description/1', post_args)
File "/home/travis/build/biocore/qiita/qiita_pet/test/tornado_test_base.py", line 69, in post
return self._fetch(url, 'POST', data, headers)
File "/home/travis/build/biocore/qiita/qiita_pet/test/tornado_test_base.py", line 74, in _fetch
return self.wait()
File "/home/travis/anaconda/envs/env_name/lib/python2.7/site-packages/tornado/testing.py", line 269, in wait
self.__rethrow()
File "/home/travis/anaconda/envs/env_name/lib/python2.7/site-packages/tornado/testing.py", line 205, in __rethrow
raise_exc_info(failure)
File "/home/travis/anaconda/envs/env_name/lib/python2.7/site-packages/tornado/testing.py", line 253, in timeout_func
timeout)
AssertionError: Async operation timed out after 5 seconds
-------------------- >> begin captured logging << --------------------
tornado.general: WARNING: tornado.autoreload started more than once in the same process
tornado.access: INFO: 200 POST /study/description/1 (127.0.0.1) 6239.70ms
--------------------- >> end captured logging << ---------------------
```
```python
======================================================================
FAIL: test_get_exists (qiita_pet.test.test_study_handlers.TestMetadataSummaryHandler)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/biocore/qiita/qiita_pet/test/test_study_handlers.py", line 113, in test_get_exists
'study_id': 1})
File "/home/travis/build/biocore/qiita/qiita_pet/test/tornado_test_base.py", line 63, in get
return self._fetch(url, 'GET', headers=headers)
File "/home/travis/build/biocore/qiita/qiita_pet/test/tornado_test_base.py", line 74, in _fetch
return self.wait()
File "/home/travis/anaconda/envs/env_name/lib/python2.7/site-packages/tornado/testing.py", line 269, in wait
self.__rethrow()
File "/home/travis/anaconda/envs/env_name/lib/python2.7/site-packages/tornado/testing.py", line 205, in __rethrow
raise_exc_info(failure)
File "/home/travis/anaconda/envs/env_name/lib/python2.7/site-packages/tornado/testing.py", line 253, in timeout_func
timeout)
AssertionError: Async operation timed out after 5 seconds
-------------------- >> begin captured logging << --------------------
tornado.general: WARNING: tornado.autoreload started more than once in the same process
tornado.access: INFO: 200 GET /metadata_summary/?sample_template=1&study_id=1&prep_template=1 (127.0.0.1) 4980.13ms
--------------------- >> end captured logging << ---------------------
```
In #618, @squirrelo said:
> I've had it happen intermittently, my best guess is all tests are running on the same IOloop so it times out if too many are runnning at once or run in succession. | 1.0 | Tornado tests fail randomly - Some of the tests that verify the handlers are working correctly will stochastically fail, see below for two examples that were independently generated from the same SHA-1 in #618:
```python
======================================================================
FAIL: test_post (qiita_pet.test.test_study_handlers.TestStudyDescriptionHandler)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/biocore/qiita/qiita_pet/test/test_study_handlers.py", line 36, in test_post
response = self.post('/study/description/1', post_args)
File "/home/travis/build/biocore/qiita/qiita_pet/test/tornado_test_base.py", line 69, in post
return self._fetch(url, 'POST', data, headers)
File "/home/travis/build/biocore/qiita/qiita_pet/test/tornado_test_base.py", line 74, in _fetch
return self.wait()
File "/home/travis/anaconda/envs/env_name/lib/python2.7/site-packages/tornado/testing.py", line 269, in wait
self.__rethrow()
File "/home/travis/anaconda/envs/env_name/lib/python2.7/site-packages/tornado/testing.py", line 205, in __rethrow
raise_exc_info(failure)
File "/home/travis/anaconda/envs/env_name/lib/python2.7/site-packages/tornado/testing.py", line 253, in timeout_func
timeout)
AssertionError: Async operation timed out after 5 seconds
-------------------- >> begin captured logging << --------------------
tornado.general: WARNING: tornado.autoreload started more than once in the same process
tornado.access: INFO: 200 POST /study/description/1 (127.0.0.1) 6239.70ms
--------------------- >> end captured logging << ---------------------
```
```python
======================================================================
FAIL: test_get_exists (qiita_pet.test.test_study_handlers.TestMetadataSummaryHandler)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/biocore/qiita/qiita_pet/test/test_study_handlers.py", line 113, in test_get_exists
'study_id': 1})
File "/home/travis/build/biocore/qiita/qiita_pet/test/tornado_test_base.py", line 63, in get
return self._fetch(url, 'GET', headers=headers)
File "/home/travis/build/biocore/qiita/qiita_pet/test/tornado_test_base.py", line 74, in _fetch
return self.wait()
File "/home/travis/anaconda/envs/env_name/lib/python2.7/site-packages/tornado/testing.py", line 269, in wait
self.__rethrow()
File "/home/travis/anaconda/envs/env_name/lib/python2.7/site-packages/tornado/testing.py", line 205, in __rethrow
raise_exc_info(failure)
File "/home/travis/anaconda/envs/env_name/lib/python2.7/site-packages/tornado/testing.py", line 253, in timeout_func
timeout)
AssertionError: Async operation timed out after 5 seconds
-------------------- >> begin captured logging << --------------------
tornado.general: WARNING: tornado.autoreload started more than once in the same process
tornado.access: INFO: 200 GET /metadata_summary/?sample_template=1&study_id=1&prep_template=1 (127.0.0.1) 4980.13ms
--------------------- >> end captured logging << ---------------------
```
In #618, @squirrelo said:
> I've had it happen intermittently, my best guess is all tests are running on the same IOloop so it times out if too many are runnning at once or run in succession. | test | tornado tests fail randomly some of the tests that verify the handlers are working correctly will stochastically fail see below for two examples that were independently generated from the same sha in python fail test post qiita pet test test study handlers teststudydescriptionhandler traceback most recent call last file home travis build biocore qiita qiita pet test test study handlers py line in test post response self post study description post args file home travis build biocore qiita qiita pet test tornado test base py line in post return self fetch url post data headers file home travis build biocore qiita qiita pet test tornado test base py line in fetch return self wait file home travis anaconda envs env name lib site packages tornado testing py line in wait self rethrow file home travis anaconda envs env name lib site packages tornado testing py line in rethrow raise exc info failure file home travis anaconda envs env name lib site packages tornado testing py line in timeout func timeout assertionerror async operation timed out after seconds begin captured logging tornado general warning tornado autoreload started more than once in the same process tornado access info post study description end captured logging python fail test get exists qiita pet test test study handlers testmetadatasummaryhandler traceback most recent call last file home travis build biocore qiita qiita pet test test study handlers py line in test get exists study id file home travis build biocore qiita qiita pet test tornado test base py line in get return self fetch url get headers headers file home travis build biocore qiita qiita pet test tornado test base py line in fetch return self wait file home travis anaconda envs env name lib site packages tornado testing py line in wait self rethrow file home travis anaconda envs env name lib site packages tornado testing py line in rethrow raise exc info failure file home travis anaconda envs env name lib site packages tornado testing py line in timeout func timeout assertionerror async operation timed out after seconds begin captured logging tornado general warning tornado autoreload started more than once in the same process tornado access info get metadata summary sample template study id prep template end captured logging in squirrelo said i ve had it happen intermittently my best guess is all tests are running on the same ioloop so it times out if too many are runnning at once or run in succession | 1 |
124,458 | 10,312,033,464 | IssuesEvent | 2019-08-29 18:50:11 | Princeton-CDH/cdh-web | https://api.github.com/repos/Princeton-CDH/cdh-web | closed | adjust content priority values in sitemap | awaiting testing | we appear to be using boosting values to alter the priority of content in mezzanine's generated sitemap, but it's not clear what is driving the values or if they reflect our desired SEO strategy. | 1.0 | adjust content priority values in sitemap - we appear to be using boosting values to alter the priority of content in mezzanine's generated sitemap, but it's not clear what is driving the values or if they reflect our desired SEO strategy. | test | adjust content priority values in sitemap we appear to be using boosting values to alter the priority of content in mezzanine s generated sitemap but it s not clear what is driving the values or if they reflect our desired seo strategy | 1 |
263,882 | 23,087,032,153 | IssuesEvent | 2022-07-26 12:21:43 | IntellectualSites/PlotSquared | https://api.github.com/repos/IntellectualSites/PlotSquared | opened | p alias Problem and villager Farm Problem | Requires Testing | ### Server Implementation
Paper
### Server Version
1.19
### Describe the bug
p alias are already taken although never used. p alias remove does not work. it means this alias is already in use.
Please insert a yml with all set aliases for manual deletion.
Villagers don't plant anything as soon as plotsquared is active. gamerule mobgriefeing is active. but the villagers do nothing.
### To Reproduce
yml with all set aliases for manual deletion or a command alias list and alias delete for existing deletion aliases for op.
Villager must place items.
### Expected behaviour
p alias commands must work set and remove but many aliases are already used although never used
the villagers plant seeds
### Screenshots / Videos

### Error log (if applicable)
_No response_
### Plot Debugpaste
https://athion.net/ISPaster/paste/view/eac2ad0ffb1b4c1697c262e9eb7e6c4c
### PlotSquared Version
6.9.3
### Checklist
- [X] I have included a Plot debugpaste.
- [X] I am using the newest build from https://www.spigotmc.org/resources/77506/ and the issue still persists.
### Anything else?
pls make a alias yml ore mysql and a Operator command to delete any alias they is set. | 1.0 | p alias Problem and villager Farm Problem - ### Server Implementation
Paper
### Server Version
1.19
### Describe the bug
p alias are already taken although never used. p alias remove does not work. it means this alias is already in use.
Please insert a yml with all set aliases for manual deletion.
Villagers don't plant anything as soon as plotsquared is active. gamerule mobgriefeing is active. but the villagers do nothing.
### To Reproduce
yml with all set aliases for manual deletion or a command alias list and alias delete for existing deletion aliases for op.
Villager must place items.
### Expected behaviour
p alias commands must work set and remove but many aliases are already used although never used
the villagers plant seeds
### Screenshots / Videos

### Error log (if applicable)
_No response_
### Plot Debugpaste
https://athion.net/ISPaster/paste/view/eac2ad0ffb1b4c1697c262e9eb7e6c4c
### PlotSquared Version
6.9.3
### Checklist
- [X] I have included a Plot debugpaste.
- [X] I am using the newest build from https://www.spigotmc.org/resources/77506/ and the issue still persists.
### Anything else?
pls make a alias yml ore mysql and a Operator command to delete any alias they is set. | test | p alias problem and villager farm problem server implementation paper server version describe the bug p alias are already taken although never used p alias remove does not work it means this alias is already in use please insert a yml with all set aliases for manual deletion villagers don t plant anything as soon as plotsquared is active gamerule mobgriefeing is active but the villagers do nothing to reproduce yml with all set aliases for manual deletion or a command alias list and alias delete for existing deletion aliases for op villager must place items expected behaviour p alias commands must work set and remove but many aliases are already used although never used the villagers plant seeds screenshots videos error log if applicable no response plot debugpaste plotsquared version checklist i have included a plot debugpaste i am using the newest build from and the issue still persists anything else pls make a alias yml ore mysql and a operator command to delete any alias they is set | 1 |
419,505 | 12,224,187,708 | IssuesEvent | 2020-05-02 21:13:02 | match4everyone/match4healthcare | https://api.github.com/repos/match4everyone/match4healthcare | opened | Implement a modern javascript build process | high-priority | Implement webpack, rollup or something similar that's suited for managing our javascript build process and allow modularization of the scripts. | 1.0 | Implement a modern javascript build process - Implement webpack, rollup or something similar that's suited for managing our javascript build process and allow modularization of the scripts. | non_test | implement a modern javascript build process implement webpack rollup or something similar that s suited for managing our javascript build process and allow modularization of the scripts | 0 |
149,639 | 11,907,620,554 | IssuesEvent | 2020-03-30 22:43:48 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | opened | [colocation] PgLibPqTest.TableColocation: CreateNamespace RPC timed out | area/sql kind/failing-test | I'm seeing timeout errors on creating colocated database.
```
ERROR: Timed out: CreateNamespace timed out after deadline expired. Time elapsed: 60.000s, allowed: 60.000s: CreateNamespace RPC (request call id 108) to M-1_RPC_HOST_PORT timed out after 60.000s
```
Over 1000 runs on CentOS debug build, I got two failures both due to this same error. They have also shown up on Jenkins `centos-clang-debug` build. See the relevant log snippet at <https://gist.githubusercontent.com/jj-kim/42a281993243114934b1a7ece4fa01f4/raw/5485bffd5b7d3b0fc1b7508a728233c1d3b644a9/PgLibPqTest_TableColocation.log> and the full log (short-lived) at <https://detective-gcp.dev.yugabyte.com/job/github-yugabyte-db-phabricator/29764/artifact/build/debug-clang-dynamic-ninja/yb-test-logs/tests-pgwrapper__pg_libpq-test/PgLibPqTest_TableColocation.log>. | 1.0 | [colocation] PgLibPqTest.TableColocation: CreateNamespace RPC timed out - I'm seeing timeout errors on creating colocated database.
```
ERROR: Timed out: CreateNamespace timed out after deadline expired. Time elapsed: 60.000s, allowed: 60.000s: CreateNamespace RPC (request call id 108) to M-1_RPC_HOST_PORT timed out after 60.000s
```
Over 1000 runs on CentOS debug build, I got two failures both due to this same error. They have also shown up on Jenkins `centos-clang-debug` build. See the relevant log snippet at <https://gist.githubusercontent.com/jj-kim/42a281993243114934b1a7ece4fa01f4/raw/5485bffd5b7d3b0fc1b7508a728233c1d3b644a9/PgLibPqTest_TableColocation.log> and the full log (short-lived) at <https://detective-gcp.dev.yugabyte.com/job/github-yugabyte-db-phabricator/29764/artifact/build/debug-clang-dynamic-ninja/yb-test-logs/tests-pgwrapper__pg_libpq-test/PgLibPqTest_TableColocation.log>. | test | pglibpqtest tablecolocation createnamespace rpc timed out i m seeing timeout errors on creating colocated database error timed out createnamespace timed out after deadline expired time elapsed allowed createnamespace rpc request call id to m rpc host port timed out after over runs on centos debug build i got two failures both due to this same error they have also shown up on jenkins centos clang debug build see the relevant log snippet at and the full log short lived at | 1 |
93,569 | 8,434,465,623 | IssuesEvent | 2018-10-17 10:15:44 | italia/spid | https://api.github.com/repos/italia/spid | reopened | Richiesta di validazione dei metadati - Ordine dei giornalisti del Lazio | metadata nuovo md test | Buongiorno,
per conto dell'ordine dei Giornalisti del Lazio si richiede la verifica e il deploy dei metadati esposti all'URL:
https://albo.odg.roma.it/rest/metadata.xml
| 1.0 | Richiesta di validazione dei metadati - Ordine dei giornalisti del Lazio - Buongiorno,
per conto dell'ordine dei Giornalisti del Lazio si richiede la verifica e il deploy dei metadati esposti all'URL:
https://albo.odg.roma.it/rest/metadata.xml
| test | richiesta di validazione dei metadati ordine dei giornalisti del lazio buongiorno per conto dell ordine dei giornalisti del lazio si richiede la verifica e il deploy dei metadati esposti all url | 1 |
296,826 | 9,126,351,819 | IssuesEvent | 2019-02-24 20:53:51 | pixijs/pixi.js | https://api.github.com/repos/pixijs/pixi.js | closed | Rework pixi's modularization architecture | Difficulty: Hard Domain: API Priority: Low Resolution: Won't Fix Type: Refactor Version: v5.x | Currently pixi is at a halfway point between being modular and not. While we have excludable chunks of the codebase many classes are heavily coupled to core utilities or to eachother.
A great example is that even if you remove filters, you still pay costs to check if it there in every sprite. Also, what if you did want bounds? Or Masks? etc.
This goal of this issue is to rework how we compose objects in pixi to better break these couplings and make it easy for users to compose their own pixi objects.
| 1.0 | Rework pixi's modularization architecture - Currently pixi is at a halfway point between being modular and not. While we have excludable chunks of the codebase many classes are heavily coupled to core utilities or to eachother.
A great example is that even if you remove filters, you still pay costs to check if it there in every sprite. Also, what if you did want bounds? Or Masks? etc.
This goal of this issue is to rework how we compose objects in pixi to better break these couplings and make it easy for users to compose their own pixi objects.
| non_test | rework pixi s modularization architecture currently pixi is at a halfway point between being modular and not while we have excludable chunks of the codebase many classes are heavily coupled to core utilities or to eachother a great example is that even if you remove filters you still pay costs to check if it there in every sprite also what if you did want bounds or masks etc this goal of this issue is to rework how we compose objects in pixi to better break these couplings and make it easy for users to compose their own pixi objects | 0 |
166,775 | 12,971,453,739 | IssuesEvent | 2020-07-21 10:57:25 | openshift/odo | https://api.github.com/repos/openshift/odo | closed | Project created with -w flag immediately is not shown in "odo project list -o json" | kind/failing-test kind/flake priority/Medium | /kind flake
<!--
Welcome! - We kindly ask you to:
1. Fill out the issue template below
2. Use the Google group if you have a question rather than a bug or feature request.
The group is at: https://groups.google.com/forum/#!forum/odo-users
Thanks for understanding, and for contributing to the project!
-->
## What versions of software are you using?
**Operating System:**
Supported
**Output of `odo version`:**
master
## How did you run odo exactly?
CI reference - https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_odo/3587/pull-ci-openshift-odo-master-v4.2-integration-e2e/1285409549875941376#1:build-log.txt%3A94498
## Actual behavior
See the failure log
## Expected behavior
-o json should capture the project
## Any logs, error output, etc?
```
Running odo with args [odo project create tkcpwomgvs -w -v4]
[odo] • Waiting for project to come up ...
[odo] I0721 05:05:46.364771 15651 occlient.go:541] Status of creation of project tkcpwomgvs is Active
[odo] I0721 05:05:46.364868 15651 occlient.go:546] Project tkcpwomgvs now exists
[odo] I0721 05:05:46.380088 15651 occlient.go:581] Status of creation of service account &ServiceAccount{ObjectMeta:{default tkcpwomgvs /api/v1/namespaces/tkcpwomgvs/serviceaccounts/default d59574a5-cb0f-11ea-8497-0ad2f6981259 107447 0 2020-07-21 05:05:45 +0000 UTC <nil> <nil> map[] map[] [] [] []},Secrets:[]ObjectReference{ObjectReference{Kind:,Namespace:,Name:default-token-wc5kb,UID:,APIVersion:,ResourceVersion:,FieldPath:,},ObjectReference{Kind:,Namespace:,Name:default-dockercfg-6g9t4,UID:,APIVersion:,ResourceVersion:,FieldPath:,},},ImagePullSecrets:[]LocalObjectReference{LocalObjectReference{Name:default-dockercfg-6g9t4,},},AutomountServiceAccountToken:nil,} is ready
[odo]
✓ Waiting for project to come up [799ms]
[odo] ✓ Project 'tkcpwomgvs' is ready for use
[odo] ✓ New project created and now using project: tkcpwomgvs
[odo] I0721 05:05:46.395732 15651 odo.go:72] Could not get the latest release information in time. Never mind, exiting gracefully :)
Running odo with args [odo project list -o json]
[odo] {
[odo] "kind": "List",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {},
[odo] "items": [
[odo] {
[odo] "kind": "Project",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {
[odo] "name": "ci-operator-hub-project",
[odo] "namespace": "ci-operator-hub-project",
[odo] "creationTimestamp": null
[odo] },
[odo] "spec": {},
[odo] "status": {
[odo] "active": false
[odo] }
[odo] },
[odo] {
[odo] "kind": "Project",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {
[odo] "name": "lyuqwdvlqo",
[odo] "namespace": "lyuqwdvlqo",
[odo] "creationTimestamp": null
[odo] },
[odo] "spec": {},
[odo] "status": {
[odo] "active": false
[odo] }
[odo] },
[odo] {
[odo] "kind": "Project",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {
[odo] "name": "myproject",
[odo] "namespace": "myproject",
[odo] "creationTimestamp": null
[odo] },
[odo] "spec": {},
[odo] "status": {
[odo] "active": false
[odo] }
[odo] },
[odo] {
[odo] "kind": "Project",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {
[odo] "name": "ncsykelidz",
[odo] "namespace": "ncsykelidz",
[odo] "creationTimestamp": null
[odo] },
[odo] "spec": {},
[odo] "status": {
[odo] "active": false
[odo] }
[odo] },
[odo] {
[odo] "kind": "Project",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {
[odo] "name": "ortrrarady",
[odo] "namespace": "ortrrarady",
[odo] "creationTimestamp": null
[odo] },
[odo] "spec": {},
[odo] "status": {
[odo] "active": false
[odo] }
[odo] },
[odo] {
[odo] "kind": "Project",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {
[odo] "name": "pgnqqoellr",
[odo] "namespace": "pgnqqoellr",
[odo] "creationTimestamp": null
[odo] },
[odo] "spec": {},
[odo] "status": {
[odo] "active": false
[odo] }
[odo] }
[odo] ]
[odo] }
Deleting project: tkcpwomgvs
Running odo with args [odo project delete tkcpwomgvs -f]
[odo] I0721 05:05:46.886950 15686 application.go:49] Unable to list Service Catalog instances: unable to list ServiceInstances: serviceinstances.servicecatalog.k8s.io is forbidden: User "developer" cannot list resource "serviceinstances" in API group "servicecatalog.k8s.io" in the namespace "tkcpwomgvs"
[odo] ⚠ Warning! Projects are deleted from the cluster asynchronously. Odo does its best to delete the project. Due to multi-tenant clusters, the project may still exist on a different node.
[odo] I0721 05:05:46.922622 15686 odo.go:72] Could not get the latest release information in time. Never mind, exiting gracefully :)
[odo] ✓ Deleted project : tkcpwomgvs
Deleting dir: /tmp/189744642
------------------------------
• Failure [1.542 seconds]
odo project command tests
/go/src/github.com/openshift/odo/tests/integration/project/cmd_project_test.go:15
odo machine readable output on empty project
/go/src/github.com/openshift/odo/tests/integration/project/cmd_project_test.go:52
should be able to list current project [It]
/go/src/github.com/openshift/odo/tests/integration/project/cmd_project_test.go:53
Expected
<string>: {"apiVersion":"odo.dev/v1alpha1","items":[{"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"ci-operator-hub-project","namespace":"ci-operator-hub-project"},"spec":{},"status":{"active":false}},{"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"lyuqwdvlqo","namespace":"lyuqwdvlqo"},"spec":{},"status":{"active":false}},{"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"myproject","namespace":"myproject"},"spec":{},"status":{"active":false}},{"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"ncsykelidz","namespace":"ncsykelidz"},"spec":{},"status":{"active":false}},{"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"ortrrarady","namespace":"ortrrarady"},"spec":{},"status":{"active":false}},{"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"pgnqqoellr","namespace":"pgnqqoellr"},"spec":{},"status":{"active":false}}],"kind":"List","metadata":{}}
to contain substring
<string>: {"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"tkcpwomgvs","namespace":"tkcpwomgvs"},"spec":{},"status":{"active":true}}
/go/src/github.com/openshift/odo/tests/integration/project/cmd_project_test.go:59
```
| 1.0 | Project created with -w flag immediately is not shown in "odo project list -o json" - /kind flake
<!--
Welcome! - We kindly ask you to:
1. Fill out the issue template below
2. Use the Google group if you have a question rather than a bug or feature request.
The group is at: https://groups.google.com/forum/#!forum/odo-users
Thanks for understanding, and for contributing to the project!
-->
## What versions of software are you using?
**Operating System:**
Supported
**Output of `odo version`:**
master
## How did you run odo exactly?
CI reference - https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_odo/3587/pull-ci-openshift-odo-master-v4.2-integration-e2e/1285409549875941376#1:build-log.txt%3A94498
## Actual behavior
See the failure log
## Expected behavior
-o json should capture the project
## Any logs, error output, etc?
```
Running odo with args [odo project create tkcpwomgvs -w -v4]
[odo] • Waiting for project to come up ...
[odo] I0721 05:05:46.364771 15651 occlient.go:541] Status of creation of project tkcpwomgvs is Active
[odo] I0721 05:05:46.364868 15651 occlient.go:546] Project tkcpwomgvs now exists
[odo] I0721 05:05:46.380088 15651 occlient.go:581] Status of creation of service account &ServiceAccount{ObjectMeta:{default tkcpwomgvs /api/v1/namespaces/tkcpwomgvs/serviceaccounts/default d59574a5-cb0f-11ea-8497-0ad2f6981259 107447 0 2020-07-21 05:05:45 +0000 UTC <nil> <nil> map[] map[] [] [] []},Secrets:[]ObjectReference{ObjectReference{Kind:,Namespace:,Name:default-token-wc5kb,UID:,APIVersion:,ResourceVersion:,FieldPath:,},ObjectReference{Kind:,Namespace:,Name:default-dockercfg-6g9t4,UID:,APIVersion:,ResourceVersion:,FieldPath:,},},ImagePullSecrets:[]LocalObjectReference{LocalObjectReference{Name:default-dockercfg-6g9t4,},},AutomountServiceAccountToken:nil,} is ready
[odo]
✓ Waiting for project to come up [799ms]
[odo] ✓ Project 'tkcpwomgvs' is ready for use
[odo] ✓ New project created and now using project: tkcpwomgvs
[odo] I0721 05:05:46.395732 15651 odo.go:72] Could not get the latest release information in time. Never mind, exiting gracefully :)
Running odo with args [odo project list -o json]
[odo] {
[odo] "kind": "List",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {},
[odo] "items": [
[odo] {
[odo] "kind": "Project",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {
[odo] "name": "ci-operator-hub-project",
[odo] "namespace": "ci-operator-hub-project",
[odo] "creationTimestamp": null
[odo] },
[odo] "spec": {},
[odo] "status": {
[odo] "active": false
[odo] }
[odo] },
[odo] {
[odo] "kind": "Project",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {
[odo] "name": "lyuqwdvlqo",
[odo] "namespace": "lyuqwdvlqo",
[odo] "creationTimestamp": null
[odo] },
[odo] "spec": {},
[odo] "status": {
[odo] "active": false
[odo] }
[odo] },
[odo] {
[odo] "kind": "Project",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {
[odo] "name": "myproject",
[odo] "namespace": "myproject",
[odo] "creationTimestamp": null
[odo] },
[odo] "spec": {},
[odo] "status": {
[odo] "active": false
[odo] }
[odo] },
[odo] {
[odo] "kind": "Project",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {
[odo] "name": "ncsykelidz",
[odo] "namespace": "ncsykelidz",
[odo] "creationTimestamp": null
[odo] },
[odo] "spec": {},
[odo] "status": {
[odo] "active": false
[odo] }
[odo] },
[odo] {
[odo] "kind": "Project",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {
[odo] "name": "ortrrarady",
[odo] "namespace": "ortrrarady",
[odo] "creationTimestamp": null
[odo] },
[odo] "spec": {},
[odo] "status": {
[odo] "active": false
[odo] }
[odo] },
[odo] {
[odo] "kind": "Project",
[odo] "apiVersion": "odo.dev/v1alpha1",
[odo] "metadata": {
[odo] "name": "pgnqqoellr",
[odo] "namespace": "pgnqqoellr",
[odo] "creationTimestamp": null
[odo] },
[odo] "spec": {},
[odo] "status": {
[odo] "active": false
[odo] }
[odo] }
[odo] ]
[odo] }
Deleting project: tkcpwomgvs
Running odo with args [odo project delete tkcpwomgvs -f]
[odo] I0721 05:05:46.886950 15686 application.go:49] Unable to list Service Catalog instances: unable to list ServiceInstances: serviceinstances.servicecatalog.k8s.io is forbidden: User "developer" cannot list resource "serviceinstances" in API group "servicecatalog.k8s.io" in the namespace "tkcpwomgvs"
[odo] ⚠ Warning! Projects are deleted from the cluster asynchronously. Odo does its best to delete the project. Due to multi-tenant clusters, the project may still exist on a different node.
[odo] I0721 05:05:46.922622 15686 odo.go:72] Could not get the latest release information in time. Never mind, exiting gracefully :)
[odo] ✓ Deleted project : tkcpwomgvs
Deleting dir: /tmp/189744642
------------------------------
• Failure [1.542 seconds]
odo project command tests
/go/src/github.com/openshift/odo/tests/integration/project/cmd_project_test.go:15
odo machine readable output on empty project
/go/src/github.com/openshift/odo/tests/integration/project/cmd_project_test.go:52
should be able to list current project [It]
/go/src/github.com/openshift/odo/tests/integration/project/cmd_project_test.go:53
Expected
<string>: {"apiVersion":"odo.dev/v1alpha1","items":[{"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"ci-operator-hub-project","namespace":"ci-operator-hub-project"},"spec":{},"status":{"active":false}},{"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"lyuqwdvlqo","namespace":"lyuqwdvlqo"},"spec":{},"status":{"active":false}},{"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"myproject","namespace":"myproject"},"spec":{},"status":{"active":false}},{"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"ncsykelidz","namespace":"ncsykelidz"},"spec":{},"status":{"active":false}},{"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"ortrrarady","namespace":"ortrrarady"},"spec":{},"status":{"active":false}},{"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"pgnqqoellr","namespace":"pgnqqoellr"},"spec":{},"status":{"active":false}}],"kind":"List","metadata":{}}
to contain substring
<string>: {"apiVersion":"odo.dev/v1alpha1","kind":"Project","metadata":{"creationTimestamp":null,"name":"tkcpwomgvs","namespace":"tkcpwomgvs"},"spec":{},"status":{"active":true}}
/go/src/github.com/openshift/odo/tests/integration/project/cmd_project_test.go:59
```
| test | project created with w flag immediately is not shown in odo project list o json kind flake welcome we kindly ask you to fill out the issue template below use the google group if you have a question rather than a bug or feature request the group is at thanks for understanding and for contributing to the project what versions of software are you using operating system supported output of odo version master how did you run odo exactly ci reference actual behavior see the failure log expected behavior o json should capture the project any logs error output etc running odo with args • waiting for project to come up occlient go status of creation of project tkcpwomgvs is active occlient go project tkcpwomgvs now exists occlient go status of creation of service account serviceaccount objectmeta default tkcpwomgvs api namespaces tkcpwomgvs serviceaccounts default utc map map secrets objectreference objectreference kind namespace name default token uid apiversion resourceversion fieldpath objectreference kind namespace name default dockercfg uid apiversion resourceversion fieldpath imagepullsecrets localobjectreference localobjectreference name default dockercfg automountserviceaccounttoken nil is ready ✓ waiting for project to come up ✓ project tkcpwomgvs is ready for use ✓ new project created and now using project tkcpwomgvs odo go could not get the latest release information in time never mind exiting gracefully running odo with args kind list apiversion odo dev metadata items kind project apiversion odo dev metadata name ci operator hub project namespace ci operator hub project creationtimestamp null spec status active false kind project apiversion odo dev metadata name lyuqwdvlqo namespace lyuqwdvlqo creationtimestamp null spec status active false kind project apiversion odo dev metadata name myproject namespace myproject creationtimestamp null spec status active false kind project apiversion odo dev metadata name ncsykelidz namespace ncsykelidz creationtimestamp null spec status active false kind project apiversion odo dev metadata name ortrrarady namespace ortrrarady creationtimestamp null spec status active false kind project apiversion odo dev metadata name pgnqqoellr namespace pgnqqoellr creationtimestamp null spec status active false deleting project tkcpwomgvs running odo with args application go unable to list service catalog instances unable to list serviceinstances serviceinstances servicecatalog io is forbidden user developer cannot list resource serviceinstances in api group servicecatalog io in the namespace tkcpwomgvs ⚠ warning projects are deleted from the cluster asynchronously odo does its best to delete the project due to multi tenant clusters the project may still exist on a different node odo go could not get the latest release information in time never mind exiting gracefully ✓ deleted project tkcpwomgvs deleting dir tmp • failure odo project command tests go src github com openshift odo tests integration project cmd project test go odo machine readable output on empty project go src github com openshift odo tests integration project cmd project test go should be able to list current project go src github com openshift odo tests integration project cmd project test go expected apiversion odo dev items kind list metadata to contain substring apiversion odo dev kind project metadata creationtimestamp null name tkcpwomgvs namespace tkcpwomgvs spec status active true go src github com openshift odo tests integration project cmd project test go | 1 |
44,775 | 13,087,919,418 | IssuesEvent | 2020-08-02 14:47:38 | LalithK90/Welfare | https://api.github.com/repos/LalithK90/Welfare | opened | CVE-2020-11023 (Medium) detected in jquery-3.3.1.js, jquery-3.4.1.min.js | security vulnerability | ## CVE-2020-11023 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-3.3.1.js</b>, <b>jquery-3.4.1.min.js</b></p></summary>
<p>
<details><summary><b>jquery-3.3.1.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/Welfare/src/main/resources/templates/structure/dataTable.html</p>
<p>Path to vulnerable library: /Welfare/src/main/resources/templates/structure/dataTable.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-3.3.1.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-3.4.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js</a></p>
<p>Path to vulnerable library: /Welfare/src/main/resources/static/js/jquery.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-3.4.1.min.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/LalithK90/Welfare/commit/f048c9cd28dbad1c2208e20b540693e483b30ff6">f048c9cd28dbad1c2208e20b540693e483b30ff6</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
<p>Publish Date: 2020-04-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023</a></p>
<p>Release Date: 2020-04-29</p>
<p>Fix Resolution: jquery - 3.5.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-11023 (Medium) detected in jquery-3.3.1.js, jquery-3.4.1.min.js - ## CVE-2020-11023 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-3.3.1.js</b>, <b>jquery-3.4.1.min.js</b></p></summary>
<p>
<details><summary><b>jquery-3.3.1.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js</a></p>
<p>Path to dependency file: /tmp/ws-scm/Welfare/src/main/resources/templates/structure/dataTable.html</p>
<p>Path to vulnerable library: /Welfare/src/main/resources/templates/structure/dataTable.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-3.3.1.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-3.4.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js</a></p>
<p>Path to vulnerable library: /Welfare/src/main/resources/static/js/jquery.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-3.4.1.min.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/LalithK90/Welfare/commit/f048c9cd28dbad1c2208e20b540693e483b30ff6">f048c9cd28dbad1c2208e20b540693e483b30ff6</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
<p>Publish Date: 2020-04-29
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023</a></p>
<p>Release Date: 2020-04-29</p>
<p>Fix Resolution: jquery - 3.5.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve medium detected in jquery js jquery min js cve medium severity vulnerability vulnerable libraries jquery js jquery min js jquery js javascript library for dom operations library home page a href path to dependency file tmp ws scm welfare src main resources templates structure datatable html path to vulnerable library welfare src main resources templates structure datatable html dependency hierarchy x jquery js vulnerable library jquery min js javascript library for dom operations library home page a href path to vulnerable library welfare src main resources static js jquery min js dependency hierarchy x jquery min js vulnerable library found in head commit a href vulnerability details in jquery versions greater than or equal to and before passing html containing elements from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery step up your open source security game with whitesource | 0 |
286,422 | 8,788,070,383 | IssuesEvent | 2018-12-20 20:51:08 | allan-walpy/vulmy | https://api.github.com/repos/allan-walpy/vulmy | closed | add publish script | an improvement flow task priority green scope project | - [x] make clean restore
- [x] make clean build -c release
- [x] make all publish commands
- [x] zip publish content to `/out/packages` | 1.0 | add publish script - - [x] make clean restore
- [x] make clean build -c release
- [x] make all publish commands
- [x] zip publish content to `/out/packages` | non_test | add publish script make clean restore make clean build c release make all publish commands zip publish content to out packages | 0 |
334,741 | 29,954,639,038 | IssuesEvent | 2023-06-23 06:21:01 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | closed | Fix layers.test_depthwise_conv2d_layer | Sub Task Ivy Stateful API Failing Test | | | |
|---|---|
|torch|<a href="null"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5352587596/jobs/9707652418"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="null"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="null"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="null"><img src=https://img.shields.io/badge/-success-success></a>
| 1.0 | Fix layers.test_depthwise_conv2d_layer - | | |
|---|---|
|torch|<a href="null"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5352587596/jobs/9707652418"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="null"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="null"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="null"><img src=https://img.shields.io/badge/-success-success></a>
| test | fix layers test depthwise layer torch img src jax a href src numpy img src tensorflow img src paddle img src | 1 |
239,493 | 26,231,726,111 | IssuesEvent | 2023-01-05 01:13:12 | sureng-ws-ibm/sg-x-nodegoat | https://api.github.com/repos/sureng-ws-ibm/sg-x-nodegoat | opened | CVE-2022-24999 (High) detected in qs-6.2.1.tgz, qs-5.2.1.tgz | security vulnerability | ## CVE-2022-24999 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>qs-6.2.1.tgz</b>, <b>qs-5.2.1.tgz</b></p></summary>
<p>
<details><summary><b>qs-6.2.1.tgz</b></p></summary>
<p>A querystring parser that supports nesting and arrays, with a depth limit</p>
<p>Library home page: <a href="https://registry.npmjs.org/qs/-/qs-6.2.1.tgz">https://registry.npmjs.org/qs/-/qs-6.2.1.tgz</a></p>
<p>
Dependency Hierarchy:
- grunt-npm-install-0.3.1.tgz (Root Library)
- npm-3.10.10.tgz
- request-2.75.0.tgz
- :x: **qs-6.2.1.tgz** (Vulnerable Library)
</details>
<details><summary><b>qs-5.2.1.tgz</b></p></summary>
<p>A querystring parser that supports nesting and arrays, with a depth limit</p>
<p>Library home page: <a href="https://registry.npmjs.org/qs/-/qs-5.2.1.tgz">https://registry.npmjs.org/qs/-/qs-5.2.1.tgz</a></p>
<p>
Dependency Hierarchy:
- grunt-retire-0.3.12.tgz (Root Library)
- request-2.67.0.tgz
- :x: **qs-5.2.1.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/sureng-ws-ibm/sg-x-nodegoat/commit/81cd799c64e09f7670559bce715f20a9ec7821d5">81cd799c64e09f7670559bce715f20a9ec7821d5</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
qs before 6.10.3, as used in Express before 4.17.3 and other products, allows attackers to cause a Node process hang for an Express application because an __ proto__ key can be used. In many typical Express use cases, an unauthenticated remote attacker can place the attack payload in the query string of the URL that is used to visit the application, such as a[__proto__]=b&a[__proto__]&a[length]=100000000. The fix was backported to qs 6.9.7, 6.8.3, 6.7.3, 6.6.1, 6.5.3, 6.4.1, 6.3.3, and 6.2.4 (and therefore Express 4.17.3, which has "deps: qs@6.9.7" in its release description, is not vulnerable).
<p>Publish Date: 2022-11-26
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-24999>CVE-2022-24999</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-24999">https://www.cve.org/CVERecord?id=CVE-2022-24999</a></p>
<p>Release Date: 2022-11-26</p>
<p>Fix Resolution (qs): 6.2.4</p>
<p>Direct dependency fix Resolution (grunt-retire): 1.0.4</p>
</p>
</details>
<p></p>
| True | CVE-2022-24999 (High) detected in qs-6.2.1.tgz, qs-5.2.1.tgz - ## CVE-2022-24999 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>qs-6.2.1.tgz</b>, <b>qs-5.2.1.tgz</b></p></summary>
<p>
<details><summary><b>qs-6.2.1.tgz</b></p></summary>
<p>A querystring parser that supports nesting and arrays, with a depth limit</p>
<p>Library home page: <a href="https://registry.npmjs.org/qs/-/qs-6.2.1.tgz">https://registry.npmjs.org/qs/-/qs-6.2.1.tgz</a></p>
<p>
Dependency Hierarchy:
- grunt-npm-install-0.3.1.tgz (Root Library)
- npm-3.10.10.tgz
- request-2.75.0.tgz
- :x: **qs-6.2.1.tgz** (Vulnerable Library)
</details>
<details><summary><b>qs-5.2.1.tgz</b></p></summary>
<p>A querystring parser that supports nesting and arrays, with a depth limit</p>
<p>Library home page: <a href="https://registry.npmjs.org/qs/-/qs-5.2.1.tgz">https://registry.npmjs.org/qs/-/qs-5.2.1.tgz</a></p>
<p>
Dependency Hierarchy:
- grunt-retire-0.3.12.tgz (Root Library)
- request-2.67.0.tgz
- :x: **qs-5.2.1.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/sureng-ws-ibm/sg-x-nodegoat/commit/81cd799c64e09f7670559bce715f20a9ec7821d5">81cd799c64e09f7670559bce715f20a9ec7821d5</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
qs before 6.10.3, as used in Express before 4.17.3 and other products, allows attackers to cause a Node process hang for an Express application because an __ proto__ key can be used. In many typical Express use cases, an unauthenticated remote attacker can place the attack payload in the query string of the URL that is used to visit the application, such as a[__proto__]=b&a[__proto__]&a[length]=100000000. The fix was backported to qs 6.9.7, 6.8.3, 6.7.3, 6.6.1, 6.5.3, 6.4.1, 6.3.3, and 6.2.4 (and therefore Express 4.17.3, which has "deps: qs@6.9.7" in its release description, is not vulnerable).
<p>Publish Date: 2022-11-26
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-24999>CVE-2022-24999</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-24999">https://www.cve.org/CVERecord?id=CVE-2022-24999</a></p>
<p>Release Date: 2022-11-26</p>
<p>Fix Resolution (qs): 6.2.4</p>
<p>Direct dependency fix Resolution (grunt-retire): 1.0.4</p>
</p>
</details>
<p></p>
| non_test | cve high detected in qs tgz qs tgz cve high severity vulnerability vulnerable libraries qs tgz qs tgz qs tgz a querystring parser that supports nesting and arrays with a depth limit library home page a href dependency hierarchy grunt npm install tgz root library npm tgz request tgz x qs tgz vulnerable library qs tgz a querystring parser that supports nesting and arrays with a depth limit library home page a href dependency hierarchy grunt retire tgz root library request tgz x qs tgz vulnerable library found in head commit a href found in base branch master vulnerability details qs before as used in express before and other products allows attackers to cause a node process hang for an express application because an proto key can be used in many typical express use cases an unauthenticated remote attacker can place the attack payload in the query string of the url that is used to visit the application such as a b a a the fix was backported to qs and and therefore express which has deps qs in its release description is not vulnerable publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution qs direct dependency fix resolution grunt retire | 0 |
54,431 | 6,387,439,684 | IssuesEvent | 2017-08-03 13:40:58 | QubesOS/updates-status | https://api.github.com/repos/QubesOS/updates-status | closed | core-libvirt v3.3.0-2 (r4.0) | r4.0-dom0-testing | Update of core-libvirt to v3.3.0-2 for Qubes r4.0, see comments below for details.
Built from: https://github.com/QubesOS/qubes-core-libvirt/commit/e688b6d6ce744bba8edb4b8f5338bda9a016ba87
[Changes since previous version](https://github.com/QubesOS/qubes-core-libvirt/compare/v3.3.0-1...v3.3.0-2):
QubesOS/qubes-core-libvirt@e688b6d version 3.3.0-2
QubesOS/qubes-core-libvirt@47f1391 Add support for CPU features control to libxl driver
QubesOS/qubes-core-libvirt@f7de4df Drop unneeded pci bugfix
QubesOS/qubes-core-libvirt@38dca3f pci: fix link maximum speed detection
Referenced issues:
QubesOS/qubes-issues#2881
If you're release manager, you can issue GPG-inline signed command:
* `Upload core-libvirt e688b6d6ce744bba8edb4b8f5338bda9a016ba87 r4.0 current repo` (available 7 days from now)
* `Upload core-libvirt e688b6d6ce744bba8edb4b8f5338bda9a016ba87 r4.0 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now)
* `Upload core-libvirt e688b6d6ce744bba8edb4b8f5338bda9a016ba87 r4.0 security-testing repo`
Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
| 1.0 | core-libvirt v3.3.0-2 (r4.0) - Update of core-libvirt to v3.3.0-2 for Qubes r4.0, see comments below for details.
Built from: https://github.com/QubesOS/qubes-core-libvirt/commit/e688b6d6ce744bba8edb4b8f5338bda9a016ba87
[Changes since previous version](https://github.com/QubesOS/qubes-core-libvirt/compare/v3.3.0-1...v3.3.0-2):
QubesOS/qubes-core-libvirt@e688b6d version 3.3.0-2
QubesOS/qubes-core-libvirt@47f1391 Add support for CPU features control to libxl driver
QubesOS/qubes-core-libvirt@f7de4df Drop unneeded pci bugfix
QubesOS/qubes-core-libvirt@38dca3f pci: fix link maximum speed detection
Referenced issues:
QubesOS/qubes-issues#2881
If you're release manager, you can issue GPG-inline signed command:
* `Upload core-libvirt e688b6d6ce744bba8edb4b8f5338bda9a016ba87 r4.0 current repo` (available 7 days from now)
* `Upload core-libvirt e688b6d6ce744bba8edb4b8f5338bda9a016ba87 r4.0 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now)
* `Upload core-libvirt e688b6d6ce744bba8edb4b8f5338bda9a016ba87 r4.0 security-testing repo`
Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
| test | core libvirt update of core libvirt to for qubes see comments below for details built from qubesos qubes core libvirt version qubesos qubes core libvirt add support for cpu features control to libxl driver qubesos qubes core libvirt drop unneeded pci bugfix qubesos qubes core libvirt pci fix link maximum speed detection referenced issues qubesos qubes issues if you re release manager you can issue gpg inline signed command upload core libvirt current repo available days from now upload core libvirt current dists repo you can choose subset of distributions like vm vm available days from now upload core libvirt security testing repo above commands will work only if packages in current testing repository were built from given commit i e no new version superseded it | 1 |
272,219 | 8,506,241,982 | IssuesEvent | 2018-10-30 16:07:09 | TauCetiStation/TauCetiClassic | https://api.github.com/repos/TauCetiStation/TauCetiClassic | closed | Раскрытый маг | Bug Priority: High | <!--
1. ОТВЕТЫ ОСТАВЛЯТЬ ПОД СООТВЕТСТВУЮЩИЕ ЗАГОЛОВКИ
(они в самом низу, после всех правил)
2. В ОДНОМ РЕПОРТЕ ДОЛЖНО БЫТЬ ОПИСАНИЕ ТОЛЬКО ОДНОЙ ПРОБЛЕМЫ
3. КОРРЕКТНОЕ НАЗВАНИЕ РЕПОРТА НЕ МЕНЕЕ ВАЖНО ЧЕМ ОПИСАНИЕ
-. Ниже описание каждого пункта.
1. Весь данный текст что уже написан до вас -
НЕ УДАЛЯТЬ И НЕ РЕДАКТИРОВАТЬ.
Если нечего написать в тот или иной пункт -
просто оставить пустым.
2. Не надо описывать пачку багов в одном репорте,
(!даже если там все описать можно парой слов!)
шанс что их исправят за раз, крайне мал.
А вот использовать на гите удобную функцию -
автозакрытия репорта при мерже пулл реквеста -
исправляющего данный репорт, будет невозможно.
3. Корректное и в меру подробное название репорта -
тоже очень важно! Чтобы даже не заходя в сам репорт -
было понятно что за проблема.
Плохой пример: "Ковер." - что мы должны понять из такого названия?
Хороший пример: "Некорректное отображение спрайтов ковра." -
а вот так уже будет понятно о чем репорт.
Это надо как минимум для того, чтобы вам же самим -
было видно, что репорта_нейм еще нет или наоборот,
уже есть, и это можно было понять не углубляясь в -
чтение каждого репорта внутри. Когда название не имеет конкретики, из -
которого нельзя понять о чем репорт, это также затрудняет функцию поиска.
-->
#### Подробное описание проблемы
При клонировании мага ему даётся имя персонажа из чарактер сетапа
#### Что должно было произойти
У мага должно остаться его имя
#### Что произошло на самом деле
Магу дало имя из чарактер сетапа
#### Как повторить
Клонировать мага
#### Дополнительная информация:
| 1.0 | Раскрытый маг - <!--
1. ОТВЕТЫ ОСТАВЛЯТЬ ПОД СООТВЕТСТВУЮЩИЕ ЗАГОЛОВКИ
(они в самом низу, после всех правил)
2. В ОДНОМ РЕПОРТЕ ДОЛЖНО БЫТЬ ОПИСАНИЕ ТОЛЬКО ОДНОЙ ПРОБЛЕМЫ
3. КОРРЕКТНОЕ НАЗВАНИЕ РЕПОРТА НЕ МЕНЕЕ ВАЖНО ЧЕМ ОПИСАНИЕ
-. Ниже описание каждого пункта.
1. Весь данный текст что уже написан до вас -
НЕ УДАЛЯТЬ И НЕ РЕДАКТИРОВАТЬ.
Если нечего написать в тот или иной пункт -
просто оставить пустым.
2. Не надо описывать пачку багов в одном репорте,
(!даже если там все описать можно парой слов!)
шанс что их исправят за раз, крайне мал.
А вот использовать на гите удобную функцию -
автозакрытия репорта при мерже пулл реквеста -
исправляющего данный репорт, будет невозможно.
3. Корректное и в меру подробное название репорта -
тоже очень важно! Чтобы даже не заходя в сам репорт -
было понятно что за проблема.
Плохой пример: "Ковер." - что мы должны понять из такого названия?
Хороший пример: "Некорректное отображение спрайтов ковра." -
а вот так уже будет понятно о чем репорт.
Это надо как минимум для того, чтобы вам же самим -
было видно, что репорта_нейм еще нет или наоборот,
уже есть, и это можно было понять не углубляясь в -
чтение каждого репорта внутри. Когда название не имеет конкретики, из -
которого нельзя понять о чем репорт, это также затрудняет функцию поиска.
-->
#### Подробное описание проблемы
При клонировании мага ему даётся имя персонажа из чарактер сетапа
#### Что должно было произойти
У мага должно остаться его имя
#### Что произошло на самом деле
Магу дало имя из чарактер сетапа
#### Как повторить
Клонировать мага
#### Дополнительная информация:
| non_test | раскрытый маг ответы оставлять под соответствующие заголовки они в самом низу после всех правил в одном репорте должно быть описание только одной проблемы корректное название репорта не менее важно чем описание ниже описание каждого пункта весь данный текст что уже написан до вас не удалять и не редактировать если нечего написать в тот или иной пункт просто оставить пустым не надо описывать пачку багов в одном репорте даже если там все описать можно парой слов шанс что их исправят за раз крайне мал а вот использовать на гите удобную функцию автозакрытия репорта при мерже пулл реквеста исправляющего данный репорт будет невозможно корректное и в меру подробное название репорта тоже очень важно чтобы даже не заходя в сам репорт было понятно что за проблема плохой пример ковер что мы должны понять из такого названия хороший пример некорректное отображение спрайтов ковра а вот так уже будет понятно о чем репорт это надо как минимум для того чтобы вам же самим было видно что репорта нейм еще нет или наоборот уже есть и это можно было понять не углубляясь в чтение каждого репорта внутри когда название не имеет конкретики из которого нельзя понять о чем репорт это также затрудняет функцию поиска подробное описание проблемы при клонировании мага ему даётся имя персонажа из чарактер сетапа что должно было произойти у мага должно остаться его имя что произошло на самом деле магу дало имя из чарактер сетапа как повторить клонировать мага дополнительная информация | 0 |
766,525 | 26,886,964,787 | IssuesEvent | 2023-02-06 04:41:28 | OpenMined/PySyft | https://api.github.com/repos/OpenMined/PySyft | closed | DPTensor ID Checks | Type: Bug :bug: Type: Improvement :chart_with_upwards_trend: Good first issue :mortar_board: Priority: 4 - Low :sunglasses: Syft | ## Description
Currently we generate a random int to use in the `source` dict on GammaTensor. This allows us to easily work on a Tensor Object, filter, change etc and then to easily find its position in the children's dict of `source` parents and replace itself etc.
While its very unlikely we generate a random int that is the same as one that was already generated, its not impossible, so it might be worth writing a simple function which checks if a key is already taken and keeps generating until it creates a unique one.

## Additional Context
This would apply to any `op` which assigns a DPTensor `int` id to the `source` dict. This is not the same thing as the `UID` id's in other parts of the system.
| 1.0 | DPTensor ID Checks - ## Description
Currently we generate a random int to use in the `source` dict on GammaTensor. This allows us to easily work on a Tensor Object, filter, change etc and then to easily find its position in the children's dict of `source` parents and replace itself etc.
While its very unlikely we generate a random int that is the same as one that was already generated, its not impossible, so it might be worth writing a simple function which checks if a key is already taken and keeps generating until it creates a unique one.

## Additional Context
This would apply to any `op` which assigns a DPTensor `int` id to the `source` dict. This is not the same thing as the `UID` id's in other parts of the system.
| non_test | dptensor id checks description currently we generate a random int to use in the source dict on gammatensor this allows us to easily work on a tensor object filter change etc and then to easily find its position in the children s dict of source parents and replace itself etc while its very unlikely we generate a random int that is the same as one that was already generated its not impossible so it might be worth writing a simple function which checks if a key is already taken and keeps generating until it creates a unique one additional context this would apply to any op which assigns a dptensor int id to the source dict this is not the same thing as the uid id s in other parts of the system | 0 |
27,970 | 5,146,604,273 | IssuesEvent | 2017-01-13 02:04:26 | extnet/Ext.NET | https://api.github.com/repos/extnet/Ext.NET | closed | RTL: Columns configuration glitches in some situations | 4.x defect review-after-extjs-upgrade sencha | Following the steps on this forum thread allows one to reproduce a behavior where the grid columns display is broken. Notice the related example has a `Viewport` with `RTL="true"` properly wrapped.
[GridPanel Horizontal scroll on columns resizing with RTL orientation Chrome Only](http://forums.ext.net/showthread.php?61219).
There's a very similar Sencha issue here: [First column of gridpanel cut when its region is center in RTL only](https://www.sencha.com/forum/showthread.php?298649)
| 1.0 | RTL: Columns configuration glitches in some situations - Following the steps on this forum thread allows one to reproduce a behavior where the grid columns display is broken. Notice the related example has a `Viewport` with `RTL="true"` properly wrapped.
[GridPanel Horizontal scroll on columns resizing with RTL orientation Chrome Only](http://forums.ext.net/showthread.php?61219).
There's a very similar Sencha issue here: [First column of gridpanel cut when its region is center in RTL only](https://www.sencha.com/forum/showthread.php?298649)
| non_test | rtl columns configuration glitches in some situations following the steps on this forum thread allows one to reproduce a behavior where the grid columns display is broken notice the related example has a viewport with rtl true properly wrapped there s a very similar sencha issue here | 0 |
164,204 | 12,792,372,226 | IssuesEvent | 2020-07-02 01:12:33 | microsoft/azure-tools-for-java | https://api.github.com/repos/microsoft/azure-tools-for-java | closed | Sometimes creating sp using our commonly test subscription will fail | Eclipse IntelliJ Internal Test P2 auth bug transfter | Failures appear on our commonly used test subscriptions: Java Dev Experience Tests With TTL = 7Days
Two subscriptions are used in the following example
1. Java Lib Tests with TTL = 7 Days
2. Java Dev Experience Tests With TTL = 7Days

Report:
[report-72f988bf-86f1-41af-91ab-2d7cd011db47_20180330-135937.txt](https://github.com/Microsoft/azure-tools-for-java/files/1862835/report-72f988bf-86f1-41af-91ab-2d7cd011db47_20180330-135937.txt)
| 1.0 | Sometimes creating sp using our commonly test subscription will fail - Failures appear on our commonly used test subscriptions: Java Dev Experience Tests With TTL = 7Days
Two subscriptions are used in the following example
1. Java Lib Tests with TTL = 7 Days
2. Java Dev Experience Tests With TTL = 7Days

Report:
[report-72f988bf-86f1-41af-91ab-2d7cd011db47_20180330-135937.txt](https://github.com/Microsoft/azure-tools-for-java/files/1862835/report-72f988bf-86f1-41af-91ab-2d7cd011db47_20180330-135937.txt)
| test | sometimes creating sp using our commonly test subscription will fail failures appear on our commonly used test subscriptions java dev experience tests with ttl two subscriptions are used in the following example java lib tests with ttl days java dev experience tests with ttl report | 1 |
221,112 | 17,291,463,881 | IssuesEvent | 2021-07-24 21:06:11 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | [HTTP/3] Loopback server should handle graceful shutdown properly | area-System.Net.Http in pr test bug | Currently, the HTTP3 loopback server used in tests is sending a GOAWAY frame but never closing the connection. This seems to lead to occasional races with the client in tests that issue multiple requests with the server closing the connection between requests. Some cookie tests are an example of this.
To function correctly per the RFC and to prevent these races, the HTTP3 loopback server needs to do the following:
(1) Send GOAWAY (it's doing this already)
(2) Accept any incoming streams and abort them with the H3_REQUEST_REJECTED
(3) When the client closes the connection, the AcceptStream operation from (2) will return null, indicating the connection has been closed. At this point the server can close its connection.
See https://quicwg.org/base-drafts/draft-ietf-quic-http.html#name-connection-shutdown
Note: I'm not sure the client is handling graceful shutdown properly itself; we may need to fix this as well in order to get this all to work.
| 1.0 | [HTTP/3] Loopback server should handle graceful shutdown properly - Currently, the HTTP3 loopback server used in tests is sending a GOAWAY frame but never closing the connection. This seems to lead to occasional races with the client in tests that issue multiple requests with the server closing the connection between requests. Some cookie tests are an example of this.
To function correctly per the RFC and to prevent these races, the HTTP3 loopback server needs to do the following:
(1) Send GOAWAY (it's doing this already)
(2) Accept any incoming streams and abort them with the H3_REQUEST_REJECTED
(3) When the client closes the connection, the AcceptStream operation from (2) will return null, indicating the connection has been closed. At this point the server can close its connection.
See https://quicwg.org/base-drafts/draft-ietf-quic-http.html#name-connection-shutdown
Note: I'm not sure the client is handling graceful shutdown properly itself; we may need to fix this as well in order to get this all to work.
| test | loopback server should handle graceful shutdown properly currently the loopback server used in tests is sending a goaway frame but never closing the connection this seems to lead to occasional races with the client in tests that issue multiple requests with the server closing the connection between requests some cookie tests are an example of this to function correctly per the rfc and to prevent these races the loopback server needs to do the following send goaway it s doing this already accept any incoming streams and abort them with the request rejected when the client closes the connection the acceptstream operation from will return null indicating the connection has been closed at this point the server can close its connection see note i m not sure the client is handling graceful shutdown properly itself we may need to fix this as well in order to get this all to work | 1 |
8,771 | 5,959,333,553 | IssuesEvent | 2017-05-29 10:41:53 | Virtual-Labs/circular-dichronism-spectroscopy-iiith | https://api.github.com/repos/Virtual-Labs/circular-dichronism-spectroscopy-iiith | opened | QA_To study the Circular Dichroism of some substances with chiral chromophores_Theory_spelling-mistakes | Category:Usability Developed by: VLEAD Open-Edx Severity:S3 Status :Open | Defect Description :
Found spelling mistakes in the Manual section of "To study the Circular Dichroism of some substances with chiral chromophores" experiment this lab.
Actual Result :
Found spelling mistakes in the Manual section of "To study the Circular Dichroism of some substances with chiral chromophores" experiment this lab.
Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers:Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Attachments:

| True | QA_To study the Circular Dichroism of some substances with chiral chromophores_Theory_spelling-mistakes - Defect Description :
Found spelling mistakes in the Manual section of "To study the Circular Dichroism of some substances with chiral chromophores" experiment this lab.
Actual Result :
Found spelling mistakes in the Manual section of "To study the Circular Dichroism of some substances with chiral chromophores" experiment this lab.
Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers:Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Attachments:

| non_test | qa to study the circular dichroism of some substances with chiral chromophores theory spelling mistakes defect description found spelling mistakes in the manual section of to study the circular dichroism of some substances with chiral chromophores experiment this lab actual result found spelling mistakes in the manual section of to study the circular dichroism of some substances with chiral chromophores experiment this lab environment os windows ubuntu centos browsers firefox chrome chromium bandwidth hardware configuration processor attachments | 0 |
459,967 | 13,202,272,667 | IssuesEvent | 2020-08-14 11:57:24 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Stagingland - Buying process of CW broken | Category: Accounts Priority: Critical Status: Fixed | Long loading with white page, see hw-playtest channel. | 1.0 | Stagingland - Buying process of CW broken - Long loading with white page, see hw-playtest channel. | non_test | stagingland buying process of cw broken long loading with white page see hw playtest channel | 0 |
711,686 | 24,472,233,582 | IssuesEvent | 2022-10-07 21:24:36 | projectdiscovery/nuclei | https://api.github.com/repos/projectdiscovery/nuclei | closed | Support for same host redirect | Priority: High Status: Completed Type: Enhancement | Hi
It would much more helpful if nuclei having a redirect feature to redirect on a same host like httpx have with flag.
Cli option:
```console
-fhr, -follow-host-redirects follow redirects on the same host
```
Template attribute for host redirects to enable/disable behavior from the template.
```yaml
host-redirects: true
```
**Note:**
Global redirect (`-fr`) takes precedence over same host redirect `-fhr`, i.e if `-fr` flag is used, `-fhr` will be enabled internally and when `-dr` flag is used, `-fhr` will also be disabled. | 1.0 | Support for same host redirect - Hi
It would much more helpful if nuclei having a redirect feature to redirect on a same host like httpx have with flag.
Cli option:
```console
-fhr, -follow-host-redirects follow redirects on the same host
```
Template attribute for host redirects to enable/disable behavior from the template.
```yaml
host-redirects: true
```
**Note:**
Global redirect (`-fr`) takes precedence over same host redirect `-fhr`, i.e if `-fr` flag is used, `-fhr` will be enabled internally and when `-dr` flag is used, `-fhr` will also be disabled. | non_test | support for same host redirect hi it would much more helpful if nuclei having a redirect feature to redirect on a same host like httpx have with flag cli option console fhr follow host redirects follow redirects on the same host template attribute for host redirects to enable disable behavior from the template yaml host redirects true note global redirect fr takes precedence over same host redirect fhr i e if fr flag is used fhr will be enabled internally and when dr flag is used fhr will also be disabled | 0 |
441,107 | 12,708,096,700 | IssuesEvent | 2020-06-23 09:57:31 | qutebrowser/qutebrowser | https://api.github.com/repos/qutebrowser/qutebrowser | opened | Investigate devtools window detaching bug | component: QtWebEngine priority: 2 - low qt | While working on #4996 I noticed what I think is a weird QtWebEngine bug - when the devtools are first opened inline, and then later in a window, for some reason no window is shown. Reproducer:
```
$ python3 -m qutebrowser --temp-basedir --logfilter misc ':later 1000 devtools right' ':later 2000 devtools right' ':later 3000 devtools window' ':later 4000 devtools window'
```
It works fine with Qt 5.11 (as well as older Qt versions without devtools API), and with all Qt versions when using QtWebKit. Pushing a workaround for now, but it'd be good to find out what's actually going on there... | 1.0 | Investigate devtools window detaching bug - While working on #4996 I noticed what I think is a weird QtWebEngine bug - when the devtools are first opened inline, and then later in a window, for some reason no window is shown. Reproducer:
```
$ python3 -m qutebrowser --temp-basedir --logfilter misc ':later 1000 devtools right' ':later 2000 devtools right' ':later 3000 devtools window' ':later 4000 devtools window'
```
It works fine with Qt 5.11 (as well as older Qt versions without devtools API), and with all Qt versions when using QtWebKit. Pushing a workaround for now, but it'd be good to find out what's actually going on there... | non_test | investigate devtools window detaching bug while working on i noticed what i think is a weird qtwebengine bug when the devtools are first opened inline and then later in a window for some reason no window is shown reproducer m qutebrowser temp basedir logfilter misc later devtools right later devtools right later devtools window later devtools window it works fine with qt as well as older qt versions without devtools api and with all qt versions when using qtwebkit pushing a workaround for now but it d be good to find out what s actually going on there | 0 |
161,956 | 25,453,879,348 | IssuesEvent | 2022-11-24 12:40:38 | equinor/design-system | https://api.github.com/repos/equinor/design-system | closed | Update Banner in Figma. | design | Figma is not updated based on all decided variants.
- [ ] Add missing variants/colors
- [ ] Validate icon colors
- [ ] Conform on color names/types. Do we follow buttont color style or card color style?
Need to coordinate with how it is implement.
Examples: https://eds-storybook-react.azurewebsites.net/?path=/docs/components-banner--default | 1.0 | Update Banner in Figma. - Figma is not updated based on all decided variants.
- [ ] Add missing variants/colors
- [ ] Validate icon colors
- [ ] Conform on color names/types. Do we follow buttont color style or card color style?
Need to coordinate with how it is implement.
Examples: https://eds-storybook-react.azurewebsites.net/?path=/docs/components-banner--default | non_test | update banner in figma figma is not updated based on all decided variants add missing variants colors validate icon colors conform on color names types do we follow buttont color style or card color style need to coordinate with how it is implement examples | 0 |
243,093 | 20,361,875,889 | IssuesEvent | 2022-02-20 20:02:56 | neovim/neovim | https://api.github.com/repos/neovim/neovim | closed | flaky test: tui_spec.lua @ 331: TUI paste: recovers from vim.paste() failure | bug test | ```
[ ERROR ] test/functional/terminal/tui_spec.lua @ 331: TUI paste: recovers from vim.paste() failure
test/functional/ui/screen.lua:581: Failed to match any screen lines.
Expected (anywhere): "paste: Error executing lua"
Actual:
|foo |
|{1: } |
|{4:~ }|
|{4:~ }|
|{5:[No Name] [+] }|
| |
|{3:-- TERMINAL --} |
stack traceback:
test/functional/ui/screen.lua:581: in function '_wait'
test/functional/ui/screen.lua:368: in function 'expect'
test/functional/terminal/tui_spec.lua:351: in function <test/functional/terminal/tui_spec.lua:331>
```
https://travis-ci.org/neovim/neovim/jobs/577691282#L5639 (gcc-functionaltest-lua) | 1.0 | flaky test: tui_spec.lua @ 331: TUI paste: recovers from vim.paste() failure - ```
[ ERROR ] test/functional/terminal/tui_spec.lua @ 331: TUI paste: recovers from vim.paste() failure
test/functional/ui/screen.lua:581: Failed to match any screen lines.
Expected (anywhere): "paste: Error executing lua"
Actual:
|foo |
|{1: } |
|{4:~ }|
|{4:~ }|
|{5:[No Name] [+] }|
| |
|{3:-- TERMINAL --} |
stack traceback:
test/functional/ui/screen.lua:581: in function '_wait'
test/functional/ui/screen.lua:368: in function 'expect'
test/functional/terminal/tui_spec.lua:351: in function <test/functional/terminal/tui_spec.lua:331>
```
https://travis-ci.org/neovim/neovim/jobs/577691282#L5639 (gcc-functionaltest-lua) | test | flaky test tui spec lua tui paste recovers from vim paste failure test functional terminal tui spec lua tui paste recovers from vim paste failure test functional ui screen lua failed to match any screen lines expected anywhere paste error executing lua actual foo terminal stack traceback test functional ui screen lua in function wait test functional ui screen lua in function expect test functional terminal tui spec lua in function gcc functionaltest lua | 1 |
51,221 | 6,151,418,263 | IssuesEvent | 2017-06-28 02:28:26 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Tests under: System.Tests.SetEnvironmentVariable failed with "Xunit.Sdk.TrueException" | area-System.Runtime.Extensions os-windows-uwp test-run-uwp-coreclr | Opened on behalf of @Jiayili1
The test `System.Tests.SetEnvironmentVariable/Default(target: User)` has failed.
only machine target should have access issues\r
Expected: True\r
Actual: False
Stack Trace:
at System.Tests.SetEnvironmentVariable.ExecuteAgainstTarget(EnvironmentVariableTarget target, Action action, Action cleanUp)
Build : Master - 20170407.01 (UWP F5 Tests)
Failing configurations:
- Windows.10.Amd64
- x64-Release
- x64-Debug
Detail: https://mc.dot.net/#/product/netcore/master/source/official~2Fcorefx~2Fmaster~2F/type/test~2Ffunctional~2Fuwp~2F/build/20170407.01/workItem/System.Runtime.Extensions.Tests/analysis/xunit/System.Tests.SetEnvironmentVariable~2FDefault(target:%20User) | 1.0 | Tests under: System.Tests.SetEnvironmentVariable failed with "Xunit.Sdk.TrueException" - Opened on behalf of @Jiayili1
The test `System.Tests.SetEnvironmentVariable/Default(target: User)` has failed.
only machine target should have access issues\r
Expected: True\r
Actual: False
Stack Trace:
at System.Tests.SetEnvironmentVariable.ExecuteAgainstTarget(EnvironmentVariableTarget target, Action action, Action cleanUp)
Build : Master - 20170407.01 (UWP F5 Tests)
Failing configurations:
- Windows.10.Amd64
- x64-Release
- x64-Debug
Detail: https://mc.dot.net/#/product/netcore/master/source/official~2Fcorefx~2Fmaster~2F/type/test~2Ffunctional~2Fuwp~2F/build/20170407.01/workItem/System.Runtime.Extensions.Tests/analysis/xunit/System.Tests.SetEnvironmentVariable~2FDefault(target:%20User) | test | tests under system tests setenvironmentvariable failed with xunit sdk trueexception opened on behalf of the test system tests setenvironmentvariable default target user has failed only machine target should have access issues r expected true r actual false stack trace at system tests setenvironmentvariable executeagainsttarget environmentvariabletarget target action action action cleanup build master uwp tests failing configurations windows release debug detail | 1 |
237,487 | 7,760,784,126 | IssuesEvent | 2018-06-01 07:36:23 | javaee/shoal | https://api.github.com/repos/javaee/shoal | closed | missing FailureNotificationSignal during network failure when non-master is isolated | Component: GMS Priority: Major Type: Bug | I have been trying to use shoal with my application, assume I have a cluster
kind of setup with four nodes running on four different systems. If suddenly one
of the node goes out of network and it is not a master node, I get three FailureSuspectedSignals but not all three FailureNotificationSignals. If the
node which went out of network was a master node then, I get three FailureSuspectedSignals and FailureNotificationSignals. Is this not the way it
should behave even in the first case also.
#### Environment
Operating System: All
Platform: Windows
#### Affected Versions
[current] | 1.0 | missing FailureNotificationSignal during network failure when non-master is isolated - I have been trying to use shoal with my application, assume I have a cluster
kind of setup with four nodes running on four different systems. If suddenly one
of the node goes out of network and it is not a master node, I get three FailureSuspectedSignals but not all three FailureNotificationSignals. If the
node which went out of network was a master node then, I get three FailureSuspectedSignals and FailureNotificationSignals. Is this not the way it
should behave even in the first case also.
#### Environment
Operating System: All
Platform: Windows
#### Affected Versions
[current] | non_test | missing failurenotificationsignal during network failure when non master is isolated i have been trying to use shoal with my application assume i have a cluster kind of setup with four nodes running on four different systems if suddenly one of the node goes out of network and it is not a master node i get three failuresuspectedsignals but not all three failurenotificationsignals if the node which went out of network was a master node then i get three failuresuspectedsignals and failurenotificationsignals is this not the way it should behave even in the first case also environment operating system all platform windows affected versions | 0 |
233,363 | 18,976,326,901 | IssuesEvent | 2021-11-20 03:12:19 | nnicandro/emacs-jupyter | https://api.github.com/repos/nnicandro/emacs-jupyter | closed | Move `org-mode` tests to `org` files | help wanted org tests | Setup a test framework for the `org-mode` src-block tests for ease in testing and handling issues like #126.
We can setup a directory of org files in `test/org`, load them all using `org-babel-lob-ingest`, and jump to the source blocks to test using `org-babel-goto-named-src-block`.
Each test would look like
```emacs-lisp
#+NAME: test1
#+begin_src jupyter-python ...
1 + 1
#+end_src
#+RESULTS: ex-test1
: 2
```
Where `ex-test1` is the **ex**pected result of the src-block named `test1`. So we would evaluate the source block and compare against the expected result. The bulk of the tests could be translated in this way.
For the other structural tests we can assign an `ID` property to each headline and jump to them using `org-id-find-id-file`. I think this is what the `org-mode` tests do. | 1.0 | Move `org-mode` tests to `org` files - Setup a test framework for the `org-mode` src-block tests for ease in testing and handling issues like #126.
We can setup a directory of org files in `test/org`, load them all using `org-babel-lob-ingest`, and jump to the source blocks to test using `org-babel-goto-named-src-block`.
Each test would look like
```emacs-lisp
#+NAME: test1
#+begin_src jupyter-python ...
1 + 1
#+end_src
#+RESULTS: ex-test1
: 2
```
Where `ex-test1` is the **ex**pected result of the src-block named `test1`. So we would evaluate the source block and compare against the expected result. The bulk of the tests could be translated in this way.
For the other structural tests we can assign an `ID` property to each headline and jump to them using `org-id-find-id-file`. I think this is what the `org-mode` tests do. | test | move org mode tests to org files setup a test framework for the org mode src block tests for ease in testing and handling issues like we can setup a directory of org files in test org load them all using org babel lob ingest and jump to the source blocks to test using org babel goto named src block each test would look like emacs lisp name begin src jupyter python end src results ex where ex is the ex pected result of the src block named so we would evaluate the source block and compare against the expected result the bulk of the tests could be translated in this way for the other structural tests we can assign an id property to each headline and jump to them using org id find id file i think this is what the org mode tests do | 1 |
4,952 | 25,455,552,888 | IssuesEvent | 2022-11-24 13:55:27 | pace/bricks | https://api.github.com/repos/pace/bricks | closed | service generation: create docker-compose.yml | T::Maintainance | When generating a new service, also generate a docker-compose.yml for easily spinning up the service and its dependencies (database, ...). | True | service generation: create docker-compose.yml - When generating a new service, also generate a docker-compose.yml for easily spinning up the service and its dependencies (database, ...). | non_test | service generation create docker compose yml when generating a new service also generate a docker compose yml for easily spinning up the service and its dependencies database | 0 |
191,450 | 14,594,346,758 | IssuesEvent | 2020-12-20 05:06:18 | github-vet/rangeloop-pointer-findings | https://api.github.com/repos/github-vet/rangeloop-pointer-findings | closed | softcorp-io/hqs-user-service: app/testdev/experiments/speedtest/speed_test.go; 9 LoC | fresh test tiny |
Found a possible issue in [softcorp-io/hqs-user-service](https://www.github.com/softcorp-io/hqs-user-service) at [app/testdev/experiments/speedtest/speed_test.go](https://github.com/softcorp-io/hqs-user-service/blob/31b98ed99b740937c6b9d2c087294fa1cbfe81ae/app/testdev/experiments/speedtest/speed_test.go#L451-L459)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.
> range-loop variable cl used in defer or goroutine at line 454
[Click here to see the code in its original context.](https://github.com/softcorp-io/hqs-user-service/blob/31b98ed99b740937c6b9d2c087294fa1cbfe81ae/app/testdev/experiments/speedtest/speed_test.go#L451-L459)
<details>
<summary>Click here to show the 9 line(s) of Go which triggered the analyzer.</summary>
```go
for _, cl := range clients {
go func(wg *sync.WaitGroup) {
wg.Add(1)
_, err = client.GetByEmail(cl, seedEmail, token, wg)
if err != nil {
log.Println("Warning:", "Test.GetByEmail.Speed", fmt.Sprintf("Could not get user with err %v", err))
}
}(&wgClient)
}
```
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: 31b98ed99b740937c6b9d2c087294fa1cbfe81ae
| 1.0 | softcorp-io/hqs-user-service: app/testdev/experiments/speedtest/speed_test.go; 9 LoC -
Found a possible issue in [softcorp-io/hqs-user-service](https://www.github.com/softcorp-io/hqs-user-service) at [app/testdev/experiments/speedtest/speed_test.go](https://github.com/softcorp-io/hqs-user-service/blob/31b98ed99b740937c6b9d2c087294fa1cbfe81ae/app/testdev/experiments/speedtest/speed_test.go#L451-L459)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.
> range-loop variable cl used in defer or goroutine at line 454
[Click here to see the code in its original context.](https://github.com/softcorp-io/hqs-user-service/blob/31b98ed99b740937c6b9d2c087294fa1cbfe81ae/app/testdev/experiments/speedtest/speed_test.go#L451-L459)
<details>
<summary>Click here to show the 9 line(s) of Go which triggered the analyzer.</summary>
```go
for _, cl := range clients {
go func(wg *sync.WaitGroup) {
wg.Add(1)
_, err = client.GetByEmail(cl, seedEmail, token, wg)
if err != nil {
log.Println("Warning:", "Test.GetByEmail.Speed", fmt.Sprintf("Could not get user with err %v", err))
}
}(&wgClient)
}
```
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: 31b98ed99b740937c6b9d2c087294fa1cbfe81ae
| test | softcorp io hqs user service app testdev experiments speedtest speed test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message range loop variable cl used in defer or goroutine at line click here to show the line s of go which triggered the analyzer go for cl range clients go func wg sync waitgroup wg add err client getbyemail cl seedemail token wg if err nil log println warning test getbyemail speed fmt sprintf could not get user with err v err wgclient leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id | 1 |
61,688 | 3,151,724,984 | IssuesEvent | 2015-09-16 09:47:39 | ceylon/ceylon-js | https://api.github.com/repos/ceylon/ceylon-js | opened | Error running language tests | bug high priority | ```
[ceylon-run-js] /home/stephane/src/java-eclipse/ceylon.language/build/test-repo/ceylon/language/1.1.1/ceylon.language-1.1.1.js:11030
[ceylon-run-js] inedIterator,'CycledIterator':CycledIterator,'$prop$getNullElement':$1iq,'null
[ceylon-run-js] ^
[ceylon-run-js] ReferenceError: $1iq is not defined
[ceylon-run-js] at /home/stephane/src/java-eclipse/ceylon.language/build/test-repo/ceylon/language/1.1.1/ceylon.language-1.1.1.js:11030:142
[ceylon-run-js] at /home/stephane/src/java-eclipse/ceylon.language/build/test-repo/ceylon/language/1.1.1/ceylon.language-1.1.1.js:11034:37
[ceylon-run-js] at /home/stephane/src/java-eclipse/ceylon.language/build/test-repo/ceylon/language/1.1.1/ceylon.language-1.1.1.js:1:83
[ceylon-run-js] at Object.<anonymous> (/home/stephane/src/java-eclipse/ceylon.language/build/test-repo/ceylon/language/1.1.1/ceylon.language-1.1.1.js:11033:2)
[ceylon-run-js] at Module._compile (module.js:456:26)
[ceylon-run-js] at Object.Module._extensions..js (module.js:474:10)
[ceylon-run-js] at Module.load (module.js:356:32)
[ceylon-run-js] at Function.Module._load (module.js:312:12)
[ceylon-run-js] at Module.require (module.js:364:17)
[ceylon-run-js] at require (module.js:380:17)
``` | 1.0 | Error running language tests - ```
[ceylon-run-js] /home/stephane/src/java-eclipse/ceylon.language/build/test-repo/ceylon/language/1.1.1/ceylon.language-1.1.1.js:11030
[ceylon-run-js] inedIterator,'CycledIterator':CycledIterator,'$prop$getNullElement':$1iq,'null
[ceylon-run-js] ^
[ceylon-run-js] ReferenceError: $1iq is not defined
[ceylon-run-js] at /home/stephane/src/java-eclipse/ceylon.language/build/test-repo/ceylon/language/1.1.1/ceylon.language-1.1.1.js:11030:142
[ceylon-run-js] at /home/stephane/src/java-eclipse/ceylon.language/build/test-repo/ceylon/language/1.1.1/ceylon.language-1.1.1.js:11034:37
[ceylon-run-js] at /home/stephane/src/java-eclipse/ceylon.language/build/test-repo/ceylon/language/1.1.1/ceylon.language-1.1.1.js:1:83
[ceylon-run-js] at Object.<anonymous> (/home/stephane/src/java-eclipse/ceylon.language/build/test-repo/ceylon/language/1.1.1/ceylon.language-1.1.1.js:11033:2)
[ceylon-run-js] at Module._compile (module.js:456:26)
[ceylon-run-js] at Object.Module._extensions..js (module.js:474:10)
[ceylon-run-js] at Module.load (module.js:356:32)
[ceylon-run-js] at Function.Module._load (module.js:312:12)
[ceylon-run-js] at Module.require (module.js:364:17)
[ceylon-run-js] at require (module.js:380:17)
``` | non_test | error running language tests home stephane src java eclipse ceylon language build test repo ceylon language ceylon language js inediterator cyclediterator cyclediterator prop getnullelement null referenceerror is not defined at home stephane src java eclipse ceylon language build test repo ceylon language ceylon language js at home stephane src java eclipse ceylon language build test repo ceylon language ceylon language js at home stephane src java eclipse ceylon language build test repo ceylon language ceylon language js at object home stephane src java eclipse ceylon language build test repo ceylon language ceylon language js at module compile module js at object module extensions js module js at module load module js at function module load module js at module require module js at require module js | 0 |
297,269 | 25,715,779,212 | IssuesEvent | 2022-12-07 10:13:38 | wazuh/wazuh | https://api.github.com/repos/wazuh/wazuh | closed | Release 4.4.0 - Alpha 1 - E2E UX tests - Wazuh Dashboard | team/cicd type/test/manual type/release tracking release test/4.4.0 | The following issue aims to run the specified test for the current release candidate, report the results, and open new issues for any encountered errors.
## Modules test information
|||
|----------------------------------|------ |
| **Main release candidate issue** | https://github.com/wazuh/wazuh/issues/15505 |
| **Main E2E UX test issue** | https://github.com/wazuh/wazuh/issues/15519 |
| **Version** | 4.4.0 |
| **Release candidate #** | Alpha1 |
| **Tag** | https://github.com/wazuh/wazuh/tree/v4.4.0-alpha1 |
| **Previous modules tests issue** | https://github.com/wazuh/wazuh/issues/15401 |
## Installation procedure
- Wazuh Indexer
- [Step by Step](https://documentation-dev.wazuh.com/v4.4.0-alpha1/installation-guide/wazuh-indexer/step-by-step.html)
- Wazuh Server
- [Step by Step](https://documentation-dev.wazuh.com/v4.4.0-alpha1/installation-guide/wazuh-server/step-by-step.html)
- Wazuh Dashboard
- [Step by Step](https://documentation-dev.wazuh.com/v4.4.0-alpha1/installation-guide/wazuh-dashboard/step-by-step.html)
- Wazuh Agent
- Wazuh WUI one-liner deploy IP GROUP (created beforehand)
## Test description
Best effort to test Wazuh dashboard package. Think critically and at least review/test:
- [x] Wazuh dashboard package specs
- [x] Dashboard package size
- [x] Dashboard package metadata
- [x] Dashboard package digital signature
- [x] Installed files location, size, and permissions
- [x] Installation footprint (check that no unnecessary files are modified/broken in the file system. For example that operating system files do keep their right owner/permissions and that the installer did not break the system.)
- [x] Installed service (check that it works correctly)
- [x] Wazuh Dashboard logs when installed
- [x] Wazuh Dashboard configuration (Try to find anomalies compared with 4.3.10)
- [x] Wazuh Dashboard (included the Wazuh WUI) communication with Wazuh manager API and Wazuh indexer
- [x] Register Wazuh Agents
- [x] Basic browsing through the WUI
- [x] Basic experience with WUI performance.
- [x] Anything else that could have been overlooked when creating the new package
## Test report procedure
All test results must have one of the following statuses:
| | |
|---------------------------------|--------------------------------------------|
| 🟢 | All checks passed. |
| 🔴 | There is at least one failed result. |
| 🟡 | There is at least one expected failure or skipped test and no failures. |
Any failing test must be documented with a new issue, detailing the error and the possible cause.
An extended test results report can be attached as a ZIP or TXT file. Please attach any documents, screenshots, or tables to the issue update with the results. The auditors can use this report to dig deeper into possible failures and details.
## Conclusions
| **Status** | **Test** | **Failure type** | **Notes** |
|----------------|-------------|---------------------|----------------|
| 🟢 | Wazuh dashboard package specs | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334602664 |
| 🟢 | Dashboard package size | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334610917|
| 🟢 | Dashboard package metadata (description) | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334612658 |
| 🟢 | Dashboard package digital signature | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334613991 |
| 🟢 | Installed files location, size, and permissions | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334628111 |
| 🟢 | Installation footprint | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334596352|
| 🟢 | Wazuh Dashboard logs when installed | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334596352|
| 🟢 | Wazuh Dashboard configuration | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334596352|
| 🟢 | Communication between dashboard, indexer & manager | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334685389 |
| 🟢 | Register Wazuh Agents | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334649604|
| 🔴 | Basic browsing through the WUI | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334651782|
| 🟢 | Basic experience with WUI performance | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334651782 |
| 🟢 | Wazuh server installation | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334596352|
## Auditors' validation
The definition of done for this one is the validation of the conclusions and the test results from all auditors.
All checks from below must be accepted in order to close this issue.
- [ ] @davidjiglesias
- [x] @wazuh/frontend | 2.0 | Release 4.4.0 - Alpha 1 - E2E UX tests - Wazuh Dashboard - The following issue aims to run the specified test for the current release candidate, report the results, and open new issues for any encountered errors.
## Modules test information
|||
|----------------------------------|------ |
| **Main release candidate issue** | https://github.com/wazuh/wazuh/issues/15505 |
| **Main E2E UX test issue** | https://github.com/wazuh/wazuh/issues/15519 |
| **Version** | 4.4.0 |
| **Release candidate #** | Alpha1 |
| **Tag** | https://github.com/wazuh/wazuh/tree/v4.4.0-alpha1 |
| **Previous modules tests issue** | https://github.com/wazuh/wazuh/issues/15401 |
## Installation procedure
- Wazuh Indexer
- [Step by Step](https://documentation-dev.wazuh.com/v4.4.0-alpha1/installation-guide/wazuh-indexer/step-by-step.html)
- Wazuh Server
- [Step by Step](https://documentation-dev.wazuh.com/v4.4.0-alpha1/installation-guide/wazuh-server/step-by-step.html)
- Wazuh Dashboard
- [Step by Step](https://documentation-dev.wazuh.com/v4.4.0-alpha1/installation-guide/wazuh-dashboard/step-by-step.html)
- Wazuh Agent
- Wazuh WUI one-liner deploy IP GROUP (created beforehand)
## Test description
Best effort to test Wazuh dashboard package. Think critically and at least review/test:
- [x] Wazuh dashboard package specs
- [x] Dashboard package size
- [x] Dashboard package metadata
- [x] Dashboard package digital signature
- [x] Installed files location, size, and permissions
- [x] Installation footprint (check that no unnecessary files are modified/broken in the file system. For example that operating system files do keep their right owner/permissions and that the installer did not break the system.)
- [x] Installed service (check that it works correctly)
- [x] Wazuh Dashboard logs when installed
- [x] Wazuh Dashboard configuration (Try to find anomalies compared with 4.3.10)
- [x] Wazuh Dashboard (included the Wazuh WUI) communication with Wazuh manager API and Wazuh indexer
- [x] Register Wazuh Agents
- [x] Basic browsing through the WUI
- [x] Basic experience with WUI performance.
- [x] Anything else that could have been overlooked when creating the new package
## Test report procedure
All test results must have one of the following statuses:
| | |
|---------------------------------|--------------------------------------------|
| 🟢 | All checks passed. |
| 🔴 | There is at least one failed result. |
| 🟡 | There is at least one expected failure or skipped test and no failures. |
Any failing test must be documented with a new issue, detailing the error and the possible cause.
An extended test results report can be attached as a ZIP or TXT file. Please attach any documents, screenshots, or tables to the issue update with the results. The auditors can use this report to dig deeper into possible failures and details.
## Conclusions
| **Status** | **Test** | **Failure type** | **Notes** |
|----------------|-------------|---------------------|----------------|
| 🟢 | Wazuh dashboard package specs | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334602664 |
| 🟢 | Dashboard package size | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334610917|
| 🟢 | Dashboard package metadata (description) | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334612658 |
| 🟢 | Dashboard package digital signature | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334613991 |
| 🟢 | Installed files location, size, and permissions | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334628111 |
| 🟢 | Installation footprint | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334596352|
| 🟢 | Wazuh Dashboard logs when installed | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334596352|
| 🟢 | Wazuh Dashboard configuration | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334596352|
| 🟢 | Communication between dashboard, indexer & manager | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334685389 |
| 🟢 | Register Wazuh Agents | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334649604|
| 🔴 | Basic browsing through the WUI | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334651782|
| 🟢 | Basic experience with WUI performance | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334651782 |
| 🟢 | Wazuh server installation | - | https://github.com/wazuh/wazuh/issues/15551#issuecomment-1334596352|
## Auditors' validation
The definition of done for this one is the validation of the conclusions and the test results from all auditors.
All checks from below must be accepted in order to close this issue.
- [ ] @davidjiglesias
- [x] @wazuh/frontend | test | release alpha ux tests wazuh dashboard the following issue aims to run the specified test for the current release candidate report the results and open new issues for any encountered errors modules test information main release candidate issue main ux test issue version release candidate tag previous modules tests issue installation procedure wazuh indexer wazuh server wazuh dashboard wazuh agent wazuh wui one liner deploy ip group created beforehand test description best effort to test wazuh dashboard package think critically and at least review test wazuh dashboard package specs dashboard package size dashboard package metadata dashboard package digital signature installed files location size and permissions installation footprint check that no unnecessary files are modified broken in the file system for example that operating system files do keep their right owner permissions and that the installer did not break the system installed service check that it works correctly wazuh dashboard logs when installed wazuh dashboard configuration try to find anomalies compared with wazuh dashboard included the wazuh wui communication with wazuh manager api and wazuh indexer register wazuh agents basic browsing through the wui basic experience with wui performance anything else that could have been overlooked when creating the new package test report procedure all test results must have one of the following statuses 🟢 all checks passed 🔴 there is at least one failed result 🟡 there is at least one expected failure or skipped test and no failures any failing test must be documented with a new issue detailing the error and the possible cause an extended test results report can be attached as a zip or txt file please attach any documents screenshots or tables to the issue update with the results the auditors can use this report to dig deeper into possible failures and details conclusions status test failure type notes 🟢 wazuh dashboard package specs 🟢 dashboard package size 🟢 dashboard package metadata description 🟢 dashboard package digital signature 🟢 installed files location size and permissions 🟢 installation footprint 🟢 wazuh dashboard logs when installed 🟢 wazuh dashboard configuration 🟢 communication between dashboard indexer manager 🟢 register wazuh agents 🔴 basic browsing through the wui 🟢 basic experience with wui performance 🟢 wazuh server installation auditors validation the definition of done for this one is the validation of the conclusions and the test results from all auditors all checks from below must be accepted in order to close this issue davidjiglesias wazuh frontend | 1 |
273,093 | 8,526,588,233 | IssuesEvent | 2018-11-02 16:42:47 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | unit test failure: Unified API Nodes controller | Priority: High Type: Bug | ```
unittest/pfappserver/Model/Search/Node.t ........................ 1/39
# Failed test 'MAC ASC'
# at unittest/pfappserver/Model/Search/Node.t line 57.
# Structures begin differing at:
# $got = ARRAY(0xa398468)
# $expected = HASH(0xa3b8c90)
# Failed test 'MAC ASC default order'
# at unittest/pfappserver/Model/Search/Node.t line 59.
# Structures begin differing at:
# $got = ARRAY(0x25426a0)
# $expected = HASH(0xa3b8d38)
# Failed test 'MAC DESC'
# at unittest/pfappserver/Model/Search/Node.t line 61.
# Structures begin differing at:
# $got = ARRAY(0xa3b8ca8)
# $expected = HASH(0x25421c0)
# Failed test 'MAC DESC upper'
# at unittest/pfappserver/Model/Search/Node.t line 63.
# Structures begin differing at:
# $got = ARRAY(0x25420a0)
# $expected = HASH(0xa3b8f18)
# Failed test 'MAC ASC upper'
# at unittest/pfappserver/Model/Search/Node.t line 65.
# Structures begin differing at:
# $got = ARRAY(0xa3b8c90)
# $expected = HASH(0xa3b9038)
# Failed test 'MAC ASC bad'
# at unittest/pfappserver/Model/Search/Node.t line 67.
# Structures begin differing at:
# $got = ARRAY(0x25421c0)
# $expected = HASH(0xa3b8e28)
# Failed test 'Build a simple search'
# at unittest/pfappserver/Model/Search/Node.t line 280.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3b92f0)
# $expected->{-order_by} = ARRAY(0xa3b8ca8)
# Failed test 'Skip search with a null value and the operator is not null'
# at unittest/pfappserver/Model/Search/Node.t line 300.
# Structures begin differing at:
# $got->{-order_by} = HASH(0x25421f0)
# $expected->{-order_by} = ARRAY(0xa3bba60)
# Failed test 'Search with an online date'
# at unittest/pfappserver/Model/Search/Node.t line 356.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3b8fa8)
# $expected->{-order_by} = ARRAY(0xa3bbbf8)
# Failed test 'Search with an online date '
# at unittest/pfappserver/Model/Search/Node.t line 404.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3b9758)
# $expected->{-order_by} = ARRAY(0x2542010)
# Failed test 'Search with an online date '
# at unittest/pfappserver/Model/Search/Node.t line 453.
# Structures begin differing at:
# $got->{-order_by} = HASH(0x2542190)
# $expected->{-order_by} = ARRAY(0xa3bbcd0)
# Failed test 'Search online = 'on' '
# at unittest/pfappserver/Model/Search/Node.t line 488.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3bbe38)
# $expected->{-order_by} = ARRAY(0xa3bbfe8)
# Failed test 'Search online = 'off' '
# at unittest/pfappserver/Model/Search/Node.t line 528.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3bb1c0)
# $expected->{-order_by} = ARRAY(0xa3bc030)
# Failed test 'Search online == 'unknown' '
# at unittest/pfappserver/Model/Search/Node.t line 568.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3b92f0)
# $expected->{-order_by} = ARRAY(0xa3c2448)
# Failed test 'Search with an online date '
# at unittest/pfappserver/Model/Search/Node.t line 603.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3b8fa8)
# $expected->{-order_by} = ARRAY(0xa3bfd48)
# Looks like you failed 15 tests of 39.
unittest/pfappserver/Model/Search/Node.t ........................ Dubious, test returned 15 (wstat 3840, 0xf00)
``` | 1.0 | unit test failure: Unified API Nodes controller - ```
unittest/pfappserver/Model/Search/Node.t ........................ 1/39
# Failed test 'MAC ASC'
# at unittest/pfappserver/Model/Search/Node.t line 57.
# Structures begin differing at:
# $got = ARRAY(0xa398468)
# $expected = HASH(0xa3b8c90)
# Failed test 'MAC ASC default order'
# at unittest/pfappserver/Model/Search/Node.t line 59.
# Structures begin differing at:
# $got = ARRAY(0x25426a0)
# $expected = HASH(0xa3b8d38)
# Failed test 'MAC DESC'
# at unittest/pfappserver/Model/Search/Node.t line 61.
# Structures begin differing at:
# $got = ARRAY(0xa3b8ca8)
# $expected = HASH(0x25421c0)
# Failed test 'MAC DESC upper'
# at unittest/pfappserver/Model/Search/Node.t line 63.
# Structures begin differing at:
# $got = ARRAY(0x25420a0)
# $expected = HASH(0xa3b8f18)
# Failed test 'MAC ASC upper'
# at unittest/pfappserver/Model/Search/Node.t line 65.
# Structures begin differing at:
# $got = ARRAY(0xa3b8c90)
# $expected = HASH(0xa3b9038)
# Failed test 'MAC ASC bad'
# at unittest/pfappserver/Model/Search/Node.t line 67.
# Structures begin differing at:
# $got = ARRAY(0x25421c0)
# $expected = HASH(0xa3b8e28)
# Failed test 'Build a simple search'
# at unittest/pfappserver/Model/Search/Node.t line 280.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3b92f0)
# $expected->{-order_by} = ARRAY(0xa3b8ca8)
# Failed test 'Skip search with a null value and the operator is not null'
# at unittest/pfappserver/Model/Search/Node.t line 300.
# Structures begin differing at:
# $got->{-order_by} = HASH(0x25421f0)
# $expected->{-order_by} = ARRAY(0xa3bba60)
# Failed test 'Search with an online date'
# at unittest/pfappserver/Model/Search/Node.t line 356.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3b8fa8)
# $expected->{-order_by} = ARRAY(0xa3bbbf8)
# Failed test 'Search with an online date '
# at unittest/pfappserver/Model/Search/Node.t line 404.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3b9758)
# $expected->{-order_by} = ARRAY(0x2542010)
# Failed test 'Search with an online date '
# at unittest/pfappserver/Model/Search/Node.t line 453.
# Structures begin differing at:
# $got->{-order_by} = HASH(0x2542190)
# $expected->{-order_by} = ARRAY(0xa3bbcd0)
# Failed test 'Search online = 'on' '
# at unittest/pfappserver/Model/Search/Node.t line 488.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3bbe38)
# $expected->{-order_by} = ARRAY(0xa3bbfe8)
# Failed test 'Search online = 'off' '
# at unittest/pfappserver/Model/Search/Node.t line 528.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3bb1c0)
# $expected->{-order_by} = ARRAY(0xa3bc030)
# Failed test 'Search online == 'unknown' '
# at unittest/pfappserver/Model/Search/Node.t line 568.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3b92f0)
# $expected->{-order_by} = ARRAY(0xa3c2448)
# Failed test 'Search with an online date '
# at unittest/pfappserver/Model/Search/Node.t line 603.
# Structures begin differing at:
# $got->{-order_by} = HASH(0xa3b8fa8)
# $expected->{-order_by} = ARRAY(0xa3bfd48)
# Looks like you failed 15 tests of 39.
unittest/pfappserver/Model/Search/Node.t ........................ Dubious, test returned 15 (wstat 3840, 0xf00)
``` | non_test | unit test failure unified api nodes controller unittest pfappserver model search node t failed test mac asc at unittest pfappserver model search node t line structures begin differing at got array expected hash failed test mac asc default order at unittest pfappserver model search node t line structures begin differing at got array expected hash failed test mac desc at unittest pfappserver model search node t line structures begin differing at got array expected hash failed test mac desc upper at unittest pfappserver model search node t line structures begin differing at got array expected hash failed test mac asc upper at unittest pfappserver model search node t line structures begin differing at got array expected hash failed test mac asc bad at unittest pfappserver model search node t line structures begin differing at got array expected hash failed test build a simple search at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test skip search with a null value and the operator is not null at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search with an online date at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search with an online date at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search with an online date at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search online on at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search online off at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search online unknown at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search with an online date at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array looks like you failed tests of unittest pfappserver model search node t dubious test returned wstat | 0 |
161,162 | 6,110,151,194 | IssuesEvent | 2017-06-21 14:30:37 | livro-aberto/BookCloud | https://api.github.com/repos/livro-aberto/BookCloud | opened | Discussões (threads) seguidos | low priority | Criei um ramo de funções para inserir os comentários após as atividades (basta criar labels antes no início da seção).
A imagem abaixo indica um thread criado por criar um label para a seção Funções, um para a subseção Apresentação e outro para a subsubseção Pluviometria no Sistema da Cantareira. Uma solução imediata é retirar as duas primeiras, mas isso aponta para um problema que surgirá muito em breve com o qual teremos que lidar. Sugestões de solução?
@GladsonAntunes, @cambrainha

| 1.0 | Discussões (threads) seguidos - Criei um ramo de funções para inserir os comentários após as atividades (basta criar labels antes no início da seção).
A imagem abaixo indica um thread criado por criar um label para a seção Funções, um para a subseção Apresentação e outro para a subsubseção Pluviometria no Sistema da Cantareira. Uma solução imediata é retirar as duas primeiras, mas isso aponta para um problema que surgirá muito em breve com o qual teremos que lidar. Sugestões de solução?
@GladsonAntunes, @cambrainha

| non_test | discussões threads seguidos criei um ramo de funções para inserir os comentários após as atividades basta criar labels antes no início da seção a imagem abaixo indica um thread criado por criar um label para a seção funções um para a subseção apresentação e outro para a subsubseção pluviometria no sistema da cantareira uma solução imediata é retirar as duas primeiras mas isso aponta para um problema que surgirá muito em breve com o qual teremos que lidar sugestões de solução gladsonantunes cambrainha | 0 |
318,593 | 23,728,006,489 | IssuesEvent | 2022-08-30 21:40:40 | hashgraph/guardian | https://api.github.com/repos/hashgraph/guardian | closed | Naming bugs in Schema | bug documentation technical task | ### Problem description
We have a Key Field in the Schema creation, in which we are able to add Key name with spaces and also can use predefined system names, which will actually throw an error but these errors are not yet displayed in UI.
### Step to reproduce
Steps to reproduce the behavior:
1. Go to Schemas Tab
2. Click on Create Schema
3. Click on Advanced Tab
4. When we type Key Field name with spaces/predefined system names
5. No error is shown
### Expected behavior
Whenever there is a Space between the words or predefined system name is entered, it should not accept and should display an error saying "Spaces are not allowed" / "Predefined System Name cannot be used"
| 1.0 | Naming bugs in Schema - ### Problem description
We have a Key Field in the Schema creation, in which we are able to add Key name with spaces and also can use predefined system names, which will actually throw an error but these errors are not yet displayed in UI.
### Step to reproduce
Steps to reproduce the behavior:
1. Go to Schemas Tab
2. Click on Create Schema
3. Click on Advanced Tab
4. When we type Key Field name with spaces/predefined system names
5. No error is shown
### Expected behavior
Whenever there is a Space between the words or predefined system name is entered, it should not accept and should display an error saying "Spaces are not allowed" / "Predefined System Name cannot be used"
| non_test | naming bugs in schema problem description we have a key field in the schema creation in which we are able to add key name with spaces and also can use predefined system names which will actually throw an error but these errors are not yet displayed in ui step to reproduce steps to reproduce the behavior go to schemas tab click on create schema click on advanced tab when we type key field name with spaces predefined system names no error is shown expected behavior whenever there is a space between the words or predefined system name is entered it should not accept and should display an error saying spaces are not allowed predefined system name cannot be used | 0 |
313,600 | 26,939,194,324 | IssuesEvent | 2023-02-07 23:55:03 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | [Backport v2.6] Provisioning tests failing due to cgroups remediation miss and bad published RKE2 version | kind/flaky-test [zube]: Done status/dev-validate area/provisioning-v2 area/provisioning-rke2 team/area2 QA/None | This is a backport issue for https://github.com/rancher/rancher/issues/39484, automatically created via rancherbot by @Oats87
Original issue description:
| 1.0 | [Backport v2.6] Provisioning tests failing due to cgroups remediation miss and bad published RKE2 version - This is a backport issue for https://github.com/rancher/rancher/issues/39484, automatically created via rancherbot by @Oats87
Original issue description:
| test | provisioning tests failing due to cgroups remediation miss and bad published version this is a backport issue for automatically created via rancherbot by original issue description | 1 |
144,332 | 11,612,764,101 | IssuesEvent | 2020-02-26 09:33:46 | eclipse/kapua | https://api.github.com/repos/eclipse/kapua | closed | No Job-Engine-Service Cucumber Integration Tests | Test | For now, we do not have any job-engine-service cucumber integration tests. We should add tests online device, offline device, multiple devices and for all the possible steps (command execution, Configuratio put...) to check if everything is OK.
We will devide scenarios in multiple Pull Requests to avoid CQ (I think this is not necessary for integration tests).
**Testflow:**
/
**Expected behavior**
We should add integration tests for job-engine-service, because there are none.
**Screenshots**
/
**Version of Kapua**
1.1.0 - Snapshot
**Type of deployment**
/
**Main component affected**
/
**Additional context**
/
| 1.0 | No Job-Engine-Service Cucumber Integration Tests - For now, we do not have any job-engine-service cucumber integration tests. We should add tests online device, offline device, multiple devices and for all the possible steps (command execution, Configuratio put...) to check if everything is OK.
We will devide scenarios in multiple Pull Requests to avoid CQ (I think this is not necessary for integration tests).
**Testflow:**
/
**Expected behavior**
We should add integration tests for job-engine-service, because there are none.
**Screenshots**
/
**Version of Kapua**
1.1.0 - Snapshot
**Type of deployment**
/
**Main component affected**
/
**Additional context**
/
| test | no job engine service cucumber integration tests for now we do not have any job engine service cucumber integration tests we should add tests online device offline device multiple devices and for all the possible steps command execution configuratio put to check if everything is ok we will devide scenarios in multiple pull requests to avoid cq i think this is not necessary for integration tests testflow expected behavior we should add integration tests for job engine service because there are none screenshots version of kapua snapshot type of deployment main component affected additional context | 1 |
47,410 | 24,990,773,364 | IssuesEvent | 2022-11-02 18:34:05 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | XLA CPU performance issues | stat:awaiting response stalled comp:xla type:performance TF 2.10 | <details><summary>Click to expand!</summary>
### Issue Type
Performance
### Source
source
### Tensorflow Version
2.10 and 2.11 branch
### Custom Code
No
### OS Platform and Distribution
Linux Ubuntu 18.04
### Mobile device
_No response_
### Python version
3.6
### Bazel version
5.3.0
### GCC/Compiler version
12.1
### CUDA/cuDNN version
None
### GPU model and memory
None
### Current Behaviour?
```shell
CPU only.
I try to enable xla on my models, but found it became slower.
I found: without xla, tf can use all cores(8 for my case), there are enough ops to distributed across multiple cores.
but when enable xla, critical path became `_XlaRun`, and it seems to run in single thread.
I tried `--tf_xla_max_cluster_size=10`, and still slower.
I want to know if this result is as expected, and if there is anyway to make xla utilize all cores.
```
| True | XLA CPU performance issues - <details><summary>Click to expand!</summary>
### Issue Type
Performance
### Source
source
### Tensorflow Version
2.10 and 2.11 branch
### Custom Code
No
### OS Platform and Distribution
Linux Ubuntu 18.04
### Mobile device
_No response_
### Python version
3.6
### Bazel version
5.3.0
### GCC/Compiler version
12.1
### CUDA/cuDNN version
None
### GPU model and memory
None
### Current Behaviour?
```shell
CPU only.
I try to enable xla on my models, but found it became slower.
I found: without xla, tf can use all cores(8 for my case), there are enough ops to distributed across multiple cores.
but when enable xla, critical path became `_XlaRun`, and it seems to run in single thread.
I tried `--tf_xla_max_cluster_size=10`, and still slower.
I want to know if this result is as expected, and if there is anyway to make xla utilize all cores.
```
| non_test | xla cpu performance issues click to expand issue type performance source source tensorflow version and branch custom code no os platform and distribution linux ubuntu mobile device no response python version bazel version gcc compiler version cuda cudnn version none gpu model and memory none current behaviour shell cpu only i try to enable xla on my models but found it became slower i found without xla tf can use all cores for my case there are enough ops to distributed across multiple cores but when enable xla critical path became xlarun and it seems to run in single thread i tried tf xla max cluster size and still slower i want to know if this result is as expected and if there is anyway to make xla utilize all cores | 0 |
140,679 | 11,355,804,789 | IssuesEvent | 2020-01-24 20:57:45 | pikatoste/test.sh | https://api.github.com/repos/pikatoste/test.sh | closed | Tests fail when there's no /tmp | test | - Verson orginated: 0.1.0-SNAPSHOT-248ee29
- Version done: 0.1.0-SNAPSHOT-5fba3f2
----
`test_config_LOG_vars_50.sh` accesses `/tmp` unconditionally, fails if it does not exist, such as android devices. | 1.0 | Tests fail when there's no /tmp - - Verson orginated: 0.1.0-SNAPSHOT-248ee29
- Version done: 0.1.0-SNAPSHOT-5fba3f2
----
`test_config_LOG_vars_50.sh` accesses `/tmp` unconditionally, fails if it does not exist, such as android devices. | test | tests fail when there s no tmp verson orginated snapshot version done snapshot test config log vars sh accesses tmp unconditionally fails if it does not exist such as android devices | 1 |
187,816 | 14,432,483,340 | IssuesEvent | 2020-12-07 02:05:44 | kalexmills/github-vet-tests-dec2020 | https://api.github.com/repos/kalexmills/github-vet-tests-dec2020 | closed | TinyUlt/LeafProject: sky/db/mgo/session_test.go; 5 LoC | fresh test tiny |
Found a possible issue in [TinyUlt/LeafProject](https://www.github.com/TinyUlt/LeafProject) at [sky/db/mgo/session_test.go](https://github.com/TinyUlt/LeafProject/blob/d4f276dd6990a2fb41d96b52e0397dab8ca88ce8/sky/db/mgo/session_test.go#L3471-L3475)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.
> function call which takes a reference to item at line 3472 may start a goroutine
[Click here to see the code in its original context.](https://github.com/TinyUlt/LeafProject/blob/d4f276dd6990a2fb41d96b52e0397dab8ca88ce8/sky/db/mgo/session_test.go#L3471-L3475)
<details>
<summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary>
```go
for _, item := range result {
c.Logf("Item: %#v", &item)
c.Assert(item.Value, Equals, expected[item.Id])
expected[item.Id] = -1
}
```
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: d4f276dd6990a2fb41d96b52e0397dab8ca88ce8
| 1.0 | TinyUlt/LeafProject: sky/db/mgo/session_test.go; 5 LoC -
Found a possible issue in [TinyUlt/LeafProject](https://www.github.com/TinyUlt/LeafProject) at [sky/db/mgo/session_test.go](https://github.com/TinyUlt/LeafProject/blob/d4f276dd6990a2fb41d96b52e0397dab8ca88ce8/sky/db/mgo/session_test.go#L3471-L3475)
Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.
> function call which takes a reference to item at line 3472 may start a goroutine
[Click here to see the code in its original context.](https://github.com/TinyUlt/LeafProject/blob/d4f276dd6990a2fb41d96b52e0397dab8ca88ce8/sky/db/mgo/session_test.go#L3471-L3475)
<details>
<summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary>
```go
for _, item := range result {
c.Logf("Item: %#v", &item)
c.Assert(item.Value, Equals, expected[item.Id])
expected[item.Id] = -1
}
```
</details>
Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.
commit ID: d4f276dd6990a2fb41d96b52e0397dab8ca88ce8
| test | tinyult leafproject sky db mgo session test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to item at line may start a goroutine click here to show the line s of go which triggered the analyzer go for item range result c logf item v item c assert item value equals expected expected leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id | 1 |
283,791 | 8,723,485,240 | IssuesEvent | 2018-12-09 22:12:29 | ZetaGlest/zetaglest-source | https://api.github.com/repos/ZetaGlest/zetaglest-source | closed | typing /list in chat should show player list | help wanted priority: normal | Right now, during a game pressing `?` shows debug info, as well as the list of players.
A `/list` command needs to be added for the chat feature, so the players list will output to the chat console. The player list should be removed from the debug info.
Will need a condition to show it only to the player who typed it.. therefore it would be similar to the team chat feature.. where it's hidden from non-team members. | 1.0 | typing /list in chat should show player list - Right now, during a game pressing `?` shows debug info, as well as the list of players.
A `/list` command needs to be added for the chat feature, so the players list will output to the chat console. The player list should be removed from the debug info.
Will need a condition to show it only to the player who typed it.. therefore it would be similar to the team chat feature.. where it's hidden from non-team members. | non_test | typing list in chat should show player list right now during a game pressing shows debug info as well as the list of players a list command needs to be added for the chat feature so the players list will output to the chat console the player list should be removed from the debug info will need a condition to show it only to the player who typed it therefore it would be similar to the team chat feature where it s hidden from non team members | 0 |
31,147 | 11,874,634,817 | IssuesEvent | 2020-03-26 19:22:03 | dotnet/aspnetcore | https://api.github.com/repos/dotnet/aspnetcore | closed | Multiple AuthenticationHandlers not working as expected | Needs: Attention :wave: area-security investigate | ### Describe the bug
I have a scenario where i require two different authentication handlers. One of the handlers is to be applied to all mvc requests as the default handler. The other is to be applied to only specific controllers/actions explicitly via the Authorize attribute in combination with specifying the AuthenticationSchemes parameter.
Both handlers are added in the startup like below, with the SchemeOneHandler set as the default.
``` C#
services.AddAuthentication(nameof(SchemeOneHandler))
.AddScheme<AuthenticationSchemeOptions, SchemeOneHandler>(nameof(SchemeOneHandler), o => { })
.AddScheme<AuthenticationSchemeOptions, SchemeTwoHandler>(nameof(SchemeTwoHandler), o => { });
```
A global filter is then added to mvc to ensure all requests are authorized as per below.
``` C#
services.AddMvc(config =>
{
var policy = new AuthorizationPolicyBuilder()
.RequireAuthenticatedUser()
.Build();
config.Filters.Add(new AuthorizeFilter(policy));
}).SetCompatibilityVersion(CompatibilityVersion.Version_2_2);
```
In my controller I have two actions one without any Authorize attribute , this is secured by the global mvc authorize policy, and a second action that has a Authorize attribute that explicitly states the AuthenticationSchemes should be SchemeTwoHandler. See code below.
``` C#
// GET api/values
[HttpGet]
public ActionResult<IEnumerable<string>> Get()
{
return new string[] { "value1", "value2" };
}
// GET api/values/5
[HttpGet("{id}")]
[Authorize(AuthenticationSchemes = nameof(SchemeTwoHandler))]
public ActionResult<string> Get(int id)
{
return "value";
}
```
Form the docs i have read [here](https://docs.microsoft.com/en-us/aspnet/core/security/authorization/limitingidentitybyscheme?view=aspnetcore-3.0#selecting-the-scheme-with-the-authorize-attribute) this seems like it should work, and it does...partially.
If you make a request to the action that is secured by the specific handler everything works as expected, however as soon as you make a request to the other action that is secured by the global mvc filter the first action can no longer can be accessed.
Am I doing something wrong here, or is this a bug?
### To Reproduce
Grab the repo [here](https://github.com/SamWhitby/NetCoreAuth), and build and run. Initial request will succeed. then make a request to the route /api/values/?One and it will succeed, Then make another request to the initial route api/values/99/?Two and it will fail.
### Further technical details
.NET Core 2.2
Visual Studio 2019
| True | Multiple AuthenticationHandlers not working as expected - ### Describe the bug
I have a scenario where i require two different authentication handlers. One of the handlers is to be applied to all mvc requests as the default handler. The other is to be applied to only specific controllers/actions explicitly via the Authorize attribute in combination with specifying the AuthenticationSchemes parameter.
Both handlers are added in the startup like below, with the SchemeOneHandler set as the default.
``` C#
services.AddAuthentication(nameof(SchemeOneHandler))
.AddScheme<AuthenticationSchemeOptions, SchemeOneHandler>(nameof(SchemeOneHandler), o => { })
.AddScheme<AuthenticationSchemeOptions, SchemeTwoHandler>(nameof(SchemeTwoHandler), o => { });
```
A global filter is then added to mvc to ensure all requests are authorized as per below.
``` C#
services.AddMvc(config =>
{
var policy = new AuthorizationPolicyBuilder()
.RequireAuthenticatedUser()
.Build();
config.Filters.Add(new AuthorizeFilter(policy));
}).SetCompatibilityVersion(CompatibilityVersion.Version_2_2);
```
In my controller I have two actions one without any Authorize attribute , this is secured by the global mvc authorize policy, and a second action that has a Authorize attribute that explicitly states the AuthenticationSchemes should be SchemeTwoHandler. See code below.
``` C#
// GET api/values
[HttpGet]
public ActionResult<IEnumerable<string>> Get()
{
return new string[] { "value1", "value2" };
}
// GET api/values/5
[HttpGet("{id}")]
[Authorize(AuthenticationSchemes = nameof(SchemeTwoHandler))]
public ActionResult<string> Get(int id)
{
return "value";
}
```
Form the docs i have read [here](https://docs.microsoft.com/en-us/aspnet/core/security/authorization/limitingidentitybyscheme?view=aspnetcore-3.0#selecting-the-scheme-with-the-authorize-attribute) this seems like it should work, and it does...partially.
If you make a request to the action that is secured by the specific handler everything works as expected, however as soon as you make a request to the other action that is secured by the global mvc filter the first action can no longer can be accessed.
Am I doing something wrong here, or is this a bug?
### To Reproduce
Grab the repo [here](https://github.com/SamWhitby/NetCoreAuth), and build and run. Initial request will succeed. then make a request to the route /api/values/?One and it will succeed, Then make another request to the initial route api/values/99/?Two and it will fail.
### Further technical details
.NET Core 2.2
Visual Studio 2019
| non_test | multiple authenticationhandlers not working as expected describe the bug i have a scenario where i require two different authentication handlers one of the handlers is to be applied to all mvc requests as the default handler the other is to be applied to only specific controllers actions explicitly via the authorize attribute in combination with specifying the authenticationschemes parameter both handlers are added in the startup like below with the schemeonehandler set as the default c services addauthentication nameof schemeonehandler addscheme nameof schemeonehandler o addscheme nameof schemetwohandler o a global filter is then added to mvc to ensure all requests are authorized as per below c services addmvc config var policy new authorizationpolicybuilder requireauthenticateduser build config filters add new authorizefilter policy setcompatibilityversion compatibilityversion version in my controller i have two actions one without any authorize attribute this is secured by the global mvc authorize policy and a second action that has a authorize attribute that explicitly states the authenticationschemes should be schemetwohandler see code below c get api values public actionresult get return new string get api values public actionresult get int id return value form the docs i have read this seems like it should work and it does partially if you make a request to the action that is secured by the specific handler everything works as expected however as soon as you make a request to the other action that is secured by the global mvc filter the first action can no longer can be accessed am i doing something wrong here or is this a bug to reproduce grab the repo and build and run initial request will succeed then make a request to the route api values one and it will succeed then make another request to the initial route api values two and it will fail further technical details net core visual studio | 0 |
90,464 | 15,856,163,015 | IssuesEvent | 2021-04-08 01:40:37 | sandrinesuire/project_8 | https://api.github.com/repos/sandrinesuire/project_8 | opened | CVE-2019-19118 (Medium) detected in Django-2.2.4.tar.gz | security vulnerability | ## CVE-2019-19118 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Django-2.2.4.tar.gz</b></p></summary>
<p>A high-level Python Web framework that encourages rapid development and clean, pragmatic design.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/19/11/3449a2071df9427e7a5c4dddee2462e88840dd968a9b0c161097154fcb0c/Django-2.2.4.tar.gz">https://files.pythonhosted.org/packages/19/11/3449a2071df9427e7a5c4dddee2462e88840dd968a9b0c161097154fcb0c/Django-2.2.4.tar.gz</a></p>
<p>Path to dependency file: project_8/requirements.txt</p>
<p>Path to vulnerable library: project_8/requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **Django-2.2.4.tar.gz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Django 2.1 before 2.1.15 and 2.2 before 2.2.8 allows unintended model editing. A Django model admin displaying inline related models, where the user has view-only permissions to a parent model but edit permissions to the inline model, would be presented with an editing UI, allowing POST requests, for updating the inline model. Directly editing the view-only parent model was not possible, but the parent model's save() method was called, triggering potential side effects, and causing pre and post-save signal handlers to be invoked. (To resolve this, the Django admin is adjusted to require edit permissions on the parent model in order for inline models to be editable.)
<p>Publish Date: 2019-12-02
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19118>CVE-2019-19118</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19118">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19118</a></p>
<p>Release Date: 2019-12-02</p>
<p>Fix Resolution: 2.1.15,2.2.8</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2019-19118 (Medium) detected in Django-2.2.4.tar.gz - ## CVE-2019-19118 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Django-2.2.4.tar.gz</b></p></summary>
<p>A high-level Python Web framework that encourages rapid development and clean, pragmatic design.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/19/11/3449a2071df9427e7a5c4dddee2462e88840dd968a9b0c161097154fcb0c/Django-2.2.4.tar.gz">https://files.pythonhosted.org/packages/19/11/3449a2071df9427e7a5c4dddee2462e88840dd968a9b0c161097154fcb0c/Django-2.2.4.tar.gz</a></p>
<p>Path to dependency file: project_8/requirements.txt</p>
<p>Path to vulnerable library: project_8/requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **Django-2.2.4.tar.gz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Django 2.1 before 2.1.15 and 2.2 before 2.2.8 allows unintended model editing. A Django model admin displaying inline related models, where the user has view-only permissions to a parent model but edit permissions to the inline model, would be presented with an editing UI, allowing POST requests, for updating the inline model. Directly editing the view-only parent model was not possible, but the parent model's save() method was called, triggering potential side effects, and causing pre and post-save signal handlers to be invoked. (To resolve this, the Django admin is adjusted to require edit permissions on the parent model in order for inline models to be editable.)
<p>Publish Date: 2019-12-02
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19118>CVE-2019-19118</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19118">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19118</a></p>
<p>Release Date: 2019-12-02</p>
<p>Fix Resolution: 2.1.15,2.2.8</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve medium detected in django tar gz cve medium severity vulnerability vulnerable library django tar gz a high level python web framework that encourages rapid development and clean pragmatic design library home page a href path to dependency file project requirements txt path to vulnerable library project requirements txt dependency hierarchy x django tar gz vulnerable library vulnerability details django before and before allows unintended model editing a django model admin displaying inline related models where the user has view only permissions to a parent model but edit permissions to the inline model would be presented with an editing ui allowing post requests for updating the inline model directly editing the view only parent model was not possible but the parent model s save method was called triggering potential side effects and causing pre and post save signal handlers to be invoked to resolve this the django admin is adjusted to require edit permissions on the parent model in order for inline models to be editable publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
764,688 | 26,812,002,239 | IssuesEvent | 2023-02-01 23:22:45 | artainmo/ft_hangouts | https://api.github.com/repos/artainmo/ft_hangouts | opened | Detect when a message is received on device | Priority | Maybe create a notification once a message is received...
When receiving a text message, a new contact is instantly created with the number as the contact name. | 1.0 | Detect when a message is received on device - Maybe create a notification once a message is received...
When receiving a text message, a new contact is instantly created with the number as the contact name. | non_test | detect when a message is received on device maybe create a notification once a message is received when receiving a text message a new contact is instantly created with the number as the contact name | 0 |
3,659 | 4,629,313,579 | IssuesEvent | 2016-09-28 08:51:45 | RestComm/Restcomm-Connect | https://api.github.com/repos/RestComm/Restcomm-Connect | closed | Need to add a reset password feature at AdminUI. | Admin UI Help Wanted Security / Access Control / IDS/IPS | We need to examine a proper feature for users to ask for new password in case of lose, forgetting etc.
Maybe an email should be send to the administrator of the account.
Or we should brainstorm for some other way. | True | Need to add a reset password feature at AdminUI. - We need to examine a proper feature for users to ask for new password in case of lose, forgetting etc.
Maybe an email should be send to the administrator of the account.
Or we should brainstorm for some other way. | non_test | need to add a reset password feature at adminui we need to examine a proper feature for users to ask for new password in case of lose forgetting etc maybe an email should be send to the administrator of the account or we should brainstorm for some other way | 0 |
80,917 | 10,217,538,228 | IssuesEvent | 2019-08-15 13:54:31 | Royal-Navy/standards-toolkit | https://api.github.com/repos/Royal-Navy/standards-toolkit | closed | Quick start guide is referencing a non-existent style sheet | bug documentation | **Describe the bug**
the “Quick start” example (https://github.com/Royal-Navy/standards-toolkit) is referencing a non existent stylesheet:
import '@royalnavy/css-framework/dist/style.css'
should be
import '@royalnavy/css-framework/dist/styles.css'
**To Reproduce**
1. Try using the quick start guide.
2. See styles are not working.
**Expected behavior**
Load styles.css
**Desktop (please complete the following information):**
Browser. | 1.0 | Quick start guide is referencing a non-existent style sheet - **Describe the bug**
the “Quick start” example (https://github.com/Royal-Navy/standards-toolkit) is referencing a non existent stylesheet:
import '@royalnavy/css-framework/dist/style.css'
should be
import '@royalnavy/css-framework/dist/styles.css'
**To Reproduce**
1. Try using the quick start guide.
2. See styles are not working.
**Expected behavior**
Load styles.css
**Desktop (please complete the following information):**
Browser. | non_test | quick start guide is referencing a non existent style sheet describe the bug the “quick start” example is referencing a non existent stylesheet import royalnavy css framework dist style css should be import royalnavy css framework dist styles css to reproduce try using the quick start guide see styles are not working expected behavior load styles css desktop please complete the following information browser | 0 |
28,615 | 4,424,112,080 | IssuesEvent | 2016-08-16 11:12:21 | Beit-Hatfutsot/dbs-front | https://api.github.com/repos/Beit-Hatfutsot/dbs-front | closed | information from previous search is retained in a new search. | bug Need Tests | The second search in the general search will retain the first searches title "Found x results for abc".
http://prntscr.com/bsrjxg
Reproduce:
1. General search something.
2 General search something else.
Result:
http://prntscr.com/bsrjxg | 1.0 | information from previous search is retained in a new search. - The second search in the general search will retain the first searches title "Found x results for abc".
http://prntscr.com/bsrjxg
Reproduce:
1. General search something.
2 General search something else.
Result:
http://prntscr.com/bsrjxg | test | information from previous search is retained in a new search the second search in the general search will retain the first searches title found x results for abc reproduce general search something general search something else result | 1 |
83,074 | 7,860,889,126 | IssuesEvent | 2018-06-21 21:34:32 | ornamental/rb-tree-list | https://api.github.com/repos/ornamental/rb-tree-list | opened | Introduce Maven build | testing | The build process must
* execute unit tests;
* execute Checkstyle audit.
| 1.0 | Introduce Maven build - The build process must
* execute unit tests;
* execute Checkstyle audit.
| test | introduce maven build the build process must execute unit tests execute checkstyle audit | 1 |
235,438 | 19,346,515,656 | IssuesEvent | 2021-12-15 11:23:21 | Joystream/joystream | https://api.github.com/repos/Joystream/joystream | closed | Network Testing | network-integration-test estimate-12h sumer-release | Improve the test environment execution scripts. Have only one common script to launch environment that includes all the "joystream network" components - similar to the start.sh script. | 1.0 | Network Testing - Improve the test environment execution scripts. Have only one common script to launch environment that includes all the "joystream network" components - similar to the start.sh script. | test | network testing improve the test environment execution scripts have only one common script to launch environment that includes all the joystream network components similar to the start sh script | 1 |
4,065 | 15,340,978,195 | IssuesEvent | 2021-02-27 09:48:06 | jcallaghan/home-assistant-config | https://api.github.com/repos/jcallaghan/home-assistant-config | opened | Smart Vacuum | household: chore integration: automation research | I'm looking to get an automated vacuum to manage the ground floor of my house. It is all hardwood floor.
### Requirements
* Zones
* Lidar for object avoidance (no banging into things)
* Map integration with Home Assistant
* Local API
### Suggestions
1. Roborock S5(50 + 55), S6(60) (plus Valetudo firmware)
1. Neato D7, D5
1. Eufy by Anker and super old iRobot 500 series
1. Roomba i7+ and S9+
Research
* [Which smart vacuumed, Home Assistant community](https://community.home-assistant.io/t/what-smart-vaccum-should-i-get/131108/9)
* [Automation example, Home Assistant community](https://community.home-assistant.io/t/what-smart-vaccum-should-i-get/131108/16#)
* [Valetudo](https://valetudo.cloud/) is a standalone binary which runs on rooted Vacuums of the Xiaomi ecosystem and aims to enable the user to operate the robot vacuum without any Cloud Connection whatsoever.
* Lovelace examples https://community.home-assistant.io/t/xiaomi-vacuum-cleaner-card/64456/51
| 1.0 | Smart Vacuum - I'm looking to get an automated vacuum to manage the ground floor of my house. It is all hardwood floor.
### Requirements
* Zones
* Lidar for object avoidance (no banging into things)
* Map integration with Home Assistant
* Local API
### Suggestions
1. Roborock S5(50 + 55), S6(60) (plus Valetudo firmware)
1. Neato D7, D5
1. Eufy by Anker and super old iRobot 500 series
1. Roomba i7+ and S9+
Research
* [Which smart vacuumed, Home Assistant community](https://community.home-assistant.io/t/what-smart-vaccum-should-i-get/131108/9)
* [Automation example, Home Assistant community](https://community.home-assistant.io/t/what-smart-vaccum-should-i-get/131108/16#)
* [Valetudo](https://valetudo.cloud/) is a standalone binary which runs on rooted Vacuums of the Xiaomi ecosystem and aims to enable the user to operate the robot vacuum without any Cloud Connection whatsoever.
* Lovelace examples https://community.home-assistant.io/t/xiaomi-vacuum-cleaner-card/64456/51
| non_test | smart vacuum i m looking to get an automated vacuum to manage the ground floor of my house it is all hardwood floor requirements zones lidar for object avoidance no banging into things map integration with home assistant local api suggestions roborock plus valetudo firmware neato eufy by anker and super old irobot series roomba and research is a standalone binary which runs on rooted vacuums of the xiaomi ecosystem and aims to enable the user to operate the robot vacuum without any cloud connection whatsoever lovelace examples | 0 |
144,449 | 11,616,696,092 | IssuesEvent | 2020-02-26 16:06:08 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | test/integration.shard/hot_reload_test.dart flakiness | a: tests team: flakes tool | https://cirrus-ci.com/task/4742482515984384?command=main#L159:
```
01:51 +3 -1: test/integration.shard/hot_reload_test.dart: newly added code executes during hot reload [E]
Expected: contains '(((((RELOAD WORKED)))))'
Actual: '[{"event":"app.progress","params":{"appId":"506a800b-0dc4-41b0-b02e-ca4fe19c0ad0","id":"1","progressId":"hot.reload","message":"Initializing hot reload..."}}]\n'
'[{"event":"app.progress","params":{"appId":"506a800b-0dc4-41b0-b02e-ca4fe19c0ad0","id":"2","progressId":null,"message":"Syncing files to device Flutter test device..."}}]\n'
'[{"event":"app.progress","params":{"appId":"506a800b-0dc4-41b0-b02e-ca4fe19c0ad0","id":"2","progressId":null,"finished":true}}]\n'
'((((TICK 2))))\n'
'[{"event":"app.progress","params":{"appId":"506a800b-0dc4-41b0-b02e-ca4fe19c0ad0","id":"1","progressId":"hot.reload","finished":true}}]\n'
'Reloaded 0 of 474 libraries in 215ms.\n'
'[{"id":1,"result":{"code":0,"message":"Reloaded 0 of 474 libraries"}}]\n'
''
package:test_api expect
org-dartlang-app:///test/integration.shard/hot_reload_test.dart 45:7 main.<fn>
```
cc @DanTup | 1.0 | test/integration.shard/hot_reload_test.dart flakiness - https://cirrus-ci.com/task/4742482515984384?command=main#L159:
```
01:51 +3 -1: test/integration.shard/hot_reload_test.dart: newly added code executes during hot reload [E]
Expected: contains '(((((RELOAD WORKED)))))'
Actual: '[{"event":"app.progress","params":{"appId":"506a800b-0dc4-41b0-b02e-ca4fe19c0ad0","id":"1","progressId":"hot.reload","message":"Initializing hot reload..."}}]\n'
'[{"event":"app.progress","params":{"appId":"506a800b-0dc4-41b0-b02e-ca4fe19c0ad0","id":"2","progressId":null,"message":"Syncing files to device Flutter test device..."}}]\n'
'[{"event":"app.progress","params":{"appId":"506a800b-0dc4-41b0-b02e-ca4fe19c0ad0","id":"2","progressId":null,"finished":true}}]\n'
'((((TICK 2))))\n'
'[{"event":"app.progress","params":{"appId":"506a800b-0dc4-41b0-b02e-ca4fe19c0ad0","id":"1","progressId":"hot.reload","finished":true}}]\n'
'Reloaded 0 of 474 libraries in 215ms.\n'
'[{"id":1,"result":{"code":0,"message":"Reloaded 0 of 474 libraries"}}]\n'
''
package:test_api expect
org-dartlang-app:///test/integration.shard/hot_reload_test.dart 45:7 main.<fn>
```
cc @DanTup | test | test integration shard hot reload test dart flakiness test integration shard hot reload test dart newly added code executes during hot reload expected contains reload worked actual n n n tick n n reloaded of libraries in n n package test api expect org dartlang app test integration shard hot reload test dart main cc dantup | 1 |
315,827 | 23,599,449,003 | IssuesEvent | 2022-08-23 23:19:14 | stblassitude/obs-scene-transporter | https://api.github.com/repos/stblassitude/obs-scene-transporter | closed | command missing in instructions | documentation | on the script documentation page, the following is given as instruction as to how to export the scene collection, but it is missing the "command"
obs-scene-transporter summer-conference summer-conference.zip
should be
obs-scene-transporter **export** summer-conference summer-conference.zip | 1.0 | command missing in instructions - on the script documentation page, the following is given as instruction as to how to export the scene collection, but it is missing the "command"
obs-scene-transporter summer-conference summer-conference.zip
should be
obs-scene-transporter **export** summer-conference summer-conference.zip | non_test | command missing in instructions on the script documentation page the following is given as instruction as to how to export the scene collection but it is missing the command obs scene transporter summer conference summer conference zip should be obs scene transporter export summer conference summer conference zip | 0 |
175,223 | 13,540,606,061 | IssuesEvent | 2020-09-16 14:51:46 | ansible/awx | https://api.github.com/repos/ansible/awx | opened | [ui_next] Enabling prompt on Launch on all JTs generates console error. | component:ui_next state:needs_test state:waiting_for_pf | ##### ISSUE TYPE
- Bug Report
##### SUMMARY
We had a patternfly dependency which generated some console errors. It's exactly clear if those were handled back in June when we upgraded to 4.0. Opening this as a separate issue to retest. https://github.com/ansible/awx/issues/5909#issuecomment-634904951
```Enabling pretty much all of the prompt on launch fields for the JT and setting default values for ALL of them gives me this error in the console when I hit launch and enter the launch wizard. ```
##### ENVIRONMENT
* AWX version: devel ~June
##### STEPS TO REPRODUCE
Enable Prompt on Launch fields for a JT / WFJT
##### EXPECTED RESULTS
No console errors
##### ACTUAL RESULTS
lots of console errors
##### ADDITIONAL INFORMATION
https://github.com/ansible/awx/issues/5909#issuecomment-634904951
| 1.0 | [ui_next] Enabling prompt on Launch on all JTs generates console error. - ##### ISSUE TYPE
- Bug Report
##### SUMMARY
We had a patternfly dependency which generated some console errors. It's exactly clear if those were handled back in June when we upgraded to 4.0. Opening this as a separate issue to retest. https://github.com/ansible/awx/issues/5909#issuecomment-634904951
```Enabling pretty much all of the prompt on launch fields for the JT and setting default values for ALL of them gives me this error in the console when I hit launch and enter the launch wizard. ```
##### ENVIRONMENT
* AWX version: devel ~June
##### STEPS TO REPRODUCE
Enable Prompt on Launch fields for a JT / WFJT
##### EXPECTED RESULTS
No console errors
##### ACTUAL RESULTS
lots of console errors
##### ADDITIONAL INFORMATION
https://github.com/ansible/awx/issues/5909#issuecomment-634904951
| test | enabling prompt on launch on all jts generates console error issue type bug report summary we had a patternfly dependency which generated some console errors it s exactly clear if those were handled back in june when we upgraded to opening this as a separate issue to retest enabling pretty much all of the prompt on launch fields for the jt and setting default values for all of them gives me this error in the console when i hit launch and enter the launch wizard environment awx version devel june steps to reproduce enable prompt on launch fields for a jt wfjt expected results no console errors actual results lots of console errors additional information | 1 |
507,609 | 14,680,143,963 | IssuesEvent | 2020-12-31 09:11:15 | k8smeetup/website-tasks | https://api.github.com/repos/k8smeetup/website-tasks | opened | /docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md | lang/zh priority/P0 sync/update version/master welcome | Source File: [/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md](https://github.com/kubernetes/website/blob/master/content/en/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md)
Diff 命令参考:
```bash
# 查看原始文档与翻译文档更新差异
git diff --no-index -- content/en/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md content/zh/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md
# 跨分支持查看原始文档更新差异
git diff release-1.19 master -- content/en/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md
``` | 1.0 | /docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md - Source File: [/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md](https://github.com/kubernetes/website/blob/master/content/en/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md)
Diff 命令参考:
```bash
# 查看原始文档与翻译文档更新差异
git diff --no-index -- content/en/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md content/zh/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md
# 跨分支持查看原始文档更新差异
git diff release-1.19 master -- content/en/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md
``` | non_test | docs tasks administer cluster manage resources cpu constraint namespace md source file diff 命令参考 bash 查看原始文档与翻译文档更新差异 git diff no index content en docs tasks administer cluster manage resources cpu constraint namespace md content zh docs tasks administer cluster manage resources cpu constraint namespace md 跨分支持查看原始文档更新差异 git diff release master content en docs tasks administer cluster manage resources cpu constraint namespace md | 0 |
66,043 | 3,249,702,591 | IssuesEvent | 2015-10-18 11:45:43 | jgirald/ES2015C | https://api.github.com/repos/jgirald/ES2015C | closed | Place randomly resources on the map | High Priority Map sprint2 Team D | Estimated effort: 8h
Product Backlog (Map):As a player, I want to find (finite but enough) resources on the map, so that I can collect them. [High priority]
Ending condition:
The resources are randomly generated on the map | 1.0 | Place randomly resources on the map - Estimated effort: 8h
Product Backlog (Map):As a player, I want to find (finite but enough) resources on the map, so that I can collect them. [High priority]
Ending condition:
The resources are randomly generated on the map | non_test | place randomly resources on the map estimated effort product backlog map as a player i want to find finite but enough resources on the map so that i can collect them ending condition the resources are randomly generated on the map | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.