After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 723147 - tmdb: Use https queries
tmdb: Use https queries
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-28 07:22 UTC by Bastien Nocera
Modified: 2014-01-28 17:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tmdb: Use https queries (904 bytes, patch)
2014-01-28 07:22 UTC, Bastien Nocera
committed Details | Review
tmdb: update tests (5.13 KB, patch)
2014-01-28 17:35 UTC, Juan A. Suarez Romero
committed Details | Review

Description Bastien Nocera 2014-01-28 07:22:11 UTC
.
Comment 1 Bastien Nocera 2014-01-28 07:22:14 UTC
Created attachment 267381 [details] [review]
tmdb: Use https queries

Now that tmdb supports it.
Comment 2 Juan A. Suarez Romero 2014-01-28 17:35:37 UTC
Created attachment 267421 [details] [review]
tmdb: update tests

Based on previous commit (use https for TMDb queries).
Comment 3 Juan A. Suarez Romero 2014-01-28 17:43:42 UTC
commit f263346f43f3afcde65a79962298d9b09628a537
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Tue Jan 28 17:33:17 2014 +0000

    tmdb: update tests
    
    Based on previous commit (use https for TMDb queries).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723147

 tests/tmdb/data/fast-by-id.ini |  8 ++++----
 tests/tmdb/data/no-details.ini |  8 ++++----
 tests/tmdb/data/sherlock.ini   | 28 ++++++++++++++--------------
 3 files changed, 22 insertions(+), 22 deletions(-)

commit 41722f092fd3a97f5f18cc548e2f5ca885f9550b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 28 08:20:02 2014 +0100

    tmdb: Use https queries
    
    Now that tmdb supports it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723147

 src/tmdb/grl-tmdb-request.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)