Commit Graph
100 Commits
Author SHA1 Message Date
Simon Pamies 64d4e061d0 Added check for URL endpoints 2012-11-30 09:47:12 +01:00
Simon Pamies 78667e0e07 Merge branch 'master' into service-monitoring 2012-11-28 13:15:01 +01:00
Simon Pamies f318256146 Fixed some problems, added new endpoint definition 2012-11-28 13:12:48 +01:00
Simon Pamies 82ed5425f2 Revamped configuration to be read from file 2012-11-26 19:14:36 +01:00
Simon Pamies b91b0fbe72 Added monitoring to product 2012-11-26 18:39:43 +01:00
Simon Pamies 480f8a3070 Fixed information 2012-11-26 18:39:20 +01:00
Simon Pamies ea66262b86 First running version with osgi service restarter and mail logger 2012-11-26 18:36:05 +01:00
Simon Pamies 12e999380e Merge branch 'master' into service-monitoring 2012-11-26 17:16:01 +01:00
Simon Pamies 818da52e62 Added bundle to feature 2012-11-25 18:15:32 +01:00
Simon Pamies 1f3dff91e2 First implementation of a simple monitoring service 2012-11-25 18:08:14 +01:00
Simon Pamies f8be05538b Fixed GWT-RPC problem behind proxy 2012-10-11 15:19:47 +02:00
Simon Pamies bf8bb4c559 Fixed typo 2012-09-26 14:42:59 +02:00
Simon Pamies 96f463c3b4 Fixed #971 by displaying message on RaceBoard 2012-09-26 14:39:03 +02:00
Simon Pamies aaea76827e Doc changes 2012-09-26 14:39:03 +02:00
Simon Pamies 6e37e9ded8 Removed unfriednly warning about unsupported browser 2012-09-22 15:54:31 +02:00
Simon Pamies 26782d9688 Fixed bad refactoring 2012-09-22 15:25:05 +02:00
Simon Pamies 204d9a6e17 Merge branch 'browser-detection' of ssh://sapsailing.com/home/trac/git into browser-detection
Conflicts:
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.properties
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages_de.properties
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/UserAgentDetails.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/leaderboard/LeaderboardEntryPoint.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/leaderboard/LeaderboardPanel.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/leaderboardedit/EditableLeaderboardPanel.java
2012-07-30 14:05:42 +02:00
Simon Pamies 22cb524358 Refactored mobile detection to lazy evaluation, saving raw user agent
string to instance
2012-07-30 13:59:38 +02:00
Simon Pamies d3b3a78744 Fixed forgotten diff message 2012-07-30 13:49:51 +02:00
Simon Pamies b1a4b05d5c Added sailing_debug0* logfiles to gitignore 2012-07-30 13:47:26 +02:00
Simon Pamies 3f90fe1f2e Bugfix: UserAgent String must be lowercase 2012-07-30 13:47:26 +02:00
Simon Pamies 494e4f1750 Fixed typo related to translation 2012-07-30 13:47:25 +02:00
Simon Pamies abd043ac6c Added check for unsupported browsers and also updated i18n 2012-07-30 13:47:25 +02:00
Simon Pamies 33920c2617 Refactored UserAgentChecker into UserAgentDetails leaving only real
check like the isUserAgentSupported one. Supports semantics better and
provides us with a class that can hold user agent specific information.
2012-07-30 13:47:25 +02:00
Simon Pamies 443e4bfc07 Added browser detection code including version information 2012-07-30 13:45:51 +02:00
Simon Pamies 7a1a09d42a Removed pure javascript based browser detection 2012-07-30 13:45:51 +02:00
Simon Pamies dff9c97edd Removed all launch configurations from ignore 2012-07-30 13:45:50 +02:00
Simon Pamies ba1b892a87 Added browser detection, included rules specified by issue 886 2012-07-30 13:45:50 +02:00
Simon Pamies 0566ee9a54 Added ignored launch configs and preferences 2012-07-30 13:45:50 +02:00
Simon Pamies 90ad44fb95 Added sailing_debug0* logfiles to gitignore 2012-07-21 11:08:50 +02:00
Simon Pamies e2505bb489 Bugfix: UserAgent String must be lowercase 2012-07-21 11:07:30 +02:00
Simon Pamies 093d6db3c3 Fixed typo related to translation 2012-07-21 10:58:03 +02:00
Simon Pamies d0a4a06ba9 Added check for unsupported browsers and also updated i18n 2012-07-21 10:23:34 +02:00
Simon Pamies 68afabbae9 Refactored UserAgentChecker into UserAgentDetails leaving only real
check like the isUserAgentSupported one. Supports semantics better and
provides us with a class that can hold user agent specific information.
2012-07-21 10:20:50 +02:00
Simon Pamies b6339c92ac Added browser detection code including version information 2012-07-21 09:06:55 +02:00
Simon Pamies 53aafcc05f Removed pure javascript based browser detection 2012-07-20 12:00:20 +02:00
Simon Pamies 11a50ec5dc Removed all launch configurations from ignore 2012-07-18 21:20:17 +02:00
Simon Pamies 6e6b113f36 Added WEB-INF/classes directory to avoid compilation errors 2012-07-18 13:31:17 +02:00
Simon Pamies 91adab129f Added browser detection, included rules specified by issue 886 2012-07-18 12:11:00 +02:00
Simon Pamies 812a84a106 Added WEB-INF/classes directory to avoid compilation errors 2012-07-18 11:21:44 +02:00
Simon Pamies 430b87e4f7 Added ignored launch configs and preferences 2012-07-18 11:19:47 +02:00
Simon Pamies f92218fcba Fixed encoding 2011-06-21 18:05:09 +02:00
Simon Pamies 28c54ebb73 Merge branch 'master' of ssh://195.227.10.246/home/trac/git 2011-06-21 17:11:47 +02:00
Simon Pamies 6de8996222 Fixed ETA display 2011-06-21 17:11:40 +02:00
Simon Pamies 337cf37bb8 Fixed error with ranks 2011-06-21 12:49:14 +02:00
Simon Pamies 416e091f24 Fixed sorting for last races, fixed leaderboard empty values, added new icons for gains and losses 2011-06-21 02:45:14 +02:00
Simon Pamies 517074f75e Many usability changes 2011-06-21 01:37:48 +02:00
Simon Pamies e0919b3fe7 Fixed sorting 2011-06-20 16:52:38 +02:00
Simon Pamies b4427228b7 Fixed views, fixed colors, fixed leaderboard delay 2011-06-20 12:06:47 +02:00
Simon Pamies 0ba69afcac Started expedition integration, fixed sorting of events 2011-06-19 17:39:11 +02:00
Simon Pamies 3ec9e4a91c Merge branch 'master' of ssh://195.227.10.246/home/trac/git 2011-06-19 11:16:22 +02:00
Simon Pamies b39dc8608d Fixed sorting, map now time and gl icon height 2011-06-19 11:16:15 +02:00
Simon Pamies 106de5c2e5 Fixed sorting errors - hopefully once and for all 2011-06-18 14:36:21 +02:00
Simon Pamies d980f1672c Fixed german flag, fixed timepoint for update 2011-06-18 12:50:59 +02:00
Simon Pamies 32adbe9c55 Fixed display 2011-06-18 10:13:09 +02:00
Simon Pamies 0f51005f7d Merge branch 'master' of ssh://195.227.10.246/home/trac/git 2011-06-18 10:07:51 +02:00
Simon Pamies ee5a5566fc No blather 2011-06-18 10:07:04 +02:00
Simon Pamies cd0400dcd2 Fixed error shown 2011-06-18 10:02:17 +02:00
Simon Pamies 37505fcb19 Fixed leaderboard display of net points - currently ignored - fixed
width of columns for legs
2011-06-18 09:32:23 +02:00
Simon Pamies 7e3c1689dc Fixed sorting and display issues - optimized initial sort 2011-06-18 02:52:29 +02:00
Simon Pamies c9824fdc20 Added UI for averaging speed, also fixed removal of DB objects 2011-06-18 01:16:30 +02:00
Simon Pamies 167f16850c Added url to leaderboard 2011-06-18 00:44:20 +02:00
Simon Pamies 5e42d0d2f5 Added averaging race control 2011-06-18 00:13:02 +02:00
Simon Pamies f41833e903 Merge branch 'master' of ssh://195.227.10.246/home/trac/git 2011-06-17 23:56:20 +02:00
Simon Pamies aa3d8b3b3d Fixed styles 2011-06-17 23:52:33 +02:00
Simon Pamies b505471e24 Function keys as proposed by Marcus 2011-06-17 23:52:32 +02:00
Simon Pamies 14a07508e3 Added parametrized delay for race information 2011-06-17 23:52:32 +02:00
Simon Pamies 6061148e90 Fixed styles 2011-06-17 23:36:06 +02:00
Simon Pamies ccd0f06cbb Function keys as proposed by Marcus 2011-06-17 23:28:10 +02:00
Simon Pamies cb9be10839 Added parametrized delay for race information 2011-06-17 23:23:13 +02:00
Simon Pamies 5110add670 Merge branch 'prod' of ssh://195.227.10.246/home/trac/git 2011-06-17 19:48:18 +02:00
Simon Pamies 793aa5306b Fixed design, flags, gains and losses, widths and more 2011-06-17 19:47:06 +02:00
Simon Pamies 475d8b2db4 Merge branch 'master' of ssh://195.227.10.246/home/trac/git 2011-06-17 18:50:22 +02:00
Simon Pamies eb10f02d15 Added todos 2011-06-17 18:50:17 +02:00
Simon Pamies 40fbf1d740 Merge branch 'master' of ssh://195.227.10.246/home/trac/git 2011-06-17 00:19:34 +02:00
Simon Pamies c19729d32b Fixed naming 2011-06-17 00:19:28 +02:00
Simon Pamies d620f5b195 Merge branch 'master' of ssh://195.227.10.246/home/trac/git 2011-06-17 00:11:27 +02:00
Simon Pamies c4d4ca7b25 Fixed computation of points 2011-06-17 00:11:19 +02:00
Simon Pamies 30a863c3e9 Fixed race handling in leaderboard 2011-06-16 23:58:56 +02:00
Simon Pamies 74fe78761a Changed naming of function keys 2011-06-16 23:52:33 +02:00
Simon Pamies d9ab14a2e0 Merge branch 'master' of ssh://195.227.10.246/home/trac/git 2011-06-16 23:49:37 +02:00
Simon Pamies 27761f1ec8 Fixed headings of columns, added correct link for race switch 2011-06-16 23:49:24 +02:00
Simon Pamies e8b64ee3e7 Merge branch 'master' of ssh://195.227.10.246/home/trac/git 2011-06-16 23:28:09 +02:00
Simon Pamies 64b567a2f5 Extended DB tab with useful information and added possibility to drop selected objects 2011-06-16 23:26:26 +02:00
Simon Pamies 4fa4559d22 Showing server status in admin UI 2011-06-16 23:00:41 +02:00
Simon Pamies 48b8bc1747 First working version of new screen to list and select races for event 2011-06-16 22:39:07 +02:00
Simon Pamies b979af6a11 Fixed sorting problems by introducing a lock during sort and avoiding multiple reloads by Javascript timer 2011-06-16 21:37:35 +02:00
Simon Pamies fd523db011 Fixed sorting problems by introducing a lock during sort and avoiding multiple reloads by Javascript timer 2011-06-16 21:37:21 +02:00
Simon Pamies 4ce4d937f0 Fixed MongoDB port for production 2011-06-16 19:49:24 +02:00
Simon Pamies 995b6e6fcc Merge branch 'test' of ssh://195.227.10.246/home/trac/git into test 2011-06-16 16:51:52 +02:00
Simon Pamies 4cac574511 Merge branch 'prod' of ssh://195.227.10.246/home/trac/git into prod 2011-06-16 16:51:37 +02:00
Simon Pamies cbc20393c6 Merge branch 'master' into prod 2011-06-16 16:51:05 +02:00
Simon Pamies f25559bbc5 Merge branch 'master' into test 2011-06-16 16:51:00 +02:00
Simon Pamies f652ec7c58 Fix 2011-06-16 16:50:07 +02:00
Simon Pamies af41cbe112 Fixed ports for wind trackers 2011-06-16 16:42:58 +02:00
Simon Pamies 59e4f5dee6 Merge branch 'master' of ssh://195.227.10.246/home/trac/git 2011-06-16 16:40:27 +02:00
Simon Pamies f4f0689e38 Fixed design and other stuff 2011-06-16 16:40:22 +02:00
Simon Pamies 315d49dcf7 Merge branch 'test' of ssh://195.227.10.246/home/trac/git into test 2011-06-16 14:38:39 +02:00
Simon Pamies e2e7861597 Merge branch 'prod' of ssh://195.227.10.246/home/trac/git into prod 2011-06-16 14:38:02 +02:00
Simon Pamies fb3a9fc11a Fixed mongodb port 2011-06-16 14:37:02 +02:00