Skip to content

Commit 06585fd

Browse files
authored
Release v8.0.9 (#533)
* Update package-lock.json * Update pom.xml * Update package.json * Update package-lock.json * Update package-lock.json & application.yml * Update package-lock.json & application.yml
1 parent bb61382 commit 06585fd

4 files changed

Lines changed: 87 additions & 55 deletions

File tree

frontend/package-lock.json

Lines changed: 64 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@conorheffron/ironoc-frontend",
3-
"version": "8.0.8",
3+
"version": "8.0.9",
44
"private": false,
55
"license": "GPL-3.0-or-later",
66
"dependencies": {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>conorheffron</groupId>
77
<artifactId>ironoc</artifactId>
8-
<version>8.0.8</version>
8+
<version>8.0.9</version>
99
<packaging>war</packaging>
1010

1111
<distributionManagement>

src/main/resources/application.yml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ net:
1111
graph:
1212
endpoint: https://api.sampleapis.com/coffee/graphql
1313
github:
14-
job-enable: true
14+
job-enable: false
1515
cron-job: "0 1 1 */3 * ?"
1616
timeout:
1717
connect: 100000
@@ -26,33 +26,50 @@ net:
2626
projects-cache: >
2727
bio-cell-red-edge,
2828
booking-sys,
29+
cart-dart,
2930
cbio-skin-canc,
31+
conorheffron,
32+
elastic-tester,
3033
fun-with-r,
3134
gene-expr,
35+
in-mem-cache-sys,
3236
global-max-sim-matrix,
33-
graphql-box,ironoc,ironoc-db,
37+
graphql-box,
38+
go-graph,
39+
go-world,
40+
hl7-hapi-fhir-obs-api,
41+
kafka-consumer-check,
42+
kafka-producer-check,
43+
ironoc,
44+
ironoc-db,
3445
ironoc-msg,
3546
ironoc-pytest,
3647
ironoc-rustt,
3748
ironoc-spark,
49+
mcp-charity,
3850
mern-essential-training,
3951
mern-sandbox,
4052
nba-stats,
4153
netflix-movie-duration,
4254
normalise-fetalh,
4355
normalise-spotify,
4456
nyc-school-scores,
57+
py-flask-graph,
4558
python-sandbox,
4659
rabbitmq-tester,
4760
react-graphql-course,
4861
redis-tester,
4962
ronoc-packages,
63+
rules-engine,
64+
sb-kafka-listener,
65+
simple-calculator,
5066
student-progress,
67+
shopping-cart-test-data,
5168
shopping-cart-go,
52-
cart-dart,
5369
shoppingcart-java,
5470
shopping-cart-kotlin,
55-
shoppingcart-scala
71+
shoppingcart-scala,
72+
student-progress
5673
config:
5774
ignore-paths: api,graphiql
5875
handle-extensions: "html,js,json,css,map,svg,eot,ttf,woff,png,jpg,jpeg,gif,ico"

0 commit comments

Comments
 (0)