Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [web] Update snapshot. | Matthew Shao | 2017-05-18 | 2 | -2/+2 | |
| | ||||||
* | [web] Minor fixes for component tests. | Matthew Shao | 2017-05-18 | 3 | -5/+4 | |
| | ||||||
* | [web] Add tests for js/components/FlowTable/FlowColumnsSpec.js | Matthew Shao | 2017-05-17 | 2 | -0/+259 | |
| | ||||||
* | [web] Add a TFlow class to js/ducks/tutils.js | Matthew Shao | 2017-05-17 | 1 | -0/+27 | |
| | | | | | | Many Components requires a flow object when being rendered, so we put a TFlow class here, currently has the minimize structure, only contains the attributes we needed in the components to be tested. | |||||
* | [web] Add tests for src/js/components/ValueEditor/ValueEditor.js | Matthew Shao | 2017-05-16 | 2 | -0/+176 | |
| | ||||||
* | [web] Add tests for js/components/ValueEditor/ValidateEditor.js | Matthew Shao | 2017-05-16 | 2 | -0/+68 | |
| | ||||||
* | [web] Add tests for js/components/helpers/AutoScroll.js | Matthew Shao | 2017-05-15 | 1 | -0/+41 | |
| | ||||||
* | [web] Add tests for js/components/helpers/VirtualScroll.js | Matthew Shao | 2017-05-15 | 1 | -0/+21 | |
| | ||||||
* | [web] Add tests for js/components/common/Splitter.jsx | Matthew Shao | 2017-05-15 | 2 | -0/+96 | |
| | ||||||
* | [web] Minor fix for FileChooser.jsx | Matthew Shao | 2017-05-13 | 1 | -1/+1 | |
| | ||||||
* | [web] Add tests for js/components/common/ToggleInputButton.jsx | Matthew Shao | 2017-05-12 | 2 | -0/+74 | |
| | ||||||
* | [web] Add tests for js/components/common/ToggleButton.jsx | Matthew Shao | 2017-05-12 | 2 | -0/+40 | |
| | ||||||
* | [web] Add tests for js/components/common/FileChooser.jsx & minor fix. | Matthew Shao | 2017-05-12 | 3 | -1/+58 | |
| | ||||||
* | [web] Add tests for js/components/common/DocsLink.jsx | Matthew Shao | 2017-05-11 | 3 | -0/+39 | |
| | ||||||
* | [web] Add tests for js/components/common/Dropdown.jsx | Matthew Shao | 2017-05-11 | 2 | -0/+200 | |
| | ||||||
* | [web] Add 'react-test-renderer' dependency. | Matthew Shao | 2017-05-11 | 2 | -6/+17 | |
| | ||||||
* | [web] Add tests for js/components/common/Button.jsx | Matthew Shao | 2017-05-11 | 2 | -0/+56 | |
| | ||||||
* | web: do not collect coverage when invoking "jest" | Maximilian Hils | 2017-05-09 | 1 | -2/+1 | |
| | | | | this is annoying when runnig jest --watch=all. | |||||
* | web: clear mock store actions after each test | Maximilian Hils | 2017-05-09 | 1 | -13/+21 | |
| | ||||||
* | [web] Update tests for js/ducks/ui/keyboard.js | Matthew Shao | 2017-05-09 | 1 | -45/+36 | |
| | ||||||
* | [web] Add tests for js/ducks/ui/keyboard.js | Matthew Shao | 2017-05-09 | 1 | -0/+158 | |
| | ||||||
* | [web] Add tests for js/__tests__/ducks/ui/indexSpec.js | Matthew Shao | 2017-05-08 | 1 | -0/+9 | |
| | ||||||
* | [web] Add tests for js/ducks/index.js & js/ducks/ui/index.js | Matthew Shao | 2017-05-08 | 1 | -0/+12 | |
| | ||||||
* | [web] Clear up jest.unmock() | Matthew Shao | 2017-05-07 | 7 | -19/+3 | |
| | | | | | Automocking is no longer enable by default, so we don't need to unmock modules manually. | |||||
* | honest js coverage | Maximilian Hils | 2017-05-02 | 1 | -1/+2 | |
| | ||||||
* | Merge pull request #2285 from MatthewShao/jest-dev | Maximilian Hils | 2017-04-30 | 4 | -5/+110 | |
|\ | | | | | [web] Add coverage for js/urlState.js | |||||
| * | [web] Export updateUrlFromStore and updateStoreFromUrl | Matthew Shao | 2017-04-30 | 2 | -25/+46 | |
| | | ||||||
| * | [web] Introduce redux-mock-store and minor fix. | Matthew Shao | 2017-04-30 | 4 | -44/+64 | |
| | | ||||||
| * | [web] Add coverage for js/urlState.js | Matthew Shao | 2017-04-28 | 1 | -0/+66 | |
| | | ||||||
* | | [web] add connection tests | Maximilian Hils | 2017-04-29 | 3 | -6/+48 | |
| | | ||||||
* | | [web] add connection indicator | Maximilian Hils | 2017-04-29 | 9 | -30/+142 | |
|/ | ||||||
* | change import of prop-types | cle1000 | 2017-04-27 | 38 | -45/+79 | |
| | ||||||
* | [web] Add coverage for js/utils.js, js/flow/utils.js | Matthew Shao | 2017-04-26 | 2 | -0/+164 | |
| | ||||||
* | Fix the tests for flows actions. | Matthew Shao | 2017-04-25 | 2 | -169/+31 | |
| | ||||||
* | Merge branch 'jest-dev' of https://github.com/MatthewShao/mitmproxy into ↵ | Matthew Shao | 2017-04-25 | 3 | -50/+225 | |
|\ | | | | | | | jest-dev | |||||
| * | simplify selectRelative, add example for action testing | Maximilian Hils | 2017-04-24 | 3 | -98/+119 | |
| | | ||||||
| * | [web] Coverage++ for ducks/flows.js | Matthew Shao | 2017-04-24 | 1 | -3/+158 | |
| | | ||||||
* | | [web] Coverage++ for ducks/flows.js | Matthew Shao | 2017-03-28 | 1 | -3/+158 | |
|/ | ||||||
* | [web] Minor fixes for the test. | Matthew Shao | 2017-03-26 | 2 | -7/+10 | |
| | ||||||
* | [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] Reach 100% coverage for ducks/settings.js | Matthew Shao | 2017-03-26 | 1 | -0/+23 | |
| | ||||||
* | [web] Update configuration of jest to avoid deprecation warning | Matthew Shao | 2017-03-22 | 1 | -1/+1 | |
| | ||||||
* | [web] Reach 100% coverage for ducks/eventLog.js | Matthew Shao | 2017-03-22 | 1 | -0/+40 | |
| | ||||||
* | Fix#2184, mitmweb -n dispalys incorrect message. (#2187) | Matthew Shao | 2017-03-22 | 1 | -4/+6 | |
| | | | | | | | | * Fixes #2184, python code. * Fixes #2184, JavaScript code. * [web] Update Footer.jsx (#2184) | |||||
* | Merge pull request #2182 from syahn/fix-#2134 | Maximilian Hils | 2017-03-19 | 3 | -3/+8 | |
|\ | | | | | Fix #2134 | |||||
| * | Fix #2134 | Frank Ahn | 2017-03-18 | 3 | -3/+8 | |
| | | ||||||
* | | [web] Reach 100% coverage for ducks/utils/store.js | Matthew Shao | 2017-03-17 | 1 | -10/+95 | |
|/ | ||||||
* | Merge pull request #2156 from syahn/pretty-popup | Maximilian Hils | 2017-03-16 | 1 | -0/+8 | |
|\ | | | | | [web] Adjust pop-up docs position | |||||
| * | Adjust pop-up docs position | Frank Ahn | 2017-03-15 | 1 | -0/+8 | |
| | | | | | | | | - Shift pop-up docs to the right position according to responsiveness |