Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/94 upgrade to grails 2.5.x #149

Closed
wants to merge 204 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
204 commits
Select commit Hold shift + click to select a range
36df0f4
Upgraded grails configuration files to use latest standards
jmiranda May 20, 2016
9e15873
Temporarily disabled filter used to set user data for raven client
jmiranda May 20, 2016
3ce2242
Disabled springcache plugin - need to replace with cache plugin
jmiranda May 20, 2016
f854b43
Replaced ConfigurationHolder and ApplicationHolder with Holders
jmiranda May 20, 2016
e0e5732
Temporarily disabled liquibase migration on startup - need to integra…
jmiranda May 20, 2016
b117f35
Updated messages.properties to include the default properties just in…
jmiranda May 20, 2016
e030028
Updated artefact, scaffolding and webxml templates
jmiranda May 20, 2016
cd8f068
Upgraded grails wrapper to Grails 2.5.4
jmiranda May 20, 2016
abb8495
Updated application metadata to use Grails 2.5.4
jmiranda May 20, 2016
a669983
Removed references to springcache annotations - need to replace with …
jmiranda May 20, 2016
fbd3228
Fixed another ApplicationHolder reference
jmiranda May 20, 2016
1fceece
Fixed another ApplicationHolder reference as well as a reference to t…
jmiranda May 20, 2016
dabfe5e
Fixed reference to pretty time class
jmiranda May 20, 2016
5cbb96a
Temporarily removed session scope from localization server due to an …
jmiranda May 20, 2016
a1285a2
Removed the injected localization service from the report service sin…
jmiranda May 20, 2016
315b9f1
Upgraded to the latest excel import plugin
jmiranda May 20, 2016
36e9fa4
Fixed compilation issue with gsp
jmiranda May 20, 2016
38b513b
Replaced deprecated createLinkTo with resource and fixed issue with a…
jmiranda May 20, 2016
39bfd26
Included commented out code from new error page to replace old error …
jmiranda May 20, 2016
acb7312
Fixed minor compilation error in Events script -- needs a little more…
jmiranda May 20, 2016
0b00fba
Removed classpath config location and replaced with custom config loc…
jmiranda May 20, 2016
65eb8fd
re-enabled the creation of testing fixtures
jmiranda May 20, 2016
c4ef441
Added some files that were missed after the initial upgrade to Grails…
jmiranda May 20, 2016
a490252
Added license to all new templates
jmiranda May 21, 2016
7f8618e
Added dumbster dependency to handle SMTP during testing
jmiranda May 21, 2016
6b3d25d
Changed test data source back to MySQL -- will change back to H2 once…
jmiranda May 21, 2016
b271bac
fixed issue with setting trigger for quartz job from application conf…
jmiranda May 21, 2016
f4a11f5
#94: Added latest test-build-data plugin dependency
jmiranda May 24, 2016
87cc010
#94: Attempting to fix json controller unit tests
jmiranda May 24, 2016
a4c7261
fixed unit tests for Order domain
jmiranda Jun 28, 2016
ba0192a
fixed unit tests for shipment controller
jmiranda Jun 30, 2016
0a32bb0
fixed unit tests for requisition controller
jmiranda Jun 30, 2016
4a53be7
fixed unit tests for json controller
jmiranda Jun 30, 2016
1d8a1b5
fixed unit tests for User domain
jmiranda Jun 30, 2016
50d7f81
fixed a bunch of unit tests
jmiranda Jul 1, 2016
4f60baf
fixed (or ignored) the rest of the failing unit tests
jmiranda Jul 1, 2016
0da320a
#94: upgrading travis-ci to use grails 2.5.4 (probably not going to w…
jmiranda Jul 1, 2016
fbf966b
#94: updated travis-ci to use grailsw
jmiranda Jul 12, 2016
153e8dd
#94: attempting to fix jdk buffer overflow issue (travis-ci/issues#5227)
jmiranda Jul 12, 2016
ef56d89
#94: moved update changlog on startup from BootStrap to Config and ad…
jmiranda Jul 12, 2016
976f09e
#94: disabled loadtest setup due to compilation errors (and because i…
jmiranda Jul 12, 2016
e60f62e
#94: fixed a few minor issues contributing to integration test failur…
jmiranda Jul 12, 2016
d70ace7
#94: fixed failing integration tests
jmiranda Jul 12, 2016
3b0fdbb
#94: updated templates using install-templates from grails 2.5.4
jmiranda Aug 7, 2016
2bccea5
#94: removed web-app/WEB-INF from .gitignore and added the current Gr…
jmiranda Aug 7, 2016
4dc1933
#94: removed the old grails wrapper jars
jmiranda Aug 7, 2016
37403c0
#94: temporarily disabled jasmine tests until we can debug the syntax…
jmiranda Aug 7, 2016
0ce0b0e
#94: added jline dependency to get by an unexplained NoClassDefFoundE…
jmiranda Aug 7, 2016
e9a4cd5
#94: minor changes to message properties
jmiranda Aug 7, 2016
5246573
#94: fixed unit tests by migrating some controller closures to methods
jmiranda Aug 8, 2016
de8869d
#94: fixed unit test - not concerned with order of categories returne…
jmiranda Aug 9, 2016
9e16f77
#94: upgraded configuration to use settings based on Grails 2.5.5 def…
jmiranda Aug 20, 2016
4036f71
#94: improved performance for run-app by increasing memory for forked…
jmiranda Aug 23, 2016
5e60eaf
logging for liquibase returned to INFO
jmiranda Aug 23, 2016
0896a5a
#94: committed temporary state of data source configuration (this wil…
jmiranda Aug 23, 2016
23c0589
#94: removed mysql dependency related to a computed property on the R…
jmiranda Aug 23, 2016
b72a76e
#94: fixed compilation issue with custom tag lib
jmiranda Aug 23, 2016
7d9f49d
#94: fixed date data binding issue (need to look into other custom pr…
jmiranda Aug 23, 2016
e62440d
#94: Replaced deprecated createLinkTo tag with resource tag
jmiranda Aug 25, 2016
6330edc
#94 added Validatable annotation to all command objects that caused t…
jmiranda Dec 23, 2016
e72ac11
#94 Converted price from float to big decimal
jmiranda Dec 23, 2016
09d573f
#94 added explicit sql type to suppress modifyDataType changesets for…
jmiranda Dec 23, 2016
275614d
#94 upgraded database migration plugin, added migration event callbac…
jmiranda Dec 23, 2016
6ab011c
#94 fixed mail service to allow hostname to be specified (primarily u…
jmiranda Dec 23, 2016
ff3a516
#94 added validchecksum for all existing changesets; modified XML sch…
jmiranda Dec 23, 2016
77f8311
#94 fixed bug in which a validation error occurred when saving tags t…
jmiranda Dec 23, 2016
2f74a8a
#94 fixed minor bug with ApiController that prevented tests from bein…
jmiranda Dec 23, 2016
3fff2c7
#94 fixed most of the failing tests
jmiranda Dec 23, 2016
6e5ba4a
#94 fixed inventory excel importer
jmiranda Dec 23, 2016
e5e3697
added .slcache to gitignore
jmiranda Dec 23, 2016
20f36e1
#94 refactored excel importers to use latest version of plugin
jmiranda Dec 23, 2016
283bf12
#94 temporarily disabled grails melody plugin for performance reasons
jmiranda Dec 23, 2016
79ca9d5
#94 removed inline liquibase plugin
jmiranda Dec 23, 2016
14a82f3
#94 fixed report controller test (moved back to integration tests)
jmiranda Dec 23, 2016
37b6230
#94 fixed api controller test
jmiranda Dec 23, 2016
75ef4dc
#94 fixed inventory item controller tests (all tests are now passing)
jmiranda Dec 23, 2016
9786347
#94 Convert all closures in controllers to action methods (needs thor…
jmiranda Dec 23, 2016
b86eefd
#94 moved getTranslation() method from controller to service
jmiranda Dec 23, 2016
5ef4714
#94 upgraded wrapper to grails 2.5.5
jmiranda Dec 24, 2016
aaa1f02
#94 fixed several integration tests that extend the deprecated Groovy…
jmiranda Dec 24, 2016
70aa2b1
#94 fixed test that breaks when executed on travis CI; fixed formatting
jmiranda Dec 24, 2016
0ed72fc
#94 attempt to fix buffer overflow bug on travis CI (*** buffer overf…
jmiranda Dec 24, 2016
81bea91
#94 added openjdk8 to travis-ci configuration
jmiranda Dec 24, 2016
985bac8
#94 attempt to fix "unable to resolve host <hostname>" issue; openjdk…
jmiranda Dec 24, 2016
d0ed683
#94 fixed path to image resource
jmiranda Dec 24, 2016
2b5ef54
#94 moved markAs method to service
jmiranda Dec 24, 2016
99bea42
#94 fixed warnings related to controller actions
jmiranda Dec 24, 2016
d291364
#94 fixed bug handling barcode format
jmiranda Dec 24, 2016
a688126
#94 removed duplicate reference to install.xml
jmiranda Dec 24, 2016
a5358b3
#94 fixed property editors (location editor was causing product impor…
jmiranda Dec 30, 2016
2e2f403
#94 cleaned up a few more integration tests
jmiranda Dec 30, 2016
3b63fc0
minor UI improvement to replace fieldsets with boxes
jmiranda Dec 30, 2016
c06d4f4
#94 fixed issue with pdf generation (shipping report)
jmiranda Jan 1, 2017
1c17f5a
replaced all instances of the PIH logo with the logo of the current l…
jmiranda Jan 1, 2017
fa6f9e0
added simple logo
jmiranda Jan 1, 2017
1897045
fixed bug with the create shipment webflow
jmiranda Jan 1, 2017
07daec5
minor cleanup to remove unnecessary public modifier
jmiranda Jan 1, 2017
01c7b3a
#94 fixed bug with rendering Packlist List XLS; upgraded to latest do…
jmiranda Jan 1, 2017
4be41db
#94 fixed bug with two other webflow controller
jmiranda Jan 1, 2017
469eec8
allow user to download printable stock history report (html, pdf)
jmiranda Jan 2, 2017
836fcb7
minor cleanup
jmiranda Jan 2, 2017
cc88743
#94 fixed bugs with record stock feature
jmiranda Jan 2, 2017
d71dd50
#94 command object properties should be nullable by default
jmiranda Jan 4, 2017
19d7e28
#94 custom editor for Date class was causing an issue for date fields…
jmiranda Jan 4, 2017
1f03f2f
changed User.toString() to display name instead of id
jmiranda Jan 4, 2017
d3f5d56
fixed bugs related to stock list feature
jmiranda Jan 4, 2017
0f3d50e
fixed bug with deleting picklist items
jmiranda Jan 4, 2017
ded497a
#94 fixed bugs related to editing requisitions, approving quantities,…
jmiranda Jan 4, 2017
90163e4
#94 fixed minor bugs with managing stock lists
jmiranda Jan 4, 2017
5f06f9b
#94 added another package to the list of automatically validateable p…
jmiranda Jan 4, 2017
34e692b
#94 fixed bug with editing reqisition items
jmiranda Jan 4, 2017
8112fd1
minor cosmetic change to shipment list date filters
jmiranda Jan 4, 2017
09057d1
#94 fixed issues with the transaction report
jmiranda Jan 5, 2017
4a9b03f
minor cosmetic change to the shipment list date filters
jmiranda Jan 5, 2017
e5fc360
changed column headers for transaction report
jmiranda Jan 5, 2017
97fcde7
change to message properties
jmiranda Jan 5, 2017
ce93da6
#94 fixed bug with format parameter and cleaned up UI
jmiranda Jan 5, 2017
a3f7400
#94 fixed bug with format parameter and made some cosmetic changes to…
jmiranda Jan 5, 2017
1bda16a
#94 fixed scaffolding for TransactionEntry
jmiranda Jan 26, 2017
9451065
#94 converted reserved param name format to downloadFormat
jmiranda Jan 26, 2017
53e2fb5
#94 temporarily removed support for PDF conversion
jmiranda Jan 26, 2017
7586a59
#94 fixed bug related to the creation of new transactions from
jmiranda Jan 26, 2017
3685729
#94 minor UI improvements
jmiranda Jan 26, 2017
ccab7a5
#94 fixed all outstanding bugs related to actions available from the …
jmiranda Jan 26, 2017
d479f83
#94 fixed minor UI issues
jmiranda Jan 26, 2017
8b09c3b
#94 fixed bug related to exporting a single product from the inventor…
jmiranda Jan 26, 2017
9b0a80c
added delete option to action menu on list transactions page
jmiranda Jan 26, 2017
3c3328c
fixed bug with transaction validator
jmiranda Jan 26, 2017
0331051
fixed transaction entry controller unit tests
jmiranda Jan 26, 2017
7db3c73
added gitter webhook for travis CI events
jmiranda Jan 26, 2017
43905d6
improvements to category UIs
jmiranda Jan 28, 2017
d327b17
improvements to product import
jmiranda Jan 28, 2017
7475284
minor improvements to the global search control
jmiranda Jan 28, 2017
4f1e83e
fixed bug with pagination on the dashboard activity widget
jmiranda Jan 28, 2017
fdc219e
fixed issues with managing person records
jmiranda Jan 30, 2017
5001e9b
fixed bug with barcode rendering (also refactored to write barcode im…
jmiranda Jan 30, 2017
a380b20
fixed issues with user management
jmiranda Jan 30, 2017
dcdea7a
fixed bug related to sending emails when a new photo is uploaded
jmiranda Jan 30, 2017
29b51b9
added transactional annotation to several inventory item controller m…
jmiranda Jan 30, 2017
a815de7
made several other cosmetic changes
jmiranda Jan 30, 2017
4748ed6
fixed bugs and improved UI related to locations
jmiranda Jan 30, 2017
fc06420
fixed bugs and improved UI related to people management
jmiranda Jan 30, 2017
a021cd7
improved default scaffolding UI
jmiranda Jan 30, 2017
3ca0635
fixed several bugs and made UI improvements to the category pages
jmiranda Jan 30, 2017
d21fa18
minor UI enhancements to the clickstream admin page
jmiranda Jan 30, 2017
9361166
minor UI improvements to pages related to products, tags, and attributes
jmiranda Jan 30, 2017
1caef0b
removed unused actions from admin controller
jmiranda Feb 1, 2017
d7e8328
fixed issue where a new category was being created for each line in t…
jmiranda Feb 1, 2017
2089183
Added bug reporting capability to not found page
jmiranda Feb 1, 2017
2170796
minor UI enhancements
jmiranda Feb 1, 2017
fd75b21
Merge branch 'develop' into feature/94-upgrade-to-grails-2.5.x
jmiranda Feb 1, 2017
bb64599
Merge branch 'develop' into feature/94-upgrade-to-grails-2.5.x
jmiranda Feb 1, 2017
06a372b
Merge branch 'develop' into feature/94-upgrade-to-grails-2.5.x
jmiranda Feb 1, 2017
e11e792
suppress warnings from resources plugin
jmiranda Feb 7, 2017
f5785b3
added scaffolded controller for Address; fixed actions in other contr…
jmiranda Feb 7, 2017
4948203
making UI more consistent across all controllers and actions
jmiranda Feb 7, 2017
08b6d70
deleted a bunch of obsolete resources
jmiranda Feb 7, 2017
6fa107a
improved scaffolded UI
jmiranda Feb 7, 2017
6eedcc5
added various translations
jmiranda Feb 7, 2017
ddb788a
updated chosen css to fix issue with the multiple select
jmiranda Feb 7, 2017
83e2e7d
fixed some css rules
jmiranda Feb 7, 2017
2ba3b9d
added temporary plugin to watch scaffolding resources and refresh app…
jmiranda Feb 7, 2017
914fd26
added better error handling for dashboard widgets on the server side …
jmiranda Mar 12, 2017
724161c
temporarily removed watch-scaffolding plugin
jmiranda Mar 12, 2017
77c6abf
fixed trigger on jquery date picker
jmiranda Mar 13, 2017
289076e
fixed trigger on jquery date picker
jmiranda Mar 14, 2017
1b4ae87
fixed issues with data import tool
jmiranda Mar 14, 2017
c90b7be
fixed issues with excel importer
jmiranda Mar 14, 2017
558b3cc
minor UI tweaks for data import feature
jmiranda Mar 14, 2017
cefc19f
fixed remaining format param issues (UrlMapping now includes an optio…
jmiranda Mar 14, 2017
e6b3139
improved edit tag with tabbed UI
jmiranda Mar 14, 2017
746c65e
fixed issue with not being able to set request attributes in afterView
jmiranda Mar 15, 2017
b564226
fixed issue with fast movers dashboard widget
jmiranda Mar 24, 2017
9508308
minor formatting issues
jmiranda Mar 24, 2017
798ad0e
fixed bug with editing tags on dashboard
jmiranda Mar 24, 2017
3858f27
minor changes to dashboard widgets
jmiranda Mar 24, 2017
68bed36
reverted CSS changes to login form
jmiranda Mar 25, 2017
2fb5c0a
fixed bug with rendering lot number on stock card page
jmiranda Mar 25, 2017
743bd71
WIP: fixing transaction report issues
jmiranda Mar 25, 2017
32e49e5
include stock value summary for all users
jmiranda Mar 27, 2017
22d79e6
Merge branch 'develop' into feature/94-upgrade-to-grails-2.5.x
jmiranda Mar 27, 2017
51ca7ca
fixed migration issues with purchase order features
jmiranda Mar 27, 2017
a70c5ea
fixed issues with adding comments to POs
jmiranda Mar 27, 2017
14e8eff
fixed issues with rendering a printable PO
jmiranda Mar 27, 2017
9963c37
fixed issues with receiving a purchase order
jmiranda Mar 27, 2017
4b39c06
moved the ordered by name from address field to document header
jmiranda Mar 27, 2017
97a1698
fixed issues with rendering picklist as PDF
jmiranda Mar 27, 2017
79c5ae1
replaced deprecated ConfigHolder; disabled job by default
jmiranda Mar 29, 2017
cff5fcf
fixed webflow bug caused by missing execution parameter
jmiranda Mar 29, 2017
49937bc
forced shipment webflow controller to be transactional by default to …
jmiranda Mar 29, 2017
e3ffc67
fixed broken tracking page link from action menu
jmiranda Mar 29, 2017
8723fea
fixed a few bugs related to bulk receipt of shipments
jmiranda Mar 29, 2017
8fe3f35
minor UI improvement to receive shipment page
jmiranda Mar 29, 2017
3670d14
masked api keys on settings page
jmiranda Mar 29, 2017
9e09c10
fixed issue with call to mark as received
jmiranda Mar 29, 2017
f32d056
removed app-info link because app-info plugin is no longer supported
jmiranda Mar 29, 2017
8eb2dc4
fixed Baseline QoH report (tags field is empty when selecting one item)
jmiranda Mar 29, 2017
838ea47
fixed several bugs with rendering the transaction and shipping reports
jmiranda Mar 29, 2017
665b232
minor UI improvements for the megamenu
jmiranda Mar 29, 2017
f3daf1c
ui improvements to transaction report
jmiranda Mar 29, 2017
eac1532
moved buttons
jmiranda Mar 29, 2017
6c38b3f
removed daily transaction report
jmiranda Mar 29, 2017
43457b2
added plugin descriptor for temporary inline plugin used to refresh s…
jmiranda Mar 29, 2017
f9400af
bumped app version to 0.9.0-SNAPSHOT
jmiranda Jun 12, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Temporarily removed session scope from localization server due to an …
…error -- need to fix that as the localization service should be tied to each user
  • Loading branch information
jmiranda committed May 20, 2016
commit 5cbb96ada1b02c892a293d1824b3c6f8898efce9
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class LocalizationService {
boolean transactional = false

// session-scoped (because it needs access to the user)
static scope = "session"
//static scope = "session"

// inject the grails application so we can access the default locale
def grailsApplication
Expand Down