Skip to content

Commit 770b5be

Browse files
committed
removed references of enterpriseinfo
1 parent 02351d7 commit 770b5be

File tree

6 files changed

+3
-62
lines changed

6 files changed

+3
-62
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,6 @@ updates:
174174
- dependencies
175175
versioning-strategy: increase-if-necessary
176176

177-
- package-ecosystem: npm
178-
directory: "/plugins/enterpriseinfo"
179-
schedule:
180-
interval: daily
181-
open-pull-requests-limit: 10
182-
labels:
183-
- dependencies
184-
versioning-strategy: increase-if-necessary
185-
186177
- package-ecosystem: npm
187178
directory: "/plugins/errorlogs"
188179
schedule:

bin/docker/k8s/countly-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
timeoutSeconds: 30
5353
env:
5454
- name: COUNTLY_PLUGINS
55-
value: "mobile,web,desktop,plugins,density,locale,browser,sources,views,enterpriseinfo,logger,systemlogs,errorlogs,populator,reports,crashes,push,star-rating,slipping-away-users,compare,server-stats,dbviewer,assistant,times-of-day,compliance-hub,alerts,onboarding,consolidate,remote-config,hooks,dashboards"
55+
value: "mobile,web,desktop,plugins,density,locale,browser,sources,views,logger,systemlogs,errorlogs,populator,reports,crashes,push,star-rating,slipping-away-users,compare,server-stats,dbviewer,assistant,times-of-day,compliance-hub,alerts,onboarding,consolidate,remote-config,hooks,dashboards"
5656
# Countly Enterprise: value: "mobile,web,desktop,plugins,density,locale,browser,sources,views,license,drill,funnels,retention_segments,flows,cohorts,surveys,remote-config,ab-testing,formulas,activity-map,concurrent_users,revenue,logger,systemlogs,errorlogs,populator,reports,crashes,push,geo,block,restrict,users,star-rating,slipping-away-users,compare,server-stats,assistant,dbviewer,crash_symbolication,groups,white-labeling,alerts,times-of-day,compliance-hub,onboarding,active_users,performance-monitoring,config-transfer,consolidate,data-manager,hooks,dashboards,heatmaps"
5757
- name: COUNTLY_CONFIG_API_FILESTORAGE
5858
value: "gridfs"

bin/docker/k8s/countly-frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
timeoutSeconds: 30
5353
env:
5454
- name: COUNTLY_PLUGINS
55-
value: "mobile,web,desktop,plugins,density,locale,browser,sources,views,enterpriseinfo,logger,systemlogs,errorlogs,populator,reports,crashes,push,star-rating,slipping-away-users,compare,server-stats,dbviewer,assistant,times-of-day,compliance-hub,alerts,onboarding,consolidate,remote-config,hooks,dashboards"
55+
value: "mobile,web,desktop,plugins,density,locale,browser,sources,views,logger,systemlogs,errorlogs,populator,reports,crashes,push,star-rating,slipping-away-users,compare,server-stats,dbviewer,assistant,times-of-day,compliance-hub,alerts,onboarding,consolidate,remote-config,hooks,dashboards"
5656
# Countly Enterprise: value: "mobile,web,desktop,plugins,density,locale,browser,sources,views,license,drill,funnels,retention_segments,flows,cohorts,surveys,remote-config,ab-testing,formulas,activity-map,concurrent_users,revenue,logger,systemlogs,errorlogs,populator,reports,crashes,push,geo,block,restrict,users,star-rating,slipping-away-users,compare,server-stats,assistant,dbviewer,crash_symbolication,groups,white-labeling,alerts,times-of-day,compliance-hub,onboarding,active_users,performance-monitoring,config-transfer,consolidate,data-manager,hooks,dashboards,heatmaps"
5757
- name: COUNTLY_CONFIG_API_FILESTORAGE
5858
value: "gridfs"

bin/docker/k8s/ingestion/countly-ingestion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
timeoutSeconds: 30
4242
env:
4343
- name: COUNTLY_PLUGINS
44-
value: "mobile,web,desktop,plugins,density,locale,browser,sources,views,enterpriseinfo,logger,systemlogs,errorlogs,populator,reports,crashes,push,star-rating,slipping-away-users,compare,server-stats,dbviewer,assistant,times-of-day,compliance-hub,alerts,onboarding,consolidate,remote-config,hooks,dashboards"
44+
value: "mobile,web,desktop,plugins,density,locale,browser,sources,views,logger,systemlogs,errorlogs,populator,reports,crashes,push,star-rating,slipping-away-users,compare,server-stats,dbviewer,assistant,times-of-day,compliance-hub,alerts,onboarding,consolidate,remote-config,hooks,dashboards"
4545
# Countly Enterprise: value: "mobile,web,desktop,plugins,density,locale,browser,sources,views,license,drill,funnels,retention_segments,flows,cohorts,surveys,remote-config,ab-testing,formulas,activity-map,concurrent_users,revenue,logger,systemlogs,errorlogs,populator,reports,crashes,push,geo,block,restrict,users,star-rating,slipping-away-users,compare,server-stats,assistant,dbviewer,crash_symbolication,groups,white-labeling,alerts,times-of-day,compliance-hub,onboarding,active_users,performance-monitoring,config-transfer,consolidate,data-manager,hooks,dashboards,heatmaps"
4646
- name: COUNTLY_CONFIG_API_FILESTORAGE
4747
value: "gridfs"

greenkeeper.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

plugins/recaptcha/frontend/app.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ plugins.setConfigs("recaptcha", {
4848
req.template.js += "$(document).ready(function() {" +
4949
"$('body').addClass('recaptcha-enabled');" +
5050
"});";
51-
if (plugins.isPluginEnabled("enterpriseinfo")) {
52-
req.template.js += "$(document).ready(function() {" +
53-
"$('body').addClass('enterpriseinfo-enabled');" +
54-
"});";
55-
}
5651
req.template.form += recaptcha.render();
5752
}
5853
next();

0 commit comments

Comments
 (0)