Searched refs:libtoaster (Results 1 – 14 of 14) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/tests/ |
H A D | test.js | 48 libtoaster.getProjectInfo(libtoaster.ctx.xhrProjectUrl, function(prjInfo){ 61 libtoaster.showChangeNotification(msg); 88 libtoaster.getProjectInfo(libtoaster.ctx.xhrProjectUrl, function(prjInfo){ 92 libtoaster.getProjectInfo(libtoaster.ctx.xhrProjectUrl, 105 libtoaster.addRmLayer(layer, false, function(deps){ 113 var params = libtoaster.parseUrlParams(); 118 var params = libtoaster.dumpsUrlParams(); 128 libtoaster.makeTypeahead(layersT, 131 libtoaster.makeTypeahead(machinesT, 134 libtoaster.makeTypeahead(projectsT, [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | projectpage.js | 38 var urlParams = libtoaster.parseUrlParams(); 40 libtoaster.getProjectInfo(libtoaster.ctx.xhrProjectUrl, function(prjInfo){ 80 …libtoaster.makeTypeahead(layerAddInput, libtoaster.ctx.layersTypeAheadUrl, { include_added: "false… 112 libtoaster.showChangeNotification(message); 219 libtoaster.startABuild(null, toBuild, 266 libtoaster.makeTypeahead(machineChangeInput, 281 libtoaster.editCurrentProject( 320 libtoaster.makeTypeahead(distroChangeInput, 335 libtoaster.editCurrentProject( 362 libtoaster.disableAjaxLoadingTimer(); [all …]
|
H A D | projecttopbar.js | 37 libtoaster.editCurrentProject({ projectName: newProjectName }, function (){ 39 libtoaster.ctx.projectName = newProjectName; 63 libtoaster.makeTypeahead(newBuildTargetInput, 64 libtoaster.ctx.recipesTypeAheadUrl, {}, function (item) { 89 libtoaster.startABuild(null, selectedTarget.name, 91 window.location.replace(libtoaster.ctx.projectBuildsUrl); 101 libtoaster.updateProject(null, selectedTarget.name, newBuildTargetInput.val().trim(), 103 window.location.replace(libtoaster.ctx.projectSpecificPageUrl); 111 window.location.replace(libtoaster.ctx.landingSpecificCancelURL); 115 libtoaster.makeProjectNameValidation($("#project-name-change-input"),
|
H A D | layerBtn.js | 13 libtoaster.addRmLayer(layerObj, add, function (layerDepsList){ 14 …libtoaster.showChangeNotification(libtoaster.makeLayerAddRmAlertMsg(layerObj, layerDepsList, add)); 63 libtoaster.startABuild(null, recipe, 66 window.location.replace(libtoaster.ctx.projectBuildsUrl); 75 libtoaster.setDefaultImage(null, recipe, 78 window.location.replace(libtoaster.ctx.projectSpecificPageUrl);
|
H A D | recipedetails.js | 20 libtoaster.addRmLayer(ctx.recipe.layer_version, 23 var msg = libtoaster.makeLayerAddRmAlertMsg(ctx.recipe.layer_version, 27 libtoaster.showChangeNotification(msg); 46 libtoaster.startABuild(null, ctx.recipe.name, 48 window.location.replace(libtoaster.ctx.projectBuildsUrl);
|
H A D | libtoaster.js | 6 var libtoaster = (function () { function 93 url = libtoaster.ctx.xhrBuildRequestUrl; 129 url = libtoaster.ctx.xhrBuildRequestUrl; 196 url: libtoaster.ctx.xhrProjectUrl, 361 'project' : libtoaster.ctx.projectId, 367 url: libtoaster.ctx.xhrCustomRecipeUrl, 477 url = libtoaster.ctx.xhrProjectUpdateUrl; 513 url = libtoaster.ctx.xhrProjectCancelUrl; 543 url = libtoaster.ctx.xhrSetDefaultImageUrl; 796 if (libtoaster.ajaxLoadingTimerEnabled) { [all …]
|
H A D | importlayer.js | 23 libtoaster.makeTypeahead(layerDepInput, 24 libtoaster.ctx.layersTypeAheadUrl, 50 $.getJSON(libtoaster.ctx.layersTypeAheadUrl, 88 libtoaster.getLayerDepsForProject(currentLayerDepSelection.xhrLayerUrl, 166 project_id: libtoaster.ctx.projectId, 191 window.location.replace(libtoaster.ctx.projectPageUrl); 223 libtoaster.setNotification("layer-imported", message); 306 $.getJSON(libtoaster.ctx.layersTypeAheadUrl, 356 libtoaster.makeTypeahead(gitRefInput, 378 libtoaster.makeTypeahead(gitRefInput,
|
H A D | mrbsection.js | 10 libtoaster.cancelABuild(url, buildReqIds, function () { 22 libtoaster.startABuild(url, target, function(){ 71 libtoaster.getMostRecentBuilds( 72 libtoaster.ctx.mostRecentBuildsUrl,
|
H A D | layerdetails.js | 23 libtoaster.makeTypeahead(layerDepInput, 24 libtoaster.ctx.layersTypeAheadUrl, 232 var search = libtoaster.parseUrlParams(); 235 window.location.search = libtoaster.dumpsUrlParams(search); 287 libtoaster.addRmLayer(ctx.layerVersion, add, function (layersList){ 289 alertMsg.html(libtoaster.makeLayerAddRmAlertMsg(ctx.layerVersion, layersList, add)); 293 libtoaster.showChangeNotification(alertMsg); 409 libtoaster.setNotification("layer-deleted", message.html());
|
H A D | customrecipe.js | 5 var urlParams = libtoaster.parseUrlParams(); 239 libtoaster.showChangeNotification(msg); 279 libtoaster.startABuild(null, ctx.recipe.name, 281 window.location.replace(libtoaster.ctx.projectBuildsUrl); 287 libtoaster.disableAjaxLoadingTimer(); 303 libtoaster.setNotification("custom-image-recipe-deleted",
|
H A D | newcustomimage_modal.js | 65 libtoaster.createCustomRecipe(nameInput.val(), baseRecipeId, 95 libtoaster.enableAjaxLoadingTimer(); 106 libtoaster.disableAjaxLoadingTimer();
|
H A D | layerDepsModal.js | 17 $.get(libtoaster.ctx.htmlUrl + "/layer_deps_modal.html", function(html){ 84 libtoaster.editCurrentProject({ 'layerAdd': selectedLayerIds.join(",") }, function () {
|
H A D | .jshintrc | 3 "predef" : [ "$","libtoaster", "prettyPrint" ],
|
H A D | table.js | 26 var urlParams = libtoaster.parseUrlParams(); 52 libtoaster.dumpsUrlParams(tableParams));
|