aboutsummaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* update installbuilderMaximilian Hils2020-04-031-3/+3
|
* update mypy and pin versionMaximilian Hils2020-04-021-1/+1
|
* Fix binary builds (#3840)Maximilian Hils2020-02-281-0/+7
| | | See https://github.com/pypa/setuptools/issues/1963 for details.
* Update README.mdMaximilian Hils2020-02-211-0/+1
| | | mention mitmweb assets, refs #3822
* pyinstaller: add publicsuffix2 hookMaximilian Hils2019-12-271-0/+3
|
* docker: auto-update latest tagMaximilian Hils2019-12-212-5/+10
|
* update release instructionsMaximilian Hils2019-12-211-13/+16
|
* update release checklistMaximilian Hils2019-12-211-10/+5
|
* Use Github Actions for CI (#3713)Maximilian Hils2019-11-191-62/+105
| | | switch to github actions for CI
* cleanup mypy usageMaximilian Hils2019-11-161-1/+3
|
* Merge pull request #3329 from Kriechi/readme-sloganThomas Kriechbaumer2019-09-281-1/+1
|\ | | | | update readme slogan
| * update readme sloganThomas Kriechbaumer2018-09-211-1/+1
| |
* | bump dependenciesThomas Kriechbaumer2018-12-023-3/+5
|/
* update docker security warningThomas Kriechbaumer2018-09-181-6/+10
|
* add docker security warningThomas Kriechbaumer2018-09-155-2/+148
|
* update installbuilder urlMaximilian Hils2018-09-041-2/+2
|
* Update README.mdMaximilian Hils2018-07-311-12/+12
|
* Merge pull request #3207 from cortesi/postreleaseAldo Cortesi2018-06-171-5/+2
|\ | | | | CHANGELOG, release/README updates
| * CHANGELOG, release/README updatesAldo Cortesi2018-06-161-5/+2
| | | | | | | | We no longer care about annotated tags.
* | update release information for DockerThomas Kriechbaumer2018-06-161-1/+1
| |
* | cibuild: permit non-dev versions on maintenance branchesAldo Cortesi2018-06-161-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 behaviourAldo Cortesi2018-06-161-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 namesAldo Cortesi2018-06-161-15/+15
|
* Combining Docker push steps, clarifying tag namemarcymarcy2018-06-061-11/+2
|
* Using subprocessesmarcymarcy2018-06-061-5/+1
|
* Renaming function, formatting fixmarcymarcy2018-06-061-1/+2
|
* Adding ARMv7 into buildmarcymarcy2018-06-051-0/+22
|
* Such CI, Very Wow. (#3182)Maximilian Hils2018-06-023-61/+133
|
* release: update docker instructionsThomas Kriechbaumer2018-05-251-1/+1
|
* cibuild: tweak docker tag, only upload prod builds to pypiAldo Cortesi2018-05-251-11/+12
|
* cibuild: start building version awarenessAldo Cortesi2018-05-252-1/+9
|
* cibuild: minor - organize env class to make things easier to findAldo Cortesi2018-05-251-68/+68
|
* cibuild: more accurate PR test, better dump outputAldo Cortesi2018-05-241-10/+19
|
* cibuild: fix docker upload condition, expand testsAldo Cortesi2018-05-241-3/+3
|
* cibuild: extract upload conditionsAldo Cortesi2018-05-241-21/+29
|
* cibuild: add docker tag calculation to environAldo Cortesi2018-05-241-4/+9
|
* release: include release directory in coverageAldo Cortesi2018-05-241-34/+37
| | | | With lots of exclusions for now
* cibuild: Consolidate build environment and add testsAldo Cortesi2018-05-242-151/+229
|
* add docker to the main repositoryThomas Kriechbaumer2018-05-192-69/+107
|
* Release cleanupsAldo Cortesi2018-05-183-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 workflowThomas Kriechbaumer2018-05-173-82/+388
|
* Update README.mdThomas Kriechbaumer2018-05-171-8/+8
|
* Post-release updatesAldo Cortesi2018-05-172-30/+27
| | | | | - Update release docs - Bump version
* update release instructionsMaximilian Hils2018-04-051-0/+5
|
* Remove support for Python 3.5Aldo Cortesi2018-04-011-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 Kriechbaumer2018-03-311-1/+1
| | | | fixes #2266
* release: fix PR detection for appveyorAldo Cortesi2018-03-081-1/+3
|
* release: put branches in /branches on the snapshots serverAldo Cortesi2018-03-081-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 repoAldo Cortesi2018-03-081-3/+2
|
* release: don't upload assets for PRs from the main repoAldo Cortesi2018-03-081-0/+15
|