Skip to content

Commit 76882ff

Browse files
committed
Revert "Merge pull request #1056 from Countly/feature/new-whale"
This reverts commit 476e9cc, reversing changes made to 70e1bb0.
1 parent 476e9cc commit 76882ff

File tree

44 files changed

+811
-1625
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+811
-1625
lines changed

.dockerignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.git
22
.github
3-
.DS_Store
4-
.Dockerfile*
3+
.DS_Store

.eslintignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ frontend/express/public/javascripts/min/**
55
frontend/express/public/javascripts/utils/**
66
frontend/express/public/javascripts/visualization/**
77
frontend/express/public/themes/**
8-
frontend/express/public/sdk/**
98
plugins/*/frontend/public/*
109
plugins/*/frontend/public/javascripts/*
1110
bin/scripts/nghttp2/*
1211
plugins/push/api/parts/apn/*
1312

1413
!plugins/*/frontend/public/javascripts
15-
!plugins/*/frontend/public/javascripts/countly.*.js
14+
!plugins/*/frontend/public/javascripts/countly.models.js
15+
!plugins/*/frontend/public/javascripts/countly.views.js

.eslintrc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@
194194
"frontend/express/libs/*.js",
195195
"plugins/pluginManager.js",
196196
"plugins/*/api/**/*.js",
197-
"plugins/*/frontend/*.js",
198-
"plugins/*/extend/*.js"
197+
"plugins/*/frontend/*.js"
199198
],
200199
"env": {
201200
"es6": true,

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: nodejs
22
dist: trusty
3-
node_js: "10"
3+
node_js: "8"
44
env:
55
global:
6-
- MONGODB=4.0.12
6+
- MONGODB=3.6.6
77
- secure: ZXdUMP+8Nk9Kd5nX31D/DIB1t2xlJd+T4W7umWjwpy+KPA9d1W1OhUG6V2Gpv3PsJf+UtMosgZsywcLFVG4l/WcjAhs3c9pegW5ZRYAEfVjkk7aHhWQGvj5DID8iAAxs91Mm8LwJ43o68x+XN6746zArPqcVzQltDunJ0G3gfh8=
88
branches:
99
except:

Dockerfile-api

-45
This file was deleted.

Dockerfile-frontend

-42
This file was deleted.

bin/docker/cmd.sh

-20
This file was deleted.

bin/docker/k8s/countly-api-service.yaml

-12
This file was deleted.

bin/docker/k8s/countly-api.yaml

-34
This file was deleted.

bin/docker/k8s/countly-frontend-service.yaml

-12
This file was deleted.

bin/docker/k8s/countly-frontend.yaml

-34
This file was deleted.

bin/docker/k8s/countly-ingress-gce.yaml

-31
This file was deleted.

bin/docker/k8s/countly-ingress.yaml

-30
This file was deleted.

bin/docker/k8s/gce-cluster-init.sh

-68
This file was deleted.

bin/docker/k8s/mongo/storage-class.yaml

-8
This file was deleted.

0 commit comments

Comments
 (0)