Commit Graph

98 Commits

Author SHA1 Message Date
Thorsten Sommer
dcc1af2a23 Improved the ICCC 2015-06-21 10:29:49 +02:00
Thorsten Sommer
6f58346f57 Improved the ICCC 2015-06-18 17:54:29 +02:00
Thorsten Sommer
9be6bfc5fa Add documentation 2015-06-18 17:44:22 +02:00
Thorsten Sommer
81c4d15d9f Add the new NumGen
Added the new and distributed NumGen, which replaces the old one. The
old implementation was based on a master server.
2015-06-18 17:13:41 +02:00
Thorsten Sommer
6dab89a1d4 Add documentation 2015-06-17 17:44:52 +02:00
Thorsten Sommer
69d0bdabf4 Add documentation 2015-06-17 08:47:16 +02:00
Thorsten Sommer
0a72a86584 Update README.md 2015-06-16 18:45:26 +02:00
Thorsten Sommer
7fa1f5c609 Update README.md 2015-06-16 18:35:55 +02:00
Thorsten Sommer
af804351d0 Update README.md 2015-06-16 18:35:34 +02:00
Thorsten Sommer
6b58d02aa5 Update README.md 2015-06-16 18:35:09 +02:00
Thorsten Sommer
688727458b Update README.md 2015-06-16 18:21:48 +02:00
Thorsten Sommer
4dde992cfc Added documentation 2015-06-16 17:39:06 +02:00
Thorsten Sommer
ee8173ea8b Recommit 2015-05-20 14:47:58 +02:00
Thorsten Sommer
34484b5031 Optimise the locking time
Optimise the locking time for sender and message names
2015-03-25 21:00:15 +01:00
Thorsten Sommer
0c40bff4f8 Added a new MIMEType 2015-03-25 17:41:54 +01:00
Thorsten Sommer
093a3988c0 Bug Fixes
- It was not possible to use IPv6 addresses
- Some times, Ocean chose the address fe80::1
2015-03-09 15:32:48 +01:00
Thorsten Sommer
5def8d0785 Logging Web Interface
**Work in progress**
2015-03-01 21:54:15 +01:00
Thorsten
ea02452abc Logging Web Interface
**Work in progress**
2015-02-26 18:29:42 +01:00
Thorsten
fa90dac953 Logging Web Interface
**Work in progress**
2015-02-26 17:30:33 +01:00
Thorsten
95b0dcb653 Logging Web Interface
**Work in progress**
2015-02-26 16:37:36 +01:00
Thorsten Sommer
45f2789048 Logging Web Interface
**Work in progress**
2015-02-25 20:53:50 +01:00
Thorsten
c5e8a30e68 Logging Web Interface
**Work in progress**
2015-02-24 11:58:46 +01:00
Thorsten
df6121c629 Logging Web Interface
**Work in progress**
2015-02-06 14:12:45 +01:00
Thorsten Sommer
838dbb8265 Logging Web Interface
**Work in progress**
2015-02-05 21:30:32 +01:00
Thorsten
5dc74e1c14 Logging Web Interface
**Work in progress**
2015-02-04 12:46:48 +01:00
Thorsten Sommer
7a4f8acff1 Logging Web Interface
**Work in progress**
+ Added an error message to the template package
2015-02-04 07:58:23 +01:00
Thorsten Sommer
0c24bd749a Logging Web Interface
**Work in progress**
2015-02-03 21:40:29 +01:00
Thorsten Sommer
d5943b17b9 Logging Web Interface
**Work in progress**
2015-02-03 07:57:31 +01:00
Thorsten
f0c73c3fd5 BinaryAssets & Fixes
+ Added binary assets
+ Added font Source Code Pro for the web logging viewer
+ Removed unreachable code at package static files
2015-01-30 17:45:30 +01:00
Thorsten
8f43171edf Admin Interface
+ Added the static files and the framework handlers also to the admin's
interface
2014-11-17 13:04:34 +01:00
Thorsten Sommer
da6c7b53c7 UUID
+ Added a lib for generating UUIDs
+ Added a tool function for getting random UUIDs
2014-11-09 15:04:52 +01:00
Thorsten Sommer
1f82828c82 I18N
+ Added language detection and default language
2014-11-08 18:37:33 +01:00
Thorsten Sommer
dfd35a6164 TTL for the LoggingDB
+ Added and tested the TTL for the logging database
2014-11-08 13:02:19 +01:00
Thorsten
d95a8da77e Typo
Typo change
2014-11-07 17:32:02 +01:00
Thorsten
9189f92432 Logging expire & Bugfix
**** Not done yet ****
+ Bugfix: The data of the startup ICCC message was not proper set
+ Changed the logging expire
2014-11-07 17:31:21 +01:00
Thorsten
e28999e15f Logging expire
*** Not done yet ***
+ Added configurations for the expire logging function
+ Added the expire logging function
2014-11-07 13:30:33 +01:00
Thorsten
3348e552cc Misc.
+ Removed the fixed shutdown time
+ Added the configuration for the public web server
+ Refactored the old web server settings
+ Improved the handling of shutdown handlers. It is not save!
+ Bugfix: The server start was no longer blocking
2014-11-07 13:00:55 +01:00
Thorsten
96bcb5da8f Admin Interface & Handlers
* Is not done yet
+ Add configuration for the admin web server
+ Refactor the ICCC messages to an own namespace
+ Added a main to Ocean. It can be used by just ICCC!
+ Added proper logging for the servers' start up
2014-11-07 10:46:33 +01:00
Thorsten
c1e8ca4b07 Admin Interface & Handlers
* In Progress, Not Done Yet
+ Added Handlers to cover public and admin handlers
+ Added WebServer
+ InitHandlers used the new class
2014-11-06 17:49:04 +01:00
Thorsten Sommer
f33f7b5c29 Refactoring, Bugfix & Updates
+ Refactored all imports
+ Fixed a bug for the logging regarding removing \n \t \r
+ Updated to current MGO release
+ Changed the name of ICCC
2014-10-19 19:19:11 +02:00
Thorsten Sommer
b50066ef5d Bug fixes and improvements
- Bugfix: The configuration collection can not have a key for the
values.
- Bugfix: It was possible, that the shutdown handler list was init to
late.
+ ConfigDB: It is now possible to write and therefore to change a
configuration value.
+ Added a few more message names for the logger.
2014-09-13 12:56:35 +02:00
Thorsten Sommer
a007db1b79 Bug fixes and improvements
+ Add a function to the Tools package to provide the local IP address
and port
+ Add a function to the Tools package to provide a time as formated
string as yyyyMMdd hhmmss.fff
+ Improved the ICCC startup message: Now, the message contains the IP
address and port of the stared server
+ Add a new configuration to specific the necessary Ocean servers' port
(internally, not the public port)
+ The template package reports now which version out of the grid FS is
used.
+ The Ocean server is now bound to the correct IP address and port
(rule: the local IP address!)
+ The order of the system shutdown handlers were wrong!
+ The early ICCC messages problem is now fixed!
+ Fixed an ICCC bug for the case, that a message does not have any
payload!
+ Also the configuration database uses now the correct mgo MongoDB rules
(SetSafe & SetMode)
2014-06-08 11:35:01 +02:00
Thorsten Sommer
7120a729bd Bug fixing
+ DB access is now right and uses copied sessions
+ DB session is now specifying the safe state and the mode
+ Fixed the issue with too early ICCC messages regarding to late cache
+ Add the MIME type for Dart
+ Fixed the issuse with wrong order of shutdown handlers
- TODO: Testing of these changes
2014-06-04 21:41:18 +02:00
Thorsten Sommer
86451938ec Initial commit of Ocean's local development 2014-04-26 11:18:56 +02:00
Thorsten Sommer
9944a9e1df Update README.md 2014-03-23 13:27:50 +01:00
Thorsten Sommer
bbd9a66743 Update License to 2-clause BSD 2014-03-15 16:08:44 +01:00
Thorsten Sommer
0a2dd535fa Update README.md 2014-03-15 16:04:42 +01:00
Thorsten Sommer
9e0a8d024e Initial commit 2013-10-05 03:20:42 -07:00