[jira] [Updated] (CASSANDRA-16697) generate-idea-files taks unnecessarily builds the project

2021-06-18 Thread Ekaterina Dimitrova (Jira)


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

Ekaterina Dimitrova updated CASSANDRA-16697:

Reviewers: Michael Semb Wever  (was: Ekaterina Dimitrova, Michael Semb 
Wever)

> generate-idea-files taks unnecessarily builds the project
> -
>
> Key: CASSANDRA-16697
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16697
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Build
>Reporter: Jacek Lewandowski
>Assignee: Jacek Lewandowski
>Priority: Normal
>  Labels: IDE
> Fix For: 3.0.25, 3.11.11, 4.0.1, 4.1
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is especially painful when the project cannot be built because we are in 
> the middle of solving some merge conflicts, but we want to fetch and update 
> dependencies. It seems be to be unnecessary to build the project or to do 
> other checks when we just want to load the project into our IDE.
> From what I've tested, it is enough to limit dependencies of that task to:
> {{init,maven-ant-tasks-init,resolver-dist-lib,gen-cql3-grammar,generate-jflex-java,createVersionPropFile}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16697) generate-idea-files taks unnecessarily builds the project

2021-06-17 Thread Michael Semb Wever (Jira)


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

Michael Semb Wever updated CASSANDRA-16697:
---
  Fix Version/s: (was: 4.0.x)
 (was: 3.11.x)
 (was: 4.x)
 (was: 3.0.x)
 4.1
 4.0.1
 3.11.11
 3.0.25
Source Control Link: 
https://github.com/apache/cassandra/commit/d54eff3a4a59c13b405624e5142aee37ef5f0cc6
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

> generate-idea-files taks unnecessarily builds the project
> -
>
> Key: CASSANDRA-16697
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16697
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Build
>Reporter: Jacek Lewandowski
>Assignee: Jacek Lewandowski
>Priority: Normal
>  Labels: IDE
> Fix For: 3.0.25, 3.11.11, 4.0.1, 4.1
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is especially painful when the project cannot be built because we are in 
> the middle of solving some merge conflicts, but we want to fetch and update 
> dependencies. It seems be to be unnecessary to build the project or to do 
> other checks when we just want to load the project into our IDE.
> From what I've tested, it is enough to limit dependencies of that task to:
> {{init,maven-ant-tasks-init,resolver-dist-lib,gen-cql3-grammar,generate-jflex-java,createVersionPropFile}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16697) generate-idea-files taks unnecessarily builds the project

2021-06-17 Thread Michael Semb Wever (Jira)


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

Michael Semb Wever updated CASSANDRA-16697:
---
Status: Ready to Commit  (was: Review In Progress)

> generate-idea-files taks unnecessarily builds the project
> -
>
> Key: CASSANDRA-16697
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16697
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Build
>Reporter: Jacek Lewandowski
>Assignee: Jacek Lewandowski
>Priority: Normal
>  Labels: IDE
> Fix For: 3.0.x, 3.11.x, 4.0.x, 4.x
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is especially painful when the project cannot be built because we are in 
> the middle of solving some merge conflicts, but we want to fetch and update 
> dependencies. It seems be to be unnecessary to build the project or to do 
> other checks when we just want to load the project into our IDE.
> From what I've tested, it is enough to limit dependencies of that task to:
> {{init,maven-ant-tasks-init,resolver-dist-lib,gen-cql3-grammar,generate-jflex-java,createVersionPropFile}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16697) generate-idea-files taks unnecessarily builds the project

2021-06-17 Thread Michael Semb Wever (Jira)


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

Michael Semb Wever updated CASSANDRA-16697:
---
Labels: IDE  (was: )

> generate-idea-files taks unnecessarily builds the project
> -
>
> Key: CASSANDRA-16697
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16697
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Build
>Reporter: Jacek Lewandowski
>Assignee: Jacek Lewandowski
>Priority: Normal
>  Labels: IDE
> Fix For: 3.0.x, 3.11.x, 4.0.x, 4.x
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is especially painful when the project cannot be built because we are in 
> the middle of solving some merge conflicts, but we want to fetch and update 
> dependencies. It seems be to be unnecessary to build the project or to do 
> other checks when we just want to load the project into our IDE.
> From what I've tested, it is enough to limit dependencies of that task to:
> {{init,maven-ant-tasks-init,resolver-dist-lib,gen-cql3-grammar,generate-jflex-java,createVersionPropFile}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16697) generate-idea-files taks unnecessarily builds the project

2021-06-15 Thread Jacek Lewandowski (Jira)


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

Jacek Lewandowski updated CASSANDRA-16697:
--
Fix Version/s: 3.11.x
   3.0.x

> generate-idea-files taks unnecessarily builds the project
> -
>
> Key: CASSANDRA-16697
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16697
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Build
>Reporter: Jacek Lewandowski
>Assignee: Jacek Lewandowski
>Priority: Normal
> Fix For: 3.0.x, 3.11.x, 4.0.x, 4.x
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is especially painful when the project cannot be built because we are in 
> the middle of solving some merge conflicts, but we want to fetch and update 
> dependencies. It seems be to be unnecessary to build the project or to do 
> other checks when we just want to load the project into our IDE.
> From what I've tested, it is enough to limit dependencies of that task to:
> {{init,maven-ant-tasks-init,resolver-dist-lib,gen-cql3-grammar,generate-jflex-java,createVersionPropFile}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16697) generate-idea-files taks unnecessarily builds the project

