Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release v1.10.0 #6687

Merged
merged 29 commits into from Dec 22, 2019
Merged

chore: Release v1.10.0 #6687

merged 29 commits into from Dec 22, 2019

Conversation

iamareebjamal
Copy link
Member

No description provided.

iamareebjamal and others added 28 commits November 29, 2019 00:18
Also, change to new syntax of pip for install prefix
Ref: #6543 

pypa/pip#7240 (comment)
Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.1...5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Updates the requirements on [sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils) to permit the latest version.
- [Release notes](https://github.com/kvesteri/sqlalchemy-utils/releases)
- [Changelog](https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst)
- [Commits](kvesteri/sqlalchemy-utils@0.35.0...0.36.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* chore: Remove unused aggregate queries from event schema

* fix: Remove average rating from docs
Updates the requirements on [geoip2](https://github.com/maxmind/libmaxminddb) to permit the latest version.
- [Release notes](https://github.com/maxmind/libmaxminddb/releases)
- [Changelog](https://github.com/maxmind/libmaxminddb/blob/master/Changes.md)
- [Commits](https://github.com/maxmind/libmaxminddb/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Updates the requirements on [celery](https://github.com/celery/celery) to permit the latest version.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst)
- [Commits](celery/celery@v4.3.0...4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@coverage-4.5...coverage-5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@auto-label auto-label bot added the chore label Dec 22, 2019
resize_event_images_task.delay(event.id, event.original_image_url)

speakers = Speaker.query.filter(Speaker.photo_url.isnot(None),
or_(Speaker.icon_image_url == None,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comparison to None should be 'if cond is None:'

@manager.command
def fix_event_and_speaker_images():
events = Event.query.filter(Event.original_image_url.isnot(None),
or_(Event.thumbnail_image_url == None, Event.large_image_url == None,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comparison to None should be 'if cond is None:'

from app import current_app as app
with app.app_context():
order_expiry_time = get_settings()['order_expiry_time']
TicketHolder.query.filter(TicketHolder.order_id == None, TicketHolder.deleted_at.is_(None),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comparison to None should be 'if cond is None:'

@codecov
Copy link

codecov bot commented Dec 22, 2019

Codecov Report

Merging #6687 into master will increase coverage by 0.1%.
The diff coverage is 78.82%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #6687     +/-   ##
=========================================
+ Coverage   65.33%   65.44%   +0.1%     
=========================================
  Files         298      300      +2     
  Lines       15242    15299     +57     
=========================================
+ Hits         9959    10012     +53     
- Misses       5283     5287      +4
Impacted Files Coverage Δ
app/api/tickets.py 48.54% <ø> (+0.92%) ⬆️
app/api/schema/events.py 91.4% <ø> (-0.45%) ⬇️
app/api/schema/orders.py 89.06% <ø> (ø) ⬆️
app/api/custom/orders.py 41.26% <ø> (-0.92%) ⬇️
app/api/schema/users.py 100% <ø> (ø) ⬆️
app/api/helpers/system_mails.py 100% <ø> (ø) ⬆️
app/api/auth.py 23.82% <ø> (-0.33%) ⬇️
app/api/helpers/mail.py 28.43% <0%> (-0.87%) ⬇️
app/api/helpers/checksum.py 24.67% <0%> (ø) ⬆️
app/api/helpers/tasks.py 17.58% <0%> (ø) ⬆️
... and 14 more

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 36e20e9...f54d0c4. Read the comment docs.

@niranjan94 niranjan94 temporarily deployed to opev December 22, 2019 14:18 Inactive
@iamareebjamal iamareebjamal merged commit e2341cc into master Dec 22, 2019
iamareebjamal added a commit that referenced this pull request Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants