root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @102 [102] 20 months chris.heller Add initial supply chain functional tests.
(edit) @101 [101] 20 months chris.heller New project SupplyChainFunctionalTesting, created by chris.heller
(edit) @100 [100] 21 months chris.heller Add native support for connecting to different peopletools versions for …
(edit) @99 [99] 21 months chris.heller Fix typo in changeset:98
(edit) @98 [98] 21 months chris.heller Work on ticket:31. Add example of connecting to multiple different …
(edit) @97 [97] 21 months chris.heller Add example showing ComponentInterfaceShell commands saved off in a …
(edit) @96 [96] 21 months chris.heller Add an update() method that accepts key/value parameters and applies them …
(edit) @95 [95] 21 months chris.heller Add direct support for inserting a new row in a CI scroll. This resolves …
(edit) @94 [94] 22 months chris.heller Fix for handling multi-line PeopleCode comments in Notepad++ syntax …
(edit) @93 [93] 22 months chris.heller Add definitions to the ComponentInterfaceSaveAs project that go along with …
(edit) @92 [92] 22 months chris.heller Permission list for ComponentInterfaceSaveAs test component was marked as …
(edit) @91 [91] 22 months chris.heller Create a basic test component and component interface for testing the …
(edit) @90 [90] 22 months chris.heller Add subpage for ComponentInterfaceSaveAs with the field change peoplecode …
(edit) @89 [89] 22 months chris.heller Add a generic error handler that is called in the default …
(edit) @88 [88] 22 months chris.heller Work on ComponentInterfaceSaveAs user interface logic. This adds the core …
(edit) @87 [87] 22 months chris.heller Finish work to descend into all levels of a CI when doing …
(edit) @86 [86] 22 months chris.heller Work on ComponentInterfaceSaveAs, add initial support for processing …
(edit) @85 [85] 22 months chris.heller Initial code for doing generic save as processing. This is currently …
(edit) @84 [84] 22 months larry.grey Completed code by accepting any set of chartfield values as parameters.
(edit) @83 [83] 22 months larry.grey If journal is editable, then instead of searching, set the cursor position …
(edit) @82 [82] 22 months larry.grey Extended to take passed account parameter and use the delivered …
(edit) @81 [81] 22 months larry.grey Initial Check-in. Sample code to accept ACCOUNT as a parameter and …
(edit) @80 [80] 22 months larry.grey New project DrillToJournalCf, created by larry.grey
(edit) @79 [79] 22 months larry.grey Smack libraries that code was written to. Any organizations using these …
(edit) @78 [78] 22 months larry.grey Added code to dig up user id to notify from PSOPRDEFN. Also used values …
(edit) @77 [77] 22 months larry.grey Created Message Subscription PEopleCode for CreateReport? message. Does …
(edit) @76 [76] 22 months larry.grey Updated to handle multiple users being notified from a single message.
(edit) @75 [75] 22 months larry.grey Added Try Catch logic to improve error handling.
(edit) @74 [74] 22 months larry.grey Added SSL Logic.
(edit) @73 [73] 22 months larry.grey Hello World using SMACK libraries to send a message.
(edit) @72 [72] 22 months larry.grey New project IMReportNotifyPT84x, created by larry.grey
(edit) @71 [71] 23 months chris.heller Add base class for tests using the underlying the component interfaces. …
(edit) @70 [70] 23 months chris.heller Add a reload method that will cancel the current component interface and …
(edit) @69 [69] 23 months chris.heller Don't instantiate CIs automatically from component interface collection. …
(edit) @68 [68] 23 months chris.heller Close ticket:17.
(edit) @67 [67] 23 months chris.heller Add support for finding specific instances of Component Interfaces via …
(edit) @66 [66] 23 months chris.heller Include the row number variable in our dump method for the CI Shell. …
(edit) @65 [65] 23 months larry.grey Syntax Highlighting for Trace Files.
(edit) @64 [64] 23 months larry.grey Checkin of tracing iScript.
(edit) @63 [63] 23 months chris.heller Implement delete item support for component interface shell. Closes …
(edit) @62 [62] 23 months larry.grey New project TraceFromURL, created by larry.grey
(edit) @61 [61] 23 months chris.heller New project ComponentInterfaceSaveAs, created by chris.heller
(edit) @60 [60] 23 months chris.heller Initial implementation of component interface wrapping and interactive …
(edit) @59 [59] 23 months chris.heller New project ComponentInterfaceShell, created by chris.heller
(edit) @58 [58] 23 months chris.heller Revert changes from changeset:57
(edit) @57 [57] 23 months scooby.doo Example check-in from outside of App Designer
(edit) @56 [56] 2 years larry.grey Created user interface to allow user to pick the component to create the …
(edit) @55 [55] 2 years larry.grey Added code to allow this to work for more complex components. This …
(edit) @54 [54] 2 years larry.grey Updated to allow adding more than just the GL_ACCOUNT_TBL record. Needed …
(edit) @53 [53] 2 years larry.grey Extended to loop through the records in a component and log the results. …
(edit) @52 [52] 2 years larry.grey Extended to look up key fields from the record definition for adding …
(edit) @51 [51] 2 years larry.grey Extended to add 3 fields to the query definition.
(edit) @50 [50] 2 years larry.grey Initial prototype code to create a hello world query from the …
(edit) @49 [49] 2 years larry.grey Initial prototype code. App Engine program calls function to log the …
(edit) @48 [48] 2 years larry.grey Accidentally committed too many revisions initially. Starting over.
(edit) @47 [47] 2 years larry.grey Updated to loop through all queries with a prefix of "GS"
(edit) @46 [46] 2 years larry.grey Updated to apply the tree change back into the query definition and to …
(edit) @45 [45] 2 years larry.grey Added code to determine the most recent effective date for the tree used …
(edit) @44 [44] 2 years larry.grey Added code to decompose and log "in tree" criteria.
(edit) @43 [43] 2 years larry.grey Updated to return tree used in "in tree" criteria.
(edit) @42 [42] 2 years larry.grey Created function to process criterion. Added logic to see if operator was …
(edit) @41 [41] 2 years larry.grey Added logic to loop through all criterion in select statement.
(edit) @40 [40] 2 years larry.grey Extended to find criteria object and return first field name.
(edit) @39 [39] 2 years larry.grey Initial Prototype code to open a named query and log its description.
(edit) @38 [38] 2 years chris.heller Use the Java class from changeset:37 from PeopleCode. We use the …
(edit) @37 [37] 2 years chris.heller Create our own Java class to use with our DatabaseClassLoader work. This …
(edit) @36 [36] 2 years chris.heller Load a class that is not part of Java itself. Work on ticket #3
(edit) @35 [35] 2 years larry.grey Accidentally committed too many revisions initially. Starting over.
(edit) @34 [34] 2 years larry.grey Added code to loop through all queries that begin with GS.
(edit) @33 [33] 2 years chris.heller Check for null when calling getClassLoader. Work on ticket #3
(edit) @32 [32] 2 years larry.grey Code to modify the in tree criteria and to save the query.
(edit) @31 [31] 2 years larry.grey Initial prototype code. Opens query using the APIs and prints the query …
(edit) @30 [30] 2 years larry.grey New project UpdateTreeEffdtInQry, created by larry.grey
(edit) @29 [29] 2 years chris.heller Short demo program to dump out which class loader that PeopleTools is …
(edit) @28 [28] 2 years chris.heller New project DatabaseClassLoader, created by chris.heller
(edit) @27 [27] 2 years larry.grey New Query Changes.
(edit) @26 [26] 2 years larry.grey Initial State of Queries Exported
(edit) @25 [25] 2 years larry.grey Changed to create files in proper version control directory.
(edit) @24 [24] 2 years larry.grey Extended to process each query that begins with GS.
(edit) @23 [23] 2 years larry.grey Added code to generate a unique SQL file for the test query.
(edit) @22 [22] 2 years larry.grey Added code to get SQL from the query and log it.
(edit) @21 [21] 2 years larry.grey Initial prototype code to open a hard-coded query name and log its name …
(edit) @20 [20] 2 years larry.grey New project QuerySQLExport, created by larry.grey
(edit) @19 [19] 2 years larry.grey Added logic to dynamically add records from component definition to query.
(edit) @18 [18] 2 years larry.grey Added code to add the key fields of GL_ACCOUNT_TBL to the query.
(edit) @17 [17] 2 years larry.grey Initial set of objects for prototype. This includes: * Base page, …
(edit) @16 [16] 2 years larry.grey New project QueryFromComponent, created by larry.grey
(edit) @15 [15] 2 years larry.grey Initial code to look at parameters from run control tables.
(edit) @14 [14] 2 years larry.grey New project AppendRunCntlToFile, created by larry.grey
(edit) @13 [13] 2 years chris.heller Tell the FTP server library that the passwords in the user config file are …
(edit) @12 [12] 2 years chris.heller Work on ticket #1 - initialize log4j so that we are logging at the INFO …
(edit) @11 [11] 2 years chris.heller Work on ticket #1 - initialize log4j properly so that we get output from …
(edit) @10 [10] 2 years chris.heller The FTP server is starting in it's own thread, so the server.start()
(edit) @9 [9] 2 years chris.heller PeopleCode's Java integration does not support importing references to …
(edit) @8 [8] 2 years chris.heller Document the required .jar files that are needed in the PSHOME/class …
(edit) @7 [7] 2 years chris.heller Work on ticket #1. This is just the skeleton outline of what we will get …
(edit) @6 [6] 2 years chris.heller Update paths for vcmeta
(edit) @5 [5] 2 years chris.heller New project AdvancedJavaPeopleCode, created by chris.heller
(edit) @4 [4] 2 years gsvcadmin Restore vcmeta directory
(edit) @3 [3] 2 years chris.heller Setup repository to use source:projects folders for hosting specific …
Note: See TracRevisionLog for help on using the revision log.