-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
{ | ||
"name": "Pregelator", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Application to easily write and execute customized Pregel algorithms", | ||
"engines": { | ||
"arangodb": "^3.0.0" | ||
}, | ||
"author": "Heiko Kernbach", | ||
"license": "Apache 2", | ||
"main": "main.js", | ||
"defaultDocument": "build/index.html", | ||
"scripts": { | ||
"setup": "scripts/setup.js", | ||
"teardown": "scripts/teardown.js" | ||
}, | ||
"configuration": {}, | ||
"files": { | ||
"/static": "react/build/static", | ||
}, | ||
"tests": "test/**/*.js" | ||
} | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
REACT_APP_ARANGODB_COORDINATOR_URL="http://localhost:8529/_db/_system/pregeli/" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
REACT_APP_ARANGODB_COORDINATOR_URL="http://localhost:8529/_db/_system/pregeli/" | ||
REACT_APP_ARANGODB_COORDINATOR_URL="" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"files": { | ||
"main.css": "./static/css/main.e08c9c50.chunk.css", | ||
"main.js": "./static/js/main.f728aaee.chunk.js", | ||
"main.js.map": "./static/js/main.f728aaee.chunk.js.map", | ||
"runtime-main.js": "./static/js/runtime-main.c4a2434a.js", | ||
"runtime-main.js.map": "./static/js/runtime-main.c4a2434a.js.map", | ||
"static/css/2.767556b9.chunk.css": "./static/css/2.767556b9.chunk.css", | ||
"static/js/2.8b5bb9e1.chunk.js": "./static/js/2.8b5bb9e1.chunk.js", | ||
"static/js/2.8b5bb9e1.chunk.js.map": "./static/js/2.8b5bb9e1.chunk.js.map", | ||
"index.html": "./index.html", | ||
"precache-manifest.1c5dd7f8332ed8084484c6d499aa8900.js": "./precache-manifest.1c5dd7f8332ed8084484c6d499aa8900.js", | ||
"service-worker.js": "./service-worker.js", | ||
"static/css/2.767556b9.chunk.css.map": "./static/css/2.767556b9.chunk.css.map", | ||
"static/css/main.e08c9c50.chunk.css.map": "./static/css/main.e08c9c50.chunk.css.map", | ||
"static/js/2.8b5bb9e1.chunk.js.LICENSE.txt": "./static/js/2.8b5bb9e1.chunk.js.LICENSE.txt", | ||
"static/media/jsoneditor.css": "./static/media/jsoneditor-icons.2b9b4872.svg" | ||
}, | ||
"entrypoints": [ | ||
"static/js/runtime-main.c4a2434a.js", | ||
"static/css/2.767556b9.chunk.css", | ||
"static/js/2.8b5bb9e1.chunk.js", | ||
"static/css/main.e08c9c50.chunk.css", | ||
"static/js/main.f728aaee.chunk.js" | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500"/><title>Pregelator</title><style>body{margin:0}</style><link href="./static/css/2.767556b9.chunk.css" rel="stylesheet"><link href="./static/css/main.e08c9c50.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,l,a=r[0],p=r[1],f=r[2],c=0,s=[];c<a.length;c++)l=a[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in p)Object.prototype.hasOwnProperty.call(p,n)&&(e[n]=p[n]);for(i&&i(r);s.length;)s.shift()();return u.push.apply(u,f||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,a=1;a<t.length;a++){var p=t[a];0!==o[p]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="./";var a=this.webpackJsonppregelator=this.webpackJsonppregelator||[],p=a.push.bind(a);a.push=r,a=a.slice();for(var f=0;f<a.length;f++)r(a[f]);var i=p;t()}([])</script><script src="./static/js/2.8b5bb9e1.chunk.js"></script><script src="./static/js/main.f728aaee.chunk.js"></script></body></html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
self.__precacheManifest = (self.__precacheManifest || []).concat([ | ||
{ | ||
"revision": "867e4fde953025f608a28ba95f4a6b86", | ||
"url": "./index.html" | ||
}, | ||
{ | ||
"revision": "925f960d30450cdc2d0a", | ||
"url": "./static/css/2.767556b9.chunk.css" | ||
}, | ||
{ | ||
"revision": "e69f4155dfb37ec72904", | ||
"url": "./static/css/main.e08c9c50.chunk.css" | ||
}, | ||
{ | ||
"revision": "925f960d30450cdc2d0a", | ||
"url": "./static/js/2.8b5bb9e1.chunk.js" | ||
}, | ||
{ | ||
"revision": "a691e4d68d19884f10cea6d62e01a1f5", | ||
"url": "./static/js/2.8b5bb9e1.chunk.js.LICENSE.txt" | ||
}, | ||
{ | ||
"revision": "e69f4155dfb37ec72904", | ||
"url": "./static/js/main.f728aaee.chunk.js" | ||
}, | ||
{ | ||
"revision": "872f19faa78b631f6316", | ||
"url": "./static/js/runtime-main.c4a2434a.js" | ||
}, | ||
{ | ||
"revision": "2b9b4872cd25494093c1eb14f0264a0b", | ||
"url": "./static/media/jsoneditor-icons.2b9b4872.svg" | ||
} | ||
]); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/** | ||
* Welcome to your Workbox-powered service worker! | ||
* | ||
* You'll need to register this file in your web app and you should | ||
* disable HTTP caching for this file too. | ||
* See https://goo.gl/nhQhGp | ||
* | ||
* The rest of the code is auto-generated. Please don't update this file | ||
* directly; instead, make changes to your Workbox build configuration | ||
* and re-run your build process. | ||
* See https://goo.gl/2aRDsh | ||
*/ | ||
|
||
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js"); | ||
|
||
importScripts( | ||
"./precache-manifest.1c5dd7f8332ed8084484c6d499aa8900.js" | ||
); | ||
|
||
self.addEventListener('message', (event) => { | ||
if (event.data && event.data.type === 'SKIP_WAITING') { | ||
self.skipWaiting(); | ||
} | ||
}); | ||
|
||
workbox.core.clientsClaim(); | ||
|
||
/** | ||
* The workboxSW.precacheAndRoute() method efficiently caches and responds to | ||
* requests for URLs in the manifest. | ||
* See https://goo.gl/S9QRab | ||
*/ | ||
self.__precacheManifest = [].concat(self.__precacheManifest || []); | ||
workbox.precaching.precacheAndRoute(self.__precacheManifest, {}); | ||
|
||
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("./index.html"), { | ||
|
||
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/], | ||
}); |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
/* | ||
object-assign | ||
(c) Sindre Sorhus | ||
@license MIT | ||
*/ | ||
|
||
/*! | ||
* Selectr 2.4.0 | ||
* https://github.com/Mobius1/Selectr | ||
* | ||
* Released under the MIT license | ||
*/ | ||
|
||
/*! | ||
Copyright (c) 2017 Jed Watson. | ||
Licensed under the MIT License (MIT), see | ||
http://jedwatson.github.io/classnames | ||
*/ | ||
|
||
/*! | ||
* jsoneditor.js | ||
* | ||
* @brief | ||
* JSONEditor is a web-based tool to view, edit, format, and validate JSON. | ||
* It has various modes such as a tree editor, a code editor, and a plain text | ||
* editor. | ||
* | ||
* Supported browsers: Chrome, Firefox, Safari, Opera, Internet Explorer 8+ | ||
* | ||
* @license | ||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not | ||
* use this file except in compliance with the License. You may obtain a copy | ||
* of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
* License for the specific language governing permissions and limitations under | ||
* the License. | ||
* | ||
* Copyright (c) 2011-2020 Jos de Jong, http://jsoneditoronline.org | ||
* | ||
* @author Jos de Jong, <[email protected]> | ||
* @version 9.0.3 | ||
* @date 2020-07-02 | ||
*/ | ||
|
||
/** @license React v0.19.1 | ||
* scheduler.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** @license React v16.13.1 | ||
* react-dom.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** @license React v16.13.1 | ||
* react-is.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** @license React v16.13.1 | ||
* react.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.