Skip to content

Commit 4f42e92

Browse files
author
Igor Lozynskyi
committed
Updated weather forecast
1 parent b8126c2 commit 4f42e92

File tree

6 files changed

+49
-49
lines changed

6 files changed

+49
-49
lines changed

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/bash
1+
#!/bin/bash
22

33
sudo PATH=$JAVA_HOME/bin:$PATH ./gradlew dockerBuildImage

down

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/bash
1+
#!/bin/bash
22

33
docker-compose -f docker/docker-compose.yml -f docker/docker-compose-app.yml down
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
# GisMeteo for 27.11
1+
# GisMeteo for 26.02
22
#Volyn
3-
07=-5
3+
07=3
44
#Lviv
5-
46=-3
5+
46=2
66
#Zakarp
7-
21=3
7+
21=7
88
#Frank
9-
26=-2
9+
26=5
1010
#Chenivtci
11-
77=-2
11+
77=5
1212
#Tern
13-
61=-3
13+
61=2
1414
#Rivne
15-
56=-5
15+
56=2
1616
#Zhytomyr
17-
18=-3
17+
18=1
1818
#Khmel
19-
68=-3
19+
68=3
2020
#Vinnytc
21-
05=-3
21+
05=1
2222
#Kyiv
23-
32=-4
23+
32=12
2424
#Chernig
25-
74=-9
25+
74=02
2626
#Symska
27-
59=-7
27+
59=0
2828
#Poltavska
29-
53=-5
29+
53=3
3030
#Cherkas
31-
71=-2
31+
71=1
3232
#Kropyvn
33-
35=0
33+
35=3
3434
#Odesa
35-
51=4
35+
51=5
3636
#Mykolaiv
37-
48=4
37+
48=5
3838
#Dnipro
39-
12=1
39+
12=5
4040
#Khersonska
41-
65=4
41+
65=6
4242
#Krimea
43-
43=4
43+
43=3
4444
#Zhapor
45-
23=1
45+
23=5
4646
#Donetck
47-
14=2
47+
14=3
4848
#Kharkiv
49-
63=-9
49+
63=1
5050
#Lugansk
51-
09=-1
51+
09=2
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
# GisMeteo for 27.11
1+
# GisMeteo for 24.02
22
#Volyn
33
07=2
44
#Lviv
5-
46=2
5+
46=1
66
#Zakarp
7-
21=1
7+
21=2
88
#Frank
9-
26=3
9+
26=2
1010
#Chenivtci
11-
77=2
11+
77=1
1212
#Tern
1313
61=1
1414
#Rivne
1515
56=1
1616
#Zhytomyr
17-
18=1
17+
18=0
1818
#Khmel
1919
68=1
2020
#Vinnytc
21-
05=1
21+
05=0
2222
#Kyiv
2323
32=1
2424
#Chernig
25-
74=1
25+
74=0
2626
#Symska
27-
59=0
27+
59=-2
2828
#Poltavska
2929
53=0
3030
#Cherkas
3131
71=2
3232
#Kropyvn
33-
35=2
33+
35=3
3434
#Odesa
35-
51=4
35+
51=3
3636
#Mykolaiv
37-
48=3
37+
48=4
3838
#Dnipro
3939
12=2
4040
#Khersonska
41-
65=2
41+
65=4
4242
#Krimea
43-
43=1
43+
43=-4
4444
#Zhapor
45-
23=2
45+
23=3
4646
#Donetck
47-
14=2
47+
14=1
4848
#Kharkiv
49-
63=3
49+
63=-2
5050
#Lugansk
51-
09=0
51+
09=-2

super-application/src/main/resources/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<div class="status-block" style="background-color: lightgray; padding: 0em 1em 1em 1em; margin: 0;">
3636
<div>
3737
<select id="scenario" onchange="selectScenario(this)">
38-
<option value="uk-sync">Weather in Ukr 11.12 (Sync)</option>
39-
<option value="uk-async">Weather in Ukr 15.12 (Async)</option>
38+
<option value="uk-sync">Weather in Ukr 24/02/19 (Sync)</option>
39+
<option value="uk-async">Weather in Ukr 26/02/19 (Async)</option>
4040
<option value="world-gdp">World: GDP (Cassandra)</option>
4141
<option value="europe-pop">Europe: population (Mongo)</option>
4242
<option value="world-pop-dens">World: pop density (Couch)</option>

up

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/bash
1+
#!/bin/bash
22

33
docker-compose -f docker/docker-compose.yml -f docker/docker-compose-app.yml up -d

0 commit comments

Comments
 (0)