-
Notifications
You must be signed in to change notification settings - Fork 32
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 #783 from jdaugherty/9.0.x
Move views-json-templates from grails-views to gorm-mongodb
- Loading branch information
Showing
50 changed files
with
10,711 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
plugins { | ||
id 'application' | ||
id 'groovy' | ||
id 'org.grails.grails-gsp' | ||
id 'org.grails.grails-web' | ||
} | ||
|
||
group = 'functional.tests' | ||
|
||
dependencies { | ||
|
||
implementation 'org.grails.plugins:views-json' | ||
implementation 'org.grails.plugins:views-markup' | ||
|
||
implementation 'org.grails:grails-core' | ||
implementation 'org.grails:grails-logging' | ||
implementation 'org.grails:grails-web-boot' | ||
|
||
implementation 'org.grails:grails-plugin-databinding' | ||
implementation 'org.grails:grails-plugin-i18n' | ||
implementation 'org.grails:grails-plugin-interceptors' | ||
implementation 'org.grails:grails-plugin-rest' | ||
implementation 'org.grails:grails-plugin-services' | ||
implementation 'org.grails:grails-plugin-url-mappings' | ||
implementation 'org.grails:grails-plugin-validation' | ||
|
||
implementation 'org.grails.plugins:gsp' | ||
implementation 'org.grails.plugins:hibernate5' | ||
implementation project(':grails-datastore-gorm-mongodb') | ||
|
||
implementation 'org.springframework.boot:spring-boot-autoconfigure' | ||
implementation 'org.springframework.boot:spring-boot-starter-logging' | ||
implementation 'org.springframework.boot:spring-boot-starter-tomcat' | ||
|
||
compileOnly 'jakarta.servlet:jakarta.servlet-api' // Provided by Tomcat | ||
|
||
runtimeOnly project(':views-json-templates') | ||
runtimeOnly 'com.h2database:h2' | ||
runtimeOnly 'org.apache.tomcat:tomcat-jdbc' | ||
runtimeOnly 'com.bertramlabs.plugins:asset-pipeline-grails' | ||
|
||
testImplementation 'org.grails:views-json-testing-support' | ||
testImplementation 'org.grails:grails-testing-support' | ||
|
||
integrationTestImplementation 'com.fasterxml.jackson.core:jackson-databind' | ||
integrationTestImplementation 'io.micronaut:micronaut-http-client:4.6.5' | ||
integrationTestImplementation 'io.micronaut:micronaut-jackson-databind:4.6.5' | ||
} | ||
|
||
compileJava.options.release = 17 |
Binary file added
BIN
+14.6 KB
examples/gson-templates/grails-app/assets/images/apple-touch-icon-retina.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.31 KB
examples/gson-templates/grails-app/assets/images/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+658 Bytes
examples/gson-templates/grails-app/assets/images/skin/database_add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+659 Bytes
examples/gson-templates/grails-app/assets/images/skin/database_delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+767 Bytes
examples/gson-templates/grails-app/assets/images/skin/database_edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+755 Bytes
examples/gson-templates/grails-app/assets/images/skin/database_save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+726 Bytes
examples/gson-templates/grails-app/assets/images/skin/database_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+701 Bytes
examples/gson-templates/grails-app/assets/images/skin/exclamation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+778 Bytes
examples/gson-templates/grails-app/assets/images/skin/information.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+835 Bytes
examples/gson-templates/grails-app/assets/images/skin/sorted_asc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+834 Bytes
examples/gson-templates/grails-app/assets/images/skin/sorted_desc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
examples/gson-templates/grails-app/assets/javascripts/application.js
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// This is a manifest file that'll be compiled into application.js. | ||
// | ||
// Any JavaScript file within this directory can be referenced here using a relative path. | ||
// | ||
// You're free to add application-wide JavaScript to this file, but it's generally better | ||
// to create separate JavaScript files as needed. | ||
// | ||
//= require jquery-2.1.3.js | ||
//= require_tree . | ||
//= require_self | ||
|
||
if (typeof jQuery !== 'undefined') { | ||
(function($) { | ||
$('#spinner').ajaxStart(function() { | ||
$(this).fadeIn(); | ||
}).ajaxStop(function() { | ||
$(this).fadeOut(); | ||
}); | ||
})(jQuery); | ||
} |
Oops, something went wrong.