[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-02-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361137#comment-16361137
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit c2026ee3cbbbdf6e6a413017a8cd4440bca72c4a in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=c2026ee ]

ISIS-1569: suppresses possible concurrency exceptions when auditing pre-commit.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
>  then for all commands since then, replay (simulating the current user and 
> time for each)
>  finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.
>  
> ~~~
> most of the implementation is in the Incode Platform, command and 
> command-replay modules.
> Changes in Isis to support this are:
>  * CommandWithDto sub-interface of Command
>  * @Action(commandDtoProcessor=...)
>  * @Property(commandDtoProcessor=...)
>  * implementations of ContentMappingServiceForCommandDto and 
> ContentMappingServiceForCommandsDto
>  * CommandDtoProcessorService SPI as used by the former to allow the 
> CommandDto to be enhanced
>  * extensions to cmd.xsd for userdata and commands
>  * factored new superclass CommandExecutionAbstract from 
> BackgroundCommandExecution, subclassed by new quartz job when replay is 
> enabled
>   
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-02-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16357309#comment-16357309
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit eb27901540402761359f63c0f35f49569b033f93 in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=eb27901 ]

ISIS-1569: adds documentation for this service


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-02-07 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16355852#comment-16355852
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 0b249c8d90120cc5b2f44855d577973f818b2d34 in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=0b249c8 ]

ISIS-1569: ensures that transaction CommandExecutorService is run in a xactn 
with the command to be executed as the context of that xactn.

To support this, extends TransactionService3 API.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-02-07 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16355544#comment-16355544
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 36b96fe9c51a20af7eb6edab8d4216c12fe51199 in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=36b96fe ]

ISIS-1569: dtoProcessor implies persistence of commands.

Also, remove commandReification.DISABLED for mixins (since this seems to be 
incorrectly implemented), and instead use commandPersistence.NOT_PERSISTED


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-02-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16353495#comment-16353495
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit a0c4bb725f26d57b5214dfde0d34d37d4f4ede29 in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a0c4bb7 ]

ISIS-1569: moves CommandExecutorService API into applib.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-02-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16353039#comment-16353039
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit a026c0b035e97d46009002f05db8feb4b2b46c20 in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a026c0b ]

ISIS-1569 - fixes bug in ticking clock ... not setting t0

(for computing the offset) in one of the new overloads


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-02-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16352948#comment-16352948
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 8e5c792b011eff4fa42e44848ceef2c9ff5ca11f in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=8e5c792 ]

ISIS-1569: adds more info to logging statement of CommandExecutorServiceDefault 
(xactnId and timestamp)


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-02-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351384#comment-16351384
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 8540001f3304f319a052bbe70aa77b74cbc349f6 in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=8540001 ]

ISIS-1569: CommandExecutionAbstract delegates to new CommandExecutorService.  
Also

also:
- adds additional overrides for setting the Clock using time-millis
- remove command reification for some of the Object_ mixins


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-02-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16350613#comment-16350613
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 7585283a6b66f30960642bc0863052d4398fbaec in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=7585283 ]

ISIS-1569: refactors for different implementation of replay

specifically:
- factors out CommandExecutionAbstract from BackgroundCommandExecution, and 
simplifies the latter (removes concept of an OnExceptionPolicy previously 
introduced)
- Command#executeIn no longer overloaded to hold state (CommandJdo introduces 
replayState, not part of API)
- introduces new CommandDtoProcessorService SPI to globally postprocess 
CommandDto's; dogfood this within ContentMappingServiceForCommandDto (copying 
over details)

also
- removes legacy support within 
BackgroundCommandExecution/CommandExecutionAbstract
- made some methods of AbstractIsisSessionTemplate final
- lets SimpleSession be subclassable
- allows Clock to be replaceable always


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16347373#comment-16347373
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit f0a952dc2effa52d57e3b3c7757f4494040c179e in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=f0a952d ]

ISIS-1569: continues if replicated an exception; utility methods for DTOs

ContentMappingServiceForCommandDto now takes responsibility for automatically 
copying over 5 fields from the CommandWithDto (entity) into the user data of 
the CommandDto.
One of these is the exception, if any.  This is used by 
BackgroundCommandExecution to CONTINUE to process EVEN IF an exception occurs 
on the slave, if an exception also had occurred on the master.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16347084#comment-16347084
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit d27ccd48f25e6e871d851a3f3160c411fa4be026 in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d27ccd4 ]

ISIS-1569: dynamically updates CommandDto.timestamp, and allows ticking clock 
to be set using a timestamp.  Also...

... also allows BackgroundCommandExecution's executeCommand to be overridden.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16346308#comment-16346308
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit ee78604bad3376012b4377c1b6e9ba69b6647f03 in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=ee78604 ]

ISIS-1569: extends BackgroundCommandExecution to allow commands to be run via 
the sudoservice (switching user)


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345142#comment-16345142
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit a821fa2b4432f0f2231eb0039827023a518e0c22 in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a821fa2 ]

ISIS-1569: removes usage of deprecated annotations in Command iterface


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344200#comment-16344200
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 9996eabad5ce39eb68217b43d418bf2cfed2654a in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=9996eab ]

ISIS-1569: renames CommandWithDtoProcessor to CommandDtoProcessor ...

... and updates docs


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344194#comment-16344194
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 48ea4812dc1b343e13efb20f004d0837eabd8184 in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=48ea481 ]

ISIS-1569: adds support for @Action(commandWithDtoProcessor=...) and 
@Property(commandWithDtoProcessor=)

In support, MetaModelService5 introduced, to allow the associated 
commandWithDtoProcessor to be obtained for a given action or property (if any).

ContentMappingServiceForCommand(s)Dto now delegate to the processor if present.

Also, extended common.xsd to support blobs and clobs.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344195#comment-16344195
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 0329099c033ab33d21e0b60fea06abfcf247c86a in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=0329099 ]

ISIS-1569: simplies BackgroundCommandExecution so can be subclassed with 
different "OnExecutionPolicy" modes

ie fail fast or continue.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344197#comment-16344197
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 19dfb5324cf32c9fd1015ab01308439fe313d76b in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=19dfb53 ]

ISIS-1569: fixes issue to fail-fast.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344199#comment-16344199
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 85ef278081983e751a6b7f48405e3725a7ed04dc in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=85ef278 ]

ISIS-1569: also catches exception when attempt to commit.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344193#comment-16344193
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit f504860ef0f727f9d58b07bd45a33d643021a1a8 in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=f504860 ]

ISIS-1569: fixes logic for background command execution, to stop replaying if 
hit exception


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344196#comment-16344196
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit ce192decd23ebb860f2584f938a396d96b4054bf in isis's branch 
refs/heads/maint-1.16.1 from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=ce192de ]

ISIS-1569: renames MetaModelService5 API from commandDtoProcessorFor() to 
commandWithDtoProcessorFor()

Also updates docs for MetaModelService5.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344178#comment-16344178
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 19dfb5324cf32c9fd1015ab01308439fe313d76b in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=19dfb53 ]

ISIS-1569: fixes issue to fail-fast.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344181#comment-16344181
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 9996eabad5ce39eb68217b43d418bf2cfed2654a in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=9996eab ]

ISIS-1569: renames CommandWithDtoProcessor to CommandDtoProcessor ...

... and updates docs


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344180#comment-16344180
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 85ef278081983e751a6b7f48405e3725a7ed04dc in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=85ef278 ]

ISIS-1569: also catches exception when attempt to commit.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343298#comment-16343298
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit ce192decd23ebb860f2584f938a396d96b4054bf in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=ce192de ]

ISIS-1569: renames MetaModelService5 API from commandDtoProcessorFor() to 
commandWithDtoProcessorFor()

Also updates docs for MetaModelService5.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343275#comment-16343275
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 0329099c033ab33d21e0b60fea06abfcf247c86a in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=0329099 ]

ISIS-1569: simplies BackgroundCommandExecution so can be subclassed with 
different "OnExecutionPolicy" modes

ie fail fast or continue.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343124#comment-16343124
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 48ea4812dc1b343e13efb20f004d0837eabd8184 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=48ea481 ]

ISIS-1569: adds support for @Action(commandWithDtoProcessor=...) and 
@Property(commandWithDtoProcessor=)

In support, MetaModelService5 introduced, to allow the associated 
commandWithDtoProcessor to be obtained for a given action or property (if any).

ContentMappingServiceForCommand(s)Dto now delegate to the processor if present.

Also, extended common.xsd to support blobs and clobs.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343123#comment-16343123
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit f504860ef0f727f9d58b07bd45a33d643021a1a8 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=f504860 ]

ISIS-1569: fixes logic for background command execution, to stop replaying if 
hit exception


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343122#comment-16343122
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 2cf72b4314606498e4508a3f9bd5426c3b961ba5 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=2cf72b4 ]

ISIS-1569: extends BackgroundCommandExecution so that stops execution of 
replayable commands once at least one has failed.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343121#comment-16343121
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 6e9676162f75bfb58949bc8db3d7259fa7ee7e7b in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6e96761 ]

ISIS-1569: introduces a new ExecuteIn#EXCLUDED


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-25 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339056#comment-16339056
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 50fa124125da17e81f14f5cbae651cf603292d00 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=50fa124 ]

ISIS-1569: removes unused and accidentally committed element in cmd-1.4.xsd


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-25 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339054#comment-16339054
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 24dcfa5892dba4513c71c65e7eee59ffec5fea2f in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=24dcfa5 ]

ISIS-1569: adds timings to CommandsDto, so less verbose and easier to read XML


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-25 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339055#comment-16339055
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 9020b721b3b7fa82454a4c6e56faee6b38956223 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=9020b72 ]

ISIS-1569: updates to XSDs, make sure the version defaultsb are correct.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-25 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339057#comment-16339057
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit a868fa9fbd52ad655817c82cad863c033836fcc0 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a868fa9 ]

ISIS-1569: updates XSDs for docs, and adds in the historical previous versions 
also.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-25 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339058#comment-16339058
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 1cdd64a9da2a10032ef0993c6fee3c5b55c71888 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=1cdd64a ]

ISIS-1569: updates docs for ContentMappingService, default implementations for 
Command(s)Dto

also removes unused import.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337737#comment-16337737
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit a37ba576eaf36ee8552e67533b1b46e627a30773 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a37ba57 ]

ISIS-1569: removes unused and accidentally committed element in cmd-1.4.xsd


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337736#comment-16337736
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 329d75b624f8486114f96a0c9c2a0b0ba8d55f7b in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=329d75b ]

ISIS-1569: updates to XSDs, make sure the version defaultsb are correct.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337735#comment-16337735
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit f559198c2b5de070ced033941c6c8cee430370ea in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=f559198 ]

ISIS-1569: adds timings to CommandsDto, so less verbose and easier to read XML


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337738#comment-16337738
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit fad907f97a2e1ae9925feef2bb959deebafb0473 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=fad907f ]

ISIS-1569: updates XSDs for docs, and adds in the historical previous versions 
also.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337740#comment-16337740
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 1e364418932800fb331942ab06a5d5633d6c1403 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=1e36441 ]

ISIS-1569: updates docs for ContentMappingService, default implementations for 
Command(s)Dto

also removes unused import.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337399#comment-16337399
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit ea6d19a0859df2f4ebf9e673192cda0c083b8dee in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=ea6d19a ]

ISIS-1569: updates docs for ContentMappingService, default implementations for 
Command(s)Dto

also removes unused import.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337364#comment-16337364
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 4b2d3aedf2bf09b263cf156dc56bd8966d22a0ab in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=4b2d3ae ]

ISIS-1569: removes unused import is all


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337349#comment-16337349
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 3ea05a10b57df56725b6b6d10be5124e2e9dd7c1 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3ea05a1 ]

ISIS-1569: removes unused and accidentally committed element in cmd-1.4.xsd


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337348#comment-16337348
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit b12a01dbe8b1eabe556ceba32632bf269042236a in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=b12a01d ]

ISIS-1569: updates to XSDs, make sure the version defaultsb are correct.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337350#comment-16337350
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 49dd518bbe06dd17d417a1c0d42bd9ef6879f423 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=49dd518 ]

ISIS-1569: updates XSDs for docs, and adds in the historical previous versions 
also.


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332475#comment-16332475
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 652f9faa823a50c2015d9dd260726f1376f87741 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=652f9fa ]

ISIS-1569: adds timings to CommandsDto, so less verbose and easier to read XML


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16329029#comment-16329029
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 64ef3a248aa8f6fe38a441055cc79fd318c6487c in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=64ef3a2 ]

ISIS-1569: by way of tidy-up, just removes unused injected ClockService from 
CommandServiceDefault


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1569) Automated testing tool to replay commands against a copy of prod

2018-01-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16328695#comment-16328695
 ] 

ASF subversion and git services commented on ISIS-1569:
---

Commit 1e7ae6de3009de323a3b076527fb53146735ea36 in isis's branch 
refs/heads/ISIS-1569-replay-commands from [~danhaywood]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=1e7ae6d ]

ISIS-1569: by way of tidy-up, just removes unused injected ClockService from 
CommandServiceDefault


> Automated testing tool to replay commands against a copy of prod
> 
>
> Key: ISIS-1569
> URL: https://issues.apache.org/jira/browse/ISIS-1569
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.13.2.1
>Reporter: Dan Haywood
>Priority: Major
> Fix For: 1.16.1
>
>
> eg obtain copy of prod from a month ago
> then for all commands since then, replay (simulating the current user and 
> time for each)
> finally, compare resultant database with current prod, and list out 
> differences in data.
> could also use for performance testing, perhaps.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)