Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [web] Fix unstable sorting by using 'stable' dependency | Matthew Shao | 2018-02-05 | 1 | -1/+2 |
| | |||||
* | [web] update to react 16.0 | Maximilian Hils | 2017-10-25 | 1 | -23/+22 |
| | |||||
* | [web] Update react,react-dom,react-test-renderer to 16-beta.3 | Matthew Shao | 2017-08-08 | 1 | -3/+3 |
| | |||||
* | [web] update dependencies | Maximilian Hils | 2017-06-12 | 1 | -18/+18 |
| | |||||
* | [web] Add mock-xmlhttprequest dependency. | Matthew Shao | 2017-06-08 | 1 | -0/+1 |
| | |||||
* | [web] Add 'react-test-renderer' dependency. | Matthew Shao | 2017-05-11 | 1 | -1/+4 |
| | |||||
* | web: do not collect coverage when invoking "jest" | Maximilian Hils | 2017-05-09 | 1 | -2/+1 |
| | | | | this is annoying when runnig jest --watch=all. | ||||
* | honest js coverage | Maximilian Hils | 2017-05-02 | 1 | -1/+2 |
| | |||||
* | [web] Introduce redux-mock-store and minor fix. | Matthew Shao | 2017-04-30 | 1 | -3/+4 |
| | |||||
* | change import of prop-types | cle1000 | 2017-04-27 | 1 | -0/+1 |
| | |||||
* | [web] Minor fixes for the test. | Matthew Shao | 2017-03-26 | 1 | -5/+5 |
| | |||||
* | [web] Exclude src/js/filt/filt.js from coverage report. | Matthew Shao | 2017-03-26 | 1 | -1/+4 |
| | |||||
* | [web] Add JS coverage to codecov. | Matthew Shao | 2017-03-26 | 1 | -1/+3 |
| | |||||
* | [web] Update configuration of jest to avoid deprecation warning | Matthew Shao | 2017-03-22 | 1 | -1/+1 |
| | |||||
* | [web] yarn? yarn. | Maximilian Hils | 2017-02-21 | 1 | -32/+29 |
| | |||||
* | clean up mitmweb | Maximilian Hils | 2016-11-08 | 1 | -1/+0 |
| | |||||
* | [web] fix testRegex | Jason | 2016-08-15 | 1 | -1/+1 |
| | |||||
* | [web] remove react-router | Jason | 2016-08-15 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1406 from gzzhanghao/fix36 | Maximilian Hils | 2016-07-27 | 1 | -0/+1 |
|\ | | | | | [web] Update view with sortedUpdate | ||||
| * | [web] change test files | Jason | 2016-07-27 | 1 | -0/+1 |
| | | |||||
* | | web: refactor ContentLoader | Maximilian Hils | 2016-07-25 | 1 | -5/+5 |
|/ | |||||
* | added new btn, changed to codemirror | Clemens | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | added code editor and file upload | Clemens | 2016-07-13 | 1 | -2/+2 |
| | |||||
* | modify flow content | Clemens | 2016-07-11 | 1 | -2/+3 |
| | |||||
* | [web] build with envify | Jason | 2016-06-25 | 1 | -0/+1 |
| | |||||
* | added tests for ui | Clemens | 2016-06-20 | 1 | -0/+1 |
| | |||||
* | [web] settings store | Jason | 2016-06-17 | 1 | -1/+3 |
| | |||||
* | web: fix tests | Maximilian Hils | 2016-06-16 | 1 | -10/+8 |
| | |||||
* | web: update react | Maximilian Hils | 2016-06-05 | 1 | -3/+2 |
| | |||||
* | web: implement redux store fetching | Maximilian Hils | 2016-06-03 | 1 | -0/+2 |
| | |||||
* | Merge branch 'redux-ducks' | Maximilian Hils | 2016-06-02 | 1 | -0/+4 |
|\ | |||||
| * | web: reduxify event log store | Maximilian Hils | 2016-06-02 | 1 | -0/+1 |
| | | |||||
| * | add basic redux architecture, convert eventlog to redux | Maximilian Hils | 2016-06-02 | 1 | -0/+1 |
| | | |||||
| * | add redux as dependency | Maximilian Hils | 2016-06-01 | 1 | -0/+2 |
| | | |||||
* | | web: use object spread operator | Maximilian Hils | 2016-06-02 | 1 | -0/+1 |
|/ | | | | | While the spread operator is not part of ES6, React also uses it for JSX. It makes sense for us to keep it in other parts of the codebase as well. | ||||
* | web: update dependencies | Maximilian Hils | 2016-05-02 | 1 | -13/+11 |
| | |||||
* | gulp-minify-css is deprecated. Adding gulp-clean-css | Israel Blancas | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | [web] VirtualScroll and AutoScroll helper | Jason | 2016-03-10 | 1 | -1/+5 |
| | |||||
* | [web] Fix eslint warnings about tests | Jason | 2016-03-02 | 1 | -0/+3 |
| | |||||
* | fix up web stuff | Maximilian Hils | 2016-02-28 | 1 | -26/+21 |
| | |||||
* | move mitmproxy/web to root | Maximilian Hils | 2016-02-18 | 1 | -0/+55 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -55/+0 |
| | |||||
* | update web builds, use watchify | Maximilian Hils | 2015-10-08 | 1 | -29/+32 |
| | |||||
* | web: upgrade to react-router 0.13.2 | vzvu3k6k | 2015-03-27 | 1 | -1/+1 |
| | |||||
* | web: upgrade to react 0.13 | Maximilian Hils | 2015-03-22 | 1 | -50/+50 |
| | |||||
* | update package.json during transition period, see #518 | Legend Tang | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | clean up web builds | Maximilian Hils | 2015-03-05 | 1 | -6/+2 |
| | |||||
* | Pin browserify to most recent version that works | Aldo Cortesi | 2015-01-04 | 1 | -1/+1 |
| | | | | | | Issue being tracked here: https://github.com/substack/node-browserify/issues/1044 | ||||
* | Unit test framework for web client-side code | Aldo Cortesi | 2015-01-02 | 1 | -36/+48 |
| | | | | | | - Also make formatSize nicer and test it. Now there's no excuse! ;) | ||||
* | Use Facebook's dispatcher | Aldo Cortesi | 2015-01-01 | 1 | -1/+2 |
| |