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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: toaster: port table for Built packages to ToasterTable
Michael Wood
2016-06-15
8
-219
/
+203
*
bitbake: toaster: ToasterTable widget add an 'a' to Name in Exception class
Michael Wood
2016-06-15
1
-5
/
+6
*
bitbake: toaster: toaster tables Enable complex empty states
Belen Barros Pena
2016-06-15
2
-1
/
+10
*
bitbake: toaster: Migrate project configuration from bootstrap 2 to bootstrap 3
Belen Barros Pena
2016-06-15
85
-3094
/
+13203
*
bitbake: toaster: work-around our lack of a synchronous fetch for typeaheads
Elliot Smith
2016-06-15
3
-8
/
+1552
*
bitbake: toaster: migrate typeahead library
Elliot Smith
2016-06-15
4
-69
/
+83
*
bitbake: toaster: tweaks to recipe file downloads
Belen Barros Pena
2016-06-15
2
-9
/
+6
*
bitbake: toaster: testsjs Add call back to append elements on completion of t...
Michael Wood
2016-06-15
1
-0
/
+7
*
bitbake: toaster: fix urllib imports
Ed Bartosh
2016-06-02
2
-4
/
+11
*
bitbake: toaster: don't use mru.count in the template
Ed Bartosh
2016-06-02
1
-1
/
+1
*
bitbake: toaster: use // operator instead of /
Ed Bartosh
2016-06-02
1
-1
/
+1
*
bitbake: toaster: use re.sub() instead of translate()
Ed Bartosh
2016-06-02
1
-1
/
+2
*
bitbake: toaster: replace map with list comprehensions
Ed Bartosh
2016-06-02
2
-29
/
+19
*
bitbake: toaster: use items and range instead of old APIs
Ed Bartosh
2016-06-02
3
-4
/
+4
*
bitbake: toaster: get rid of using reduce
Ed Bartosh
2016-06-02
2
-27
/
+57
*
bitbake: toaster: projectconf Small tweaks to IMAGE_FSTYPES form
Belen Barros Pena
2016-05-20
1
-2
/
+3
*
bitbake: toaster: handle multiple imagefs types
Sujith H
2016-05-20
1
-41
/
+70
*
bitbake: toaster: don't show "Rebuild" button for cancelled cli builds
Elliot Smith
2016-05-17
1
-11
/
+14
*
bitbake: toaster: toastergui tests Fix toastertable tests
Michael Wood
2016-05-17
1
-32
/
+66
*
bitbake: toaster: toastertables: Clean up and fix up a number of items
Michael Wood
2016-05-17
3
-87
/
+72
*
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: toaster: fix progress bar in MySQL environment
Elliot Smith
2016-05-13
1
-2
/
+2
*
bitbake: toaster: ui handles duplicate project name in project page
Sujith H
2016-05-11
2
-1
/
+9
*
bitbake: toaster: ui handles duplicate project name in new project page
Sujith H
2016-05-11
1
-2
/
+10
*
bitbake: toaster: projectNameValidation API added
Sujith H
2016-05-11
1
-0
/
+62
*
bitbake: bin, toaster: Fix print and exception syntax
Richard Purdie
2016-05-11
1
-1
/
+1
*
bitbake: toaster: customrecipe Only show download icon or button if it's poss...
Michael Wood
2016-05-06
2
-2
/
+15
*
bitbake: toaster-tests: tests for build dashboard
Elliot Smith
2016-04-19
1
-87
/
+0
*
bitbake: toaster: add modal to select custom image for editing
Elliot Smith
2016-04-19
7
-73
/
+160
*
bitbake: toaster: add build dashboard buttons to edit/create custom images
Elliot Smith
2016-04-19
8
-96
/
+304
*
bitbake: toaster: only prevent duplicate custom image names within a project
Elliot Smith
2016-04-19
2
-17
/
+24
*
bitbake: toaster: disable/enable "Add layer" button according to input's content
Elliot Smith
2016-04-19
2
-1
/
+34
*
bitbake: toaster: fix sorting after hiding a column in build tables
Elliot Smith
2016-04-19
2
-26
/
+26
*
bitbake: toaster: ensure ToasterTable headings are reset when order by changes
Michael Wood
2016-04-19
1
-1
/
+5
*
bitbake: toaster: fixes for customimage package not found
Dave Lerner
2016-04-09
3
-12
/
+30
*
bitbake: toaster: views jsunittest Add MACHINE and an extra layer to test pro...
Michael Wood
2016-04-06
1
-4
/
+14
*
bitbake: toaster: tests Set MACHINE for the test projects
Michael Wood
2016-04-06
1
-2
/
+2
*
bitbake: toaster: Add quint to project so that it can be used offline
Michael Wood
2016-04-06
3
-2
/
+350
*
bitbake: toaster: add rev dep column to image detail pages
Dave Lerner
2016-04-06
2
-0
/
+20
*
bitbake: toaster: update projectconf.html for DL_DIR and SSTATE_DIR
Sujith H
2016-04-06
1
-3
/
+157
*
bitbake: toaster: update view to support DL_DIR and SSTATE_DIR
Sujith H
2016-04-06
1
-2
/
+38
*
bitbake: toaster: mrb_section template Add build cancel button
Michael Wood
2016-04-06
2
-94
/
+149
*
bitbake: toaster: tables BuildsTable exclude cancelled builds
Sujith H
2016-04-06
1
-2
/
+3
*
bitbake: toaster: libtoaster Update implementation of startABuild and cancelA...
Michael Wood
2016-04-06
7
-29
/
+34
*
bitbake: toaster: xhr Update the implementation of the build cancellation req...
Michael Wood
2016-04-06
1
-9
/
+45
*
bitbake: toaster: Move xhr calls for starting and stopping builds
Michael Wood
2016-04-06
3
-42
/
+80
*
bitbake: toaster: Correct typo on build form help text
Belen Barros Pena
2016-04-03
1
-1
/
+1
*
bitbake: toaster: tests Migrate landing page tests to Selenium
Elliot Smith
2016-04-01
1
-74
/
+0
*
bitbake: toaster: tests Migrate all projects page tests to Selenium
Elliot Smith
2016-04-01
1
-197
/
+0
[next]