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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0046289
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] French Fiscalminorhave not tried2021-04-16 14:482021-09-15 17:32
ReporterAugustoMauchView Statuspublic 
Assigned ToTriage Omni OMS 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned Tovmromanos
Regression introduced in release
Summary

0046289: package-lock.json is out of sync, breaks CI

DescriptionThere is an error in CI because the package-lock.json file is out of sync with package.json:

https://builds.openbravo.com/job/mod-simple/25869/consoleText [^]

...
Checking module org.openbravo.certification.france:
 M package-lock.json
diff --git a/package-lock.json b/package-lock.json
index 8dd0f77..667b254 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
 {
- "name": "org.openbravo.certification.france",
+ "name": "org.openbravo.certification.france.dev",
   "version": "1.0.0",
   "lockfileVersion": 1,
   "requires": true,
@@ -10,11 +10,11 @@
       "integrity": "sha512-d5TIrhngNyqphUPgjWRVcepw55+aIrN2YX6BHy+4XOTq3/6AZCFj18Ym0tYSDm8T7+hLN6Culif18cepF/NpDQ==",
       "dev": true,
       "requires": {
- "esprima": "4.0.1",
- "estraverse": "5.2.0",
- "esutils": "2.0.3",
- "optionator": "0.8.3",
- "source-map": "0.6.1"
+ "esprima": "^4.0.1",
+ "estraverse": "^5.2.0",
+ "esutils": "^2.0.2",
+ "optionator": "^0.8.1",
+ "source-map": "~0.6.1"
       }
     },
...
Steps To ReproduceSee https://builds.openbravo.com/job/mod-simple/25869/consoleText [^]
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0127327)
hgbot (developer)
2021-04-16 14:49

Merge Request created: https://gitlab.com/openbravo/ci/modules/org.openbravo.certification.france.dev/-/merge_requests/21 [^]
(0127332)
hgbot (developer)
2021-04-16 16:05

Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.certification.france.dev [^]
Changeset: 7e1352ae9617e505e292543b38ef676a56fd65b1
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 2021-04-16T14:48:44+02:00
URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.certification.france.dev/-/commit/7e1352ae9617e505e292543b38ef676a56fd65b1 [^]

Fixes ISSUE-46289: Updates package-lock.json to prevent consistency error in CI

---
M package-lock.json
---
(0127333)
hgbot (developer)
2021-04-16 16:05

Merge request merged: https://gitlab.com/openbravo/ci/modules/org.openbravo.certification.france.dev/-/merge_requests/21 [^]
(0131828)
hgbot (developer)
2021-09-15 17:12

Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.certification.france.dev [^]
Changeset: 7e1352ae9617e505e292543b38ef676a56fd65b1
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 2021-04-16T14:48:44+02:00
URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.certification.france.dev/-/commit/7e1352ae9617e505e292543b38ef676a56fd65b1 [^]

Fixes ISSUE-46289: Updates package-lock.json to prevent consistency error in CI

---
M package-lock.json
---

- Issue History
Date Modified Username Field Change
2021-04-16 14:48 AugustoMauch New Issue
2021-04-16 14:48 AugustoMauch Assigned To => Triage Finance
2021-04-16 14:49 hgbot Note Added: 0127327
2021-04-16 16:05 hgbot Resolution open => fixed
2021-04-16 16:05 hgbot Status new => resolved
2021-04-16 16:05 hgbot Note Added: 0127332
2021-04-16 16:05 hgbot Note Added: 0127333
2021-04-19 09:50 vmromanos Review Assigned To => vmromanos
2021-04-19 09:50 vmromanos Status resolved => closed
2021-09-15 17:12 hgbot Status closed => resolved
2021-09-15 17:12 hgbot Note Added: 0131828
2021-09-15 17:32 vmromanos Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker