Directory org.openiaml.model.codegen.oaw/src/metamodel/

Directory Deleted:
2009-10-06 11:30
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/org.openiaml.model.codegen.oaw/src/metamodel

Lines of Code

org.openiaml.model.codegen.oaw/src/metamodel/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 74 (100.0%) 909 (100.0%) 12.2

Most Recent Commits

soundasleep 2009-10-06 11:30 Rev.: 1252

renaming codegen.oaw plugin to codegen.php

0 lines of code changed in 4 files:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (del), Extensions.ext (del), iaml-current.ecore (del), iaml.ecore (del)
soundasleep 2009-10-05 22:52 Rev.: 1247

resolving issue 115: add debug information runtime switch

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+1 -1)
soundasleep 2009-10-05 22:01 Rev.: 1245

resolving issue 136: invalid PrimitiveOperation name for CompositeOperations
CustomOAWLog now also keeps track of warnings

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+4 -2)
soundasleep 2009-09-30 12:34 Rev.: 1221

changing '@semantics' to '@inference' and '@operational'
adding modeldoc for SplitNode and JoinNode

173 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+173 -12)
soundasleep 2009-09-18 20:23 Rev.: 1196

adding support for rendering Examples (with @example tag) in modeldoc

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+3)
soundasleep 2009-09-15 17:46 Rev.: 1166

issue 101: Parameter no longer extends DataFlowEdgeDestination

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+1 -1)
soundasleep 2009-09-15 17:43 Rev.: 1165

issue 98: warn user if ChainedOperation has an unused name

9 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+9)
soundasleep 2009-09-15 00:59 Rev.: 1163

issue 96: Operation and Condition no longer extend ActivityNode; removing InternetApplication.loginHandlers

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+2 -8)
soundasleep 2009-09-15 00:19 Rev.: 1162

issue 96: removing issues with DomainObject/Instances/Views also being contained as ApplicationElements

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+3 -10)
soundasleep 2009-09-14 23:45 Rev.: 1161

making a new Session visual editor (resolves issue 102)

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+2 -2)
soundasleep 2009-09-14 23:21 Rev.: 1160

issue 96: refactoring the metamodel to remove Session inherits VisibleThing
updating drools, code generation, test cases

23 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+1 -1), iaml-current.ecore (+22 -3)
soundasleep 2009-09-11 12:12 Rev.: 1150

model NS version is now model0.4
migrating diagram tests to new model version
making a model migrator for 0.2, 0.3 to 0.4

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+1 -1)
soundasleep 2009-09-11 01:34 Rev.: 1148

updating test diagram models to PrimitiveOperation
updating diagram.custom code to new package declarations

5 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+5)
soundasleep 2009-09-10 17:15 Rev.: 1136

renamed ChainedOperation to PrimitiveOperation
removed SingleOperation from model
initial work in moving inference and codegen templates to new model
removed lastChainedOperation() method from ChainedOperation and EventTrigger; moved into inference

7 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+7 -4)
soundasleep 2009-09-09 16:56 Rev.: 1121

issue 107: replace isAssignableFrom with isInstance in codegen templates

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+1 -1)
soundasleep 2009-09-09 13:07 Rev.: 1117

resolving failing model and release quality test cases

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (-1)
soundasleep 2009-09-09 12:38 Rev.: 1115

if a LoginHandler[key] already has a SetWire to an ApplicationElementProperty, it will no longer create another property in the same session

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+3)
soundasleep 2009-09-08 15:00 Rev.: 1111

resolving UserPermissionsRecursive codegen test case
now only one LoginHandler is generated per Session, even if there are multiple AccessControlHandlers within its children

7 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+7)
soundasleep 2009-09-08 13:06 Rev.: 1110

UserPermissionsPage test case now passes

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+1 -1)
soundasleep 2009-09-07 23:03 Rev.: 1105

fixing a bug where many of the tests in UserModifyRoles were not being executed
fixing a bug where Queries for DomainObject[user] SelectWires would not be re-evaluated when attributes changed
adding a check for SelectWires that have incoming Parameters, yet have no query
initial framework for adding and removing Users and Roles as part of UserModifyRoles codegen test

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+2 -1)
soundasleep 2009-08-30 22:39 Rev.: 1069

