Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0044588
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] K. Packagingmajoralways2020-07-10 09:392021-04-30 12:31
Reportermauricio_peccoriniView Statuspublic 
Assigned Toalostale 
PrioritynormalResolutionfixedFixed in VersionPR21Q3
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0044588: Make Git ignore host specific Openbravo.properties files in HA environments

DescriptionOverriding Openbravo.properties by using host-specific Openbravo.properties files (http://wiki.openbravo.com/wiki/Openbravo.properties#Overriding_properties_per_instance [^]) makes CodeSnapshot (the tool used by Services to manage source code deployment) complain about the existence of non-tracked files.
These files should be ignored just like the main Openbravo.properties.
Steps To ReproduceIn a source code environment managed using CodeSnapshot, add a config/hostname.Openbravo.properties file overriding a few properties.
Try to execute CodeSnapshot
Proposed SolutionIn the .gitignore file, replace the line:
  config/Openbravo.properties
by:
  config/*Openbravo.properties
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to feature request 0041898 acknowledgedTriage Platform Base support git 

-  Notes
(0127436)
sebastien_liron (reporter)
2021-04-22 10:29

As the autodeploy in services becomes the new standard this issue needs to be adressed rapidely now.
Thank you
(0127554)
hgbot (developer)
2021-04-27 07:51

Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/351 [^]
(0127698)
hgbot (developer)
2021-04-30 12:31

Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/351 [^]
(0127699)
hgbot (developer)
2021-04-30 12:31

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: fc84808b019e38c88d6a038b7622f815e18443f5
Author: Asier Lostalé <asier.lostale@openbravo.com>
Date: 2021-04-27T07:44:26+02:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/fc84808b019e38c88d6a038b7622f815e18443f5 [^]

fixes BUG-44588: git tracks HA Openbravo.properties

In HA some properties can be overriden by having partial
Openbravo.properties files in config directory. These files follow the
naming pattern: hostName.Openbravo.properties. Git tracked them as new
files to be added.

Ignoring now all files following that pattern.

---
M .gitignore
---

- Issue History
Date Modified Username Field Change
2020-07-10 09:39 mauricio_peccorini New Issue
2020-07-10 09:39 mauricio_peccorini Assigned To => platform
2020-07-10 09:39 mauricio_peccorini Modules => Core
2020-07-10 09:39 mauricio_peccorini Triggers an Emergency Pack => No
2021-04-22 10:29 sebastien_liron Resolution time => 1619733600
2021-04-22 10:29 sebastien_liron Note Added: 0127436
2021-04-22 10:29 sebastien_liron Severity minor => major
2021-04-22 10:29 sebastien_liron Type feature request => defect
2021-04-27 07:40 alostale Assigned To platform => alostale
2021-04-27 07:41 alostale Relationship added related to 0041898
2021-04-27 07:51 hgbot Note Added: 0127554
2021-04-30 12:31 hgbot Note Added: 0127698
2021-04-30 12:31 hgbot Resolution open => fixed
2021-04-30 12:31 hgbot Status new => closed
2021-04-30 12:31 hgbot Fixed in Version => PR21Q3
2021-04-30 12:31 hgbot Note Added: 0127699


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker