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 750903 - Make it easier to access the API key config
Make it easier to access the API key config
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: lua
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks: 645799
 
 
Reported: 2015-06-13 15:32 UTC by Bastien Nocera
Modified: 2015-06-16 10:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
lua-factory: Print debug when a required config key is missing (2.31 KB, patch)
2015-06-13 15:32 UTC, Bastien Nocera
committed Details | Review
lua-factory: Make it easier to access the API key config (1.35 KB, patch)
2015-06-13 15:32 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2015-06-13 15:32:33 UTC
.
Comment 1 Bastien Nocera 2015-06-13 15:32:36 UTC
Created attachment 305198 [details] [review]
lua-factory: Print debug when a required config key is missing

This will stop the plugin developer from going bonkers.
Comment 2 Bastien Nocera 2015-06-13 15:32:42 UTC
Created attachment 305199 [details] [review]
lua-factory: Make it easier to access the API key config

Eg. configs.api_key is available as well as configs['api-key'].
Comment 3 Victor Toso 2015-06-13 17:20:48 UTC
Review of attachment 305198 [details] [review]:

Okay!
Comment 4 Victor Toso 2015-06-13 17:22:11 UTC
Review of attachment 305199 [details] [review]:

Sure!
Comment 5 Bastien Nocera 2015-06-16 10:46:01 UTC
Attachment 305198 [details] pushed as 7035130 - lua-factory: Print debug when a required config key is missing
Attachment 305199 [details] pushed as 89cae5e - lua-factory: Make it easier to access the API key config