Commit Graph

54 Commits (8f6c4632521e295c6d7a589976ee725a346013d3)
 

Author SHA1 Message Date
Trivernis 8f6c463252
Merge pull request #16 from Trivernis/imgbot
[ImgBot] Optimize images
6 years ago
ImgBotApp eac415c284
[ImgBot] Optimize images
/res/img/RCN-Logo.png -- 82.92kb -> 80.16kb (3.34%)
6 years ago
Trivernis 87d4ef500c
Merge pull request #15 from Trivernis/renovate/jsdom-13.x
Update dependency jsdom to v13
6 years ago
Renovate Bot 254998be90
Update dependency jsdom to v13 6 years ago
Trivernis 1ba973ba3f
Merge pull request #14 from Trivernis/renovate/pin-dependencies
Pin dependencies
6 years ago
Renovate Bot 47a74123ee
Pin dependencies 6 years ago
Trivernis ec9b3d9819
Merge pull request #13 from Trivernis/renovate/configure
Configure Renovate
6 years ago
Renovate Bot f6c4e7394c
Add renovate.json 6 years ago
Trivernis 38e4643dd7
Merge pull request #12 from Trivernis/develop
Develop
6 years ago
Trivernis 27681d42aa README Badges
- Added Badges for CircleCI, CodeFactor and GPLv3
6 years ago
Trivernis 83a9f98bf0 Updated Documentation
- Rewrote README.md
- Added --help flag for script
- server.json now uses 2-spaces-indentation
6 years ago
Trivernis 48db477a27
Merge pull request #10 from Trivernis/testing-config-2
Changes in testing config
6 years ago
Julius Riegel 7642a57c37 Changes in testing config
- removed atrifact and result storage because they don't exist
- renamed dependency install
- changed loglevel
6 years ago
Trivernis 88ce671b6a
Merge pull request #9 from Trivernis/develop
Develop
6 years ago
Trivernis 44ef1d68e3
Merge pull request #7 from Trivernis/develop-cf-autofix
Apply fixes from CodeFactor
6 years ago
Trivernis 30540941ef
Merge pull request #8 from Trivernis/develop
Develop
6 years ago
Julius Riegel ba4c3f9da4 Merge branch 'develop' of https://github.com/trivernis/rcn-frontserver into develop 6 years ago
Julius Riegel 64490a53ff Code cleanup and comments
- Added description for cleanup function
- Removed unused variable clean and moved assignment of cleanup-function
- removed index parameter from deleteFolder function in caching.js
6 years ago
codefactor-io 7a9010c4c2 [CodeFactor] Apply fixes to commit 0f4c0de
[ci skip] [skip ci]
6 years ago
codefactor-io 5e64e40bde [CodeFactor] Apply fixes to commit 0f4c0de
[ci skip] [skip ci]
6 years ago
Julius Riegel 0f4c0de2d8 Statuscodes and Cleanups
- Removed caching_dump.json
- Added cleanup function that is called on
  process exit.
- .cache directory will be deleted on cleanup
- The server can now respond with error 403 or 404 depending on the 
request
- Changed exit in testing mode to 10 seconds
6 years ago
Trivernis 977782a67b
Merge pull request #6 from Trivernis/testing-config-1
Testing config 1
6 years ago
Julius Riegel 75c96c040e Added singlequotes around command 6 years ago
Julius Riegel 9c97a7190b Run change
- Bad Request returns 0 even if the request fails because thats the 
point of the request.
6 years ago
Julius Riegel db03d55ba2 Revert
After success with bad background testing, a valid configuration will be 
pushed again.
6 years ago
Julius Riegel 9ea89e2b6c Testing bad background process 6 years ago
Julius Riegel 69cfb5780a Testing with bad request 6 years ago
Julius Riegel 9dee3b44f3 Added test
- Testing without request and without running in background
6 years ago
Julius Riegel c623a8b3b9 Changed testing Setting
- Modified names for running options
6 years ago
Trivernis 5c374ad473
Merge pull request #5 from Trivernis/develop
First running version
===
See README.md for more information.
6 years ago
Julius Riegel 9665358563 Fixed typo 6 years ago
Julius Riegel 6f1e5ccc8b More changes in testing config 6 years ago
Julius Riegel e8f3b67108 Fixed typo in config.yml 6 years ago
Julius Riegel 5ec160cbfc Hotifix config 6 years ago
Julius Riegel 0f47b52442 More testing configuration
- test cl option
- testing configuration for circleci
- automatic abort after 30 seconds running
6 years ago
Julius Riegel 706fd2a548 Created testing config 6 years ago
Trivernis a41abc907e
Merge pull request #4 from Trivernis/Trivernis-patch-1
Added test configuration
6 years ago
Trivernis eef072c2f6
Added test configuration
Summary
===
- Commandline Option --test exists the process after 30000 seconds with code 0 or exits with code 1 if an error occurs.
6 years ago
Trivernis 3a0cfef640 Additional Code-Cleanup
closes #2
- removed constant cache variable in server.js
- renamed second data variable in script.js
- removed variable vueApp in data.js
6 years ago
Trivernis 2b7c88596a Code-Cleanup
- Migrated to Webstorm and cleaned the code
6 years ago
Trivernis cf9f51013c Code-Cleanup and package.json
- Added package.json with dependencies
- Cleaned up unreachable code
- Moved a function definition in caching.js to the top of the file
- Added some comments
6 years ago
Trivernis e0c3feaf86 Added File Watcher
Cached files will now be watched for changes. Also the preprocessor and chaching will now log.
6 years ago
Trivernis b40b890c1b Introducing Caching
SASS, HTML and other Files that are preprocessed will be stored in their 
processed form in the .cache directory for faster access. When a file is 
called more than 10 times in the last minute, it will be loaded into the 
memory and stays there for an hour. This allows the server to respond 
even faster to requests.
6 years ago
Trivernis a31f91d3ff Changed Readme
Repositioned Image
6 years ago
Trivernis 92313b1d69 Updated Readme
- changed image tag
6 years ago
Trivernis e21ebee005 Started with html development
- Designing the Interface now
- Added data.json
- Added data.html: For viewing graphs
- Added Icons: RCN-icon & new Favicon
- Switched to develop vue.js. Switching back on release
- Removed testing data.json
- Modified readme
6 years ago
Trivernis 21bbcbb3cd Mounting and other manipulations
- Added the option to mount specific directories via the mount parameter in the config.json config file.
- updated readme
6 years ago
Julius Riegel 3161997726 Merge remote-tracking branch 'origin/develop' into develop 6 years ago
Julius Riegel 607c5caf34 Integration of vue.js, Better Routing and more
- Added Fonts and routing to fonts in font folder
- Added vue.js
- Added configurable routing by file-extension via config.json
- Added fonts to the style.css
- closes #1
6 years ago
Julius Riegel 8a25dd2832 Integration of vue.js, Better Routing and more
- Added Fonts and routing to fonts in font folder
- Added vue.js
- Added configurable routing by file-extension via config.json
- Added fonts to the style.css
6 years ago