Skip to content

Commit

Permalink
chore: remove tracking
Browse files Browse the repository at this point in the history
we quit subscriptions with our tracking-providers, so there's no need for
tracking code anymore.

this also makes the app load faster a bit :)

closes D2IQ-67221 D2IQ-67220 D2IQ-67219
  • Loading branch information
renovate-bot authored and pierrebeitz committed Apr 23, 2020
1 parent beedbe6 commit 5a1ab89
Show file tree
Hide file tree
Showing 21 changed files with 56 additions and 781 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ pipeline {
steps {
withCredentials([
string(credentialsId: "d146870f-03b0-4f6a-ab70-1d09757a51fc", variable: "GH_TOKEN"), // semantic-release
string(credentialsId: "sentry_io_token", variable: "SENTRY_AUTH_TOKEN"), // upload-build
usernamePassword(credentialsId: "a7ac7f84-64ea-4483-8e66-bb204484e58f", passwordVariable: "GIT_PASSWORD", usernameVariable: "GIT_USER"), // update-dcos-repo
usernamePassword(credentialsId: "6c147571-7145-410a-bf9c-4eec462fbe02", passwordVariable: "JIRA_PASS", usernameVariable: "JIRA_USER") // semantic-release-jira
]) {
Expand Down
67 changes: 0 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
"@lingui/cli": "2.9.1",
"@lingui/macro": "2.9.1",
"@semantic-release/exec": "5.0.0",
"@sentry/cli": "1.52.1",
"@types/classnames": "2.2.10",
"@types/events": "3.0.0",
"@types/graphql": "14.2.3",
Expand Down
1 change: 0 additions & 1 deletion plugins/auth/components/LoginModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export default withI18n()(
return (
<div className="login-modal-product-name small inverse flush-bottom text-align-center">
<p>{Config.fullProductName}</p>
{Hooks.applyFilter("userLoginPolicy", null)}
</div>
);
}
Expand Down
2 changes: 0 additions & 2 deletions plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import authentication from "./auth";
import banner from "./banner/index";
import intercom from "./intercom/index";
import oauth from "./oauth/index";
import tracking from "./tracking/index";
import uiUpdate from "./ui-update/index";

export default {
Expand All @@ -25,5 +24,4 @@ export default {
organization: require("./organization/index"),
placement: require("./placement/index"),
secrets: require("./secrets/index"),
tracking,
};
4 changes: 0 additions & 4 deletions plugins/organization/submodules/users/hooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ module.exports = {
return null;
},

userLoginPolicy() {
return null;
},

userModelObject(userObject) {
const definition = this.userFormModalDefinition(null, null, {});
// Basically only return keys that this plugin cares about
Expand Down
10 changes: 0 additions & 10 deletions plugins/tracking/SDK.ts

This file was deleted.

32 changes: 0 additions & 32 deletions plugins/tracking/__tests__/TrackingPlugin-test.ts

This file was deleted.

Loading

0 comments on commit 5a1ab89

Please sign in to comment.