mozilla / missioncontrol

Real-time monitoring of Firefox release health
Mozilla Public License 2.0
21 stars 18 forks source link

Update sqlalchemy to 1.1.12 #78

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of SQLAlchemy available. You are currently using 1.1.11. I have updated it to 1.1.12

These links might come in handy: PyPI | Changelog | Homepage

Changelog

1.1.12

:released: July 24, 2017

.. change:: cache_order_sequence :tags: feature, oracle, posgresql :versions: 1.2.0b1

   Added new keywords :paramref:`.Sequence.cache` and
   :paramref:`.Sequence.order` to :class:`.Sequence`, to allow rendering
   of the CACHE parameter understood by Oracle and PostgreSQL, and the
   ORDER parameter understood by Oracle.  Pull request
   courtesy David Moore.

.. change:: 4033 :tags: bug, orm :tickets: 4033 :versions: 1.2.0b2

   Fixed regression from 1.1.11 where adding additional non-entity
   columns to a query that includes an entity with subqueryload
   relationships would fail, due to an inspection added in 1.1.11 as a
   result of :ticket:`4011`.

.. change:: 4031 :tags: bug, orm :versions: 1.2.0b2 :tickets: 4031

   Fixed bug involving JSON NULL evaluation logic added in 1.1 as part
   of :ticket:`3514` where the logic would not accommodate ORM
   mapped attributes named differently from the :class:`.Column`
   that was mapped.

.. change:: 4030 :tags: bug, orm :versions: 1.2.0b2 :tickets: 4030

   Added ``KeyError`` checks to all methods within
   :class:`.WeakInstanceDict` where a check for ``key in dict`` is
   followed by indexed access to that key, to guard against a race against
   garbage collection that under load can remove the key from the dict
   after the code assumes its present, leading to very infrequent
   ``KeyError`` raises.

.. changelog::

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

codecov-io commented 7 years ago

Codecov Report

Merging #78 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   48.21%   48.21%           
=======================================
  Files          14       14           
  Lines         280      280           
  Branches       31       31           
=======================================
  Hits          135      135           
- Misses        142      143    +1     
+ Partials        3        2    -1
Impacted Files Coverage Δ
missioncontrol/api/views.py 21.53% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4cb91bb...84b647e. Read the comment docs.