Commit Graph

183 Commits

Author SHA1 Message Date
Carlos Ruiz 2753acac56 IDEMPIERE-4521 Release 8.1 - RC
Change references in files
2020-11-03 21:59:12 +01:00
hengsin 03d668bf51
IDEMPIERE-4211 Schedulers launched twice - problem with RunOnlyOnIP null running on load balancer (#345)
- log errors from background init.
- add explicit Env Context init for AdempiereMonitor thread and
Background init thread.
2020-11-02 11:23:24 +01:00
hengsin 9162b60af7
IDEMPIERE-4498 Performance: add cache for osgi services factory (#321)
* IDEMPIERE-4498 Performance: add cache for osgi services factory

add cache for tableName -> IModelFactory

* IDEMPIERE-4498 Performance: add cache for osgi services factory

implement cache for the discovery of osgi services

* IDEMPIERE-4498 Performance: add cache for osgi services factory

added unit test
2020-10-26 18:53:10 +01:00
hengsin e06938cedc
IDEMPIERE 4211 (#307)
* IDEMPIERE-4211 Schedulers launched twice - problem with RunOnlyOnIP null running on load balancer

add 1 to 3 minute delay to wait for hazelcast service

* IDEMPIERE-4211 Schedulers launched twice - problem with RunOnlyOnIP null running on load balancer

move waiting to background thread
add MONITOR_INITIAL_WAIT_FOR_CLUSTER_IN_SECONDS and
MONITOR_MAX_WAIT_FOR_CLUSTER_IN_SECONDS sysconfig
2020-10-17 22:33:59 +02:00
hengsin e01e8a0f41 IDEMPIERE-3676 Incorrect stop of the schedulers
Base on patch from NikColonel<polkneket@gmail.com>
2020-10-01 17:23:40 +08:00
hengsin dd2ef468b0
IDEMPIERE 4287 (#247)
* IDEMPIERE-4287 Cache API not thread safe and inconsistent with Context
add support to make PO immutable

* IDEMPIERE-4287 Cache API not thread safe and inconsistent with Context
- added thread safe Immutable and Copy cache implementation for PO.
- migrate most of PO cache to immutable and copy cache.
- added pos sales order test.

* IDEMPIERE-4287 Cache API not thread safe and inconsistent with Context
- add test case for initial client setup and bank statement
- fix error for image editor, location editor, locator editor, initial
client setup, complete bank statement and migrate storage provider.

* IDEMPIERE-4287 Cache API not thread safe and inconsistent with Context
- added ImmutablePOSupport interface. Model class implement this
interface for immutable PO support.
- remove usage of cache for transaction table (rfq, invoice, inventory).
- add getCopy method to some model class to support getting an
updateable copy of PO from the otherwise immutable PO cache.
- the added getCopy method is use to return updateable PO for indirect
PO reference, for e.g MColumn.getAD_Table() and MOrderLine.getProduct.
2020-09-21 14:03:00 +08:00
hengsin 147eebb01b
IDEMPIERE-4405 Add basic cache statistics (#210)
add hit and miss count for cache
2020-08-07 13:05:34 +02:00
Carlos Ruiz 5af5ee2b90
IDEMPIERE-3675:Create new AD_Session Record for Scheduler run. (#193)
Co-authored-by: Deepak Pansheriya <deepakpansheriya@gmail.com>
2020-07-30 23:17:12 +08:00
mbozem 5662ab6080
IDEMPIERE-4336 (#120)
#resolve
Correct operator in SQL-Query for "Over End Wait" alerts
2020-06-21 14:49:54 +02:00
hengsin bf6fd2bb71
Idempiere 4300 (#78)
* IDEMPIERE-4300 DashboardPanel subclass should not cache Env Ctx

Remove Env.getCtx() cache

* IDEMPIERE-4300 DashboardPanel subclass should not cache Env Ctx

Fix usage of private ctx
2020-05-23 00:34:23 +02:00
Carlos Ruiz 455ed28e92 IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder 2020-04-13 14:47:46 +02:00
Carlos Ruiz 790d96148f Merge release-7.1 into master 2020-03-29 14:37:39 +02:00
Carlos Ruiz 1414928029 IDEMPIERE-4219 Alert query in Replica database (FHCA-1200) 2020-03-23 21:53:49 +01:00
Carlos Ruiz e32ed5c5cd IDEMPIERE-4218 Note and attachment from scheduler created in wrong client / also cross-tenant AD_UserMail 2020-03-23 20:39:11 +01:00
Carlos Ruiz 2cbed92cc4 IDEMPIERE-4218 Note and attachment from scheduler created in wrong client / IDEMPIERE-3977 2020-03-23 19:12:13 +01:00
hengsin df5b0c2ea8 IDEMPIERE-4177 Replace SYSDATE with getDate() 2020-03-03 10:07:14 +08:00
hengsin b8cc9cf2b4 IDEMPIERE-4168 Move Webstore out of core 2020-02-07 11:01:05 +08:00
hengsin f79941d3d0 IDEMPIERE-4161 Application Home Refinements 2020-02-02 00:17:21 +08:00
hengsin 3cc17d25fd IDEMPIERE-4158 Move Swing Client out of core. Drop restlet dependency, drop webstart and applet stuffs and some minor dependency adjustments. 2020-01-29 08:00:36 +08:00
Carlos Ruiz 21eb285e5b IDEMPIERE-2924 Export to XLS limited to 65536
* Complete ticket - implement support for XLSX in scheduler, background jobs, jasper reporting, default types
* Synchronize xlsx with xls exporter to use ZK_FOOTER_SERVER_MSG and ZK_FOOTER_SERVER_DATETIME_FORMAT SysConfig
* Excel alerts now export to xlsx instead of xls
2020-01-04 17:26:00 +01:00
Carlos Ruiz 3ae8fb7f68 release 7.1 process - set version in code 2019-11-21 22:36:08 +01:00
Heng Sin Low f46b8afb5c IDEMPIERE-4098 CLogger usage pattern clean up 2019-11-12 20:49:55 +08:00
Heng Sin Low ad1eb20e20 IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node. Show propertyFileName, Average GC time and host name. 2019-10-27 19:53:43 +08:00
Heng Sin Low 45bc22b734 IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node. minor fix for multi block transfer. 2019-10-25 19:51:49 +08:00
Heng Sin Low 730d221357 IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node. Implement multi block streaming of log file from another server node. 2019-10-25 17:25:47 +08:00
Carlos Ruiz 7caf8655fd minor -> Google+ is deprecated 2019-10-21 18:03:13 +02:00
Heng Sin Low 31dd08b595 IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node. Fixed multiple message cache instance. Improve naming of cache. 2019-10-19 07:28:07 +08:00
Heng Sin Low 97bb8d9b83 IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node 2019-10-15 20:28:28 +08:00
Heng Sin Low 8e8430b35f IDEMPIERE-4056 Implement cluster support for idempiere Monitor and Server Manager. Fix deadlock, add scheduler api. 2019-10-03 20:09:43 +08:00
Heng Sin Low c1d0f137cd IDEMPIERE-4056 Implement cluster support for idempiere Monitor and Server Manager 2019-10-02 13:30:06 +08:00
Heng Sin Low 2cecee1a0c IDEMPIERE-4056 Implement cluster support for idempiere Monitor and Server Manager 2019-10-02 12:58:48 +08:00
Carlos Ruiz 41f6590608 IDEMPIERE-3977 Allow context variables on subject and message when processing alerts (FHCA-967) 2019-05-25 13:32:38 +02:00
Carlos Ruiz a1a7b80bd0 IDEMPIERE-2850 Allow to schedule background reports in xls 2019-05-21 18:17:05 +02:00
Carlos Ruiz 2df5088624 IDEMPIERE-3930 Allow permission control for idempiereMonitor and OSGI console 2019-03-25 15:19:04 -03:00
Carlos Ruiz 1b2007ed3b IDEMPIERE-3876 Encoding and line delimiter issues / convert sources to unix line delimiter 2019-01-21 15:37:14 +01:00
Carlos Ruiz df55d4649c IDEMPIERE-3431 Posting error for Matched PO if invoice posted while MR is not posted. / integrating fixes from Heng Sin AP2-825 2019-01-09 22:38:08 +01:00
Carlos Ruiz a33cf4bec5 Preparing release 6.2 2019-01-05 23:34:22 +01:00
Carlos Ruiz 16595cca41 IDEMPIERE-2309 Performance: replace Custom Idempiere Homepage (img_back) 639kb->69kb 2019-01-01 17:40:22 +01:00
Carlos Ruiz 620b9715bb IDEMPIERE-3823 Schedule without Schedule Type is running wild / implemented to run once on reboot 2018-11-19 10:59:58 -02:00
Carlos Ruiz ee4303d453 set version to 6.1 2018-11-04 14:47:53 -02:00
hieplq cfa2705b25 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:29:49 +07:00
hieplq 155810c3f1 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:25:50 +07:00
Carlos Ruiz a0dcf36f4e IDEMPIERE-959 Missing get*_UU methods / based on patch from Nicolas Micoud (nmicoud) 2018-05-29 13:53:22 +02:00
Heng Sin Low 77e30d8c2c IDEMPIERE-3670 Schedule process: always recalculate sleep time before start and startAll. Fix context is lost error. 2018-04-06 13:41:13 +08:00
Heng Sin Low 3d675e132c IDEMPIERE-3670 Schedule process: always recalculate sleep time before start and startAll 2018-04-05 16:59:14 +08:00
Heng Sin Low 4cfe1258b0 IDEMPIERE-3653 1004207 Change behavior of system cacheing for multi-tenants. Add API to support dynamic addition and removal of scheduler. 2014-08-19 17:16:01 +08:00
Carlos Ruiz e682565d95 IDEMPIERE-3653 1004207 Change behavior of system cacheing for multi-tenants. Use distributed cache for scheduler model. / integrate patch from hengsin 2014-08-19 17:11:56 +08:00
Nicolas Micoud 76917cb55a IDEMPIERE-3640 iDempiere monitor : hide inactive clients on EMail test 2018-02-16 13:45:46 +01:00
hieplq 0305e1bf32 IDEMPIERE-2544:to more warning compiler hidden good warning
leak io
2017-11-30 13:44:30 +07:00
Carlos Ruiz d6908fc065 Point to version 5.1 2017-10-31 23:03:48 +01:00
Heng Sin Low a0d891f419 IDEMPIERE-3431 Posting error for Matched PO if invoice posted while MR is not posted 2017-09-12 18:07:01 +08:00
Carlos Ruiz 9bfe040d9b Integrate patches from hengsin - IDEMPIERE-3416 Implement the ability to track open DB connections (1007726/1008135) 2017-06-30 15:57:15 +02:00
Carlos Ruiz b4c8f5e34e IDEMPIERE-1325 - lower log level for a harmless message 2017-06-21 17:15:12 +02:00
Heng Sin Low 36409e56ba IDEMPIERE-3350 Accounting Processor GL postings to "secondary" schema unreliable. Context for AcctProcessor not always setup correctly. 2017-06-14 14:43:24 +08:00
Heng Sin Low 361c190a06 IDEMPIERE-3393 Context for Monitor's Run Now Command not Setup Correctly 2017-06-13 18:20:08 +08:00
Heng Sin Low 2b18e84428 IDEMPIERE-3383 Schedule process: always recalculate sleep time before start 2017-05-31 11:26:32 +08:00
Heng Sin Low d12e72aec3 IDEMPIERE-3382 Schedule process shouldn't allow concurrent execution 2017-05-31 11:09:05 +08:00
Heng Sin Low f01e4cac14 IDEMPIERE-3381 Transaction not pass to scheduled report. 2017-05-31 07:55:29 +08:00
Heng Sin Low 37bafb5851 IDEMPIERE-3380 Scheduler doesn't log role access error. 2017-05-31 07:33:40 +08:00
Carlos Ruiz 536fd017e6 set version 4.1 in credits 2016-10-30 20:23:55 +01:00
Carlos Ruiz 059a9ee240 hg merge release-3.1 (merge release3.1 into development) 2016-08-11 11:39:15 +02:00
Nicolas Micoud 34926b0409 IDEMPIERE-2951 Delete all Trace Logs from Monitor should not delete AuthFailure.log 2016-08-08 18:29:20 +02:00
hieplq 1ca5d9835d IDEMPIERE-3136:all stuff relate library of idempiere
update and use osgi version of library (passay, itextpdf, bcprov, super-csv)
2016-07-07 19:05:05 +07:00
Carlos Ruiz 9249a86450 IDEMPIERE-1325 Custom iDempiere Home Page 2015-11-04 11:07:49 -05:00
Carlos Ruiz dca4656a56 Upgrade version references to 3.1 2015-10-30 20:39:48 -05:00
Carlos Ruiz bbb4d42d46 hg merge release-2.1 (merge release2.1 into development) 2015-10-07 08:39:12 -05:00
tsvikruha 383c35dc4a IDEMPIERE-2864 Alert Processor vs Attachment File system can't send EMails properly 2015-10-03 08:26:46 -05:00
Carlos Ruiz ad6290e09c IDEMPIERE-2756 Background threads losing context when user log out / integrate fix from hengsin for the server services 2015-08-07 10:03:50 -05:00
Carlos Ruiz e8723e62e0 IDEMPIERE-2516 iDempiere monitor shows inactive clients (maintenance mode / active sessions) / thanks to Nicolas Micoud (nmicoud) 2015-03-18 14:55:04 -05:00
Carlos Ruiz 966bcefc52 IDEMPIERE-2756 Background threads losing context when user log out / additional fix on development 2015-08-07 10:25:18 -05:00
Carlos Ruiz 839a5370dc hg merge release-2.1 (merge release2.1 into development) 2015-08-07 10:23:36 -05:00
hieplq bf9a6c91a5 IDEMPIERE-1846:Extend Scheduler by SchedulerSubject and SchedulerMessage 2015-07-14 02:13:39 +07:00
Carlos Ruiz e4c0fdd849 hg merge release-2.1 (merge release2.1 into development) 2015-03-25 19:02:45 -05:00
Carlos Ruiz f0a8c83af3 hg merge development (merge development into zk7) 2014-12-17 20:11:47 -05:00
Nicolas Micoud fdc99703c0 IDEMPIERE-2317 Translation in AlertProcessor 2014-12-17 08:50:58 -05:00
Carlos Ruiz f3eba129d1 merge development (8b3bdac18c82) into zk7 2014-11-05 17:38:46 -05:00
Carlos Ruiz 545183280f IDEMPIERE-2281 Alert Processor and Scheduler ignoring Client Storage Provider Setup 2014-11-05 10:02:26 -05:00
Carlos Ruiz c132c4d0fc Update sources to release 2.1 2014-10-30 23:08:23 -05:00
Carlos Ruiz 23c684d467 Merge development (8e403d4382f8) into zk7 branch 2014-10-29 13:43:18 -05:00
Carlos Ruiz 5c27c2bf3d IDEMPIERE-2275 Process button of toolbar doesn't handle access / based on patch from Nicolas Micoud (nmicoud) 2014-10-29 11:17:45 -05:00
Carlos Ruiz a5c4f1dbcf IDEMPIERE-2245 Platform Upgrade for r3 2014-10-22 15:00:51 -05:00
Nicolas Micoud 7e1e7a8036 IDEMPIERE-2225 Show number of active sessions and maintenance mode in monitor console 2014-10-15 13:55:44 -05:00
Heng Sin Low b3cd784008 1003949 IDEMPIERE-1952 Create ability to run reports in the scheduler using context variables for dates. Add plus and minus arithmetic support for @#Date@ context variable. 2014-05-05 19:50:55 +08:00
Heng Sin Low 4f74d9842e 1003949 IDEMPIERE-1952 Create ability to run reports in the scheduler using context variables for dates. Implement context variable support for scheduler name. 2014-04-24 22:49:50 +08:00
Heng Sin Low c232e04e04 1003856 IDEMPIERE-1951 Run report as a background job. Fix bug discover during testing. 2014-04-24 22:44:16 +08:00
Carlos Ruiz c73000c38b 1003856 IDEMPIERE-1951 Integrate commit from hengsin -> Run report as a background job. Peer review implementation from Elaine. 2014-05-14 14:44:06 -05:00
Carlos Ruiz 016ac239d8 Merged in bmlaurus/idempiere-bmlaurus-1.0c/CustomHome (pull request #85)
IDEMPIERE-1325 Custom iDempiere Home Page
2014-04-04 10:26:50 -05:00
Nicolas Micoud 5aa1701d01 IDEMPIERE-1845 Allow Scheduler to use default logic based on SQL 2014-04-02 19:59:25 -05:00
acanaveral 30acc047de IDEMPIERE-1325 Custom iDempiere Home Page 2014-03-12 16:39:50 -05:00
Heng Sin Low 2d7e991095 1003376 Form to captured process parameter for scheduler. IDEMPIERE-1486 2013-10-23 16:20:11 +08:00
Heng Sin Low 07c83ff7fd 1003398 IDEMPIERE-1469 idempiere monitor page don't display processes on starting 2013-10-28 20:45:14 +08:00
Heng Sin Low edcf53d198 1002807 IDEMPIERE-1476 Scheduler should always notify recipient 2013-10-25 13:54:12 +08:00
Heng Sin Low df47fc59e4 IDEMPIERE-1139 Can't replace or extend Server for AdempiereProcessor using plugin. 2013-07-05 17:32:16 +08:00
Heng Sin Low 187eef6af2 IDEMPIERE-1044 Load testing. Make it easier to monitor connection pool status. 2013-06-18 18:10:02 +08:00
Carlos Ruiz b8a6b85a86 IDEMPIERE-166 Rebranding of logo and product name - fix more links 2013-04-22 19:34:31 -05:00
Juliana Corredor 38877fc7ea IDEMPIERE-166 Rebranding of logo and product name - fix links 2013-04-22 19:19:27 -05:00
Carlos Ruiz f408fbc6d3 IDEMPIERE-166 Rebranding of logo and product name 2013-04-16 19:28:55 -05:00
Richard Morales c45dfd9557 IDEMPIERE-638 Check log level before calling logging method / .log(Level 2013-03-15 22:52:05 -05:00
Carlos Ruiz ac93bd4473 IDEMPIERE-638 Check log level before calling logging method / log.info / Thanks to Richard Morales 2013-02-27 20:58:38 -05:00
Richard Morales ce7938424e IDEMPIERE-638 Check log level before calling logging method / log.fine 2013-02-25 19:00:59 -05:00