Unverified Commit d4233489 authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #52 from pastorsx/sp_dev_metrics_engine_v2

Metrics Engine v2
parents 8cd754b0 8a51af58
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ repo:
      api-bundle:
        - meep-ctrl-engine
        - meep-metrics-engine
        - meep-metrics-engine-notification
        - meep-mg-manager
        - meep-mg-app-notification
        - meep-loc-serv
@@ -94,7 +95,7 @@ repo:
      codecov: true
      lint: true
      nodeport: 30008
      api: go-apps/meep-metrics-engine/api/swagger.yaml
      api: go-apps/meep-metrics-engine/api/v2/swagger.yaml
    meep-tc-engine:
      src: go-apps/meep-tc-engine
      bin: bin/meep-tc-engine
@@ -117,6 +118,8 @@ repo:
      api: go-packages/meep-loc-serv-notification-client/api/swagger.yaml
    meep-mg-app-notification:
      api: go-packages/meep-mg-app-client/api/swagger.yaml
    meep-metrics-engine-notification:
      api: go-packages/meep-metrics-engine-notification-client/api/swagger.yaml
  dep:
    docker-registry:
      chart: charts/docker-registry
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2019-11-19T14:03:28.129-05:00
- Build date: 2019-12-18T10:53:00.141-05:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2019-11-19T14:03:30.664-05:00
- Build date: 2019-12-18T10:53:02.347-05:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.0.0
- Build date: 2019-11-19T14:03:14.023-05:00
- Build date: 2019-12-18T10:52:44.717-05:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.1.1
- Build date: 2019-11-19T14:03:23.984-05:00
- Build date: 2019-12-18T10:52:56.480-05:00


### Running the server
Loading