Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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 tests for js/components/common/Button.jsx | Matthew Shao | 2017-05-11 | 2 | -0/+56 | |
| | ||||||
* | 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. | |||||
* | Merge pull request #2285 from MatthewShao/jest-dev | Maximilian Hils | 2017-04-30 | 2 | -2/+102 | |
|\ | | | | | [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 | 2 | -30/+43 | |
| | | ||||||
| * | [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 | 8 | -19/+129 | |
|/ | ||||||
* | change import of prop-types | cle1000 | 2017-04-27 | 37 | -45/+78 | |
| | ||||||
* | [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 | 1 | -2/+5 | |
| | ||||||
* | [web] Reach 100% coverage for ducks/settings.js | Matthew Shao | 2017-03-26 | 1 | -0/+23 | |
| | ||||||
* | [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 | |||||
* | | [web] Reach 100% coverage for ducks/ui/flow.js | Matthew Shao | 2017-03-15 | 1 | -1/+34 | |
|/ | ||||||
* | Match ~d and ~u filters against pretty_host too | dequis | 2017-03-14 | 1 | -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-dev | Maximilian Hils | 2017-03-13 | 1 | -0/+86 | |
|\ | | | | | [web] Add tests for ducks/utils/store.js | |||||
| * | [web] Improve the code style on tests | Matthew Shao | 2017-03-13 | 1 | -36/+45 | |
| | | ||||||
| * | [web] Add tests for ducks/utils/store.js | Matthew Shao | 2017-03-13 | 1 | -0/+77 | |
| | | ||||||
* | | [web] Fixes the flaw in #2133 | Matthew Shao | 2017-03-13 | 1 | -4/+4 | |
|/ | ||||||
* | [web] Fixes all existed tests | Matthew Shao | 2017-03-11 | 2 | -5/+7 | |
| | ||||||
* | [web] Fixes stopEdit action in ducks/ui/flow.js | Matthew Shao | 2017-03-11 | 1 | -3/+4 | |
| | ||||||
* | [web] remove the tests for abandoned files. | Matthew Shao | 2017-03-10 | 3 | -287/+0 | |
| | ||||||
* | web: Add websocket filter | Sachin Kelkar | 2017-03-06 | 2 | -84/+111 | |
| | ||||||
* | Merge pull request #2085 from MatthewShao/dev | Maximilian Hils | 2017-03-05 | 3 | -2/+15 | |
|\ | | | | | [web] Add mouse support for FilterInput popover. | |||||
| * | [web] Retain focus on input field after selecting. (#2085) | Matthew Shao | 2017-03-04 | 1 | -0/+1 | |
| | | ||||||
| * | [web] Simplify the code. (#2085) | Matthew Shao | 2017-03-03 | 1 | -6/+2 | |
| | | ||||||
| * | [web] Add mouse support for FilterInput popover. | Matthew Shao | 2017-03-02 | 3 | -3/+19 | |
| | | ||||||
* | | [web] fix scroll bug in flow detail. (#2083) | Matthew Shao | 2017-03-04 | 1 | -2/+1 | |
| | | ||||||
* | | web: Fix #1888 | Sachin Kelkar | 2017-03-03 | 1 | -5/+1 | |
|/ | ||||||
* | nuke tcp.Address and add proper IPv6 support | Thomas Kriechbaumer | 2017-02-24 | 2 | -3/+3 | |
| | ||||||
* | update mitmweb resources | Maximilian Hils | 2017-02-21 | 1 | -3/+3 | |
| | ||||||
* | add version info to web footer (#2010) | Alireza Mosajjal | 2017-02-12 | 1 | -1/+4 | |
| | | | fixes #1893 |