[yocto] [patchtest-oe][PATCH] test_metadata_src_uri.py: Check if files are added

2018-04-27 Thread Amanda Brindle
o "Patches not removed from SRC_URI" to be clearer. [Fixes YOCTO 12636] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- tests/test_metadata_src_uri.py | 42 +- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/tests/

[yocto] [error-report-web][PATCH 1/1] purge.py: Create script that will purge database

2018-01-24 Thread Amanda Brindle
with no referer; if that's the case, a lack of a referer should not determine whether we save an older report or not. Fixes [YOCTO #12332] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- Post/migrations/0006_buildfailure_referer.py | 19 ++ Post/mod

[yocto] [error-report-web][PATCH 0/1] purge.py: Create script that will purge database

2018-01-24 Thread Amanda Brindle
The following changes since commit 9c9e34d0fdcc543945951e374e75b8678e71c35d: latest-errors: Use the key value instead of display value for filter (2016-06-23 12:24:17 +0100) are available in the git repository at: git://push.yoctoproject.org/error-report-web abrindle/purge_script Amanda

[yocto] [layerindex-web][PATCH v3 1/1] update_layer.py: Save and show recipe dependencies

2017-12-15 Thread Amanda Brindle
and are displayed on the Recipe detail page. Added a depends search option for recipes, allowing users to search for recipes based on the recipe's build dependencies. Fixes [YOCTO #12129] Fixes [YOCTO #11415] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/ad

[yocto] [layerindex-web][PATCH v3 0/1] update_layer.py: Save and show recipe dependencies

2017-12-15 Thread Amanda Brindle
a64bfed81b3827503ff825090f1fb4b94e1cd9bd: recipes.html: Require keyword for recipe search (2017-12-05 10:01:10 +1300) are available in the git repository at: git://git.yoctoproject.org/layerindex-web abrindle/dependencies http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=abrindle/dependencies Amanda

[yocto] [layerindex-web][PATCH v2 1/1] update_layer.py: Save and show recipe dependencies

2017-12-04 Thread Amanda Brindle
and are displayed on the Recipe detail page. Added a depends search option for recipes, allowing users to search for recipes based on the recipe's build dependencies. Fixes [YOCTO #12129] Fixes [YOCTO #11415] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/ad

[yocto] [layerindex-web][PATCH v2 0/1] update_layer.py: Save and show recipe dependencies

2017-12-04 Thread Amanda Brindle
abrindle/dependencies http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=abrindle/dependencies Amanda Brindle (1): update_layer.py: Save and show recipe dependencies layerindex/admin.py| 20 ++- layerindex/migrations/0010_add_dependencies.py | 50

[yocto] [layerindex-web 1/1] update_layer.py: Save and show recipe dependencies

2017-11-27 Thread Amanda Brindle
and are displayed on the Recipe detail page. Added a depends search option for recipes, allowing users to search for recipes based on the recipe's build dependencies. Fixes [YOCTO #12129] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/admin.py

[yocto] [layerindex-web 0/1] update_layer.py: Save and show recipe dependencies

2017-11-27 Thread Amanda Brindle
://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=abrindle/dependencies Amanda Brindle (1): update_layer.py: Save and show recipe dependencies layerindex/admin.py| 20 +- layerindex/models.py | 24 + layerindex/update_layer.py

[yocto] [layerindex-web][patch v3 1/1] recipes.html: Require keyword for recipe search

2017-11-07 Thread Amanda Brindle
e OE index, there's no point in allowing a user to search without a keyword in order to browse the list; it simply isn't digestible as a whole. Add a browse button for the Machines, Classes, and Distros pages. Fixes [YOCTO #11930] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com>

[yocto] [layerindex-web][patch v3 0/1] recipes.html: Require keyword for recipe search

2017-11-07 Thread Amanda Brindle
repository at: git://git.yoctoproject.org/layerindex-web abrindle/recipe_search http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=abrindle/recipe_search Amanda Brindle (1): recipes.html: Require keyword for recipe search layerindex/views.py| 15

[yocto] [layerindex-web][patch v2 1/1] recipes.html: Require keyword for recipe search

2017-11-06 Thread Amanda Brindle
CTO #11930] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/views.py| 10 -- templates/layerindex/distros.html | 3 ++- templates/layerindex/machines.html | 3 ++- templates/layerindex/recipes.html | 12 +++- 4 files changed, 23

[yocto] [layerindex-web][patch v2 0/1] recipes.html: Require keyword for recipe search

2017-11-06 Thread Amanda Brindle
/recipe_search http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=abrindle/recipe_search Amanda Brindle (1): recipes.html: Require keyword for recipe search layerindex/views.py| 10 -- templates/layerindex/distros.html | 3 ++- templates/layerindex

[yocto] [layerindex-web][patch v2 1/1] templates/layerindex/classes.html: Add bbclass search

2017-11-06 Thread Amanda Brindle
Add another tab to search for classes. Fixes [YOCTO #11207] Signed-off by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/restviews.py| 10 - layerindex/urls.py | 3 ++ layerindex/urls_branch.py | 6 ++- layerindex/vi

[yocto] [layerindex-web][patch v2 0/1]

2017-11-06 Thread Amanda Brindle
://git.yoctoproject.org/layerindex-web abrindle/bbclass_search http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=abrindle/bbclass_search Amanda Brindle (1): templates/layerindex/classes.html: Add bbclass search layerindex/restviews.py| 10 - layerindex/urls.py | 3

[yocto] [layerindex-web][patch v1 1/1] recipes.html: Require keyword for recipe search

2017-11-06 Thread Amanda Brindle
CTO #11930] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/views.py| 10 -- templates/layerindex/distros.html | 3 ++- templates/layerindex/machines.html | 3 ++- templates/layerindex/recipes.html | 17 - 4 files change

[yocto] [layerindex-web][patch v1 0/1] recipes.html: Require keyword for recipe search

2017-11-06 Thread Amanda Brindle
-web/log/?h=abrindle/recipe_search Amanda Brindle (1): recipes.html: Require keyword for recipe search layerindex/views.py| 10 -- templates/layerindex/distros.html | 3 ++- templates/layerindex/machines.html | 3 ++- templates/layerindex/recipes.html | 17

[yocto] [layerindex-web][patch v1 1/1] templates/layerindex/classes.html: Add bbclass search

2017-10-31 Thread Amanda Brindle
Add another tab to search for classes. Fixes [YOCTO #11207] Signed-off by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/restviews.py| 10 - layerindex/urls.py | 3 ++ layerindex/urls_branch.py | 6 ++- layerindex/vi

[yocto] [layerindex-web][patch v1 0/1]

2017-10-31 Thread Amanda Brindle
-web/log/?h=abrindle/bbclass_search Amanda Brindle (1): templates/layerindex/classes.html: Add bbclass search layerindex/restviews.py| 10 - layerindex/urls.py | 3 ++ layerindex/urls_branch.py | 6 ++- layerindex/views.py| 24

[yocto] [layerindex-web][patch v3 1/1] Send email notification on publication

2017-10-24 Thread Amanda Brindle
When publishing a layer, send an email notification to all of that layer's maintainers. Fixes [YOCTO #11208] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/views.py | 34 +++- templates/layerindex/publishema

[yocto] [layerindex-web][patch v3 0/1] Send email notification on publication

2017-10-24 Thread Amanda Brindle
indexed (2017-10-04 13:49:00 +1300) are available in the git repository at: git://git.yoctoproject.org/layerindex-web abrindle/email_notification_publication http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=abrindle/email_notification_publication Amanda Brindle (1): Send email

[yocto] [PATCH 1/1] Rewrite bbvars.py to use tinfoil to find variables

2017-10-23 Thread Amanda Brindle
Use tinfoil to collect all variable names globally and in each recipe. No longer show the count of variables if they are undocumented. Fixes [YOCTO #2086] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- scripts/contrib/bbvars.p

[yocto] [PATCH 0/1] Rewrite bbvars.py to use tinfoil to find variables

2017-10-23 Thread Amanda Brindle
/poky-contrib/log/?h=abrindle/bbvars_tinfoil Amanda Brindle (1): Rewrite bbvars.py to use tinfoil to find variables scripts/contrib/bbvars.py | 90 ++- 1 file changed, 66 insertions(+), 24 deletions(-) -- 2.7.4

[yocto] [PATCH 1/1] Send email notification on publication

2017-10-19 Thread Amanda Brindle
When publishing a layer, send an email notification to all of that layer's maintainers. Fixes [YOCTO #11208] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/views.py | 45 +++- templates/layerindex/publishema

[yocto] [PATCH 0/1] Send email notification on publication

2017-10-19 Thread Amanda Brindle
/layerindex-web/log/?h=abrindle/email_notification_publication Amanda Brindle (1): Send email notification on publication layerindex/views.py | 45 +++- templates/layerindex/publishemail.txt| 9 ++ templates/layerindex

[yocto] [PATCH 1/1] Send email notification on publication

2017-10-12 Thread Amanda Brindle
When publishing a layer, send an email notification to all of that layer's maintainers. Fixes [YOCTO #11208] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/views.py | 22 +- templates/layerindex/publishemail.txt

[yocto] [PATCH 0/1] Send email notification on publication

2017-10-12 Thread Amanda Brindle
://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=abrindle/email_notification_publication Amanda Brindle (1): Send email notification on publication layerindex/views.py | 22 +- templates/layerindex/publishemail.txt| 7 +++ templates

[yocto] [layerindex][PATCH] Don't show "Starting bitbake server" in update log

2017-09-25 Thread Amanda Brindle
If a log level is set on the command line with -q/-d, set tinfoil's log level to the appropriate log level. Fixes [YOCTO #11931] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/recipeparse.py | 5 - layerindex/utils.py | 5 - 2 files changed, 8 inse

[yocto] [layerindex][PATCH] Indicate if layer has YP Compatible certification

2017-09-25 Thread Amanda Brindle
Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/admin.py| 11 +-- layerindex/models.py | 15 +++ layerindex/static/css/additional.css | 5 + templates/layerindex/detail.html | 3 +++ templates/layeri

[yocto] [layerindex-web][PATCH] Redirect user to correct url after editing a layer

2017-08-17 Thread Amanda Brindle
Before, if a user edited a layer's name, they would be redirected to a url utilizing the old name and then receive a 404 Page not found error. Now, the url utilizes the new name. Fixes [YOCTO #11932] Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/views.py | 4 +

[yocto] [layerindex-web][PATCH] Redirect user to correct url after editing a layer

2017-08-14 Thread Amanda Brindle
Before, if a user edited a layer's name, they would be redirected to a url utilizing the old name and then receive a 404 Page not found error. Now, the url utilizes the new name. Signed-off-by: Amanda Brindle <amanda.r.brin...@intel.com> --- layerindex/views.py | 14 +-

[yocto] [meta-alexa-demo][PATCH 2/3] Added meta-alexa-led for demo files

2017-08-07 Thread Amanda Brindle
From: Matthew Hansen --- meta-alexa-led/COPYING.MIT | 17 +++ meta-alexa-led/LICENSE | 2 + meta-alexa-led/README | 64 ++ meta-alexa-led/conf/layer.conf

[yocto] [meta-alexa-demo][PATCH 1/3] Moved meta-alexa-demo top level to meta-alexapi

2017-08-07 Thread Amanda Brindle
From: Matthew Hansen --- COPYING.MIT => meta-alexapi/COPYING.MIT | 0 LICENSE => meta-alexapi/LICENSE | 0 README => meta-alexapi/README | 0 {conf