2021-06-15 Thread Ekaterina Dimitrova (Jira)


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

Ekaterina Dimitrova updated CASSANDRA-16697:

Reviewers: Ekaterina Dimitrova, Michael Semb Wever  (was: Michael Semb 
Wever)

> generate-idea-files taks unnecessarily builds the project
> -
>
> Key: CASSANDRA-16697
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16697
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Build
>Reporter: Jacek Lewandowski
>Assignee: Jacek Lewandowski
>Priority: Normal
> Fix For: 4.0.x, 4.x
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is especially painful when the project cannot be built because we are in 
> the middle of solving some merge conflicts, but we want to fetch and update 
> dependencies. It seems be to be unnecessary to build the project or to do 
> other checks when we just want to load the project into our IDE.
> From what I've tested, it is enough to limit dependencies of that task to:
> {{init,maven-ant-tasks-init,resolver-dist-lib,gen-cql3-grammar,generate-jflex-java,createVersionPropFile}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16697) generate-idea-files taks unnecessarily builds the project

2021-06-15 Thread Michael Semb Wever (Jira)


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

Michael Semb Wever updated CASSANDRA-16697:
---
Reviewers: Michael Semb Wever
   Status: Review In Progress  (was: Patch Available)

> generate-idea-files taks unnecessarily builds the project
> -
>
> Key: CASSANDRA-16697
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16697
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Build
>Reporter: Jacek Lewandowski
>Assignee: Jacek Lewandowski
>Priority: Normal
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is especially painful when the project cannot be built because we are in 
> the middle of solving some merge conflicts, but we want to fetch and update 
> dependencies. It seems be to be unnecessary to build the project or to do 
> other checks when we just want to load the project into our IDE.
> From what I've tested, it is enough to limit dependencies of that task to:
> {{init,maven-ant-tasks-init,resolver-dist-lib,gen-cql3-grammar,generate-jflex-java,createVersionPropFile}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16697) generate-idea-files taks unnecessarily builds the project

2021-06-15 Thread Michael Semb Wever (Jira)


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

Michael Semb Wever updated CASSANDRA-16697:
---
Fix Version/s: 4.x
   4.0.x

> generate-idea-files taks unnecessarily builds the project
> -
>
> Key: CASSANDRA-16697
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16697
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Build
>Reporter: Jacek Lewandowski
>Assignee: Jacek Lewandowski
>Priority: Normal
> Fix For: 4.0.x, 4.x
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is especially painful when the project cannot be built because we are in 
> the middle of solving some merge conflicts, but we want to fetch and update 
> dependencies. It seems be to be unnecessary to build the project or to do 
> other checks when we just want to load the project into our IDE.
> From what I've tested, it is enough to limit dependencies of that task to:
> {{init,maven-ant-tasks-init,resolver-dist-lib,gen-cql3-grammar,generate-jflex-java,createVersionPropFile}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16697) generate-idea-files taks unnecessarily builds the project

2021-06-15 Thread Jacek Lewandowski (Jira)


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

Jacek Lewandowski updated CASSANDRA-16697:
--
Test and Documentation Plan: 
Try generate project in intellij + compile it + run some tests
For branches with modified test code - run unit tests

 Status: Patch Available  (was: Open)

> generate-idea-files taks unnecessarily builds the project
> -
>
> Key: CASSANDRA-16697
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16697
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Build
>Reporter: Jacek Lewandowski
>Assignee: Jacek Lewandowski
>Priority: Normal
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is especially painful when the project cannot be built because we are in 
> the middle of solving some merge conflicts, but we want to fetch and update 
> dependencies. It seems be to be unnecessary to build the project or to do 
> other checks when we just want to load the project into our IDE.
> From what I've tested, it is enough to limit dependencies of that task to:
> {{init,maven-ant-tasks-init,resolver-dist-lib,gen-cql3-grammar,generate-jflex-java,createVersionPropFile}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16697) generate-idea-files taks unnecessarily builds the project

2021-06-15 Thread Jacek Lewandowski (Jira)


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

Jacek Lewandowski updated CASSANDRA-16697:
--
Change Category: Code Clarity
 Complexity: Low Hanging Fruit
 Status: Open  (was: Triage Needed)

> generate-idea-files taks unnecessarily builds the project
> -
>
> Key: CASSANDRA-16697
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16697
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Build
>Reporter: Jacek Lewandowski
>Assignee: Jacek Lewandowski
>Priority: Normal
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is especially painful when the project cannot be built because we are in 
> the middle of solving some merge conflicts, but we want to fetch and update 
> dependencies. It seems be to be unnecessary to build the project or to do 
> other checks when we just want to load the project into our IDE.
> From what I've tested, it is enough to limit dependencies of that task to:
> {{init,maven-ant-tasks-init,resolver-dist-lib,gen-cql3-grammar,generate-jflex-java,createVersionPropFile}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org