domain inheritance inference test case now passes
DomainAttributeInstances in DomainObjectInstances now extend the given DomainAttribute

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+3 -3)
soundasleep 2009-08-29 12:56 Rev.: 1062

adding inference test case for UserRolesLoginHandler
adding a test case method to check a model instance for validity according to the oaw checks model
refreshing the OAW model

6 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+4 -1), iaml-current.ecore (+2 -2)
soundasleep 2009-08-28 20:09 Rev.: 1058

initial structural work in code generation of user security aspects
"generated primary key" should not be stored as part of the session

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+3 -2)
soundasleep 2009-08-25 14:44 Rev.: 1032

adding a basic test case to judge the performance of inference with drools

10 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+10 -2)
soundasleep 2009-08-21 18:48 Rev.: 1031

filling out initial test cases for users, security, login handlers etc (all failing)

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+3)
soundasleep 2009-08-21 14:52 Rev.: 1023

adding user_store diff
adding AccessControlManager to visual editor
adding some basic ExtendsWire/ProvidesWire constraints

15 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+15)
soundasleep 2009-08-21 01:20 Rev.: 1017

synchronising other gmfgens with new user_store editor

44 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+44)
soundasleep 2009-08-17 15:10 Rev.: 1004

GeneratedElements are now generated by 0..* elements, not just one

6 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+6 -2)
soundasleep 2009-08-17 14:02 Rev.: 1000

implemented QueryParameter code generation

17 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+2 -2), Extensions.ext (+15 -2)
soundasleep 2009-08-14 17:28 Rev.: 999

adding test cases for QueryParameter codegen tests
adding some basic constraints for QueryParameters
refreshing codegen metamodel
adding a test case method to click a link with a given parameter query

39 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+10 -2), Extensions.ext (+15 -1), iaml-current.ecore (+14)
soundasleep 2009-08-14 13:03 Rev.: 993

resolving failing test cases; all test cases now pass
adding icons for SplitNode and JoinNode

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+1 -1)
soundasleep 2009-08-09 19:27 Rev.: 956

adding 'OperationCallNode' to operation composition model
initial work in getting LoginHandlerInstance codegen test case to pass, although the test case isnt finished yet

31 lines of code changed in 4 files:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+14), Extensions.ext (new), iaml-current.ecore (+5)
soundasleep 2009-08-09 15:18 Rev.: 947

login handler attributes must now have a default value set

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+3 -1)
soundasleep 2009-08-08 21:17 Rev.: 943

modifying codegen templates to handle new login-handler rules, however some session test cases are failing

10 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+10)
soundasleep 2009-08-07 20:36 Rev.: 932

issue 64: adding a warning for run wires that won't actually do anything from visible things
improving the clear session and exception pages

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+2 -2)
soundasleep 2009-08-06 17:04 Rev.: 920

adding "primaryKey" attribute to DomainAttributes
issue 65: if a DomainObject does not contain a DomainAttribute[primary key], it will automatically be created
primary key attributes currently have to be integer auto_increment
all test cases pass

10 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+4 -4), iaml-current.ecore (+6)
soundasleep 2009-07-23 17:03 Rev.: 884

OAW checks natively supports rendering "warning" messages

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+3)
soundasleep 2009-07-22 17:01 Rev.: 882

last step for issue 57: updating codegen ecore

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+2 -6)
soundasleep 2009-07-07 13:42 Rev.: 777

issue 48: wire editors can now create and contain CompositeConditions
if the ecore file copied into the OAW plugin is out-of-date, the test case will now replace it automatically

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: iaml-current.ecore (+1 -1)
soundasleep 2009-05-15 15:56 Rev.: 698

NewInstanceAttributeSessionAutosave test cases now pass
adding test case to make sure no phantom wires exist
clearing up ButtonSetValue test case

7 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/metamodel: Checks.chk (+7)

(18 more)

Generated by StatSVN 0.7.0