Merged
Conversation
chrisbennight
added a commit
that referenced
this pull request
Jun 20, 2014
Geowave 3 - Vector file ingest CLI
jnm92
pushed a commit
to mak438/geowave
that referenced
this pull request
May 5, 2017
geowave/config/addindex and geowave/config/cpindex (+ test for geowave/config/rmindex)
rfecher
pushed a commit
that referenced
this pull request
May 11, 2017
* Add basic restlet server implementation - Add all available commands as routes * Fix build failure - Unused variable was in RestServer.java * excluded restlet dependencies * ListCommand added to rest server, as an example * More work trying to separate out the restlet versions * Fix for Jackson Extension * Setup geowave/config/rmindexgrp * Add rest annotations to RemoveStoreCommand * Add config/rmindex * use shaded restlet * Add rest endpoint functionality in class hierarchy * Add computeResults stubs * Rest setcommand - Add restlet annotations to SetCommand class * setup geowave/config/addstore and cpstore * Fix search pattern in abstract remove command * Add additional dependencies for RestServer to detect operations * Fix findbugs error on compareTo * AddIndexGroup and copyIndex: endpoint * Rest endpoints to unimplemented paths * Add annotations to implemented endpoints * Log all exceptions, helpful for unit testing * Format default server page and run code formatting * Added authentication * Add rest annotations to RemoveStoreCommand * Rest setcommand - Add restlet annotations to SetCommand class * setup geowave/config/addstore and cpstore add form to addstore working on restservertest,having problem with post * RestServerTest with form * added unit tests for addstore, cpstore, rmstore commands * unit tests for set and list commands Add config file in the request fixing unit test for list command AddIndexGroup and copyIndex: endpoint * added unit test for addindexgrp and rmindexgrp * Added authentication added authentication to unit tests * add ignore annotation for index related commands RestServerTest to ensure config directory exists, for the password file * use list to test if removed store successfully * Automatically read parameters into the command classes * MemoryStoreFactoryFamily to be injected via Spi for AddStore command, removing some memory-specific logic we had to add to this one. * geowave/config/addindex and geowave/config/copyindex (#19) geowave/config/addindex and geowave/config/cpindex (+ test for geowave/config/rmindex) * File upload, storing in temp directory (#20) * add /geowave/config/addindexgrp (#22) * add /geowave/config/addindexgrp * Added documentation * Compute results in ingest * Add ingest unit tests * Fix tmp dir missing forwardslash on linux * Get absolute file path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates to pom + better help messages from CLI invocation for vector file ingest command line