Skip to content

Commit

Permalink
Merge branch 'develop' into ts-importers
Browse files Browse the repository at this point in the history
Removed changes from PR #20216 that were made on the old structure - they need to be re-implemented on the new slack importer.

# Conflicts:
#	app/importer-slack/server/importer.js
  • Loading branch information
pierre-lehnen-rc committed Apr 7, 2021
2 parents 446e755 + 48d060a commit 91be6ad
Show file tree
Hide file tree
Showing 938 changed files with 45,330 additions and 13,332 deletions.
518 changes: 0 additions & 518 deletions .circleci/config.yml.old

This file was deleted.

8 changes: 0 additions & 8 deletions .circleci/namefiles.sh

This file was deleted.

12 changes: 0 additions & 12 deletions .circleci/redhat-registry.sh

This file was deleted.

23 changes: 0 additions & 23 deletions .circleci/setartname.sh

This file was deleted.

2 changes: 0 additions & 2 deletions .circleci/setdeploydir.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .circleci/setupsig.sh

This file was deleted.

40 changes: 0 additions & 40 deletions .circleci/snap.sh

This file was deleted.

10 changes: 0 additions & 10 deletions .circleci/update-releases.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .docker-mongo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.18.4-buster-slim
FROM node:12.21.0-buster-slim

LABEL maintainer="buildmaster@rocket.chat"

Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.18.4-buster-slim
FROM node:12.21.0-buster-slim

LABEL maintainer="buildmaster@rocket.chat"

Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12

ENV RC_VERSION 3.11.0-develop
ENV RC_VERSION 3.14.0-develop

MAINTAINER buildmaster@rocket.chat

Expand Down
13 changes: 9 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
"indent": "off",
"no-extra-parens": "off",
"no-spaced-func": "off",
"no-unused-vars": "off",
"no-useless-constructor": "off",
"no-use-before-define": "off",
"react/jsx-uses-react": "error",
"react/jsx-uses-vars": "error",
"react/jsx-no-undef": "error",
Expand All @@ -99,6 +101,10 @@
"SwitchCase": 1
}
],
"@typescript-eslint/interface-name-prefix": [
"error",
"always"
],
"@typescript-eslint/no-extra-parens": [
"error",
"all",
Expand All @@ -111,10 +117,9 @@
}
],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/interface-name-prefix": [
"error",
"always"
]
"@typescript-eslint/no-unused-vars": ["error", {
"argsIgnorePattern": "^_"
}]
},
"env": {
"browser": true,
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<!-- Your Pull Request name should start with one of the following tags
[NEW] For new features
[IMPROVE] For a improvement (performance or little improvements) in existent features
[FIX] For bug fixes that affects the end user
[IMPROVE] For an improvement (performance or little improvements) in existing features
[FIX] For bug fixes that affect the end-user
[BREAK] For pull requests including breaking changes
Chore: For small tasks
Doc: For documentation
Expand Down
30 changes: 30 additions & 0 deletions .github/history-manual.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,35 @@
"contributors": [
"sampaiodiego"
]
}],
"3.10.5": [{
"title": "[FIX] Security Hotfix",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
}],
"3.12.0-rc.3": [{
"title": "[FIX] Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
}],
"3.12.2": [{
"title": "[FIX] Bump Livechat widget",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
}, {
"title": "[FIX] Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego",
"g-thome",
"KevLehman",
"matheusbsilva137"
]
}]
}
Loading

0 comments on commit 91be6ad

Please sign in to comment.