Skip to content

Commit

Permalink
renamed acmi to tadis
Browse files Browse the repository at this point in the history
  • Loading branch information
xndlnk committed Jun 6, 2019
1 parent 1168bb5 commit 2f4b895
Show file tree
Hide file tree
Showing 101 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "acmi-analyzer-custom-example",
"name": "tadis-analyzer-custom-example",
"version": "0.13.7",
"description": "this example shows how the acmi-analyzer can be used as a library to write a customer analyzer.",
"description": "this is a custom example analyzer that imports the npm package of the generic tadis-analyzer.",
"files": [
"build/src"
],
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@nestjs/common": "^5.4.0",
"@nestjs/core": "^5.4.0",
"acmi-analyzer": "^0.13.7",
"tadis-analyzer": "^0.13.7",
"dotenv": "^7.0.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Module } from '@nestjs/common'
import {
CollectorService, ConfigModule, CollectorController, SourceCodeAnalysisModule,
KubernetesModule, RabbitMqModule, TransformerModule
} from 'acmi-analyzer'
} from 'tadis-analyzer'

import { CustomCollectorService } from './CustomCollector.service'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { INestApplication, Type } from '@nestjs/common'
import {
System, KubernetesCollectorService, RabbitMqCollectorService, FeignClientsFromSourceCodeProducer,
SourceLocationDecorator, CabinetTransformer, ExcludedNodesRemover, GitStorageService, AnnotationAnalyzer
} from 'acmi-analyzer'
} from 'tadis-analyzer'

import { CustomCollectorService } from './CustomCollector.service'
import { CustomCollectorModule } from './CustomCollector.module'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
System, MicroService, Metadata, KubernetesCollectorService, RabbitMqCollectorService,
FeignClientsFromSourceCodeProducer, AnnotationAnalyzer, SourceLocationDecorator,
ExcludedNodesRemover, MicroserviceWithMessageExchangeMerger, CabinetTransformer, ElementMapping, GitStorageService, ConfigService
} from 'acmi-analyzer'
} from 'tadis-analyzer'

@Injectable()
export class CustomCollectorService {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Module } from '@nestjs/common'
import { ConfigModule } from 'acmi-analyzer'
import { ConfigModule } from 'tadis-analyzer'

import { CustomCollectorModule } from './CustomCollector.module'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NestFactory } from '@nestjs/core'
import { Logger } from '@nestjs/common'
import { ConfigService } from 'acmi-analyzer'
import { ConfigService } from 'tadis-analyzer'

import { AppModule } from './app.module'

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# acmi-analyzer
# tadis-analyzer

The acmi-analyzer can discover the architecture of a microservice system by collecting information about the system from different sources.
The tadis-analyzer can discover the architecture of a microservice system by collecting information about the system from different sources.

## Installation

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "acmi-analyzer",
"name": "tadis-analyzer",
"version": "0.13.7",
"description": "analysis part of the architecture analyzer for microservice systems",
"description": "generic analyzer of the tool for architecture discovery",
"main": "build/src/lib.js",
"types": "build/src/lib.d.ts",
"files": [
Expand Down Expand Up @@ -76,4 +76,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2f4b895

Please sign in to comment.