|
Error Report Tool Purge
Every time a specific report is visited (with the end of the URL being /Errors/Details/<id>), we are tracking if the referrer is another website, the reporting tool itself, or unknown. If the referrer
Every time a specific report is visited (with the end of the URL being /Errors/Details/<id>), we are tracking if the referrer is another website, the reporting tool itself, or unknown. If the referrer
|
By
Amanda Brindle
· #41873
·
|
|
Error Report Tool Purge
Hello, The Error Reporting Tool’s database (http://errors.yoctoproject.org/Errors/Latest/Autobuilder/) has grown to a huge size, and this is affecting the performance of the application. We are planni
Hello, The Error Reporting Tool’s database (http://errors.yoctoproject.org/Errors/Latest/Autobuilder/) has grown to a huge size, and this is affecting the performance of the application. We are planni
|
By
Amanda Brindle
· #41871
·
|
|
[patchtest-oe][PATCH] test_metadata_src_uri.py: Check if files are added
Check if files are added to the patchset and not added to the SRC_URI. This will prevent test_src_uri_left_files from giving a false positive when patches are renamed in the patchset and not renamed i
Check if files are added to the patchset and not added to the SRC_URI. This will prevent test_src_uri_left_files from giving a false positive when patches are renamed in the patchset and not renamed i
|
By
Amanda Brindle
· #40922
·
|
|
[error-report-web][PATCH 1/1] purge.py: Create script that will purge database
The script will be run on a regular basis to get rid of old reports that we don't need. This will improve the performance of the application since the database has grown to a huge size. The script wil
The script will be run on a regular basis to get rid of old reports that we don't need. This will improve the performance of the application since the database has grown to a huge size. The script wil
|
By
Amanda Brindle
· #39658
·
|
|
[error-report-web][PATCH 0/1] purge.py: Create script that will purge database
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 r
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 r
|
By
Amanda Brindle
· #39657
·
|
|
[layerindex-web][PATCH v3 1/1] update_layer.py: Save and show recipe dependencies
Added a model for the PACKAGECONFIG variable, which has a one to many relationship with the Recipe model. Added models for static build dependencies and dynamic build dependenices, both of which have
Added a model for the PACKAGECONFIG variable, which has a one to many relationship with the Recipe model. Added models for static build dependencies and dynamic build dependenices, both of which have
|
By
Amanda Brindle
· #39213
·
|
|
[layerindex-web][PATCH v3 0/1] update_layer.py: Save and show recipe dependencies
In v3, fix bug that breaks search if keyword doesn't match one or both of the dependency items. Add a note about how dependencies may very. Activate tooltips so we don't have to wait for them to show.
In v3, fix bug that breaks search if keyword doesn't match one or both of the dependency items. Add a note about how dependencies may very. Activate tooltips so we don't have to wait for them to show.
|
By
Amanda Brindle
· #39212
·
|
|
[layerindex-web][PATCH v2 1/1] update_layer.py: Save and show recipe dependencies
Added a model for the PACKAGECONFIG variable, which has a one to many relationship with the Recipe model. Added models for static build dependencies and dynamic build dependenices, both of which have
Added a model for the PACKAGECONFIG variable, which has a one to many relationship with the Recipe model. Added models for static build dependencies and dynamic build dependenices, both of which have
|
By
Amanda Brindle
· #38982
·
|
|
[layerindex-web][PATCH v2 0/1] update_layer.py: Save and show recipe dependencies
In v2, added the migration file to update the database. The following changes since commit a64bfed81b3827503ff825090f1fb4b94e1cd9bd: recipes.html: Require keyword for recipe search (2017-12-05 10:01:1
In v2, added the migration file to update the database. The following changes since commit a64bfed81b3827503ff825090f1fb4b94e1cd9bd: recipes.html: Require keyword for recipe search (2017-12-05 10:01:1
|
By
Amanda Brindle
· #38981
·
|
|
[layerindex-web 1/1] update_layer.py: Save and show recipe dependencies
Added a model for the PACKAGECONFIG variable, which has a one to many relationship with the Recipe model. Added models for static build dependencies and dynamic build dependenices, both of which have
Added a model for the PACKAGECONFIG variable, which has a one to many relationship with the Recipe model. Added models for static build dependencies and dynamic build dependenices, both of which have
|
By
Amanda Brindle
· #38913
·
|
|
[layerindex-web 0/1] update_layer.py: Save and show recipe dependencies
The following changes since commit 78c2561181f07b1c39f1dc3516a9110a39d874f2: templates/layerindex/classes.html: Add bbclass search (2017-11-07 16:54:46 +1300) are available in the git repository at: g
The following changes since commit 78c2561181f07b1c39f1dc3516a9110a39d874f2: templates/layerindex/classes.html: Add bbclass search (2017-11-07 16:54:46 +1300) are available in the git repository at: g
|
By
Amanda Brindle
· #38912
·
|
|
[layerindex-web][patch v3 1/1] recipes.html: Require keyword for recipe search
Use JavaScript to check if the search box for recipe search is empty before querying the database. This will prevent the "502 Bad Gateway" error that occurs when the query takes too long due to the la
Use JavaScript to check if the search box for recipe search is empty before querying the database. This will prevent the "502 Bad Gateway" error that occurs when the query takes too long due to the la
|
By
Amanda Brindle
· #38682
·
|
|
[layerindex-web][patch v3 0/1] recipes.html: Require keyword for recipe search
For v3, updated recipes.html to use bootstrap's error state and added the browse option for Classes. The following changes since commit 78c2561181f07b1c39f1dc3516a9110a39d874f2: templates/layerindex/c
For v3, updated recipes.html to use bootstrap's error state and added the browse option for Classes. The following changes since commit 78c2561181f07b1c39f1dc3516a9110a39d874f2: templates/layerindex/c
|
By
Amanda Brindle
· #38681
·
|
|
[layerindex-web][patch v2 1/1] recipes.html: Require keyword for recipe search
Use JavaScript to check if the search box for recipe search is empty before querying the database. This will prevent the "502 Bad Gateway" error that occurs when the query takes too long due to the la
Use JavaScript to check if the search box for recipe search is empty before querying the database. This will prevent the "502 Bad Gateway" error that occurs when the query takes too long due to the la
|
By
Amanda Brindle
· #38665
·
|
|
[layerindex-web][patch v2 0/1] recipes.html: Require keyword for recipe search
For v2, changed the javascript validate() function to jquery. The following changes since commit 44386eea41a8e1bb8a3ab831613cfc1a19ff6ecd: querysethelper: fix searching (2017-10-31 09:58:30 +1300) are
For v2, changed the javascript validate() function to jquery. The following changes since commit 44386eea41a8e1bb8a3ab831613cfc1a19ff6ecd: querysethelper: fix searching (2017-10-31 09:58:30 +1300) are
|
By
Amanda Brindle
· #38664
·
|
|
[layerindex-web][patch v2 1/1] templates/layerindex/classes.html: Add bbclass search
Add another tab to search for classes. Fixes [YOCTO #11207] Signed-off by: Amanda Brindle <amanda.r.brindle@...> --- layerindex/restviews.py | 10 ++++- layerindex/urls.py | 3 ++ layerindex/urls_
Add another tab to search for classes. Fixes [YOCTO #11207] Signed-off by: Amanda Brindle <amanda.r.brindle@...> --- layerindex/restviews.py | 10 ++++- layerindex/urls.py | 3 ++ layerindex/urls_
|
By
Amanda Brindle
· #38658
·
|
|
[layerindex-web][patch v2 0/1]
Reordered the classes and distro tabs to be consistent with the tabs on the layer detail pages. The following changes since commit 44386eea41a8e1bb8a3ab831613cfc1a19ff6ecd: querysethelper: fix searchi
Reordered the classes and distro tabs to be consistent with the tabs on the layer detail pages. The following changes since commit 44386eea41a8e1bb8a3ab831613cfc1a19ff6ecd: querysethelper: fix searchi
|
By
Amanda Brindle
· #38657
·
|
|
[layerindex-web][patch v1 1/1] recipes.html: Require keyword for recipe search
Use JavaScript to check if the search box for recipe search is empty before querying the database. This will prevent the "502 Bad Gateway" error that occurs when the query takes too long due to the la
Use JavaScript to check if the search box for recipe search is empty before querying the database. This will prevent the "502 Bad Gateway" error that occurs when the query takes too long due to the la
|
By
Amanda Brindle
· #38656
·
|
|
[layerindex-web][patch v1 0/1] recipes.html: Require keyword for recipe search
The following changes since commit 44386eea41a8e1bb8a3ab831613cfc1a19ff6ecd: querysethelper: fix searching (2017-10-31 09:58:30 +1300) are available in the git repository at: git://git.yoctoproject.or
The following changes since commit 44386eea41a8e1bb8a3ab831613cfc1a19ff6ecd: querysethelper: fix searching (2017-10-31 09:58:30 +1300) are available in the git repository at: git://git.yoctoproject.or
|
By
Amanda Brindle
· #38655
·
|
|
[layerindex-web][patch v1 1/1] templates/layerindex/classes.html: Add bbclass search
Add another tab to search for classes. Fixes [YOCTO #11207] Signed-off by: Amanda Brindle <amanda.r.brindle@...> --- layerindex/restviews.py | 10 ++++- layerindex/urls.py | 3 ++ layerindex/urls_
Add another tab to search for classes. Fixes [YOCTO #11207] Signed-off by: Amanda Brindle <amanda.r.brindle@...> --- layerindex/restviews.py | 10 ++++- layerindex/urls.py | 3 ++ layerindex/urls_
|
By
Amanda Brindle
· #38586
·
|