Skip to content
/ qp-n8n Public
forked from n8n-io/n8n

Commit

Permalink
refactor(core): Sort variables files under variables folder (n8n-io#6051
Browse files Browse the repository at this point in the history
)

sort variables files under variables folder
  • Loading branch information
flipswitchingmonkey authored and sunilrr committed Apr 24, 2023
1 parent bf086c3 commit 702d431
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 21 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/Server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ import {
import { getSamlLoginLabel, isSamlLoginEnabled, isSamlLicensed } from './sso/saml/samlHelpers';
import { SamlController } from './sso/saml/routes/saml.controller.ee';
import { SamlService } from './sso/saml/saml.service.ee';
import { variablesController } from './environments/variables.controller';
import { variablesController } from './environments/variables/variables.controller';
import { LdapManager } from './Ldap/LdapManager.ee';
import { getVariablesLimit, isVariablesEnabled } from '@/environments/enviromentHelpers';
import { getVariablesLimit, isVariablesEnabled } from '@/environments/variables/enviromentHelpers';
import { getCurrentAuthenticationMethod } from './sso/ssoHelpers';
import { isVersionControlLicensed } from '@/environments/versionControl/versionControlHelper';
import { VersionControlService } from '@/environments/versionControl/versionControl.service.ee';
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/test/integration/shared/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import { v4 as uuid } from 'uuid';
import { InternalHooks } from '@/InternalHooks';
import { LoadNodesAndCredentials } from '@/LoadNodesAndCredentials';
import { PostHogClient } from '@/posthog';
import { variablesController } from '@/environments/variables.controller';
import { variablesController } from '@/environments/variables/variables.controller';
import { LdapManager } from '@/Ldap/LdapManager.ee';
import { handleLdapInit } from '@/Ldap/helpers';
import { Push } from '@/push';
Expand Down

0 comments on commit 702d431

Please sign in to comment.