index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
toaster
/
toastergui
/
views.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: toaster: fix urllib imports
Ed Bartosh
2016-06-02
1
-3
/
+6
*
bitbake: toaster: replace map with list comprehensions
Ed Bartosh
2016-06-02
1
-27
/
+18
*
bitbake: toaster: use items and range instead of old APIs
Ed Bartosh
2016-06-02
1
-1
/
+1
*
bitbake: toaster: get rid of using reduce
Ed Bartosh
2016-06-02
1
-20
/
+44
*
bitbake: toaster: use new syntax of except statement
Ed Bartosh
2016-05-14
1
-3
/
+3
*
bitbake: toaster: use 'in' instead of has_key
Ed Bartosh
2016-05-14
1
-14
/
+14
*
bitbake: bin, toaster: Fix print and exception syntax
Richard Purdie
2016-05-11
1
-1
/
+1
*
bitbake: toaster: add modal to select custom image for editing
Elliot Smith
2016-04-19
1
-4
/
+22
*
bitbake: toaster: add build dashboard buttons to edit/create custom images
Elliot Smith
2016-04-19
1
-3
/
+4
*
bitbake: toaster: only prevent duplicate custom image names within a project
Elliot Smith
2016-04-19
1
-15
/
+18
*
bitbake: toaster: fix sorting after hiding a column in build tables
Elliot Smith
2016-04-19
1
-25
/
+25
*
bitbake: toaster: views jsunittest Add MACHINE and an extra layer to test pro...
Michael Wood
2016-04-06
1
-4
/
+14
*
bitbake: toaster: update view to support DL_DIR and SSTATE_DIR
Sujith H
2016-04-06
1
-2
/
+38
*
bitbake: toaster: get all dependents for pkg for removal
Dave Lerner
2016-03-26
1
-12
/
+79
*
bitbake: toaster: orm Add a constant for the CustomImageRecipe's layer name
Michael Wood
2016-03-23
1
-1
/
+1
*
bitbake: toaster: rework task buildstats storage and display
Elliot Smith
2016-03-09
1
-20
/
+35
*
bitbake: toaster: views api Package info return both kinds of RDEPENDS
Michael Wood
2016-03-07
1
-5
/
+4
*
bitbake: toaster: fixup dependency excludes for customimage
Dave Lerner
2016-03-07
1
-0
/
+7
*
bitbake: toaster: show suffix for image files and basename for artifact files
Elliot Smith
2016-02-26
1
-1
/
+6
*
bitbake: toaster: toastergui Fix invalid char test and implementation
Michael Wood
2016-02-19
1
-2
/
+5
*
bitbake: toaster: Enable Image Customisation feature
Michael Wood
2016-02-10
1
-1
/
+0
*
bitbake: toaster: xhr_customrecipe_packages Add dependencies to included pack...
Michael Wood
2016-02-10
1
-0
/
+12
*
bitbake: toaster: API CustomImageRecipe check the recipe name supplied is valid
Michael Wood
2016-02-10
1
-0
/
+21
*
bitbake: toaster: views CustomRecipe API add size information to the package ...
Michael Wood
2016-02-10
1
-2
/
+12
*
bitbake: toaster: move recent builds query to model
Elliot Smith
2016-02-10
1
-1
/
+1
*
bitbake: toaster: xhr_customrecipe_packages add GET info for package response
Michael Wood
2016-02-10
1
-42
/
+98
*
bitbake: toaster: xhr_customrecipe_id change to use CustomImagePackage
Michael Wood
2016-02-10
1
-19
/
+23
*
bitbake: toaster: API allow CustomImageRecipe to be updated after creation
Michael Wood
2016-02-10
1
-21
/
+35
*
bitbake: toaster: views xhr_customrecipe_packages clean up API
Michael Wood
2016-02-10
1
-14
/
+13
*
bitbake: toaster: tables Add table for Packages and update SelectPackagesTable
Michael Wood
2016-02-10
1
-9
/
+0
*
bitbake: toaster: views Add view to download custom recipe
Michael Wood
2016-02-10
1
-1
/
+14
*
bitbake: toaster: move CustomImageRecipe generation to API entry point
Michael Wood
2016-02-10
1
-14
/
+76
*
bitbake: toastergui: make artifact download more robust
Elliot Smith
2016-01-18
1
-56
/
+41
*
bitbake: toastergui: code formatting and clean-up
Elliot Smith
2016-01-15
1
-3
/
+2
*
bitbake: toastergui: remove unused views and template code
Elliot Smith
2016-01-15
1
-430
/
+0
*
bitbake: toastergui: serialise decimals correctly
Elliot Smith
2016-01-15
1
-0
/
+3
*
bitbake: toastergui: convert project builds page to ToasterTable
Elliot Smith
2016-01-15
1
-7
/
+9
*
bitbake: toastergui: convert all builds page to ToasterTable
Elliot Smith
2016-01-15
1
-32
/
+0
*
bitbake: toastergui: switch projects/ view to ToasterTable
Elliot Smith
2016-01-15
1
-4
/
+20
*
bitbake: toaster: check inferred file suffixes against list of known types
Elliot Smith
2016-01-15
1
-34
/
+4
*
bitbake: toaster: move image file suffix list to model
Elliot Smith
2016-01-15
1
-6
/
+1
*
bitbake: toaster: Remove compatible_layerversions() method
Elliot Smith
2015-12-14
1
-8
/
+14
*
bitbake: toaster: Create default project with get_or_create* method
Elliot Smith
2015-12-14
1
-1
/
+1
*
bitbake: toaster: remove SDKMACHINE from project variables
Ed Bartosh
2015-12-07
1
-9
/
+0
*
bitbake: toaster: remove usage of BUILD_MODE variable
Ed Bartosh
2015-12-07
1
-20
/
+0
*
bitbake: toaster: templates Add meaningful title tags
Belen Barros Pena
2015-10-29
1
-1
/
+1
*
bitbake: toaster: Remove all navigation when not in build mode
Elliot Smith
2015-10-27
1
-2
/
+12
*
bitbake: toaster: Hide builds for non-cli projects in analysis mode
Elliot Smith
2015-10-27
1
-3
/
+15
*
bitbake: toaster: Add BUILD_MODE flag to context
Elliot Smith
2015-10-27
1
-0
/
+4
*
bitbake: toaster: Modify "New build" button behaviour for cli builds project
Elliot Smith
2015-10-16
1
-2
/
+7
[next]