This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Packaging Grails application..... | |
2014-10-07 03:49:46,285 [main] INFO webxml.WebxmlGrailsPlugin - Loading default config file: class DefaultWebXmlConfig | |
2014-10-07 03:49:46,332 [main] WARN webxml.WebxmlGrailsPlugin - Did not find application config file: WebXmlConfig | |
2014-10-07 03:49:46,889 [main] INFO webxml.WebxmlGrailsPlugin - Loading default config file: class DefaultWebXmlConfig | |
2014-10-07 03:49:46,895 [main] WARN webxml.WebxmlGrailsPlugin - Did not find application config file: WebXmlConfig | |
| Done creating WAR target/repose-0.1.war | |
| Running Grails application | |
| Enabling Tomcat NIO Connector | |
Exception fixing docBase for context [/repose] | |
java.io.IOException: Application base [{1}] for host [/home/brylie/repose-ui/tomcat.8080/webapps] does not exist or is not a directory. deployOnStartUp and autoDeploy have been set to false to prevent deployment errors. Other errors may still occur. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"config": { | |
"apis": { | |
"new": [ | |
{ | |
"mode": "new", | |
"active": null, | |
"pending": { | |
"_id": "33726523-a027-4911-b8e6-2011e370ed73", | |
"version": 1, |
A realtime transit map generated from the Helsinki transportation realtime MQTT stream, including rate limiting and WebSockets output.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="bootstrap/css/bootstrap.css"></require> | |
<nav class="navbar navbar-default" role="navigation"> | |
<div class="navbar-header"> | |
<a class="navbar-brand" href="#"> | |
<i class="fa fa-user"></i> | |
<span> | |
Open API Designer | |
</span> | |
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="bootstrap/css/bootstrap.css"></require> | |
<require from="./open-api-info"></require> | |
<nav class="navbar navbar-default" role="navigation"> | |
<div class="navbar-header"> | |
<a class="navbar-brand" href="#"> | |
<i class="fa fa-user"></i> | |
<span> | |
Open API Designer | |
</span> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<h1>${counter} <button click.delegate="reset()">Reset</button></h1> | |
<h2>Increment</h2> | |
<button click.delegate="increment(1)">+ 1</button> | |
<button click.delegate="increment(5)">+ 5</button> | |
<button click.delegate="increment(100)">+ 100</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<h1>${counter} <button click.delegate="reset()">Reset</button></h1> | |
<h2>Increment</h2> | |
<button click.delegate="increment(1)">+ 1</button> | |
<button click.delegate="increment(5)">+ 5</button> | |
<button click.delegate="increment(100)">+ 100</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<h2>People</h2> | |
<ul> | |
<li repeat.for="person of people"> | |
${ person } | |
</li> | |
</ul> | |
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#163 Parameterize dashboard layout for URL based analytics browsing | |
#855 Invalid Contact data accepted [by @nnn, @marla-singer] | |
#882 Sign in Page view for 'Suomi' shown in English | |
#1012 Organize APIs according to organization in Catalog | |
#1061 Allow multiple API Umbrella instances per one Apinf instance | |
#1303 Catalogue sorting doesn't follow i18n recommendations [by @manzapanza] | |
#1926 Proxy view: Delete 'Proxy backend configuration' details and save not working | |
#1933 Add html ids for following elements in APINF. [by @matleppa] | |
#1953 Study options for DDoS attack prevention [by @jawidahmadi] | |
#1957 Automatic changelog [by @brylie, @bajiat, @nnn] |
OlderNewer