Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3329 from Kriechi/readme-slogan | Thomas Kriechbaumer | 2019-09-28 | 1 | -1/+1 |
|\ | | | | | update readme slogan | ||||
| * | update readme slogan | Thomas Kriechbaumer | 2018-09-21 | 1 | -1/+1 |
| | | |||||
* | | bump dependencies | Thomas Kriechbaumer | 2018-12-02 | 3 | -3/+5 |
|/ | |||||
* | update docker security warning | Thomas Kriechbaumer | 2018-09-18 | 1 | -6/+10 |
| | |||||
* | add docker security warning | Thomas Kriechbaumer | 2018-09-15 | 5 | -2/+148 |
| | |||||
* | update installbuilder url | Maximilian Hils | 2018-09-04 | 1 | -2/+2 |
| | |||||
* | Update README.md | Maximilian Hils | 2018-07-31 | 1 | -12/+12 |
| | |||||
* | Merge pull request #3207 from cortesi/postrelease | Aldo Cortesi | 2018-06-17 | 1 | -5/+2 |
|\ | | | | | CHANGELOG, release/README updates | ||||
| * | CHANGELOG, release/README updates | Aldo Cortesi | 2018-06-16 | 1 | -5/+2 |
| | | | | | | | | We no longer care about annotated tags. | ||||
* | | update release information for Docker | Thomas Kriechbaumer | 2018-06-16 | 1 | -1/+1 |
| | | |||||
* | | cibuild: permit non-dev versions on maintenance branches | Aldo Cortesi | 2018-06-16 | 1 | -2/+14 |
|/ | | | | | | Cater for the corner case where commits are incorporated on a maintenance branch. We should be able to test these without adding a dev suffix to the tool versions. | ||||
* | cibuild: Match Travis env variable behaviour | Aldo Cortesi | 2018-06-16 | 1 | -1/+7 |
| | | | | | | | | Whenever TRAVIS_TAG is non-empty, TRAVIS_BRANCH is over-ridden to match the TRAVIS_TAG value. Adjust our tests to reflect this, and add a sanity check that fails hard if this constraint is ever not met. See https://github.com/travis-ci/travis-ci/issues/4745 | ||||
* | cibuild: refactor to handle v prefix for release tag names | Aldo Cortesi | 2018-06-16 | 1 | -15/+15 |
| | |||||
* | Combining Docker push steps, clarifying tag name | marcymarcy | 2018-06-06 | 1 | -11/+2 |
| | |||||
* | Using subprocesses | marcymarcy | 2018-06-06 | 1 | -5/+1 |
| | |||||
* | Renaming function, formatting fix | marcymarcy | 2018-06-06 | 1 | -1/+2 |
| | |||||
* | Adding ARMv7 into build | marcymarcy | 2018-06-05 | 1 | -0/+22 |
| | |||||
* | Such CI, Very Wow. (#3182) | Maximilian Hils | 2018-06-02 | 3 | -61/+133 |
| | |||||
* | release: update docker instructions | Thomas Kriechbaumer | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | cibuild: tweak docker tag, only upload prod builds to pypi | Aldo Cortesi | 2018-05-25 | 1 | -11/+12 |
| | |||||
* | cibuild: start building version awareness | Aldo Cortesi | 2018-05-25 | 2 | -1/+9 |
| | |||||
* | cibuild: minor - organize env class to make things easier to find | Aldo Cortesi | 2018-05-25 | 1 | -68/+68 |
| | |||||
* | cibuild: more accurate PR test, better dump output | Aldo Cortesi | 2018-05-24 | 1 | -10/+19 |
| | |||||
* | cibuild: fix docker upload condition, expand tests | Aldo Cortesi | 2018-05-24 | 1 | -3/+3 |
| | |||||
* | cibuild: extract upload conditions | Aldo Cortesi | 2018-05-24 | 1 | -21/+29 |
| | |||||
* | cibuild: add docker tag calculation to environ | Aldo Cortesi | 2018-05-24 | 1 | -4/+9 |
| | |||||
* | release: include release directory in coverage | Aldo Cortesi | 2018-05-24 | 1 | -34/+37 |
| | | | | With lots of exclusions for now | ||||
* | cibuild: Consolidate build environment and add tests | Aldo Cortesi | 2018-05-24 | 2 | -151/+229 |
| | |||||
* | add docker to the main repository | Thomas Kriechbaumer | 2018-05-19 | 2 | -69/+107 |
| | |||||
* | Release cleanups | Aldo Cortesi | 2018-05-18 | 3 | -388/+0 |
| | | | | | | | | - rtool suck back in, the bastard! Delete it. - Ditch CONTRRIBUTORS, saving a step. I added this before Github had a contributors page, which is good enough: https://github.com/mitmproxy/mitmproxy/graphs/contributors - Remove some cruft from CI that we no longer use. | ||||
* | improve release workflow | Thomas Kriechbaumer | 2018-05-17 | 3 | -82/+388 |
| | |||||
* | Update README.md | Thomas Kriechbaumer | 2018-05-17 | 1 | -8/+8 |
| | |||||
* | Post-release updates | Aldo Cortesi | 2018-05-17 | 2 | -30/+27 |
| | | | | | - Update release docs - Bump version | ||||
* | update release instructions | Maximilian Hils | 2018-04-05 | 1 | -0/+5 |
| | |||||
* | Remove support for Python 3.5 | Aldo Cortesi | 2018-04-01 | 1 | -2/+2 |
| | | | | | | | | | | | There are a number of significant improvements in Python3.6 - especially in asyncio - that makes ditching Python 3.5 compelling. The next Ubuntu LTS will be released before the next version of mitmproxy, and will include Python 3.6 in base. This patch removes support for testing under Python 3.5 and changes our documentation. There are deeper changes in the type system and so forth that we will make over time. | ||||
* | Python 3.5 is dead -- long live Python 3.6! | Thomas Kriechbaumer | 2018-03-31 | 1 | -1/+1 |
| | | | | fixes #2266 | ||||
* | release: fix PR detection for appveyor | Aldo Cortesi | 2018-03-08 | 1 | -1/+3 |
| | |||||
* | release: put branches in /branches on the snapshots server | Aldo Cortesi | 2018-03-08 | 1 | -1/+3 |
| | | | | | | This is a precautionary measure to prevent a clash in case we have a branch with the same name as a tag. Tags live in the top-level directory, because these are releases that users will most often access directly. | ||||
* | release: build snapshots for all branches on the main repo | Aldo Cortesi | 2018-03-08 | 1 | -3/+2 |
| | |||||
* | release: don't upload assets for PRs from the main repo | Aldo Cortesi | 2018-03-08 | 1 | -0/+15 |
| | |||||
* | release: clean rtool | Aldo Cortesi | 2018-03-07 | 1 | -79/+0 |
| | |||||
* | release: build wheel | Aldo Cortesi | 2018-03-07 | 1 | -0/+10 |
| | |||||
* | release: shift appveyor to new process | Aldo Cortesi | 2018-03-07 | 2 | -14/+38 |
| | | | | In the process also move to InstallBuilder 18.2 | ||||
* | release: satisfy lint | Aldo Cortesi | 2018-03-07 | 1 | -30/+1 |
| | |||||
* | release: cleanup and re-enable all our Travis tests | Aldo Cortesi | 2018-03-07 | 1 | -3/+0 |
| | | | | Wheels are yet to come. | ||||
* | release: revamped release upload process | Aldo Cortesi | 2018-03-07 | 4 | -266/+251 |
| | |||||
* | improve release instructions | Thomas Kriechbaumer | 2018-02-25 | 1 | -0/+5 |
| | |||||
* | improve release instructions | Thomas Kriechbaumer | 2018-02-25 | 2 | -6/+19 |
| | |||||
* | update release instructions | Thomas Kriechbaumer | 2018-02-25 | 1 | -0/+12 |
| | |||||
* | update release instructions | Maximilian Hils | 2018-02-22 | 1 | -2/+3 |
| |