Skip to content
Snippets Groups Projects
Commit 1a6f3e96 authored by User expired's avatar User expired
Browse files

removed created file

parent b8569068
No related branches found
No related tags found
No related merge requests found
- Upcoming version:
- eaa645a fixed javadoc
- 6c660b2 added changelog2git task
- 9ce7777 fixed syntax problem
- 3944bee also importing feature type "sanFrancisco" in local test mode (fixes broken tests on dbis-tests system)
- 2f9ffca added findbugs ignore annotation
- aeb8b79 testing on localhost for algorithms now (should increase speed, since no more network communication is done - only from vm host to vm guest)
- c558078 also deactivating psiprobe in local test mode (this will prevent tomcat from being installed... we have to check performance on changes here)
- 0e35af9 sorted forwared ports by host-port only opening tomcat port if not in local test mode (needed to enable vagrant on jenkins)
- 68491ea fixed failed tests
- 2691f68 added missing vagrantDir property
- e88ed27 some more testing with experimental getEarliestArrivalTime/getLatestDepartureTime queries -> simplified NodeConnection clas -> added boolean flag for switching between in query and exact search
- 36e5932 reworked link expanding (needs less lists now)
- c574532 changed collection types to get some speedup
- 569ae99 changed to string (should be a bit faster now)
- fd4c947 fixed problem with unmodifieable collections
- 920d7af removed fixme tag for finished task changed initiali list size in NodeConnection class
- 31349c5 added changelog generation to build process (by now the changelog is not checked in into git)
- bc0b4dd fixed findbugs problem
- 1cb8602 fixed todo (added test) changes with nodeConnection (using multimap now)
- 4c9bac6 reworked toString method (to match other classes)
- 5d0355c changes due to method renaming in link class
- b03df99 reworked toString method (to match other classes)
- 6174fb3 added toString method (for debugging purpose9 sorting methods renamed method getID to getId
- 9ef41c6 added toString method (for debugging purpose9 sorting methods
- e8e4759 now allowing multimap of links in node (each node can have multiple links to the same target node) -> fixes reachability problem with new getLatestDepartureTime/getEarliestArrivalTime sql queries
- 1bf5cd2 added test for reachable bus stations (fixes todo in isochrone class)
- 9178a57 experimenting with new sql queries for getEarliestArrivalTime and getLatestDepartureTime. This should reduce the number of sql queries by far...
- cca1c9c added possibility to add multiple nodes into output at once (addNodes beside addNode function) -> could be improved with java8 syntax (default method in IOutput), but checkstyle does not support this right now
- 9578a00 added initialization tasks (find ConfigDatasets) into setup method of tests improved test logging (added start markers for each class)
- e2c4dd7 extracted some functionality into methods
- 62c8592 simplified constructor calls fixed typo in javadoc
- 7dcf86e I do not have a clue why installing the not working psiProbe increased performance that much... however, installing it again to get better performance
- 92f2f91 it must be possible to deactivate psi-probe without any influence on performance... last try for now
- dd82dbb added some quotest around variables... ...also reordered some variables
- 9b1ade7 removing commented line
- 90807ef installing psiprobe again (is this the performance issue causing flag? why?)
- f696deb deactivating psiprobe (does not work for tomcat 8)
- c430270 moving tomcat_webdir parameter fixinf polygon name of region alto adige
- c5b261e using latest postgresql-jdbc driver (does this still influence performance badly as with version v0.3.1?)
- 97de431 speed increasement (found after trial-and-error; why is there a major difference?)
- 1240b7a switching to postgresql 9.3 (issue is not related to this server version... tested just now with isochrone v0.3.1)
- 96c2c4e added missing quotes
- 6b980a9 fixed problems in postgresql versioning
- ce97c32 reverting to postgresql 9.2 jdbc version
- 581077b reverting to postgresql 9.2 (hope this fixes some performance issues)
- 58e7757 fixed minor typos (in comments)
- 9db15a4 removing useless subselect in query
- 2243f5b fixing major problem when importing from localhost (on host startup)
- 70c6251 simplified configuration
- 243e923 moved postgres-jdbc driver from compile to runtime using short notation for dependencies whereever possible
- a1aae13 deactivated centos 7 by now (see comments for more information)
- bed7391 deactivating centos7 by now (until hdf5 is available)
- 9e769a8 enabling max effort configuration for findbugs again
- 93afe22 re-adding temporarily deleted config resource
- d9ea6ef added compiled version of postgresql jdbc driver (for beta version 9.4 of postgresql)
- 9591c72 upgrading to postgresql-9.4 beta moving jackson annotations completely to isochrone-web project
- 48765a2 removed MaxPermSize option from java opts (has no effect for java 8)
- 3eff394 added logback-test.xml to test systemProperties (should write log to logfile instead of jenkins console)
- be7f820 deactivating psiprobe until support for tomcat 8 is added to it
- e23779a fixing ambigious redirect error (added missing quotes)
- 609eece fixed typo (which ended in a syntax error)
- f1dd976 not downloading osm data anymore if no import will happen afterwards replaced all ">" by ">>" renamed some logging files (fixed invalid extensions; added name of dataset)
- 70d0b6e fixed invalid logging
- f31f992 reverting to centos6 (changing as soon as centos7 works... there are some more dependencies missing like hdf5)
- 4e91d9d updates description (regarding supported operating systems) some variable sorting
- 66b3521 deactivating geoserver again (by default)
- d24184e changes for postgresql to work with new epel version some script cleanups
- ff53d25 changes for centos7 (firewall settings; service start/stop)
- 22aa6d6 added support for centos7 base box (needs some more testing) using vagrant cloud instead of hard-coded urls now
- d9c4244 removing unnecessary tomcat webapps before starting the server now
- cf404bb increased version number
- Version v0.3.3:
- f94011e some version upgrades (java, maven, neo4j, neo4j-spatial)
- c26adb5 fixed some problems with unescaped strings
- 98198b6 added ExpirationTest (checks that expirationMode removes nodes from memory) -> some minor renamings in TestParameter class
- 9e03af0 not installing geoserver by default anymore
- f9e1b9f upgrade to latest geoserver version
- d5a5231 finally managed findbugs 3.0 and jdk 1.8 upgrade (had to use hard-coded asciidoctor version)
- 22eff18 added some more startup information (artifact urls)
- 766d2e4 trying to fix project installation (of release and snapshot)
- ec62106 gradle still not compatible with findbugs 3.0 (bug was entered into gradle forum) -> switching back to findbugs 2.0.3 and jdk7
- 2c08050 minor improvements
- 3e9276e pushing gradle to version 2.0
- 4855f91 increased version number
- Version v0.3.2:
- 711dc1d fixed test after changing valid datasets on dbis-isochrone
- 1eaa813 fixed invalid isochrone calculation added todo
- 71dc156 deactivating italy dataset... too large for import on testsystem
- d9935fb fixed some javadoc issues
- 1742752 fixed all remaining findbugs warnings (even all with reportLevel low)
- 3ae5d03 fixed minor findbugs issues
- 8e2e123 added findbugs annotations to exclude some issues
- f138945 fixed minor findbugs warnings (priority low)
- 7f5f0b6 fixed NPE
- 165d9ed removed dependency to commons-io reverted jdk to 1.7 (since new findbugs is not available by repo) added reportLevel='low' to findbugs
- c20b771 fixed version problems with jdk8/tomcat8 (seems like major version has to be set for commons-io to work correctly in isochrone-web)
- 672816d upgrading to java8 and apache-tomcat8
- 13cf22e fixed typo (that prevented strong cryptography from working)
- bea6c44 Supressing output of unzip command for jdk crypto files
- 71dbdbc fixed problem with strong cryptography in JDK
- 07fb2ab removed unused method (should use getAllDatasets instead)
- d897011 renamed file to match datasetConfig name
- d625f5e remoced apache dbutils dependency (added own class for closing database objects quietly)
- 05f4f19 removed duplicate code
- 2d37bab #5 modified: removed some config entries (replaced with polygon file handling)
- be4b4de minor code improvements
- ad2cc26 added strong cryptography updated to latest jdk7
- 7cb1dc7 added poly2json script
- ac229d5 switching dependency versioning to mostly latest version
- 6275a43 neo4j version update
- 85945fd fixed typo (caused invalid syntax)
- d458d2f changed tomcat memory options (extracted parameter and increased usable memory)
- 9c6e6a0 using latest tool versions now (jacoco, findbugs)
- 85a5538 update of neo4j version fixed some problems with parameter order in wget download management
- 49c3db8 increased version number
- Version v0.3.1:
- b5fb1c1 fixed some test issues (creating testJar now)
- 435ad91 fixed problems on isochrone application install (when installed on startup)
- f2f6c76 tomcat version upgrade (to 7.0.54)
- 2239dd0 now using 64bit VMs on dbis-isochrone
- e081a26 changing default value for localIsochrone installation
- 710c8bd changed order of webapp installation (to match alphabetical ordering)
- 9e91a1b tried to fix variable state confusion (length of variable string minimized)
- a61dc24 added longmode handling
- 6b4ee1f fixed language strings
- 64f56ac gradle update to version 1.12
- 16e3808 fixing problems on vagrant up
- 8e7b356 added virutal machine name (prevents auto-creation with timestamp)
- 7e8d970 added hardware configuration to Vagrantfile
- 9be5b31 increased version number
- Version v0.3.0:
- 9e776ac fixed number of expected datasets (dbis-isochrone got some more datasets)
- 5f05553 fixed minor findbugs warning
- 91d5275 fixed not working password replacement for tomcat-manager
- f3368c9 fixed some download issues with URLs containing special chars (like &)
- 8e1dc0a fixed some nexus URLs (for dbis nexus repository server)
- 4a2c808 minor changes for local test mode
- 03908f1 some changes for local test mode
- 13473eb some changes for server mode
- 1c5141e Some changes to disable local mode on dbis-isochrone production server
- 86b9e17 increased version number
- 6462aea using new geoserver version 2.5.1
- 3eae81d #21: added CORS filter to geoserver (so layers can be retrieved using GeoJSON)
- fcb521e tried fixing test problems on jenkins server
- 85c8d98 fixed NPE
- 738842c still some open questions to solve... reverting version
- b19c8f5 changes for jenkinsBuild
- 74e6b3e reworked config file retrieval for dataset configurations
- 980fb4c minor code formatting issues
- d41a3fa using db pool (since websockets can work asynchronously) copying changes in build.xml from isochrone-web (how to use config files in testing)
- 4228229 reworked initConnection (and getConnection methods)
- 9b4ec14 reworked initConnection (otherwise a closed connection could be returned)
- bc6e7ec moved tablePrefix configuration value to isochrone-web project
- df19ef4 increased version number
- Version v0.2.5:
- afed303 updating commented version of jdk 8
- 038fd21 performed some version upgrades (neo4j) in the vagrantbox's bootstrap file
- ac36396 minor improvements (new minor versions used) added some checks needed if boolean flags are changed
- 92687a4 increased version number
- Version v0.2.4:
- 30d3670 now deleting .gradle cache after daily task (saves disk space on jenkins)
- b529302 fixed gradle task order
- fbb8c04 added clean dependency to gradle task "daily"
- 6138123 fixed task dependency definition order
- 81e7391 added gradle task cleanAfterDaily fixed some dependencies
- 66417cd added gradle task cleanAfterDaily
- 705f1cf removed files that have been moved to isochrone-web project
- 1c2583c simplified testNG task
- 69ecb20 reworked tests (comparisonTest now compares across datasets and isochrone runtimes)
- a5bb701 making object final (in equals method)
- 6cf39c8 minor speedup in node equals (by switching statment order in if)
- 251dc30 version number increased
- Version v0.2.3:
- 3f17e80 better interface usage (map instead of hashtable...)
- 77204f9 using java7 diamond operator
- af5659e resetting temporary speedup try (using in with multiple ids) => seems to be very slow
- b073622 fixed problems in database queries (when multiple points were given) double checked for empty lists added some better error messages in distance algorithms
- e4401fa fixed some problems with empty lists changed list type of adjList variable to collection
- b9a6cb7 testing if speedup is possible using multiple nodes in one query (should produce less db queries but makes computing more complex)
- eeb34c6 added todo moving calculated content out of loop (since object does not changes for the method calls)
- ac5d306 moved configuration about node/grunt to isochrone-web
- 86e27de moved documentation about the web interface to matching project
- 11bd66e added missing files (after creating isochrone-web)
- 9553c90 moving webUI to own project "isochrone-web" (so removing it from this "core" project)
- 64ed3d9 splitting configurations of webfrontend and backend into separate files fixed some problems in web application according to database connections
- 71fb513 simplified workaround for newline compiler issue
- e951e7e tried to fix gradle newline issue
- 0693e67 added missing task dependencies
- 417485a added grunt delegates
- d8e4400 filled jsdoc with content (now that it is generated)
- 9b08ea2 removed js libraries from jsDoc
- 8a901c9 exclude js libraries from linting
- 92c6385 clarified jdk8 comment about findbugs
- b05e17e downgrade to jdk7 (because of findbugs problem)
- b53508b using grunt to build js-related tasks now added node and grunt dependency to gradle (nodejs is needed by grunt) updated gradle wrapper version (using 1.11 now)
- a6b2a39 adding memory sizes for testing
- 10a4aa4 reworked connection management (minimized open connections)
- 8062085 reworked database connection closing/opening (no more open connections should remain after testing now)
- c8964e0 removed dependency to google charste (in test class)
- 6f63004 improved csv implementation
- 6f2bbaa added csv file generation (for easy plotting of runtimes)
- 5734401 fixed runtime calculation
- f12f53d removed duplicate tests some class refactoring
- 5a9cd22 fixed result xml sorting
- 358039f fixed test runtimes issue
- fe1d905 fixed test runtime issue
- 0d830b9 renamed methods for queries (setNodes to setStartNodeIds)
- be94def fixed gradle nexus problems (settings for gradle_krismer are now applied in jenkins directly)
- 7073d07 minor javadoc improvements
- 74c74fe added artifact upload to sonatype nexus@dbis
- e6222a5 source formatting (sorted methods) reworked method visibility
- ed61227 changed runtimes... ...new values create smoother graphs
- 2dc9aea aspect oriented changes in output interface (added after/beforeCalculation methods)
- 9e2e6e4 minor changes (mainly for small method call changes in BBoxOutput)
- 5275e94 OPENED - task 17: Update to JDK 8 preparations for JDK8 update
- c52bafa OPENED - task 17: Update to JDK 8 preparations for JDK update
- 020d21a OPENED - task 17: Update to JDK 8 fixed some generic type interferences
- ad3f37d fixed jsHint warnings
- f6346b0 fixed problems when releasing to nexus repository
- 283d43d added some more install options for isochrone project (now versions can be installed from nexus repository)
- fd8d51a increased version number fixed problems with cargo deploy
- Version v0.2.2:
- c8fa4e8 temporary using spinner version 1.3.3 (v. 2.0's positioning changed)
- ca15bb1 fixed bug on startup (invalid table cleanup regexp) improved error handling when geoserver could not create layers fixed todo (added logging output on database table creation) added some argument checks in DbUtility class
- 71ae2dc added localTestDeployMode in vagrant provisioner (so testing environment is not deployed on local test machine -> since the eclipse IDE deploys the code in this case)
- 284c3ed added warning icon
- 20c4d0e added warning icon
- 4b6dec4 added warning icon regarding websocket/configuration status
- ef9a653 fixing dynamic dataset loading on servlet container
- e96bf48 fixed findbugs problem
- cee10c4 fixed minor checkstyle problems
- 58bd6fc added dataset filter mechanisms (that checks for configured tables in the DB)
- f16727b fixed problem with dynamic dataset loading (when jar file was used)
- bf8b21c removed static dataset configuration (this is done dynamically now) datasets are calculated from configurations now
- f75c836 added dataset setup for geoserver
- 0c38cde configured some more datasets fixed problem with psi-probe
- 03ec2c3 added polygon files for dataset areas
- 25878c3 fixed problem with invalid dataset (had no effect, since line is commented)
- f96c508 update to latest config builder version (version 1.2)
- 2db1e92 udpate to latest geoserver version (version 2.5)
- 4712d0c changed method order changed getAdjLinks method (a little)
- e82f0e7 fixed import order (minor change) changed getter name
- 2978704 changed import order (minor change)
- 6342442 minor code formatting
- b9a5013 minor code formatting downgrading of postgresql-jdbc driver (from 9.3-1101-jdbc41 to 9.2-1004-jdbc41) -> should increase minex speed
- cad89a5 added main method (to enable easy profiling with visualVM)
- 75aa5be fixed problem in MDijkstra (fixed return of empty list) minor code changes
- 7014029 fixed NPE
- 2e2fc1f sime code simplifications
- 07f1ccf fixed type issues
- 5d61ef8 minor code refactoring (added algorithm helper class to remove duplicated code)
- 7d2f11a minor improvements (mostly due to javadoc rework)
- 7a89036 minor query initilization changes
- e6c7440 javadoc cleanups
- c43c1eb using interfaces as return type (collection instead of list)
- 7a42a3b update to latest gradle-vagrant-plugin version
- f91b7d1 update to geoserver 2.4.5
- 0b6b0d2 reworked enums and enumContainer reworked BBoxOutput added todo
- bcc575f added pisprobe to tomcat in vagrantbox setting secure password for tomcat-user admin
- ce0fdd0 fixed minor table cleaning bug (did not work if clientPrefix was set)
- 1a1d327 changes so that multiple instances of the application can be run on one tomcat instance (if cfg.clientPrefix is set in configuration)
- d39e83a added comments
- 6a26174 fixed some open tasks
- 8455452 named "nightly" target to testing (since it is not nightly)
- 63a2a5e fixed problem with deploying artefacts moving some properties (belonging to cargo) to gradle.properties file
- f6ee0b4 minor bugfix in versioning
- dcd9dc9 reworked version handling
- b2d42dd fixing encoding problems in runtime-results xml file
- 766fb60 reworked version management (version can be set by gradle now. e.g. "./gradlew -PprojectVersion=0.2.3 clean daily")
- 8f52218 version number increased
- f6d280b added: deployment to remote tomcat using gradle
- 3c9911c fixed borken png images in created war file
- Version v0.2.1:
- 2ba5b42 version upgrade to v0.2.1-SNAPSHOT
- 06a9624 fixed some jsHint problems
- 3b1f477 added version information
- 828e395 fixed datetimepicker z-index issue
- 3415a4c added loading spinner implementation
- 16e7086 added some timing output for isochrone calculation
- 16656b5 added isochrone start_calculation image
- bfab174 implemented isochrone properties dialog
- 363af49 fixed invalid error message
- 79e3d03 splitted utils into geoUtils and stringUtils
- 069f7c9 reworked leaflet JS code (to match leaflet package JS guidelines)
- 9610a8e moved isoMap to isochrone package
- 612e5e1 described JS guidelines in more detail
- a5b3c6a update of locate control version removed dataset setting (is calculated automatically now)
- 1ff2a1b fixed problem with geoserver tile retrieval when geoserver is not running on localhost
- 65c20e3 fixed minor jsHint problems
- 327c11e reworked documentation
- 0c3b45d removed duplicate code
- 79efe07 adding enable/disable isochrone button (depending on websocket state)
- 8050b5e added layer styles
- 5c41372 updating gradle vagrant plugin to version 0.3
- 75d2ce5 fixed jsHint problems
- 17686fa moved JS dependencies to place where they are really needed ("as latest as possible")
- 62942d0 added open todo
- bddfc38 further fixes in storeArea method of DatabaseWeb class better handling of isochrone overlays (created own JS class for this)
- 1d596a6 using new version of postgis-jdbc
- d44c9a5 fixed major bug in storeArea method (when referencing simple geometries)
- b96e1d6 minor code improvements
- 53b5f57 fixed checkstyle/jshint problems
- c976015 implemented isochrone display on map after calculation
- f39867f changed test times (to match client needs better)
- 761ffdb minor code improvements (removed obsolete params)
- cc57d4a implemented handling for isochrone request between client and server
- 04bb2b5 version upgrades for neo4j, neo4j-spatial, apache-tomcat, apache-maven reworked parameters for template project installation
- b564bbe further implementations on isochrone websocket call
- b5fd95d added websocket error handling (in case of an error the client now can see what's going wrong)
- 10aa5b8 removed processing from xlint output
- 1f523cb reactivating all runtimes (should increase algorithm runtimes to something useful)
- c04c7e9 added resuts to XML file (in RuntimeComplex test) to plot data in jenkins
- 014e83f improved logfile messages for some tests
- c7afb2f fixed some findbugs problems
- 9de58e4 added source and targetCompatibility information
- c1d5121 fixing some more dependency problems (to jUnit... should import from testNG)
- 74cf154 fixed false import from junit (should be testNG)
- d18629b reworked connection pooling (this should fix the failed tests) adding boneCP dependency
- c15b6d9 fixing failing tests
- 12ece46 reworked javadoc author tags from m.innerebner
- 53d81b0 fixed a problem in creating parameters strings for DB queries
- bf8e15b fixed some tests (adding additional parameter to changes constructor)
- 8cf7462 fixed configuration mess configuration management is much more straight-forward and not than complex (although it does the same things) added dependency to config-builder (which helped to ease configuration issues) configurations are automatically validated now added some tasks
- 0446399 fixed some deployment issues on development system
- 6260dc4 removed reference to json library.... everything related to json is now implemented with jackson
- 031687c renaming class
- b2aedb6 binding configuration class to database class (config is bound to database) (configWeb is bound to databaseIsoga)
- 51be8af changing getProperty in configuration from public to protected
- 056f60a some configuration improvements removed some unused configuraiton values minor speedup in ConfigContainer
- a4cd5c3 minor renamings in configuration handling
- 1bd9e7a added javascript facet for eclipse (remove eclipse plugin, since eclipse-wtp plugin is sufficient)
- e7d7d16 fixed problem with large test result files (using testNG reports now... not keeping binary results anymore)
- 49dc9f0 now calculating hard-coded webservice address (so the ws connection works on the development system and the demo machine)
- 796b127 added finished part of todo comment
- 778187e added waiting thread for geoserver (now doing this in a separate thread... see javadoc for more details)
- ce87d20 adding template project ischrone
- ad053d9 changed hard-coded ip address to dns hostname
- 973d1e6 changed config test, so it works on all servers (local and testsystem)
- c937f70 changing server to test-ip (for now... should be changed to hostname, if available)
- 31bc8e3 Java Version Upgrade
- 28c9b76 added correct java handling for 32bit operating systems
- 06276fb adding -Xlint flag to enable output parsing of compiler warnings
- 9623e18 fixed problem which caused test skipping
- a4bef35 fixing invalid logfile name
- 8319d87 removed XLint flag (parsing sysout now)
- bcf7720 adding -Xlint flag to javac compiler
- 3edb714 changes to work with 32bit OS
- 8ace771 fixed some minor cleanup issues
- 6cf95a5 activated some more time runtime tests
- b60e15e reworking tests activating tests in gradle build added coverage plugin for gradle fixed problems with Configuration renamed configuration subclasses fixed problems in Database class
- 717c39c fixing js problems after code cleanup
- 2c2af7e some minor whitespace formatting
- 1dcf97d changing jsHint options
- 7e8979b fixing further jsHint warnings
- f10af56 fixed further jsHint warnings
- b343f7a fixed further jsHint problems
- faeeb17 fixed various jsHint warnings
- 0bd91f7 fixing problem with jsDoc task
- eebb171 added requireJS library
- cbae1d4 now using requireJS to load js files (can be optimized using r.js for releases later on)
- 2ba1862 added jsDoc task added jsHint task
- 97287e0 removed done todo task
- 70ef87d implemented configuration singleton (to prevent global variables) isochrone button on geosearch result now only shown if datastore is configured for clicked point (still some todos open)
- 04b6fb2 minor code refactoring (line oder)
- 3b0661f using new jQuery version (2.1.0) using new jQuery-UI version (1.10.4)
- 9e36a20 using new leaflet version (0.7.2) using new jQuery version (1.11.0)
- 05e204a reworked js client code (it is object-orientated by now; better folder hierarchy introduced)
- 337fe95 removed unused config entry
- e44e65b removed "old" isoga webclient -> wouldn't work anymore since removed cometd dependency on the server
- 23ba3ee fixed checkstyle warnings fixed minor bug that would only occur when datasets were misconfigured
- 0cd5827 added todo task for geoserver documentation
- 6722c82 Using DataTransferObjects for client-server communication now Using jackson framework for JSON creation/parsing (and validation) Finally fixed problems with geoserver configuration (using deticated workspace)
- 817085d changing initializer behaviour we do not need an extra thread here... ... the code is now executed with a weblistener
- 220f5a1 fixed problem in IsogaConfig after refactoring
- 41e5002 fixing minor problems after code refactoring
- c858d06 moved code into startupServlet renamed SocketConfiguration to ConfigurationContainer (since now it is not more than a container)
- 5986b2d logging improvements
- eef88d4 class interface improvements
- 0837295 refactored constructors
- 81ffa6c refactoring configurations (DSetConfig uses a builder now)
- eb023fa minor method renaming
- b57815e Various refactorings: - renames test packages to fit main source - fixed naming problems - starting to begin configuration cleanup
- bd5c9de minor code refactoring (changing names of classes, adding todo, ...)
- dc22cb1 added startup servlet (used for testing configuration preconditions)
- 432bd40 fixing last known findbugs warning
- e7df10f fixing additional findbugs warnings (mostly compareTo/equals/hashCode issues)
- d94a8b6 fixing even more dinfbugs issues
- 805f38f fixing findbugs problems
- b549a00 removed duplicate code
- c0ad8aa fixed some findbugs warnings
- 2c7abe1 fixed multithreading issues with simpleDateFormat renaming isoga config object to prevent naming confusion
- 7518fc5 simplified websocket client code
- e3926a3 removed tinylog dependency
- 443a3cf switched from tinylog to logback
- 29916e0 added logging configuration
- 5d05d67 improved vagrant compatibility (more boxes are supported by now - even base boxed from vagrantbox.es) update to centos 6.5 as default vagrant box
- 6388665 changes to match package renamings fixing some checkstyle warnings
- 7be161a using html5 websockets (also on client side) to replace cometd
- b600e8d using annotations instead of web.xml for tomcat configuration (where possible) replacing cometd with html5 websockets
- b700c14 replacing cometd with html5 websockets
- 9b51e29 fixing checkstyle warnings replacing cometd with html5 websockets (work in progress...) reworking package nameing (not using plural names anymore)
- 971a5fc changes to match new password in vagrant file
- 8f6c11a resetting temporary changes adding findbugs and jdepend plugin to gradle
- 4038a7b fixing comment
- 2ece6ae temporarily resetting changes, so we can build a checkstyle report for earlier code
- f4e4ac4 fixed some deployment issues (invalid username after changes in bootstrap; added missing httputils dependency)
- b39a682 fixing servlet-api and websocket-api (moved from compile to providedCompile)
- efdda16 added websocket-api dependency
- 12c3999 using separate setup dir in vagrant box now
- c8fca60 reworked vagrant management, so project root can be used as the default boxDir in gradle
- b9b8daf fixing small issue with isochrone icon design
- e359508 small design changes
- 3e4dea9 added isochrone icon
- a1a2cc1 added isochrone image in geosearch result list reworked green color scheme in geosearch component
- 5209a60 reworked geolocator (locate user by ip)
- 7bcdcbf version upgrade of geoserver
- 59298ed now distinguishing between suggestlist and result reworked layout
- 179c8c4 changes for postgresql commands (should allow case-senstive commands) convertig to one-time provisioning script
- 72012f1 updated gradle wrapper to version 1.10
- 6f14175 changed look of geosearch control (not using image from google server anymore)
- 7747657 geosearch control now supports result lists
- 63663a0 reworked settings control position
- 528ea7a reworked position of settings control
- 783bf45 improved geocode-reverse-lookup in geosearch component
- 21049fe first steps towards a new isoga frontend
- f85d224 fixed some epsg projection issues
- 23acdec improved exception messages on invalid server configuration moved javascript resources to js subfolder
- eb70ffe fixed problem in tomcat startscript added JAVA_HOME variable to environment
- 505d1e4 fixed problem with tomcat configuration reference
- cb2a766 added async-supported tag to web.xml
- b7f0178 using latest apache-tomcat version now (not version from yum)
- 6c4f7e2 update to geoserver 2.4.3
- 82f21b6 minor code improvements
- 2e40021 configuring styles in geoserver using geoserver-shell added scripts to deal with SRID 82344 added procedures/functions to handle calls to dropTables some versions updates (postgresql jdbc) fixed permission problems in postgresql database
- 16f70d8 preparations for nexus rpm compatibility
- 88526fa added group layer creation for geoserver
- ebb9105 update to newest neo4j version
- e56a01d further configurations issues with neo4j-spatial and geoserver found
- ece46af moving from svn to git (adding gitignore... changing gradle description)
- 7419c11 added webapp resources
- 6d6a05c reworked vagrantExport taks (created zip file now contains a date in the filename)
- a66b272 removed generated resources
- 602ecbc reworked vagrantPrepare/vagrantExport task (using tokens now)
- afb159f removed generated resources
- 43c63b9 removed generated resources (.classpath and .project should be generated by gradle)
- 455dc9c some version updates reworked vagrantPrepare task added vagrantExport task (a vagrantbox archove for students can now be created easily)
- e7be6a3 fixed creation of layer group
- 3869977 fixed invalid reference to featuretype
- 417bae6 added some more information about advertised featuretypes
- cb976d5 fixed invalid filename
- fc00049 increasing available memory for geoserver reworking configuration layout
- c4eef70 added some more artifacts to be uploaded to nexus repository (war file)
- a1919cc added possibility to install template project into tomcat
- 2497eee fixing problems with imported schedules and pgRouting
- cc2eca9 only installing neo4j-server-plugin if geoserver is installed now...
- 4a00a15 added import of osm-network of bolzano to bootsrap.sh of vagrantbox reworked variable naming in bootstrap.sh
- 4abd164 re-adding entries for phpPgAdmin access on 127.0.0.1
- 4aa37c1 changes in dataset configuration changes in postgresql configuration (every network host can authenticate now)
- 972f5f7 fixing broken conditions
- 4a6eb7a reworking broken if conditions
- 4e3ac2f improved postgresql authentication in vagrantbox also added phpPgAdmin to bootstraph.sh of vagrantbox
- a6b9133 fixed permission problem with neo4j data in geoserver
- 50248a0 adding missing resources (adding folder "etc")
- f423947 added maven-publish plugin
- 9caed51 moved user documentation from "Documentation" to "doc" folder changed buildtool from maven to gradle using testNG instead of JUnit adding vagrant testbox (including bootstrap file for fedora19 and centos6) moving all tests to test folder (some were part of main folder) some code refactoring according to checkstlye guidelines added geoserver_conf from latest svn update in bozen svn repository
- 3264b22 adding gradle wrapper
- 0c2aa7a changed some eclipse settings
- 5b2dd10 converted to eclipse project using gradle instead of maven
- Version v0.1-unibz:
- 5ae6a48 fixed problems after cloning from UniBZ (invalid package path)
- 10dd3cb cloning project from UniBZ
- 8581616 Project structure created
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment