aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* [web] Add tests for js/components/helpers/AutoScroll.jsMatthew Shao2017-05-151-0/+41
|
* [web] Add tests for js/components/helpers/VirtualScroll.jsMatthew Shao2017-05-151-0/+21
|
* [web] Add tests for js/components/common/Splitter.jsxMatthew Shao2017-05-152-0/+96
|
* [web] Minor fix for FileChooser.jsxMatthew Shao2017-05-131-1/+1
|
* [web] Add tests for js/components/common/ToggleInputButton.jsxMatthew Shao2017-05-122-0/+74
|
* [web] Add tests for js/components/common/ToggleButton.jsxMatthew Shao2017-05-122-0/+40
|
* [web] Add tests for js/components/common/FileChooser.jsx & minor fix.Matthew Shao2017-05-123-1/+58
|
* [web] Add tests for js/components/common/DocsLink.jsxMatthew Shao2017-05-113-0/+39
|
* [web] Add tests for js/components/common/Dropdown.jsxMatthew Shao2017-05-112-0/+200
|
* [web] Add 'react-test-renderer' dependency.Matthew Shao2017-05-112-6/+17
|
* [web] Add tests for js/components/common/Button.jsxMatthew Shao2017-05-112-0/+56
|
* web: do not collect coverage when invoking "jest"Maximilian Hils2017-05-091-2/+1
| | | | this is annoying when runnig jest --watch=all.
* web: clear mock store actions after each testMaximilian Hils2017-05-091-13/+21
|
* [web] Update tests for js/ducks/ui/keyboard.jsMatthew Shao2017-05-091-45/+36
|
* [web] Add tests for js/ducks/ui/keyboard.jsMatthew Shao2017-05-091-0/+158
|
* [web] Add tests for js/__tests__/ducks/ui/indexSpec.jsMatthew Shao2017-05-081-0/+9
|
* [web] Add tests for js/ducks/index.js & js/ducks/ui/index.jsMatthew Shao2017-05-081-0/+12
|
* [web] Clear up jest.unmock()Matthew Shao2017-05-077-19/+3
| | | | | Automocking is no longer enable by default, so we don't need to unmock modules manually.
* honest js coverageMaximilian Hils2017-05-021-1/+2
|
* Merge pull request #2285 from MatthewShao/jest-devMaximilian Hils2017-04-304-5/+110
|\ | | | | [web] Add coverage for js/urlState.js
| * [web] Export updateUrlFromStore and updateStoreFromUrlMatthew Shao2017-04-302-25/+46
| |
| * [web] Introduce redux-mock-store and minor fix.Matthew Shao2017-04-304-44/+64
| |
| * [web] Add coverage for js/urlState.jsMatthew Shao2017-04-281-0/+66
| |
* | [web] add connection testsMaximilian Hils2017-04-293-6/+48
| |
* | [web] add connection indicatorMaximilian Hils2017-04-299-30/+142
|/
* change import of prop-typescle10002017-04-2738-45/+79
|
* [web] Add coverage for js/utils.js, js/flow/utils.jsMatthew Shao2017-04-262-0/+164
|
* Fix the tests for flows actions.Matthew Shao2017-04-252-169/+31
|
* Merge branch 'jest-dev' of https://github.com/MatthewShao/mitmproxy into ↵Matthew Shao2017-04-253-50/+225
|\ | | | | | | jest-dev
| * simplify selectRelative, add example for action testingMaximilian Hils2017-04-243-98/+119
| |
| * [web] Coverage++ for ducks/flows.jsMatthew Shao2017-04-241-3/+158
| |
* | [web] Coverage++ for ducks/flows.jsMatthew Shao2017-03-281-3/+158
|/
* [web] Minor fixes for the test.Matthew Shao2017-03-262-7/+10
|
* [web] Exclude src/js/filt/filt.js from coverage report.Matthew Shao2017-03-261-1/+4
|
* [web] Add JS coverage to codecov.Matthew Shao2017-03-261-1/+3
|
* [web] Reach 100% coverage for ducks/settings.jsMatthew Shao2017-03-261-0/+23
|
* [web] Update configuration of jest to avoid deprecation warningMatthew Shao2017-03-221-1/+1
|
* [web] Reach 100% coverage for ducks/eventLog.jsMatthew Shao2017-03-221-0/+40
|
* Fix#2184, mitmweb -n dispalys incorrect message. (#2187)Matthew Shao2017-03-221-4/+6
| | | | | | | | * Fixes #2184, python code. * Fixes #2184, JavaScript code. * [web] Update Footer.jsx (#2184)
* Merge pull request #2182 from syahn/fix-#2134Maximilian Hils2017-03-193-3/+8
|\ | | | | Fix #2134
| * Fix #2134Frank Ahn2017-03-183-3/+8
| |
* | [web] Reach 100% coverage for ducks/utils/store.jsMatthew Shao2017-03-171-10/+95
|/
* Merge pull request #2156 from syahn/pretty-popupMaximilian Hils2017-03-161-0/+8
|\ | | | | [web] Adjust pop-up docs position
| * Adjust pop-up docs positionFrank Ahn2017-03-151-0/+8
| | | | | | | | - Shift pop-up docs to the right position according to responsiveness
* | [web] Reach 100% coverage for ducks/ui/flow.jsMatthew Shao2017-03-151-1/+34
|/
* Match ~d and ~u filters against pretty_host toodequis2017-03-141-1/+1
| | | | | Changed the ~u filter in the console UI to match the behavior of mitmweb, which only matches against pretty_url, never against url.
* Merge pull request #2137 from MatthewShao/jest-devMaximilian Hils2017-03-131-0/+86
|\ | | | | [web] Add tests for ducks/utils/store.js
| * [web] Improve the code style on testsMatthew Shao2017-03-131-36/+45
| |
| * [web] Add tests for ducks/utils/store.jsMatthew Shao2017-03-131-0/+77
| |
* | [web] Fixes the flaw in #2133Matthew Shao2017-03-131-4/+4
|/