Skip to content

Commit

Permalink
Merge pull request #266 from UoA-eResearch/rc2.6.2
Browse files Browse the repository at this point in the history
Rc2.6.2
  • Loading branch information
rosemcc authored Mar 25, 2022
2 parents ba434d4 + 7f5e0eb commit fa7909c
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 12 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ updates:
interval: 'weekly'
open-pull-requests-limit: 1
reviewers:
- rosemcc
- Trombach
- cakr322
- eric-el-tan
allow:
- dependency-type: 'direct'
- package-ecosystem: 'npm'
Expand All @@ -17,6 +18,8 @@ updates:
open-pull-requests-limit: 1
reviewers:
- uoa-noel
- cakr322
- eric-el-tan
allow:
- dependency-type: 'direct'
- package-ecosystem: 'npm'
Expand All @@ -25,7 +28,9 @@ updates:
interval: 'weekly'
open-pull-requests-limit: 1
reviewers:
- rosemcc
- Trombach
- cakr322
- eric-el-tan
allow:
- dependency-type: 'direct'
- package-ecosystem: 'npm'
Expand All @@ -35,5 +40,7 @@ updates:
open-pull-requests-limit: 1
reviewers:
- uoa-noel
- cakr322
- eric-el-tan
allow:
- dependency-type: 'direct'
4 changes: 2 additions & 2 deletions cer-graphql/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cer-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cer-graphql",
"version": "2.6.1",
"version": "2.6.2",
"description": "A GraphQL server used to proxy and authorise requests to external data sources.",
"main": "build/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion hub-search-proxy/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@ module.exports.bulk = async () => {
environmentId: contentfulEnv,
contentOnly: true,
downloadAssets: false,
saveFile: false
saveFile: false,
maxAllowedLimit: 100
};
const contentfulData = await contentfulExport(options);
validEntries = contentfulData.entries.filter(
Expand Down
4 changes: 2 additions & 2 deletions hub-search-proxy/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hub-search-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hub-search-proxy",
"version": "2.6.1",
"version": "2.6.2",
"description": "Serverless Framework Lambda functions to interact with AWS ElasticSearch Service.",
"main": "handler.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions research-hub-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion research-hub-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "research-hub-web",
"version": "2.6.1",
"version": "2.6.2",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit fa7909c

Please sign in to comment.