Commit Log (Page 9 of 12)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next »

Summary Period: 2004-04-03 to 2004-02-17 (Commits 139-188 of 588)

jonw 2004-04-03 16:40

new variable type StringSet

0 lines of code changed in:

jonw 2004-04-03 16:40

*** empty log message ***

78 lines of code changed in:

jonw 2004-04-03 16:39

Store interface can now only accept a TPart instead of object - rationale is that since we can only report variables that are defined in the TPart schema, we can never store a variable that cannot fit into a TPart, and therefore, that check should be done up front by the store interface. Convenience methods were added to MatrixUtil to allow java classes to create TParts from variables more easily.

52 lines of code changed in:

jonw 2004-03-31 22:36

updated the ForEachLoop element by adding "IterationVariableName", so that for each element indicated by the IterationSet, the flow saves that element in the store as metadata under the name provided by "IterationVariableName" and then runs its subthreads which can access this variable. I'm not sure yet how to implement a parallel forEachLoop though since combining it with a parallelFlow is not adequate...

0 lines of code changed in:

jonw 2004-03-31 22:27

added support for DataSet type

12 lines of code changed in:

jonw 2004-03-31 22:27

added ForEachLoop with support for CollectionList and DataSet (still need to implement Collection and String List)

131 lines of code changed in:

arun 2004-03-31 09:20

Added RedirectStatusOp (params, result etc):
This will allow the redirection of current status to a data set/srb file (or) e-mail it to some url (or) download it as an attachment - Modified the download dataset params and reused it.

0 lines of code changed in:

arun 2004-03-31 01:36

changes in comments and to check cvs commit e-mails

0 lines of code changed in:

arun 2004-03-31 01:22

Added: tIterator for iterator
Modified: tForEachLoop and made it look simple

Added: fileDataSet as a variable in tPart (will require code change)

0 lines of code changed in:

arun 2004-03-31 00:29

Typos and some changes

Jon: Could you edit this?

5 lines of code changed in:

jonw 2004-03-18 15:20

code cleanup

53 lines of code changed in:

jonw 2004-03-17 17:21

Removed keyword THIS
Parse action strings using JEP

100 lines of code changed in:

arun 2004-03-12 10:26

little bit of documentation

38 lines of code changed in:

arun 2004-02-27 17:50

removed client

0 lines of code changed in:

arun 2004-02-27 17:44

updated for version 3.1

29 lines of code changed in:

arun 2004-02-27 14:58

updated for version 3.1

245 lines of code changed in:

jonw 2004-02-27 13:44

grammar check

5 lines of code changed in:

jonw 2004-02-27 13:43

changed examples to use simple queries

248 lines of code changed in:

jonw 2004-02-27 13:42

added simple query functionality

21 lines of code changed in:

arun 2004-02-27 11:12

war and jar are added to reduce the unnecessary steps to be peformed by the users

0 lines of code changed in:

arun 2004-02-27 04:37

adding matrix.wsdl (has localhost for now). would be generated usign the program in bin.

1390 lines of code changed in:

arun 2004-02-27 04:33

Removed files that were re-organized into separate directories

0 lines of code changed in:

arun 2004-02-27 04:31

removed srb.wsdl

0 lines of code changed in:

arun 2004-02-27 04:26

new constructor in FSQ

dont know wat i did for MatrixUtil.java

17 lines of code changed in:

arun 2004-02-27 04:24

template file for matrix.wsdl generation

24 lines of code changed in:

arun 2004-02-27 04:24

with localhost server.url

1 lines of code changed in:

arun 2004-02-27 04:23

examples updated for new release with changed directory organization

1387 lines of code changed in:

arun 2004-02-27 04:18

NEW: Creates matrix.wsdl (could later be hooked up to our ant script)

107 lines of code changed in:

arun 2004-02-26 17:12

added . (current directory) infront of classpath

0 lines of code changed in:

arun 2004-02-25 00:13

renamed execute() to typeSpecificExecute()

18 lines of code changed in:

arun 2004-02-24 19:21

removed transactionStatusResponse - not used as we have fully migrated to flow model

0 lines of code changed in:

arun 2004-02-24 03:35

TO_DO for Arun, Allen, Jon

5 lines of code changed in:

arun 2004-02-24 02:24

MatrixTester updated for enquiring status apart form sending the dgl request to server

ExecuteProcessOperarion.

303 lines of code changed in:

arun 2004-02-24 02:21

added credits

6 lines of code changed in:

arun 2004-02-24 02:20

example dgl file to execute a java process

example dgl file to enquire status

0 lines of code changed in:

arun 2004-02-24 02:19

should not have any change

0 lines of code changed in:

jonw 2004-02-23 17:47

Added If and Switch flow logic. Also renamed "execute" to "typeSpecificExecute"

147 lines of code changed in:

arun 2004-02-23 16:43

IF block, Switch block added.

Also comment/annotations to all the flow constructs

0 lines of code changed in:

arun 2004-02-22 22:32

changed wrto to the dgl schema changes

1 lines of code changed in:

arun 2004-02-22 22:31

changes to fit into the new directory strucuture.

Also added the server side jar files to the path (so that its useful during our development)

0 lines of code changed in:

arun 2004-02-21 14:43

IF block, Switch block added.

Also comment/annotations to all the flow constructs

0 lines of code changed in:

arun 2004-02-19 19:29

added TODO for release 3.1 - FOLKS, we need to get this done.

Stupid Arun seems to be the major showstopper - if you can, please help him out.

4 lines of code changed in:

jonw 2004-02-18 21:30

*** empty log message ***

0 lines of code changed in:

jonw 2004-02-18 18:43

Added some shortcut constructors

165 lines of code changed in:

jonw 2004-02-18 18:43

Added constructors to Flows for creating root flows

78 lines of code changed in:

jonw 2004-02-18 15:45

Code moved to RequestManager

0 lines of code changed in:

jonw 2004-02-18 15:24

The RequestManager is an asynchronous thread that MatrixRequestHandler instantiates to run an individual flow. RequestManager contains pretty much the code that used to be in TransactionThread

328 lines of code changed in:

jonw 2004-02-18 02:01

removed all references to "transactions"

0 lines of code changed in:

jonw 2004-02-18 02:00

removed all references to "transactions" - code now refers only to requests, flows, and steps

105 lines of code changed in:

jonw 2004-02-17 21:09

Complies to new DGL where a transaction datatype does not exist. The code continues to refer to the root flow as the "transaction", but we may want to change this because it will be confusing for the client

165 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next »

Generated by StatCVS 0.2.2