summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-07-29Building and configuring the extensible SDK with ToasterHEADmasterBelen Barros Pena
An initial design proposal. [YOCTO #9297] Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-07-21Changes to "delete" functionalityBelen Barros Pena
Just small tweaks to ensure consistency when deleting different objects. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-07-21Import layer text changesBelen Barros Pena
Some refinements to the text explaining the options for pointing to a layer's source code. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-07-20Designs for deleting projects and buildsBelen Barros Pena
[YOCTO #6238] Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-07-15Designs for deleting custom imagesBelen Barros Pena
[YOCTO #8132] Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-07-15Tweaks to the non-Git layers designsBelen Barros Pena
Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-07-12Enable non-Git layersBelen Barros Pena
First detailed designs for the process of importing and editing a non-Git layer. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-05-23Progress state for creating custom imagesBelen Barros Pena
Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-03-02Cover multitarget builds case in history left navBelen Barros Pena
Links between build history and image customisation updated to cover multitarget builds. [YOCTO #9123] Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-02-24Small tweaks to the image details pagesBelen Barros Pena
Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-02-16Update build dashboard pagesBelen Barros Pena
To reflect their production state Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-02-16Remove bit and pieces that no longer applyBelen Barros Pena
We no longer need filters in the custom image details page, and we are considering the original approach of not marking packages added through dependencies or package groups. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-02-04Showing builds without target informationBelen Barros Pena
If we manage to show in Toaster builds started from CLI that fail at early stages, for example during parsing, some of them might now have build target information. Provide a way to show such builds in the Toaster UI. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-01-19Displaying package groups in image customisationBelen Barros Pena
We need a not editable state for package groups in the custom image details page, since we will not allow users to add or remove package groups from their custom images. [#YOCTO 8925] Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-01-19Revert "Split package groups from packages in build information"Belen Barros Pena
This reverts commit a691a545c9ca01898ce4add4f56abb24a037c463.
2016-01-19Revert "Final changes for the splitting of package groups"Belen Barros Pena
This reverts commit 730412d92686be0f8c724a5b8e0f91ff505d9936.
2016-01-11Final changes for the splitting of package groupsBelen Barros Pena
[YOCTO #8901] Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-01-08Split package groups from packages in build informationBelen Barros Pena
The list of packages installed provided by the image customisation functionality does not display package groups. In order to keep information about packages installed consistent across Toaster, we must therefore split the package groups from the other packages installed in the build information. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-01-07Add 'reverse dependencies' information to image customisationBelen Barros Pena
Brian Avery asked why there was no reverse dependency information in the package tables that are part of the image customisation functionality (in the image recipe details and the custom image details pages). There might have been a reason why I didn't add that column to those tables, but right now I cannot remember it. So I've added a column for reverse dependencies to those tables, on the assumption that it might be useful to users, and that it is information we already have thanks to the data coming from builds. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-01-07Changes to removing packages with dependenciesBelen Barros Pena
When you remove packages with dependencies, you can encounter 2 cases: 1. The package you are removing is required by other other packages in the image 2. The package you are removing creates one or more orphan packages This commit adds modal dialogs to handle both cases. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-01-06Additional changes to the package states in image customisationBelen Barros Pena
Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2016-01-06Refine the package types in the custom imagesBelen Barros Pena
It looks like the list of packages in the custom image details page will have 4 types of packages: * to be added * to be removed * added through dependency information * locale packages specified by IMAGE_LINGUAS This commit add the last one above, and makes some small changes to the presentation of the third type. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2015-12-15Adding validation message for YOCTO #7828Belen Barros Pena
Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2015-12-15A small tweak to the IMAGE_FSTYPES controlsBelen Barros Pena
Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2015-12-15Round 3 of design for YOCTO #7828Belen Barros Pena
And hopefully the last one. Work around the issue of not being able to edit free text values by displaying the current value in a text input field. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
2015-12-11[Headers] Color contrast between headers changed in order to get more text ↵Vitor Levi
visibility
2015-12-11[Buttons] Fixed style for button ‘Run again’Vitor Levi
Button was resized and height column was updated Signed-off-by: Vitor Levi <vitor.levi.da.silveira@intel.com>
2015-12-10[Text] Wenr throughout all over styles and updated all font-weight from 300 Vitor Levi
2015-12-10[Edit Fields] Edit action is hidden save and cancel buttons.Vitor Levi
The class ‘input-append’ just supports buttons inside them. In order to cover the behaviour of edit fields where we are using <a> tag for cancel button was created a new class called ‘edit-append’. This class is already replaced into HTML templates
2015-12-08Add adjustments for the input fields on linux chrome.Tiago Ramos
2015-12-08Add logo margin, width and height adjustment from overrides.css fileTiago Ramos
2015-12-08Add dropdown overflow from overrides.css fileTiago Ramos
2015-12-08Add icons styling from overrides.css fileTiago Ramos
2015-12-08Add search field styling from overrides.css fileTiago Ramos
2015-12-08Add headings styling from overrides.css fileTiago Ramos
2015-12-08Add latest builds declarations from overrides.css fileTiago Ramos
2015-12-08Add select dropdown styling from overrides.css fileTiago Ramos
2015-12-04[Alerts] Created new style for floating notificationsVitor Levi
2015-12-04Add project top bar css from overrides.css fileTiago Ramos
2015-12-04[Search Field] Merging style from ‘override.css’ and align icon at the ↵Vitor Levi
button’s middle
2015-12-04Add a missing margin top on the breadcrubmsTiago Ramos
Conflicts: NewTheme_Prototype/less/breadcrumb.less
2015-12-04Change pagination font weight based on overrides.cssTiago Ramos
Conflicts: NewTheme_Prototype/less/pagination.less
2015-12-04Add tabs background colorTiago Ramos
Conflicts: NewTheme_Prototype/less/tabs.less
2015-12-04Apply breadcrumb changes from overrides.css fileTiago Ramos
Conflicts: NewTheme_Prototype/less/breadcrumb.less
2015-12-04Fetch nav-top changes from the overrides.cssTiago Ramos
There was no changes when getting the css. It mainly touched the icon color and size, as the logo padding and cursor style. Conflicts: NewTheme_Prototype/less/pagination.less
2015-12-04Adding pagination changes from the overrides.css file.Tiago Ramos
Conflicts: NewTheme_Prototype/less/pagination.less
2015-12-04Implementing tabs adjustments from overrides.css fileTiago Ramos
Conflicts: NewTheme_Prototype/less/tabs.less
2015-12-04Meging conflictsVitor Levi
2015-12-02[Button] Fixes into ‘customize_button’ mixingVitor Levi
- Usign dynamic parameter on backgrounds
2015-12-02Add a missing margin top on the breadcrubmsTiago Ramos