Merge branch 'main' of github.com:openreplay/openreplay into dev

This commit is contained in:
Shekar Siri 2021-12-08 15:58:14 +05:30
commit 41c96722a6
5 changed files with 5 additions and 4 deletions

View file

@ -12,7 +12,7 @@ def get_status(tenant_id):
return {
"hasActivePlan": unlock.is_valid(),
"current": {
"edition": r.get("edition", "").upper(),
"edition": r.get("edition", "").lower(),
"versionNumber": r.get("version_number", ""),
"license": license[0:2] + "*" * (len(license) - 4) + license[-2:],
"expirationDate": unlock.get_expiration_date(),

View file

@ -21,7 +21,7 @@ const oss = {
MINIO_ACCESS_KEY: process.env.MINIO_ACCESS_KEY,
MINIO_SECRET_KEY: process.env.MINIO_SECRET_KEY,
ICE_SERVERS: process.env.ICE_SERVERS,
TRACKER_VERSION: '3.4.11', // trackerInfo.version,
TRACKER_VERSION: '3.4.12', // trackerInfo.version,
}
module.exports = {

View file

@ -102,7 +102,7 @@
"postcss-nesting": "^4.2.1",
"postcss-simple-vars": "^4.1.0",
"style-loader": "^0.23.1",
"svgo": "^2.8.0",
"svgo": "^1.3.2",
"ts-loader": "^8.3.0",
"typed-css-modules": "^0.7.0",
"typescript": "^3.9.9",

View file

@ -6,6 +6,7 @@ Installation components are separated by namespaces.
- **app:** Core OpenReplay application related components.
- alerts
- utilities
- assets
- chalice
- ender

View file

@ -80,7 +80,7 @@ patch
installation_type=1
if [[ ${ENTERPRISE} -eq 1 ]]; then
cp -rf ../../ee/scripts/helm/db/* db/
cp -rf ../../ee/scripts/* ../../scripts/
echo -e "Migrating clickhouse"
migration clickhouse
fi