You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

csip-core Mercurial repository by wlloyd

CSIP Core Framework and Libraries

Core services, infrastructure, and API for all CSIP services.

Clone: Last push: Nov 14 09:21
Push: Size: 152.4 MB
Forks: 1 Pull requests: 0 pending
Forks
Changes
Files
Pull Requests
Branches & Tags
Statistics

Author Comment Items
wlloyd
May 19 2014 11:56

Pusher:  ktraff
Jan 12 2016 11:54
-added downloadfiles option to test client
c18729b78593a92975c8827317070d0968508276 branches: default
  • modified
    src/csip/AbstractModelService.java
  • modified
    src/csip/Config.java
  • modified
    src/csip/QueryService.java
  • modified
    src/csip/test/ServiceTest.java
  • modified
    src/csip/utils/JSONUtils.java
--
odavid
May 09 2014 15:56

Pusher:  ktraff
Jan 12 2016 11:54
new: better workspace handling, more annotations, simplified exec
b58f7175996c56ce88c4ac614f8943572996a7d5 branches: default
  • modified
    lib/oms-all.jar
  • modified
    nbproject/build-impl.xml
  • modified
    nbproject/project.properties
  • modified
    nbproject/project.xml
  • modified
    src/csip/AbstractModelService.java
  • modified
    src/csip/Archiver.java
  • modified
    src/csip/Config.java
  • modified
    src/csip/ControlService.java
  • modified
    src/csip/ExternalModelService.java
  • modified
    src/csip/OMSModelService.java
  • modified
    src/csip/Remover.java
  • modified
    src/csip/annotations/OMSExec.java
  • modified
    src/csip/utils/Services.java
--
wlloyd
May 08 2014 19:02

Pusher:  ktraff
Jan 12 2016 11:54
Refactored to use jttp 4.3.x libraries.
Added new features:
-configurable model timeout
-uses connection manager to recycle http connections in a pool
-warmup batch, allows sending a number of running in advance of the main workload as a "warmup". steals runs from start of main workload
uses properties workers (# of VMs), warmup (on/off/only), warmupRuns
-configurable log level.. logging now sent to stdout to eliminate the need to specify a separate file, default level warning
e6100e70fa98ecdfb965b897dbb0c62dcffc3db2 branches: default
  • modified
    build.xml
  • added
    lib/httpclient-4.3.3.jar
  • added
    lib/httpcore-4.3.2.jar
  • added
    lib/httpmime-4.3.3.jar
  • modified
    nbproject/project.properties
  • modified
    src/csip/Client.java
  • modified
    src/csip/Config.java
  • modified
    src/csip/test/ServiceTest.java
--
wlloyd
May 05 2014 17:41

Pusher:  ktraff
Jan 12 2016 11:54
nomultipart test class versions of Client.java and ServiceTest.java (left as an "aside" as to not overwrite main ones)
ab30748c61e1090a2f5a5438d13bc244d093bf1d branches: default
--
wlloyd
Apr 21 2014 18:20

Pusher:  ktraff
Jan 12 2016 11:54
test case file sort by numerical porition if available
ceeed1fbe5e3ceea618e90a5d13160815d620e9a branches: default
  • modified
    nbproject/project.properties
  • modified
    src/csip/test/ServiceTest.java
--
odavid
Apr 10 2014 11:10

Pusher:  ktraff
Jan 12 2016 11:54
new: Support classes for External models, Java and OMS models.
a45e59fdea15dd0a7ba9a192937a5d745f2a6ad5 branches: default
--
odavid
Apr 10 2014 11:10

Pusher:  ktraff
Jan 12 2016 11:54
new: Resource description annotation.
1a446c7d274841bf1025f359133cda8ec588faa4 branches: default
--
odavid
Apr 10 2014 11:08

Pusher:  ktraff
Jan 12 2016 11:54
new: support methods
66f99cdd6e2673548b61b12342f30c0491002914 branches: default
  • modified
    src/csip/utils/Binaries.java
--
odavid
Apr 10 2014 11:07

Pusher:  ktraff
Jan 12 2016 11:54
new: csip base directory
f9d1d550f0b3e984f85fb915959593b3e46c8ccb branches: default
  • modified
    src/csip/Config.java
--
odavid
Apr 10 2014 11:07

Pusher:  ktraff
Jan 12 2016 11:54
cha: simpler process handling.
new: better paremeter lookup
37fd6dbaff46b98730da49e895c56a83331e3456 branches: default
  • modified
    src/csip/AbstractModelService.java
--
odavid
Mar 15 2014 16:26

Pusher:  ktraff
Jan 12 2016 11:54
default is no testing.
89a12237b8b65514dafe2348c922bd6066a09aab branches: default
  • modified
    src/csip/test/ServiceTest.java
--
odavid
Mar 12 2014 21:34

Pusher:  ktraff
Jan 12 2016 11:54
cha: - better thread handling, oms jar update
8418885edb4a60e44ed09aade424ef45a817ea20 branches: default
  • modified
    lib/oms-all.jar
  • modified
    src/csip/AbstractModelService.java
  • modified
    src/csip/ControlService.java
  • modified
    src/csip/QueryService.java
  • modified
    src/csip/test/ServiceTest.java
--
odavid
Mar 10 2014 20:27

Pusher:  ktraff
Jan 12 2016 11:54
new: added limit for #testcases to run.
new: sorting of test cases ny name.
ba8e44f1d49bcf45cf7c54027d87def0c5cb2abd branches: default
  • modified
    src/csip/test/ServiceTest.java
--
odavid
Mar 10 2014 20:26

Pusher:  ktraff
Jan 12 2016 11:54
new: added config GET with JSON response
cc34f2a54fe8c6e1ad0d0b3f594ca705c653c683 branches: default
  • modified
    src/csip/ControlService.java
--
odavid
Mar 10 2014 20:25

Pusher:  ktraff
Jan 12 2016 11:54
added support for simpler naming of GET parameter template.
8665d9a7da441113a18842a43082a89c7bfbecf8 branches: default
  • modified
    src/csip/AbstractModelService.java
--
odavid
Mar 10 2014 11:28

Pusher:  ktraff
Jan 12 2016 11:54
cha: call simplification
036baf51df1593e0fb97d0e15f188d28279e5c4d branches: default
  • modified
    src/csip/QueryService.java
  • modified
    src/csip/utils/Services.java
--
odavid
Mar 06 2014 20:13

Pusher:  ktraff
Jan 12 2016 11:54
cha: source cleanup
85507294c2affeff154f0fa514bfaa6d5ae34c4b branches: default
--
odavid
Feb 26 2014 15:00

Pusher:  ktraff
Jan 12 2016 11:54
cha: added back deprecated methods for erosion
cdeab55b88e92de7c2ff1b4c8f6c27e56c50ab48 branches: default
  • modified
    src/csip/AbstractModelService.java
  • modified
    src/csip/Config.java
  • modified
    src/csip/ServiceUtils.java
--
odavid
Feb 25 2014 11:45

Pusher:  ktraff
Jan 12 2016 11:54
new : File support method
cha : service name logging
19622764f6dc5b62aef1aae8412b0d10a7bd5d31 branches: default
  • modified
    src/csip/AbstractModelService.java
  • modified
    src/csip/ServiceUtils.java
--
odavid
Feb 25 2014 10:22

Pusher:  ktraff
Jan 12 2016 11:54
new : library version upgrade.
7e5fc6ef68eba1111a99e820ab4e33fa9b300388 branches: default
--
924 Commits found, displaying 861 to 880