@spinnaker/appengine
Advanced tools
Comparing version 0.0.26 to 0.0.27
import './helpContents/appengineHelpContents'; | ||
import './pipeline/stages/deployAppengineConfig/deployAppengineConfigStage'; | ||
import './validation/ApplicationNameValidator'; | ||
import './pipeline/stages/deployAppengineConfig/deployAppengineConfigStage'; | ||
import './logo/appengine.logo.less'; | ||
export declare const APPENGINE_MODULE = "spinnaker.appengine"; |
@@ -10,5 +10,7 @@ import { module } from 'angular'; | ||
import { APPENGINE_PIPELINE_MODULE } from './pipeline/pipeline.module'; | ||
import './pipeline/stages/deployAppengineConfig/deployAppengineConfigStage'; | ||
import { APPENGINE_SERVER_GROUP_COMMAND_BUILDER } from './serverGroup/configure/serverGroupCommandBuilder.service'; | ||
import { APPENGINE_SERVER_GROUP_BASIC_SETTINGS_CTRL } from './serverGroup/configure/wizard/basicSettings.controller'; | ||
import { APPENGINE_CLONE_SERVER_GROUP_CTRL } from './serverGroup/configure/wizard/cloneServerGroup.controller'; | ||
import { CONFIG_FILE_ARTIFACT_LIST } from './serverGroup/configure/wizard/configFileArtifactList.module'; | ||
import { APPENGINE_SERVER_GROUP_DETAILS_CTRL } from './serverGroup/details/details.controller'; | ||
@@ -18,4 +20,2 @@ import { APPENGINE_SERVER_GROUP_TRANSFORMER } from './serverGroup/transformer'; | ||
import './validation/ApplicationNameValidator'; | ||
import { CONFIG_FILE_ARTIFACT_LIST } from './serverGroup/configure/wizard/configFileArtifactList.module'; | ||
import './pipeline/stages/deployAppengineConfig/deployAppengineConfigStage'; | ||
import './logo/appengine.logo.less'; | ||
@@ -22,0 +22,0 @@ const templates = require.context('./', true, /\.html$/); |
@@ -0,4 +1,4 @@ | ||
import { FormikProps } from 'formik'; | ||
import React from 'react'; | ||
import { Application, IAccount, IStage } from '@spinnaker/core'; | ||
import { FormikProps } from 'formik'; | ||
export interface IFormikAccountRegionSelectorProps { | ||
@@ -5,0 +5,0 @@ accounts: IAccount[]; |
@@ -0,4 +1,4 @@ | ||
import { get } from 'lodash'; | ||
import React from 'react'; | ||
import { Observable, Subject } from 'rxjs'; | ||
import { get } from 'lodash'; | ||
import { AppListExtractor, FormikFormField, ReactSelectInput, } from '@spinnaker/core'; | ||
@@ -5,0 +5,0 @@ export class FormikAccountRegionSelector extends React.Component { |
import { module } from 'angular'; | ||
import { APPENGINE_LOAD_BALANCER_ADVANCED_SETTINGS } from './configure/wizard/advancedSettings.component'; | ||
import { APPENGINE_ALLOCATION_CONFIGURATION_ROW } from './configure/wizard/allocationConfigurationRow.component'; | ||
import { APPENGINE_LOAD_BALANCER_BASIC_SETTINGS } from './configure/wizard/basicSettings.component'; | ||
import { APPENGINE_STAGE_ALLOCATION_CONFIGURATION_ROW } from './configure/wizard/stageAllocationConfigurationRow.component'; | ||
import { APPENGINE_LOAD_BALANCER_WIZARD_CTRL } from './configure/wizard/wizard.controller'; | ||
import { APPENGINE_LOAD_BALANCER_DETAILS_CTRL } from './details/details.controller'; | ||
import { APPENGINE_LOAD_BALANCER_ADVANCED_SETTINGS } from './configure/wizard/advancedSettings.component'; | ||
import { APPENGINE_LOAD_BALANCER_BASIC_SETTINGS } from './configure/wizard/basicSettings.component'; | ||
import { APPENGINE_LOAD_BALANCER_TRANSFORMER } from './transformer'; | ||
import { APPENGINE_LOAD_BALANCER_WIZARD_CTRL } from './configure/wizard/wizard.controller'; | ||
import { APPENGINE_STAGE_ALLOCATION_CONFIGURATION_ROW } from './configure/wizard/stageAllocationConfigurationRow.component'; | ||
export const APPENGINE_LOAD_BALANCER_MODULE = 'spinnaker.appengine.loadBalancer.module'; | ||
@@ -10,0 +10,0 @@ module(APPENGINE_LOAD_BALANCER_MODULE, [ |
import React from 'react'; | ||
import { IFormikStageConfigInjectedProps, IAccount } from '@spinnaker/core'; | ||
import { IAccount, IFormikStageConfigInjectedProps } from '@spinnaker/core'; | ||
export interface IAppEngineDeployConfigSettingsState { | ||
@@ -4,0 +4,0 @@ accounts: IAccount[]; |
import React from 'react'; | ||
import { excludeAllTypesExcept, ArtifactTypePatterns, StageArtifactSelectorDelegate, AccountService, } from '@spinnaker/core'; | ||
import { Subject, Observable } from 'rxjs'; | ||
import { Observable, Subject } from 'rxjs'; | ||
import { AccountService, ArtifactTypePatterns, excludeAllTypesExcept, StageArtifactSelectorDelegate, } from '@spinnaker/core'; | ||
import { FormikAccountRegionSelector } from 'appengine/common/FormikAccountRegionSelector'; | ||
@@ -5,0 +5,0 @@ export class DeployAppengineConfigForm extends React.Component { |
import { ExecutionArtifactTab, ExecutionDetailsTasks, Registry } from '@spinnaker/core'; | ||
import { validateDeployAppengineConfigurationStage, DeployAppengineConfigurationConfig, } from './DeployAppengineConfigurationConfig'; | ||
import { DeployAppengineConfigurationConfig, validateDeployAppengineConfigurationStage, } from './DeployAppengineConfigurationConfig'; | ||
export const DEPLOY_APPENGINE_CONFIG_STAGE_KEY = 'deployAppEngineConfiguration'; | ||
@@ -4,0 +4,0 @@ Registry.pipeline.registerStage({ |
@@ -0,4 +1,4 @@ | ||
import { cloneDeep } from 'lodash'; | ||
import React from 'react'; | ||
import { cloneDeep } from 'lodash'; | ||
import { FormValidator, FormikStageConfig } from '@spinnaker/core'; | ||
import { FormikStageConfig, FormValidator } from '@spinnaker/core'; | ||
import { DeployAppengineConfigForm } from './DeployAppengineConfigForm'; | ||
@@ -5,0 +5,0 @@ export function DeployAppengineConfigurationConfig({ application, pipeline, stage, updateStage }) { |
/// <reference types="./types" /> | ||
import { IQService } from 'angular'; | ||
import { Application, IArtifact, IExpectedArtifact, IPipeline, IStage, IArtifactAccountPair } from '@spinnaker/core'; | ||
import { Application, IArtifact, IArtifactAccountPair, IExpectedArtifact, IPipeline, IStage } from '@spinnaker/core'; | ||
import { GitCredentialType, IAppengineGitTrigger, IAppengineJenkinsTrigger, IAppengineServerGroup } from 'appengine/domain'; | ||
@@ -5,0 +5,0 @@ import { AppengineDeployDescription } from '../transformer'; |
@@ -1,2 +0,2 @@ | ||
import { IPipeline, IStage, IArtifactAccountPair } from '@spinnaker/core'; | ||
import { IArtifactAccountPair, IPipeline, IStage } from '@spinnaker/core'; | ||
interface IConfigFileArtifactListProps { | ||
@@ -3,0 +3,0 @@ configArtifacts: IArtifactAccountPair[]; |
@@ -0,3 +1,3 @@ | ||
import classNames from 'classnames'; | ||
import React from 'react'; | ||
import classNames from 'classnames'; | ||
import { StageArtifactSelector, } from '@spinnaker/core'; | ||
@@ -4,0 +4,0 @@ export const ConfigFileArtifactList = (props) => { |
@@ -1,4 +0,4 @@ | ||
import { withErrorBoundary } from '@spinnaker/core'; | ||
import { module } from 'angular'; | ||
import { react2angular } from 'react2angular'; | ||
import { withErrorBoundary } from '@spinnaker/core'; | ||
import { ConfigFileArtifactList } from './ConfigFileArtifactList'; | ||
@@ -5,0 +5,0 @@ export const CONFIG_FILE_ARTIFACT_LIST = 'spinnaker.appengine.configFileArtifactList.component'; |
import { IScope } from 'angular'; | ||
import { ExpectedArtifactSelectorViewController, NgAppengineConfigArtifactDelegate, IArtifactAccountPair, IArtifact } from '@spinnaker/core'; | ||
import { ExpectedArtifactSelectorViewController, IArtifact, IArtifactAccountPair, NgAppengineConfigArtifactDelegate } from '@spinnaker/core'; | ||
import './serverGroupWizard.less'; | ||
@@ -4,0 +4,0 @@ export interface IAppengineConfigFileConfigurerCtrlCommand { |
import { module } from 'angular'; | ||
import { AccountService, ExpectedArtifactSelectorViewController, NgAppengineConfigArtifactDelegate, } from '@spinnaker/core'; | ||
import { AppengineSourceType } from '../serverGroupCommandBuilder.service'; | ||
import { AccountService, ExpectedArtifactSelectorViewController, NgAppengineConfigArtifactDelegate, } from '@spinnaker/core'; | ||
import './serverGroupWizard.less'; | ||
@@ -5,0 +5,0 @@ class ConfigArtifact { |
{ | ||
"name": "@spinnaker/appengine", | ||
"license": "Apache-2.0", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"main": "lib/lib.js", | ||
@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts", |
@@ -12,5 +12,7 @@ import { module } from 'angular'; | ||
import { APPENGINE_PIPELINE_MODULE } from './pipeline/pipeline.module'; | ||
import './pipeline/stages/deployAppengineConfig/deployAppengineConfigStage'; | ||
import { APPENGINE_SERVER_GROUP_COMMAND_BUILDER } from './serverGroup/configure/serverGroupCommandBuilder.service'; | ||
import { APPENGINE_SERVER_GROUP_BASIC_SETTINGS_CTRL } from './serverGroup/configure/wizard/basicSettings.controller'; | ||
import { APPENGINE_CLONE_SERVER_GROUP_CTRL } from './serverGroup/configure/wizard/cloneServerGroup.controller'; | ||
import { CONFIG_FILE_ARTIFACT_LIST } from './serverGroup/configure/wizard/configFileArtifactList.module'; | ||
import { APPENGINE_SERVER_GROUP_DETAILS_CTRL } from './serverGroup/details/details.controller'; | ||
@@ -20,4 +22,2 @@ import { APPENGINE_SERVER_GROUP_TRANSFORMER } from './serverGroup/transformer'; | ||
import './validation/ApplicationNameValidator'; | ||
import { CONFIG_FILE_ARTIFACT_LIST } from './serverGroup/configure/wizard/configFileArtifactList.module'; | ||
import './pipeline/stages/deployAppengineConfig/deployAppengineConfigStage'; | ||
@@ -24,0 +24,0 @@ import './logo/appengine.logo.less'; |
@@ -1,2 +0,2 @@ | ||
import { module, IComponentOptions } from 'angular'; | ||
import { IComponentOptions, module } from 'angular'; | ||
@@ -3,0 +3,0 @@ const appengineComponentUrlDetailsComponent: IComponentOptions = { |
@@ -1,2 +0,2 @@ | ||
import { module, IComponentOptions, IFilterService, IController } from 'angular'; | ||
import { IComponentOptions, IController, IFilterService, module } from 'angular'; | ||
@@ -3,0 +3,0 @@ class AppengineConditionalDescriptionListItemCtrl implements IController { |
@@ -7,8 +7,7 @@ import { IController, IQService, module } from 'angular'; | ||
ConfirmationModalService, | ||
ILoadBalancer, | ||
InstanceReader, | ||
InstanceWriter, | ||
RecentHistoryService, | ||
ILoadBalancer, | ||
} from '@spinnaker/core'; | ||
import { IAppengineInstance } from 'appengine/domain'; | ||
@@ -15,0 +14,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { IController, IComponentOptions, module } from 'angular'; | ||
import { IComponentOptions, IController, module } from 'angular'; | ||
import { AppengineLoadBalancerUpsertDescription } from '../../transformer'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,3 +0,4 @@ | ||
import { IController, IComponentOptions, module } from 'angular'; | ||
import { IComponentOptions, IController, module } from 'angular'; | ||
import { uniq } from 'lodash'; | ||
import { IAppengineAllocationDescription } from '../../transformer'; | ||
@@ -4,0 +5,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { IController, IComponentOptions, module } from 'angular'; | ||
import { IComponentOptions, IController, module } from 'angular'; | ||
import { uniq } from 'lodash'; | ||
@@ -3,0 +3,0 @@ |
@@ -0,5 +1,5 @@ | ||
import { StateService } from '@uirouter/angularjs'; | ||
import { IController, module } from 'angular'; | ||
import { IModalServiceInstance } from 'angular-ui-bootstrap'; | ||
import { cloneDeep } from 'lodash'; | ||
import { IModalServiceInstance } from 'angular-ui-bootstrap'; | ||
import { StateService } from '@uirouter/angularjs'; | ||
@@ -6,0 +6,0 @@ import { Application, LoadBalancerWriter, TaskMonitor } from '@spinnaker/core'; |
@@ -0,4 +1,4 @@ | ||
import { StateService } from '@uirouter/angularjs'; | ||
import { IController, IScope, module } from 'angular'; | ||
import { IModalService } from 'angular-ui-bootstrap'; | ||
import { StateService } from '@uirouter/angularjs'; | ||
import { cloneDeep } from 'lodash'; | ||
@@ -13,3 +13,2 @@ | ||
} from '@spinnaker/core'; | ||
import { IAppengineLoadBalancer } from 'appengine/domain'; | ||
@@ -16,0 +15,0 @@ |
import { module } from 'angular'; | ||
import { APPENGINE_LOAD_BALANCER_ADVANCED_SETTINGS } from './configure/wizard/advancedSettings.component'; | ||
import { APPENGINE_ALLOCATION_CONFIGURATION_ROW } from './configure/wizard/allocationConfigurationRow.component'; | ||
import { APPENGINE_LOAD_BALANCER_BASIC_SETTINGS } from './configure/wizard/basicSettings.component'; | ||
import { APPENGINE_STAGE_ALLOCATION_CONFIGURATION_ROW } from './configure/wizard/stageAllocationConfigurationRow.component'; | ||
import { APPENGINE_LOAD_BALANCER_WIZARD_CTRL } from './configure/wizard/wizard.controller'; | ||
import { APPENGINE_LOAD_BALANCER_DETAILS_CTRL } from './details/details.controller'; | ||
import { APPENGINE_LOAD_BALANCER_ADVANCED_SETTINGS } from './configure/wizard/advancedSettings.component'; | ||
import { APPENGINE_LOAD_BALANCER_BASIC_SETTINGS } from './configure/wizard/basicSettings.component'; | ||
import { APPENGINE_LOAD_BALANCER_TRANSFORMER } from './transformer'; | ||
import { APPENGINE_LOAD_BALANCER_WIZARD_CTRL } from './configure/wizard/wizard.controller'; | ||
import { APPENGINE_STAGE_ALLOCATION_CONFIGURATION_ROW } from './configure/wizard/stageAllocationConfigurationRow.component'; | ||
@@ -11,0 +11,0 @@ export const APPENGINE_LOAD_BALANCER_MODULE = 'spinnaker.appengine.loadBalancer.module'; |
@@ -12,3 +12,2 @@ import { module } from 'angular'; | ||
} from '@spinnaker/core'; | ||
import { IAppengineLoadBalancer, IAppengineTrafficSplit, ShardBy } from 'appengine/domain/index'; | ||
@@ -15,0 +14,0 @@ |
import { IController } from 'angular'; | ||
import { AccountService, StageConstants } from '@spinnaker/core'; | ||
import { AppengineHealth } from 'appengine/common/appengineHealth'; | ||
@@ -6,0 +5,0 @@ import { IAppengineAccount, IAppengineStageScope } from 'appengine/domain'; |
import { ExecutionArtifactTab, ExecutionDetailsTasks, Registry } from '@spinnaker/core'; | ||
import { | ||
DeployAppengineConfigurationConfig, | ||
validateDeployAppengineConfigurationStage, | ||
DeployAppengineConfigurationConfig, | ||
} from './DeployAppengineConfigurationConfig'; | ||
@@ -7,0 +7,0 @@ |
import { module } from 'angular'; | ||
import { Registry } from '@spinnaker/core'; | ||
import { IAppengineStageScope } from 'appengine/domain'; | ||
import { IAppengineStageScope } from 'appengine/domain'; | ||
import { AppengineStageCtrl } from '../appengineStage.controller'; | ||
@@ -7,0 +7,0 @@ |
import { module } from 'angular'; | ||
import { Registry } from '@spinnaker/core'; | ||
import { AppengineHealth } from 'appengine/common/appengineHealth'; | ||
import { IAppengineStageScope } from 'appengine/domain'; | ||
import { AppengineStageCtrl } from '../appengineStage.controller'; | ||
@@ -8,0 +8,0 @@ |
import { module } from 'angular'; | ||
import { Registry } from '@spinnaker/core'; | ||
import { AppengineHealth } from 'appengine/common/appengineHealth'; | ||
import { IAppengineStageScope } from 'appengine/domain'; | ||
import { AppengineStageCtrl } from '../appengineStage.controller'; | ||
@@ -8,0 +8,0 @@ |
import { module } from 'angular'; | ||
import { Registry } from '@spinnaker/core'; | ||
import { IAppengineStage, IAppengineStageScope } from 'appengine/domain/index'; | ||
import { IAppengineStage, IAppengineStageScope } from 'appengine/domain/index'; | ||
import { AppengineStageCtrl } from '../appengineStage.controller'; | ||
@@ -7,0 +7,0 @@ |
import { module } from 'angular'; | ||
import { Registry } from '@spinnaker/core'; | ||
import { AppengineHealth } from 'appengine/common/appengineHealth'; | ||
import { IAppengineStageScope } from 'appengine/domain'; | ||
import { AppengineStageCtrl } from '../appengineStage.controller'; | ||
@@ -8,0 +8,0 @@ |
import { module } from 'angular'; | ||
import { Registry } from '@spinnaker/core'; | ||
import { AppengineHealth } from 'appengine/common/appengineHealth'; | ||
import { IAppengineStageScope } from 'appengine/domain/index'; | ||
import { AppengineStageCtrl } from '../appengineStage.controller'; | ||
@@ -8,0 +8,0 @@ |
@@ -5,5 +5,5 @@ import { IQService, module } from 'angular'; | ||
AccountService, | ||
StorageAccountReader, | ||
Application, | ||
IArtifact, | ||
IArtifactAccountPair, | ||
IBuildTrigger, | ||
@@ -14,5 +14,5 @@ IExpectedArtifact, | ||
IStage, | ||
IArtifactAccountPair, | ||
StorageAccountReader, | ||
} from '@spinnaker/core'; | ||
import { AppengineProviderSettings } from 'appengine/appengine.settings'; | ||
import { | ||
@@ -26,3 +26,2 @@ GitCredentialType, | ||
import { AppengineProviderSettings } from 'appengine/appengine.settings'; | ||
import { AppengineDeployDescription } from '../transformer'; | ||
@@ -29,0 +28,0 @@ |
@@ -0,3 +1,3 @@ | ||
import { StateService } from '@uirouter/angularjs'; | ||
import { extend, IController, IControllerService, IScope, module } from 'angular'; | ||
import { StateService } from '@uirouter/angularjs'; | ||
import { set } from 'lodash'; | ||
@@ -13,4 +13,4 @@ | ||
} from '@spinnaker/core'; | ||
import { GitCredentialType, IAppengineAccount } from 'appengine/domain/index'; | ||
import { GitCredentialType, IAppengineAccount } from 'appengine/domain/index'; | ||
import { AppengineSourceType, IAppengineServerGroupCommand } from '../serverGroupCommandBuilder.service'; | ||
@@ -17,0 +17,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { IController, IScope, copy, module } from 'angular'; | ||
import { copy, IController, IScope, module } from 'angular'; | ||
import { IModalInstanceService } from 'angular-ui-bootstrap'; | ||
@@ -6,7 +6,7 @@ import { get, merge } from 'lodash'; | ||
import { Application, SERVER_GROUP_WRITER, ServerGroupWriter, TaskMonitor } from '@spinnaker/core'; | ||
import { AppengineHealth } from 'appengine/common/appengineHealth'; | ||
import { AppengineHealth } from 'appengine/common/appengineHealth'; | ||
import { AppengineServerGroupCommandBuilder, IAppengineServerGroupCommand } from '../serverGroupCommandBuilder.service'; | ||
import { APPENGINE_CONFIG_FILE_CONFIGURER } from './configFiles.component'; | ||
import { APPENGINE_DYNAMIC_BRANCH_LABEL } from './dynamicBranchLabel.component'; | ||
import { AppengineServerGroupCommandBuilder, IAppengineServerGroupCommand } from '../serverGroupCommandBuilder.service'; | ||
@@ -13,0 +13,0 @@ import './serverGroupWizard.less'; |
@@ -1,4 +0,6 @@ | ||
import { withErrorBoundary } from '@spinnaker/core'; | ||
import { module } from 'angular'; | ||
import { react2angular } from 'react2angular'; | ||
import { withErrorBoundary } from '@spinnaker/core'; | ||
import { ConfigFileArtifactList } from './ConfigFileArtifactList'; | ||
@@ -5,0 +7,0 @@ |
@@ -1,13 +0,14 @@ | ||
import { module, IController, IScope } from 'angular'; | ||
import { IController, IScope, module } from 'angular'; | ||
import { AppengineSourceType } from '../serverGroupCommandBuilder.service'; | ||
import { | ||
AccountService, | ||
ExpectedArtifactSelectorViewController, | ||
NgAppengineConfigArtifactDelegate, | ||
IArtifact, | ||
IArtifactAccount, | ||
IArtifactAccountPair, | ||
IArtifact, | ||
NgAppengineConfigArtifactDelegate, | ||
} from '@spinnaker/core'; | ||
import { AppengineSourceType } from '../serverGroupCommandBuilder.service'; | ||
import './serverGroupWizard.less'; | ||
@@ -14,0 +15,0 @@ |
@@ -9,2 +9,3 @@ import { IController, IScope, module } from 'angular'; | ||
IConfirmationModalParams, | ||
ILoadBalancer, | ||
IServerGroup, | ||
@@ -16,7 +17,6 @@ ITaskMonitorConfig, | ||
ServerGroupWriter, | ||
ILoadBalancer, | ||
} from '@spinnaker/core'; | ||
import { AppengineHealth } from 'appengine/common/appengineHealth'; | ||
import { IAppengineLoadBalancer, IAppengineServerGroup } from 'appengine/domain/index'; | ||
import { AppengineServerGroupCommandBuilder } from '../configure/serverGroupCommandBuilder.service'; | ||
@@ -23,0 +23,0 @@ import { APPENGINE_SERVER_GROUP_WRITER, AppengineServerGroupWriter } from '../writer/serverGroup.write.service'; |
import { module } from 'angular'; | ||
import { IServerGroup, IArtifactAccountPair } from '@spinnaker/core'; | ||
import { IArtifactAccountPair, IServerGroup } from '@spinnaker/core'; | ||
import { GitCredentialType, IAppengineGitTrigger, IAppengineJenkinsTrigger } from 'appengine/domain/index'; | ||
import { GitCredentialType, IAppengineGitTrigger, IAppengineJenkinsTrigger } from 'appengine/domain/index'; | ||
import { IAppengineServerGroupCommand } from './configure/serverGroupCommandBuilder.service'; | ||
@@ -7,0 +7,0 @@ |
import { module } from 'angular'; | ||
import { Application, IJob, ITask, ITaskCommand, TaskExecutor } from '@spinnaker/core'; | ||
import { IAppengineServerGroup } from 'appengine/domain/index'; | ||
@@ -6,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
967127