-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prep the repo for separately developed components * Fix uberinternal yarn.lock issues * Upgrade react to 16.3.2 * Update readme to account for on Lerna changes Signed-off-by: Joe Farro <[email protected]>
- Loading branch information
Showing
252 changed files
with
1,330 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ coverage | |
.DS_Store | ||
npm-debug.log | ||
.vscode | ||
yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
language: node_js | ||
node_js: | ||
- '6' | ||
cache: | ||
directories: | ||
- node_modules | ||
cache: yarn | ||
script: | ||
- npm run lint | ||
- npm run coverage | ||
- npm run build | ||
- yarn lint | ||
- yarn coverage | ||
- yarn build | ||
after_success: | ||
- npm install -g codecov | ||
- yarn global add codecov | ||
- codecov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"lerna": "2.10.2", | ||
"packages": ["packages/*"], | ||
"version": "independent", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
{ | ||
"name": "jaeger-ui", | ||
"version": "0.0.1", | ||
"main": "src/index.js", | ||
"license": "MIT", | ||
"proxy": { | ||
"/api": { | ||
"target": "http://localhost:16686", | ||
"logLevel": "silent", | ||
"secure": false, | ||
"changeOrigin": true, | ||
"ws": true, | ||
"xfwd": true | ||
} | ||
}, | ||
"homepage": ".", | ||
"devDependencies": { | ||
"babel-plugin-import": "^1.6.3", | ||
"bluebird": "^3.5.0", | ||
"enzyme": "^3.2.0", | ||
"enzyme-adapter-react-16": "^1.1.0", | ||
"enzyme-to-json": "^3.3.0", | ||
"less-vars-to-js": "^1.2.1", | ||
"react-app-rewire-less": "^2.1.0", | ||
"react-app-rewired": "^1.4.0", | ||
"react-scripts": "^1.0.11", | ||
"react-test-renderer": "^15.6.1", | ||
"sinon": "^3.2.1" | ||
}, | ||
"dependencies": { | ||
"antd": "^3.0.3", | ||
"chance": "^1.0.10", | ||
"classnames": "^2.2.5", | ||
"combokeys": "^3.0.0", | ||
"cytoscape": "^3.2.1", | ||
"cytoscape-dagre": "^2.0.0", | ||
"d3-scale": "^1.0.6", | ||
"dagre": "^0.7.4", | ||
"deep-freeze": "^0.0.1", | ||
"flow-bin": "^0.64.0", | ||
"fuzzy": "^0.1.3", | ||
"global": "^4.3.2", | ||
"history": "^4.6.3", | ||
"is-promise": "^2.1.0", | ||
"isomorphic-fetch": "^2.2.1", | ||
"jest": "^21.2.1", | ||
"json-markup": "^1.1.0", | ||
"lodash": "^4.17.4", | ||
"logfmt": "^1.2.0", | ||
"moment": "^2.18.1", | ||
"prop-types": "^15.5.10", | ||
"query-string": "^5.0.0", | ||
"raven-js": "^3.22.1", | ||
"react": "^16.3.0", | ||
"react-dimensions": "^1.3.0", | ||
"react-dom": "^16.3.0", | ||
"react-ga": "^2.4.1", | ||
"react-helmet": "^5.1.3", | ||
"react-icons": "^2.2.7", | ||
"react-metrics": "^2.3.2", | ||
"react-redux": "^5.0.6", | ||
"react-router-dom": "^4.1.2", | ||
"react-router-redux": "5.0.0-alpha.6", | ||
"react-virtualized-select": "^3.1.0", | ||
"react-vis": "^1.7.2", | ||
"react-vis-force": "^0.3.1", | ||
"recompose": "^0.25.0", | ||
"redux": "^3.7.2", | ||
"redux-actions": "^2.2.1", | ||
"redux-async-middleware": "^0.0.0", | ||
"redux-form": "^7.0.3", | ||
"redux-promise-middleware": "^4.3.0", | ||
"reselect": "^3.0.1", | ||
"store": "^2.0.12", | ||
"tween-functions": "^1.2.0", | ||
"u-basscss": "2.0.0" | ||
}, | ||
"scripts": { | ||
"build": "REACT_APP_VSN_STATE=$(../../scripts/get-tracking-version.js) react-app-rewired build", | ||
"coverage": "npm run test -- --coverage", | ||
"start:ga-debug": | ||
"REACT_APP_GA_DEBUG=1 REACT_APP_VSN_STATE=$(../../scripts/get-tracking-version.js) react-app-rewired start", | ||
"start": "react-app-rewired start", | ||
"test-dev": "react-app-rewired test --env=jsdom", | ||
"test": "CI=1 react-app-rewired test --env=jsdom --color" | ||
}, | ||
"jest": { | ||
"collectCoverageFrom": [ | ||
"src/**/*.js", | ||
"!src/utils/DraggableManager/demo/*.js", | ||
"!src/utils/test/**/*.js", | ||
"!src/demo/**/*.js" | ||
] | ||
} | ||
} |
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
packages/jaeger-ui/src/components/SearchTracePage/SearchResults/react-vis.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../node_modules/react-vis/dist/style.css |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
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.
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.
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.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.