MozPhab/Changelog: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(release 0.1.95)
(release 0.1.96)
Line 1: Line 1:
== Changelog ==
== Changelog ==
=== 0.1.96 ===
* {{bug|1610403}} Allow to submit a part of a stack as "wip"
* {{bug|1685308}} update glean dependency to fix moz-phab installation on !tier1
* {{bug|1695847}} Files containing lines with just `^L` on a line result in incorrect diffs when deleted
* {{bug|1696346}} Explicitly set `zip_safe` to `False` to prevent unpredictable behaviour when installing
* {{bug|1696357}} Upgrade glean-sdk version


=== 0.1.95 ===
=== 0.1.95 ===

Revision as of 16:53, 22 March 2021

Changelog

0.1.96

  • bug 1610403 Allow to submit a part of a stack as "wip"
  • bug 1685308 update glean dependency to fix moz-phab installation on !tier1
  • bug 1695847 Files containing lines with just `^L` on a line result in incorrect diffs when deleted
  • bug 1696346 Explicitly set `zip_safe` to `False` to prevent unpredictable behaviour when installing
  • bug 1696357 Upgrade glean-sdk version

0.1.95

  • bug 1543963 moz-phab doesn't accept . (period) in reviewer's name
  • bug 1675648 moz-phab incorrectly handles commits with CARRIAGE RETURNs and creates unlandable diffs
  • bug 1675793 Make it clear when an error is generated by Phabricator vs. locally
  • bug 1681005 mozphab no longer works through HTTP proxy when communicating with BMO
  • bug 1681604 Add python 3.9 to the testing matrix in CircleCI
  • bug 1686291 Add missing packages to dev-requirements
  • bug 1686297 Add support for pip-compile to generate dev-requirements.txt
  • bug 1686998 Windows tests are failing due to hard-coded line separators in test
  • bug 1690649 Fix `colorama` requirement hash in requirements file for windows builds
  • bug 1691818 Fix CircleCI requirements

0.1.94

0.1.93

0.1.92

  • bug 1673303 All commands broken with "ValueError: Didn't find any metrics [...]" in latest release 0.1.91

0.1.91

Highlights

  • Operations on Mercurial repositories should now be significantly faster
  • Submissions with unchanged commits should now be faster
  • moz-phab patch --raw now includes metadata (author, subject)

All Changes

0.1.90

  • bug 1619855 Warn about Python version < 3.6
  • bug 1645300 Do not search for parent-child relationship if single
  • bug 1641199 Reduce the number of failed tests in Windows

0.1.89

0.1.88

0.1.87

0.1.86

  • bug 1627405 Fix deletion of the source when copying to multiple targets.

0.1.85

0.1.84

0.1.83

0.1.82

0.1.81

  • bug 1623370 Fixed restarting on Windows after an automated update
  • bug 1621731 Improve performance on large HG repos

0.1.80

0.1.79

0.1.78

0.1.77

0.1.76

0.1.75

0.1.74

  • bug 1610583 Fix handling of files without trailing newlines on hg

0.1.73

  • bug 1606175 Detecting if installed with --user option fixed.
  • bug 1609207 Show the right error when trying to reorganize a split stack

0.1.71

0.1.70

  • bug 1605124 "unable to apply patch" for Python < 3.6 fixed

0.1.69

0.1.68

0.1.67

0.1.66

  • bug 1602545 MozPhab is able to submit to vanilla Phabricator instances

0.1.65

0.1.64

  • bug 1599596 Fix --no-bug for updating existing revisions using --no-arc

0.1.63

  • bug 1599184 Fix --no-bug for submitting new revisions using --no-arc

0.1.62

0.1.61

0.1.60

0.1.59

  • Windows users can again submit patches with the --no-arc option
  • bug 1591015 CRLF fix
  • bug 1591248 Fix the ~/.arcrc file mode if needed
  • bug 1593981 Do not check if Arcanist is configured when --no-arc is used.

0.1.58

0.1.57

0.1.56

  • bug 1591015 Switched off the ability to submit without Arcanist.