Skip to content

Commit 5c0a5e7

Browse files
committed
update new release 5.171
1 parent 3995666 commit 5c0a5e7

File tree

51 files changed

+285
-781
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+285
-781
lines changed

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM metasfresh/metasfresh-app:5.170
1+
FROM metasfresh/metasfresh-app:5.171
22

33
COPY sources/configs/* /opt/metasfresh/
44
COPY sources/start_app.sh /opt/metasfresh/

db/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM metasfresh/metasfresh-db:5.170
1+
FROM metasfresh/metasfresh-db:5.171
22

33
RUN localedef -i de_DE -c -f UTF-8 -A /usr/share/locale/locale.alias de_DE.UTF-8
44
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8

docker-src/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt -y install netcat \
1212
&& apt -y autoclean
1313

1414
RUN mkdir -p /opt/metasfresh
15-
RUN curl https://repo.metasfresh.com/repository/mvn-release-releases/de/metas/dist/metasfresh-dist-dist/5.170.2-349+release/metasfresh-dist-dist-5.170.2-349+release-dist.tar.gz \
15+
RUN curl https://repo.metasfresh.com/repository/mvn-release-releases/de/metas/dist/metasfresh-dist-dist/5.171.2-365+release/metasfresh-dist-dist-5.171.2-365+release-dist.tar.gz \
1616
| tar -xzC /opt/metasfresh/
1717
RUN mkdir -p /opt/metasfresh/heapdump
1818

docker-src/webapi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY sources/configs/local_settings.properties /root/
1515
RUN mkdir -p /opt/metasfresh-webui-api/metasfresh-webui-api \
1616
&& mkdir -p /opt/metasfresh-webui-api/log \
1717
&& mkdir -p /opt/metasfresh-webui-api/heapdump
18-
RUN curl https://repo.metasfresh.com/repository/mvn-release/de/metas/ui/web/metasfresh-webui-api/5.170.2-349+release/metasfresh-webui-api-5.170.2-349+release.jar \
18+
RUN curl https://repo.metasfresh.com/repository/mvn-release/de/metas/ui/web/metasfresh-webui-api/5.171.2-365+release/metasfresh-webui-api-5.171.2-365+release.jar \
1919
--output /opt/metasfresh-webui-api/metasfresh-webui-api.jar \
2020
&& chmod 750 /opt/metasfresh-webui-api/metasfresh-webui-api.jar
2121

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
58a6fd0c19cfd012726b7b3962fa40493977bfa8
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2021-08-24T15:12:24+03:00
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
58a6fd0c19

docker-src/webui/sources/dist/bundle-58a6fd0c19cfd012726b7b3962fa40493977bfa8-git-97b2e39f2bec9373fd9e.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 268 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,268 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
* $script.js JS loader & dependency manager
9+
* https://github.com/ded/script.js
10+
* (c) Dustin Diaz 2014 | License MIT
11+
*/
12+
13+
/*!
14+
Copyright (c) 2018 Jed Watson.
15+
Licensed under the MIT License (MIT), see
16+
http://jedwatson.github.io/classnames
17+
*/
18+
19+
/*!
20+
* Sizzle CSS Selector Engine v2.3.6
21+
* https://sizzlejs.com/
22+
*
23+
* Copyright JS Foundation and other contributors
24+
* Released under the MIT license
25+
* https://js.foundation/
26+
*
27+
* Date: 2021-02-16
28+
*/
29+
30+
/*!
31+
* jQuery JavaScript Library v3.6.0
32+
* https://jquery.com/
33+
*
34+
* Includes Sizzle.js
35+
* https://sizzlejs.com/
36+
*
37+
* Copyright OpenJS Foundation and other contributors
38+
* Released under the MIT license
39+
* https://jquery.org/license
40+
*
41+
* Date: 2021-03-02T17:08Z
42+
*/
43+
44+
/*!
45+
FullCalendar v5.9.0
46+
Docs & License: https://fullcalendar.io/
47+
(c) 2021 Adam Shaw
48+
*/
49+
50+
/*! *****************************************************************************
51+
Copyright (c) Microsoft Corporation. All rights reserved.
52+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
53+
this file except in compliance with the License. You may obtain a copy of the
54+
License at http://www.apache.org/licenses/LICENSE-2.0
55+
56+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
57+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
58+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
59+
MERCHANTABLITY OR NON-INFRINGEMENT.
60+
61+
See the Apache Version 2.0 License for specific language governing permissions
62+
and limitations under the License.
63+
***************************************************************************** */
64+
65+
/*! *****************************************************************************
66+
Copyright (c) Microsoft Corporation.
67+
68+
Permission to use, copy, modify, and/or distribute this software for any
69+
purpose with or without fee is hereby granted.
70+
71+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
72+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
73+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
74+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
75+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
76+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
77+
PERFORMANCE OF THIS SOFTWARE.
78+
***************************************************************************** */
79+
80+
/*! ../client */
81+
82+
/*! ../versions */
83+
84+
/*! ./byte */
85+
86+
/*! ./client */
87+
88+
/*! ./compat-client */
89+
90+
/*! ./compatibility/compat-client */
91+
92+
/*! ./compatibility/stomp */
93+
94+
/*! ./frame-impl */
95+
96+
/*! ./heartbeat-info */
97+
98+
/*! ./parser */
99+
100+
/*! ./stomp-config */
101+
102+
/*! ./stomp-handler */
103+
104+
/*! ./stomp-headers */
105+
106+
/*! ./stomp-subscription */
107+
108+
/*! ./versions */
109+
110+
/*! ./web-socket-state */
111+
112+
/*! /home/kdeepak/MyWork/Tech/stomp/stompjs/src/index.ts */
113+
114+
/*! @preserve
115+
* numeral.js
116+
* version : 2.0.6
117+
* author : Adam Draper
118+
* license : MIT
119+
* http://adamwdraper.github.com/Numeral-js/
120+
*/
121+
122+
/*! Hammer.JS - v2.0.7 - 2016-04-22
123+
* http://hammerjs.github.io/
124+
*
125+
* Copyright (c) 2016 Jorik Tangelder;
126+
* Licensed under the MIT license */
127+
128+
/*! JSON v3.3.2 | https://bestiejs.github.io/json3 | Copyright 2012-2015, Kit Cambridge, Benjamin Tan | http://kit.mit-license.org */
129+
130+
/*! no static exports found */
131+
132+
/*! tether 1.4.7 */
133+
134+
/*!*********************!*\
135+
!*** ./src/byte.ts ***!
136+
\*********************/
137+
138+
/*!**********************!*\
139+
!*** ./src/index.ts ***!
140+
\**********************/
141+
142+
/*!***********************!*\
143+
!*** ./src/client.ts ***!
144+
\***********************/
145+
146+
/*!***********************!*\
147+
!*** ./src/parser.ts ***!
148+
\***********************/
149+
150+
/*!*************************!*\
151+
!*** ./src/versions.ts ***!
152+
\*************************/
153+
154+
/*!***************************!*\
155+
!*** ./src/frame-impl.ts ***!
156+
\***************************/
157+
158+
/*!****************************!*\
159+
!*** multi ./src/index.ts ***!
160+
\****************************/
161+
162+
/*!*****************************!*\
163+
!*** ./src/stomp-config.ts ***!
164+
\*****************************/
165+
166+
/*!******************************!*\
167+
!*** ./src/stomp-handler.ts ***!
168+
\******************************/
169+
170+
/*!******************************!*\
171+
!*** ./src/stomp-headers.ts ***!
172+
\******************************/
173+
174+
/*!*********************************!*\
175+
!*** ./src/web-socket-state.ts ***!
176+
\*********************************/
177+
178+
/*!***********************************!*\
179+
!*** ./src/stomp-subscription.ts ***!
180+
\***********************************/
181+
182+
/*!************************************!*\
183+
!*** ./src/compatibility/stomp.ts ***!
184+
\************************************/
185+
186+
/*!********************************************!*\
187+
!*** ./src/compatibility/compat-client.ts ***!
188+
\********************************************/
189+
190+
/*!*********************************************!*\
191+
!*** ./src/compatibility/heartbeat-info.ts ***!
192+
\*********************************************/
193+
194+
/**
195+
* @license
196+
* Lodash <https://lodash.com/>
197+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
198+
* Released under MIT license <https://lodash.com/license>
199+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
200+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
201+
*/
202+
203+
/**
204+
* @version: 2.1.30
205+
* @author: Dan Grossman http://www.dangrossman.info/
206+
* @copyright: Copyright (c) 2012-2017 Dan Grossman. All rights reserved.
207+
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
208+
* @website: http://www.daterangepicker.com/
209+
*/
210+
211+
/** @license React v0.19.1
212+
* scheduler.production.min.js
213+
*
214+
* Copyright (c) Facebook, Inc. and its affiliates.
215+
*
216+
* This source code is licensed under the MIT license found in the
217+
* LICENSE file in the root directory of this source tree.
218+
*/
219+
220+
/** @license React v16.13.1
221+
* react-is.production.min.js
222+
*
223+
* Copyright (c) Facebook, Inc. and its affiliates.
224+
*
225+
* This source code is licensed under the MIT license found in the
226+
* LICENSE file in the root directory of this source tree.
227+
*/
228+
229+
/** @license React v16.14.0
230+
* react-dom-server.browser.production.min.js
231+
*
232+
* Copyright (c) Facebook, Inc. and its affiliates.
233+
*
234+
* This source code is licensed under the MIT license found in the
235+
* LICENSE file in the root directory of this source tree.
236+
*/
237+
238+
/** @license React v16.14.0
239+
* react-dom.production.min.js
240+
*
241+
* Copyright (c) Facebook, Inc. and its affiliates.
242+
*
243+
* This source code is licensed under the MIT license found in the
244+
* LICENSE file in the root directory of this source tree.
245+
*/
246+
247+
/** @license React v16.14.0
248+
* react.production.min.js
249+
*
250+
* Copyright (c) Facebook, Inc. and its affiliates.
251+
*
252+
* This source code is licensed under the MIT license found in the
253+
* LICENSE file in the root directory of this source tree.
254+
*/
255+
256+
//! Copyright (c) JS Foundation and other contributors
257+
258+
//! github.com/moment/moment-timezone
259+
260+
//! license : MIT
261+
262+
//! moment-timezone.js
263+
264+
//! moment.js
265+
266+
//! moment.js locale configuration
267+
268+
//! version : 0.5.33

docker-src/webui/sources/dist/bundle-eead330d80d1be61fc46-git-ae9850b.js

Lines changed: 0 additions & 768 deletions
This file was deleted.

0 commit comments

Comments
 (0)