[jira] [Assigned] (OFBIZ-10917) establish code analysis with Sonar

2019-05-31 Thread Pierre Smits (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-10917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits reassigned OFBIZ-10917:


Assignee: (was: Pierre Smits)

> establish code analysis with Sonar
> --
>
> Key: OFBIZ-10917
> URL: https://issues.apache.org/jira/browse/OFBIZ-10917
> Project: OFBiz
>  Issue Type: Task
>  Components: ALL COMPONENTS, ALL PLUGINS
>Reporter: Pierre Smits
>Priority: Major
>
> The ASF provides code analysis functionality through [1] with Sonar
> Our code contributors will benefit from more insight through this tool for 
> each of the components in:
>  # ofbiz-framework, see [2]
>  # ofbiz-plugins, see [3]
> [1] [https://builds.apache.org/analysis/]
> [2] [ofbiz-framework|https://github.com/apache/ofbiz-framework]
> [3] [ofbiz-plugins|https://github.com/apache/ofbiz-plugins]
> Currently the Sonar implementation provides analysis functionalities for:
>  # Java
>  # Javascript



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


[jira] [Created] (OFBIZ-11086) Have a ProjectTask Dimension

2019-05-31 Thread Pierre Smits (JIRA)
Pierre Smits created OFBIZ-11086:


 Summary: Have a ProjectTask Dimension
 Key: OFBIZ-11086
 URL: https://issues.apache.org/jira/browse/OFBIZ-11086
 Project: OFBiz
  Issue Type: Improvement
  Components: bi
Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
Reporter: Pierre Smits
Assignee: Pierre Smits


The component would benefit from a store dimension for future fact tables and 
star schema view entities.



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


[jira] [Updated] (OFBIZ-11075) Have a service to load records in the store dimension

2019-05-31 Thread Pierre Smits (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-11075:
-
Attachment: OFBIZ-11075-StoreDimService.diff

> Have a service to load records in the store dimension
> -
>
> Key: OFBIZ-11075
> URL: https://issues.apache.org/jira/browse/OFBIZ-11075
> Project: OFBiz
>  Issue Type: Improvement
>  Components: bi
>Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Major
>  Labels: StoreDimension, birt, dwh, initialisation, service, store
> Attachments: OFBIZ-11075-StoreDimService.diff
>
>
> For dwh initialisation



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


[jira] [Commented] (OFBIZ-10986) Have a Store Dimension

2019-05-31 Thread Pierre Smits (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16852820#comment-16852820
 ] 

Pierre Smits commented on OFBIZ-10986:
--

Latest patch contains a renaming of the natural key.

> Have a Store Dimension
> --
>
> Key: OFBIZ-10986
> URL: https://issues.apache.org/jira/browse/OFBIZ-10986
> Project: OFBiz
>  Issue Type: Improvement
>  Components: bi
>Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Major
>  Labels: StoreDimension, birt, dimension, dwh, store
> Attachments: OFBIZ-10986-StoreDimension.patch, 
> OFBIZ-10986-StoreDimension.patch
>
>
> The component would benefit from a store dimension for future fact tables and 
> star schema view entities.



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


[jira] [Updated] (OFBIZ-10986) Have a Store Dimension

2019-05-31 Thread Pierre Smits (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-10986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-10986:
-
Attachment: OFBIZ-10986-StoreDimension.patch

> Have a Store Dimension
> --
>
> Key: OFBIZ-10986
> URL: https://issues.apache.org/jira/browse/OFBIZ-10986
> Project: OFBiz
>  Issue Type: Improvement
>  Components: bi
>Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Major
>  Labels: StoreDimension, birt, dimension, dwh, store
> Attachments: OFBIZ-10986-StoreDimension.patch, 
> OFBIZ-10986-StoreDimension.patch
>
>
> The component would benefit from a store dimension for future fact tables and 
> star schema view entities.



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


[jira] [Commented] (OFBIZ-10145) Remove the Gradle wrapper from our release packages and add a step to our build notes

2019-05-31 Thread Jacques Le Roux (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16852808#comment-16852808
 ] 

Jacques Le Roux commented on OFBIZ-10145:
-

To clarify after [this discussion on dev 
ML|https://markmail.org/message/dbutcovs5jnh2km3]:

Actually the idea is to only remove the gradle/wrapper directory so in 
init-gradle-wrapper.sh the test should be on the existence of this directory, 
ie:
{{if [ ! -r "$OFBIZ_DIR/gradle/wrapper" ]; then}}
not
{{if [ ! -r "$OFBIZ_DIR/gradlew" ]; then}}

BTW I have updated INFRA-18530 with hopefully a much simpler possible solution 
for Buildbot :)


> Remove the Gradle wrapper from our release packages and add a step to our 
> build notes
> -
>
> Key: OFBIZ-10145
> URL: https://issues.apache.org/jira/browse/OFBIZ-10145
> Project: OFBiz
>  Issue Type: Task
>  Components: Gradle
>Affects Versions: 17.12.01, 16.11.06, 18.12.01
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Blocker
> Fix For: 17.12.01
>
> Attachments: init-gradle-wrapper-trunk-and-18.sh, 
> init-gradle-wrapper-trunk-and-18.sh, init-gradle-wrapper-trunk-and-18.sh, 
> init-gradle-wrapper-trunk-and-18.sh, init-gradle-wrapper.sh, 
> init-gradle-wrapper.sh, init-gradle-wrapper.sh, init-gradle-wrapper.sh, 
> init-gradle-wrapper.sh, init-gradlew-readme-R17.1.patch, 
> init-gradlew-readme-R17.1.patch, init-gradlew-readme.patch, 
> init-gradlew-readme.patch
>
>
> Following the discussion at http://markmail.org/message/nd7grfiyobjkfwae, 
> considering LEGAL-288 and based on a lazy consensus on dev ML, we want to 
> remove the gradle-wrapper.jar file from the next packaged releases and  use 
> [~jacopoc]'s related proposition to document how to have Gradle working in 
> the main README.md file.
> # Extract the archive file to your local directory.
> # Download gradle-wrapper.jar and place it in the 
> OFBiz-root-dir/gradle/wrapper folder.
> I'm not sure if we should recommend a link to download the 
> gradle-wrapper.jar. This might change in the future (versions, etc.), so 
> indeed maybe simply asking to download is enough, cf  
> https://www.google.com/search?q=gradle-wrapper.jar+download=UTF-8
> Also we need to add a point about removing gradle-wrapper.jar in 
> https://cwiki.apache.org/confluence/display/OFBIZ/Release+Management+Guide+for+OFBiz



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


[jira] [Updated] (OFBIZ-11084) Have a service to load records in the account dimension

2019-05-31 Thread Pierre Smits (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-11084:
-
Attachment: OFBIZ-11084-AccountDimService.diff

> Have a service to load records in the account dimension
> ---
>
> Key: OFBIZ-11084
> URL: https://issues.apache.org/jira/browse/OFBIZ-11084
> Project: OFBiz
>  Issue Type: Improvement
>  Components: bi
>Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Major
>  Labels: AccountDimension, account, birt, dimension, dwh, service
> Attachments: OFBIZ-11084-AccountDimService.diff
>
>
> for dwh initialisation



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


[jira] [Updated] (OFBIZ-11031) Improve SalesOrderItemFact table

2019-05-31 Thread Pierre Smits (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-11031:
-
Description: 
Improve the SalesOrderFactTable to include additional dimensions, such as:
* AccountDimension
* CustomerDimension
* OrganisationDimension
* StoreDimension
* SalesChannelDimension
* SalesRepDimension

  was:Improve the SalesOrderFactTable to include additional dimensions


> Improve SalesOrderItemFact table
> 
>
> Key: OFBIZ-11031
> URL: https://issues.apache.org/jira/browse/OFBIZ-11031
> Project: OFBiz
>  Issue Type: Improvement
>  Components: bi
>Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
>Reporter: Pierre Smits
>Priority: Major
>  Labels: Fact, SalesOrder, SalesOrderItemFact, birt, dwh
>
> Improve the SalesOrderFactTable to include additional dimensions, such as:
> * AccountDimension
> * CustomerDimension
> * OrganisationDimension
> * StoreDimension
> * SalesChannelDimension
> * SalesRepDimension



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


[jira] [Updated] (OFBIZ-11083) Have an Account Dimension

2019-05-31 Thread Pierre Smits (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-11083:
-
Attachment: OFBIZ-11083-AccountDimension.diff

> Have an Account Dimension
> -
>
> Key: OFBIZ-11083
> URL: https://issues.apache.org/jira/browse/OFBIZ-11083
> Project: OFBiz
>  Issue Type: Improvement
>  Components: bi
>Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Major
>  Labels: AccountDimension, account, birt, dimension, dwh
> Attachments: OFBIZ-11083-AccountDimension.diff
>
>
> The component would benefit from an account dimension for future fact tables 
> and star schema view entities.



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


[jira] [Updated] (OFBIZ-11081) Have a service to load records in the supplier dimension

2019-05-31 Thread Pierre Smits (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-11081:
-
Attachment: OFBIZ-11081-SupplierDimService.diff

> Have a service to load records in the supplier dimension
> 
>
> Key: OFBIZ-11081
> URL: https://issues.apache.org/jira/browse/OFBIZ-11081
> Project: OFBiz
>  Issue Type: Improvement
>  Components: bi
>Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Major
>  Labels: SupplierDimension, birt, dimension, dwh, initialisation, 
> service, supplier
> Attachments: OFBIZ-11081-SupplierDimService.diff
>
>
> for dwh initialisation



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