-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #604 from jdaugherty/4.0.x
Remove mongo dependency & move json-templates to mongo repo
- Loading branch information
Showing
20 changed files
with
5 additions
and
226 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
10 changes: 2 additions & 8 deletions
10
examples/functional-tests/grails-app/controllers/functional/tests/PlaceController.groovy
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,18 @@ | ||
package functional.tests | ||
|
||
import grails.mongodb.geo.Point | ||
|
||
/** | ||
* Created by graemerocher on 19/05/16. | ||
*/ | ||
class PlaceController { | ||
|
||
static responseFormats = ['json'] | ||
|
||
def show() { | ||
respond new Place(name: "London", location: Point.valueOf(10,10)) | ||
} | ||
|
||
def test() { | ||
respond new Place(name: "London", location: Point.valueOf(10,10)) | ||
respond new Place(name: "London", location: "UK") | ||
} | ||
} | ||
|
||
class Place { | ||
String name | ||
Point location | ||
String location | ||
} |
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
.../functional-tests/src/integration-test/groovy/functional/tests/GlobalTemplatesSpec.groovy
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
json-templates/src/templates/grails/mongodb/geo/_geometryCollection.gson
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
json-templates/src/templates/grails/mongodb/geo/_lineString.gson
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
json-templates/src/templates/grails/mongodb/geo/_multiLineString.gson
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
json-templates/src/templates/grails/mongodb/geo/_multiPoint.gson
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
json-templates/src/templates/grails/mongodb/geo/_multiPolygon.gson
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
json-templates/src/templates/grails/mongodb/geo/_point.gson
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
json-templates/src/templates/grails/mongodb/geo/_polygon.gson
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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