All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] toaster patchset: localhost build control
@ 2014-06-12 13:51 ` Alex DAMIAN
  0 siblings, 0 replies; 14+ messages in thread
From: Alex DAMIAN @ 2014-06-12 13:51 UTC (permalink / raw)
  To: bitbake-devel, toaster

From: Alexandru DAMIAN <alexandru.damian@intel.com>

Hello,

This toaster patchset contains the core of the build control functionality
for running on a localhost backend. Variants of this patchset have
been reviewed on the toaster mailing list.

Please merge at your convenience,

Alex

The following changes since commit 2e742c03e8dfdfa67899e7f5d579ed14bd87e139:

  bb/utils: fix contains_any() (2014-06-11 13:18:20 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib adamian/20140612-submission-bb
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/20140612-submission-bb

Alexandru DAMIAN (6):
  toaster: initial bldcontrol application
  toaster: create models for bldcontrol and enable it
  toaster: add function to get the database url
  xmlrpc: add support for token reusing
  toastergui: fix built ETA calculation
  toaster: build control functionality

 bin/bitbake                                        |   8 +-
 bin/toaster                                        |   9 +-
 lib/bb/server/xmlrpc.py                            |  19 +-
 lib/bb/ui/buildinfohelper.py                       |  10 +
 lib/bb/ui/toasterui.py                             |   3 +
 lib/toaster/bldcontrol/__init__.py                 |   0
 lib/toaster/bldcontrol/bbcontroller.py             | 239 +++++++++++++++++++++
 lib/toaster/bldcontrol/fixtures/initial_data.json  |   1 +
 lib/toaster/bldcontrol/management/__init__.py      |   0
 .../bldcontrol/management/commands/__init__.py     |   0
 .../bldcontrol/management/commands/runbuilds.py    |  85 ++++++++
 lib/toaster/bldcontrol/migrations/0001_initial.py  | 154 +++++++++++++
 lib/toaster/bldcontrol/migrations/__init__.py      |   0
 lib/toaster/bldcontrol/models.py                   |  83 +++++++
 lib/toaster/bldcontrol/tests.py                    |  81 +++++++
 lib/toaster/bldcontrol/views.py                    |   1 +
 lib/toaster/toastergui/views.py                    |   7 +-
 lib/toaster/toastermain/settings.py                |  20 ++
 18 files changed, 704 insertions(+), 16 deletions(-)
 create mode 100644 lib/toaster/bldcontrol/__init__.py
 create mode 100644 lib/toaster/bldcontrol/bbcontroller.py
 create mode 100644 lib/toaster/bldcontrol/fixtures/initial_data.json
 create mode 100644 lib/toaster/bldcontrol/management/__init__.py
 create mode 100644 lib/toaster/bldcontrol/management/commands/__init__.py
 create mode 100644 lib/toaster/bldcontrol/management/commands/runbuilds.py
 create mode 100644 lib/toaster/bldcontrol/migrations/0001_initial.py
 create mode 100644 lib/toaster/bldcontrol/migrations/__init__.py
 create mode 100644 lib/toaster/bldcontrol/models.py
 create mode 100644 lib/toaster/bldcontrol/tests.py
 create mode 100644 lib/toaster/bldcontrol/views.py

-- 
1.9.1



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-06-12 13:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-12 13:51 [PATCH 0/6] toaster patchset: localhost build control Alex DAMIAN
2014-06-12 13:51 ` Alex DAMIAN
2014-06-12 13:51 ` [PATCH 1/6] toaster: initial bldcontrol application Alex DAMIAN
2014-06-12 13:51   ` Alex DAMIAN
2014-06-12 13:51 ` [PATCH 2/6] toaster: create models for bldcontrol and enable it Alex DAMIAN
2014-06-12 13:51   ` Alex DAMIAN
2014-06-12 13:51 ` [PATCH 3/6] toaster: add function to get the database url Alex DAMIAN
2014-06-12 13:51   ` Alex DAMIAN
2014-06-12 13:52 ` [PATCH 4/6] xmlrpc: add support for token reusing Alex DAMIAN
2014-06-12 13:52   ` Alex DAMIAN
2014-06-12 13:52 ` [PATCH 5/6] toastergui: fix built ETA calculation Alex DAMIAN
2014-06-12 13:52   ` Alex DAMIAN
2014-06-12 13:52 ` [PATCH 6/6] toaster: build control functionality Alex DAMIAN
2014-06-12 13:52   ` Alex DAMIAN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.