Bug 1045117
Summary: | Creating a project floods git with 22 uncommented commits | ||
---|---|---|---|
Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Zuzana Krejčová <zkrejcov> |
Component: | Business Central | Assignee: | Alexandre Porcelli <porcelli> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukáš Petrovický <lpetrovi> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0.0 | CC: | etirelli, lpetrovi, porcelli, vigoyal |
Target Milestone: | ER2 | ||
Target Release: | 6.0.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Known Issue | |
Doc Text: |
Cause:
The business-central creates a commit in the underlying Git repository for each new file.
Consequence:
Creating a new project means adding new files and also filling some with content, which results in 22 commits, each without a comment.
Workaround (if any):
None.
Result:
The Git repository is messy. Developers working with it will have a much harder time making sense of who did what and why.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2014-08-06 19:57:01 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Zuzana Krejčová
2013-12-19 16:04:33 UTC
I think you completed the change for batch commits when creating a new project? Issue fixed on master and product branches: (master) http://github.com/uberfire/uberfire/commit/597618ec2 (0.3.x) http://github.com/uberfire/uberfire/commit/bdf000568 (master) http://github.com/droolsjbpm/guvnor/commit/a8ba1bbe8 (6.0.x) http://github.com/droolsjbpm/guvnor/commit/772ed616c Commits are not in the ER1 build. Projects are now created in one commit and the commit is commented. VERIFIED with ER2. commit 2aa06165653f30d657e775d7c007843b6768596b Author: testadmin <> Date: Wed Mar 5 06:35:08 2014 -0500 New project [smokeproject] |