Home
last modified time | relevance | path

Searched refs:libtoaster (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/tests/
H A Dtest.js48 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 Dprojectpage.js38 var urlParams = libtoaster.parseUrlParams();
40 libtoaster.getProjectInfo(libtoaster.ctx.xhrProjectUrl, function(prjInfo){
80libtoaster.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 Dprojecttopbar.js37 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 DlayerBtn.js13 libtoaster.addRmLayer(layerObj, add, function (layerDepsList){
14libtoaster.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 Drecipedetails.js20 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 Dlibtoaster.js6 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 Dimportlayer.js23 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 Dmrbsection.js10 libtoaster.cancelABuild(url, buildReqIds, function () {
22 libtoaster.startABuild(url, target, function(){
71 libtoaster.getMostRecentBuilds(
72 libtoaster.ctx.mostRecentBuildsUrl,
H A Dlayerdetails.js23 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 Dcustomrecipe.js5 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 Dnewcustomimage_modal.js65 libtoaster.createCustomRecipe(nameInput.val(), baseRecipeId,
95 libtoaster.enableAjaxLoadingTimer();
106 libtoaster.disableAjaxLoadingTimer();
H A DlayerDepsModal.js17 $.get(libtoaster.ctx.htmlUrl + "/layer_deps_modal.html", function(html){
84 libtoaster.editCurrentProject({ 'layerAdd': selectedLayerIds.join(",") }, function () {
H A D.jshintrc3 "predef" : [ "$","libtoaster", "prettyPrint" ],
H A Dtable.js26 var urlParams = libtoaster.parseUrlParams();
52 libtoaster.dumpsUrlParams(tableParams));