This repository was archived by the owner on May 17, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-70
lines changed
Expand file tree Collapse file tree 4 files changed +0
-70
lines changed Original file line number Diff line number Diff line change 33The Compass plugin responsible for gluing together other plugins:
44
55- [ compass-aggregations] [ compass-aggregations ]
6- - [ compass-auth-kerberos] [ compass-auth-kerberos ]
7- - [ compass-auth-ldap] [ compass-auth-ldap ]
8- - [ compass-auth-x509] [ compass-auth-x509 ]
96- [ compass-auto-updates] [ compass-auto-updates ]
107- [ compass-collection] [ compass-collection ]
118- [ compass-collection-stats] [ compass-collection-stats ]
@@ -104,9 +101,6 @@ Apache 2.0
104101[ enzyme-chai ] : https://github.com/producthunt/chai-enzyme
105102[ jsdom ] : https://github.com/tmpvar/jsdom
106103[ compass-aggregations ] : https://github.com/mongodb-js/compass-aggregations
107- [ compass-auth-kerberos ] : https://github.com/mongodb-js/compass-auth-kerberos
108- [ compass-auth-ldap ] : https://github.com/mongodb-js/compass-auth-ldap
109- [ compass-auth-x509 ] : https://github.com/mongodb-js/compass-auth-x509
110104[ compass-auto-updates ] : https://github.com/mongodb-js/compass-auto-updates
111105[ compass-collection ] : https://github.com/mongodb-js/compass-collection
112106[ compass-collection-stats ] : https://github.com/mongodb-js/compass-collection-stats
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ import { AppContainer } from 'react-hot-loader';
88import HomePlugin , { activate } from 'plugin' ;
99import { activate as aggregationsActivate } from '@mongodb-js/compass-aggregations' ;
1010import { activate as appActivate } from '@mongodb-js/compass-app-stores' ;
11- import { activate as authKerbActivate } from '@mongodb-js/compass-auth-kerberos' ;
12- import { activate as authLdapActivate } from '@mongodb-js/compass-auth-ldap' ;
13- import { activate as authX509Activate } from '@mongodb-js/compass-auth-x509' ;
1411import { activate as collectionActivate } from '@mongodb-js/compass-collection' ;
1512import { activate as collectionStatsActivate } from '@mongodb-js/compass-collection-stats' ;
1613import { activate as collectionDDLActivate } from '@mongodb-js/compass-collections-ddl' ;
@@ -51,9 +48,6 @@ global.hadronApp.instance = new MongoDBInstance();
5148activate ( appRegistry ) ;
5249aggregationsActivate ( appRegistry ) ;
5350appActivate ( appRegistry ) ;
54- authKerbActivate ( appRegistry ) ;
55- authLdapActivate ( appRegistry ) ;
56- authX509Activate ( appRegistry ) ;
5751collectionActivate ( appRegistry ) ;
5852collectionDDLActivate ( appRegistry ) ;
5953collectionStatsActivate ( appRegistry ) ;
Original file line number Diff line number Diff line change 4545 "devDependencies" : {
4646 "@mongodb-js/compass-aggregations" : " *" ,
4747 "@mongodb-js/compass-app-stores" : " *" ,
48- "@mongodb-js/compass-auth-kerberos" : " *" ,
49- "@mongodb-js/compass-auth-ldap" : " *" ,
50- "@mongodb-js/compass-auth-x509" : " *" ,
5148 "@mongodb-js/compass-auto-updates" : " *" ,
5249 "@mongodb-js/compass-collection" : " *" ,
5350 "@mongodb-js/compass-collection-stats" : " *" ,
You can’t perform that action at this time.
0 commit comments