Skip to content

Commit fa7909c

Browse files
authored
Merge pull request #266 from UoA-eResearch/rc2.6.2
Rc2.6.2
2 parents ba434d4 + 7f5e0eb commit fa7909c

File tree

8 files changed

+20
-12
lines changed

8 files changed

+20
-12
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ updates:
66
interval: 'weekly'
77
open-pull-requests-limit: 1
88
reviewers:
9-
- rosemcc
109
- Trombach
10+
- cakr322
11+
- eric-el-tan
1112
allow:
1213
- dependency-type: 'direct'
1314
- package-ecosystem: 'npm'
@@ -17,6 +18,8 @@ updates:
1718
open-pull-requests-limit: 1
1819
reviewers:
1920
- uoa-noel
21+
- cakr322
22+
- eric-el-tan
2023
allow:
2124
- dependency-type: 'direct'
2225
- package-ecosystem: 'npm'
@@ -25,7 +28,9 @@ updates:
2528
interval: 'weekly'
2629
open-pull-requests-limit: 1
2730
reviewers:
28-
- rosemcc
31+
- Trombach
32+
- cakr322
33+
- eric-el-tan
2934
allow:
3035
- dependency-type: 'direct'
3136
- package-ecosystem: 'npm'
@@ -35,5 +40,7 @@ updates:
3540
open-pull-requests-limit: 1
3641
reviewers:
3742
- uoa-noel
43+
- cakr322
44+
- eric-el-tan
3845
allow:
3946
- dependency-type: 'direct'

cer-graphql/package-lock.json

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

cer-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cer-graphql",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "A GraphQL server used to proxy and authorise requests to external data sources.",
55
"main": "build/index.js",
66
"scripts": {

hub-search-proxy/handler.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@ module.exports.bulk = async () => {
411411
environmentId: contentfulEnv,
412412
contentOnly: true,
413413
downloadAssets: false,
414-
saveFile: false
414+
saveFile: false,
415+
maxAllowedLimit: 100
415416
};
416417
const contentfulData = await contentfulExport(options);
417418
validEntries = contentfulData.entries.filter(

hub-search-proxy/package-lock.json

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

hub-search-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hub-search-proxy",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "Serverless Framework Lambda functions to interact with AWS ElasticSearch Service.",
55
"main": "handler.js",
66
"scripts": {

research-hub-web/package-lock.json

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

research-hub-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "research-hub-web",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)