Skip to content

ui/next: update dependencies #6962

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/next/app/app.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../typings/main.d.ts" />
/// <reference path="../typings/index.d.ts" />

/**
* UI/NEXT TODO LIST
Expand Down
4 changes: 2 additions & 2 deletions ui/next/app/components/graphGroup.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";

import { MetricsDataProvider } from "../containers/metricsDataProvider";

/**
/**
* GraphGroup is a stateless react component that wraps a group of graphs (the
* children of this component) in a MetricsDataProvider and some additional tags
* relevant to the layout of our graphs pages.
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/cluster.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";

import { IndexListLink, ListLink } from "../components/listLink.tsx";
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/clusterEvents.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";

/**
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/clusterOverview.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";
import * as d3 from "d3";
import _ = require("lodash");
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/databases/databaseDetails.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../../typings/main.d.ts" />
/// <reference path="../../../typings/index.d.ts" />
import * as React from "react";
import { Link } from "react-router";
import * as _ from "lodash";
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/databases/databaseList.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../../typings/main.d.ts" />
/// <reference path="../../../typings/index.d.ts" />
import * as React from "react";
import { Link } from "react-router";
import * as _ from "lodash";
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/databases/databases.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../../typings/main.d.ts" />
/// <reference path="../../../typings/index.d.ts" />
import * as React from "react";

/**
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/databases/tableDetails.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../../typings/main.d.ts" />
/// <reference path="../../../typings/index.d.ts" />
import * as React from "react";
import * as _ from "lodash";
import { connect } from "react-redux";
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/helpus.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";

/**
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";
import _ = require("lodash");
import { RouteComponentProps } from "react-router";
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/metricsDataProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />

import * as React from "react";
import { createSelector } from "reselect";
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/node.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";
import { Link, RouteComponentProps } from "react-router";

Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/nodeGraphs.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";
import * as d3 from "d3";
import { RouteComponentProps } from "react-router";
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/nodeLogs.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";

/**
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/nodeOverview.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";

/**
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/nodes.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";

import { ListLink } from "../components/listLink.tsx";
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/nodesGraphs.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";
import * as d3 from "d3";

Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/nodesOverview.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";
import _ = require("lodash");
import { Link } from "react-router";
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/timescale.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />

import * as React from "react";
import { connect } from "react-redux";
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/containers/timewindow.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />

import * as React from "react";
import { connect } from "react-redux";
Expand Down
7 changes: 4 additions & 3 deletions ui/next/app/redux/databaseInfo.spec.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { assert } from "chai";
import * as databases from "./databaseInfo";
import * as protos from "../js/protos";
import * as proxyquire from "proxyquire";
import { Action } from "../interfaces/action";
import { Dispatch } from "redux";
import * as _ from "lodash";

import * as databases from "./databaseInfo";
import * as protos from "../js/protos";
import { Action } from "../interfaces/action";

type DatabasesResponse = cockroach.server.DatabasesResponse;

type DatabaseDetailsRequest = cockroach.server.DatabaseDetailsRequest;
Expand Down
1 change: 0 additions & 1 deletion ui/next/app/redux/uiData.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import _ = require("lodash");

import { Dispatch } from "redux";
import ByteBuffer = require("bytebuffer");

Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/util/api.spec.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { assert } from "chai";
import _ = require("lodash");
import * as fetchMock from "fetch-mock";
import * as protos from "../js/protos";
import Long = require("long");

import * as protos from "../js/protos";
import * as api from "./api";

describe("rest api", function() {
Expand Down
5 changes: 3 additions & 2 deletions ui/next/app/util/api.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />

/**
* This module contains all the REST endpoints for communicating with the admin UI.
*/

import "isomorphic-fetch";
import * as protos from "../js/protos";
import * as _ from "lodash";

import * as protos from "../js/protos";

let server = protos.cockroach.server;
let ts = protos.cockroach.ts;

Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/util/find.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import * as React from "react";

/**
Expand Down
2 changes: 1 addition & 1 deletion ui/next/app/util/proto.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../typings/main.d.ts" />
/// <reference path="../../typings/index.d.ts" />
import _ = require("lodash");

type NodeStatus = cockroach.server.status.NodeStatus;
Expand Down
Loading