Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #2347 from MatthewShao/jest-dev | Maximilian Hils | 2017-05-22 | 5 | -1/+196 | |
|\ | | | | | [web] Add tests for js/components/FlowTable | |||||
| * | [web] Add tests for js/components/FlowTable/FlowTableHead.js | Matthew Shao | 2017-05-22 | 3 | -1/+128 | |
| | | ||||||
| * | [web] Add tests for js/components/FlowTable/FlowRow.js | Matthew Shao | 2017-05-22 | 2 | -0/+68 | |
|/ | ||||||
* | Merge pull request #2191 from LuD1161/Issue#2139 | Maximilian Hils | 2017-05-22 | 1 | -1/+7 | |
|\ | | | | | improve flow_detail help text | |||||
| * | Update options.py | Thomas Kriechbaumer | 2017-05-19 | 1 | -2/+5 | |
| | | ||||||
| * | Added the level definition that can be used | LuD1161 | 2017-03-20 | 1 | -1/+4 | |
| | | ||||||
* | | Merge pull request #2342 from MatthewShao/jest-dev | Maximilian Hils | 2017-05-22 | 5 | -62/+162 | |
|\ \ | | | | | | | [web] Add _flow.js for component tests. | |||||
| * | | [web] Fix 100% coverage for js/components/FlowTable/FlowColumns.js | Matthew Shao | 2017-05-22 | 2 | -1/+17 | |
| | | | ||||||
| * | | [web] Set some value as constant, so _tflow.js would not change. | Matthew Shao | 2017-05-22 | 1 | -3/+9 | |
| | | | ||||||
| * | | [web] TFlow minor improved. | Matthew Shao | 2017-05-21 | 5 | -15/+18 | |
| | | | ||||||
| * | | [web] Add js/__tests__/ducks/_tflow.js | Matthew Shao | 2017-05-19 | 1 | -0/+97 | |
| | | | ||||||
| * | | [web] Fix minior lint problem. | Matthew Shao | 2017-05-19 | 1 | -0/+1 | |
| | | | ||||||
| * | | [web] Updates test to use the new _tflow.js. | Matthew Shao | 2017-05-19 | 3 | -63/+30 | |
| | | | ||||||
| * | | [web] Add _tflow.js generator in test_app.py | Matthew Shao | 2017-05-19 | 1 | -1/+11 | |
| | | | ||||||
* | | | disable double requires-io-master CI builds | Thomas Kriechbaumer | 2017-05-19 | 2 | -1/+9 | |
| | | | ||||||
* | | | Merge pull request #2337 from MatthewShao/jest-dev | Maximilian Hils | 2017-05-18 | 7 | -0/+529 | |
|\| | | | | | | | | [WIP][web] Add tests for UI components | |||||
| * | | [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 | |
| | | | ||||||
* | | | [requires.io] dependency update (#2328) | Maximilian Hils | 2017-05-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Increase net.tcp.py coverage (#2336) | Ujjwal Verma | 2017-05-17 | 6 | -18/+56 | |
| | | | ||||||
* | | | Merge pull request #2338 from ujjwal96/test-cov | Thomas Kriechbaumer | 2017-05-17 | 6 | -8/+79 | |
|\ \ \ | | | | | | | | | Increased test coverage | |||||
| * | | | Updated setup.cfg | Ujjwal Verma | 2017-05-17 | 1 | -4/+0 | |
| | | | | ||||||
| * | | | Increased mitmproxy.controller coverage | Ujjwal Verma | 2017-05-17 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Increased xml_html contentview coverage | Ujjwal Verma | 2017-05-17 | 3 | -0/+66 | |
| | | | | ||||||
| * | | | Increase contentviews api coverage | Ujjwal Verma | 2017-05-17 | 1 | -4/+11 | |
|/ / / | ||||||
* | | | alpn_select_callback must be a callable | Thomas Kriechbaumer | 2017-05-17 | 1 | -1/+3 | |
| | | | ||||||
* | | | fix pragmas | Thomas Kriechbaumer | 2017-05-17 | 2 | -5/+5 | |
| | | | ||||||
* | | | Merge pull request #2335 from cortesi/shutdown | Thomas Kriechbaumer | 2017-05-16 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| | | net.tcp: server should be in shut-down state before start | |||||
| * | | net.tcp: server should be in shut-down state before start | Aldo Cortesi | 2017-05-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | The .configure and .tick events can be called before the server is running. If an addon calls ctx.master.shutdown() at this point, the server hangs forever waiting on __is_shutdown_set. This patch fixes this by starting off with it already set. | |||||
* | | | Merge pull request #2327 from MatthewShao/jest-dev | Maximilian Hils | 2017-05-15 | 20 | -7/+642 | |
|\ \ \ | |/ / |/| | | [WIP][web] Add tests for UI components | |||||
| * | | [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 | |
| | | | ||||||
* | | | Merge pull request #2331 from ujjwal96/test-coverage | Ujjwal Verma | 2017-05-12 | 6 | -30/+67 | |
|\ \ \ | | | | | | | | | Improve Test coverage | |||||
| * | | | Changes in setup.cfg | Ujjwal Verma | 2017-05-12 | 2 | -6/+1 | |
| | | | | ||||||
| * | | | Increase io.compat coverage | Ujjwal Verma | 2017-05-12 | 2 | -3/+54 | |
| | | | | ||||||
| * | | | net.http.url.py changes | Ujjwal Verma | 2017-05-12 | 1 | -21/+3 | |
| | | | | ||||||
| * | | | Increased net.http.cookies.py and net.http.message.py coverage | Ujjwal Verma | 2017-05-12 | 2 | -0/+9 | |
|/ / / |