mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 00:33:29 +00:00
* add context when run pipeline Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit72f3ad792e) * Feat: implement pipeline API Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitf560c346cc) * Extract get log logic and implement getPipelineRunLog API Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit060c6ab9e9) * Init and delete pipeline contexts Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit5e96bd3106) * fix panic Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit51072f7947) * Allow not specifying context Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit810ddcf0bd) * change pipeline to path parameter Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit3d51c0cb2d) * Add permission check filter Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit6883767430) * project -> projects in route Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit1f09f3996b) * fix route conflict Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit7eea696830) * Add project alias Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitb07dd72338) * Feat: change the list pipeline API Signed-off-by: barnettZQG <barnett.zqg@gmail.com> (cherry picked from commitbd804734b0) * Feat: filter the project Signed-off-by: barnettZQG <barnett.zqg@gmail.com> (cherry picked from commit82eee2cc11) * Fix: the error of the run APi Signed-off-by: barnettZQG <barnett.zqg@gmail.com> (cherry picked from commitac87bd3f1a) * fix log pipeline run API Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitacde8e981e) * Fix lint, fix the error of log api Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitb8373e6cde) * fix error returning Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit2e9b4792b0) * Fix: change the lable to annotation Signed-off-by: barnettZQG <barnett.zqg@gmail.com> (cherry picked from commitbf08275fde) * remove log config not found error Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitcdd77dfd8f) * fix pipeline list api return no context info Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitcdcfa165d1) * Fix: create the namespace Signed-off-by: barnettZQG <barnett.zqg@gmail.com> (cherry picked from commitb6888dd87d) * get pipeline lastrun info Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commita943423d22) * allow query single step output Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commite2310bbf34) * organize code in api layer Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit6fd53ed078) * fix project filter, add context value when get pp run, extend lastRun Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit861f69d555) * fix get output and implement get input api Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit61495ee70d) * Fix: change the last run Signed-off-by: barnettZQG <barnett.zqg@gmail.com> (cherry picked from commitaeb842a45e) * if query sub-step outout, return it directly Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit467ba25751) * Fix: change the run stats Signed-off-by: barnettZQG <barnett.zqg@gmail.com> (cherry picked from commit7a90e7e310) * Fix: change the output Signed-off-by: barnettZQG <barnett.zqg@gmail.com> (cherry picked from commit595a871b0d) * flatten the input/output api Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitefc9692354) * more info for i/o vars Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit7fe0e1109c) * fix nested i/o struct Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit201d1228bd) * add fromStep in input api Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit2400018962) * add e2e test skeleton Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitf20f9a1ac6) * add more e2e test Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit98b27f886b) * use db to store pipeline Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit08962c4f2f) * keep the last 5k lines of log Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit22b352da14) * use stern param to keep last lines of logs Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit3eadbf91c8) * filter, nil labels, spec check Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitbad90b3f7a) * empty res, index, detail param Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitb12d889e97) * Add e2e test Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitae617a928e) * fix e2e test and unit test Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit0f4e030b84) * add context e2e test Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit88879e6e43) * goimports Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit58429978b3) * add more test Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit75760521a4) * review Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitcc4c706466) * remove optional tag in returned value, unify the imports name Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit658b184aef) * fix e2e test Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commita9e9c96856) * add stop test Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit58aa2e5125) * more coverage Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit01ecb51323) * single case selct Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitd9e8fd0342) * optimize log color Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitbe9840c3cb) * add default permission and role Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commitcf074444ac) * fix permission ut Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit1bdcad63a2) * change the log api implementation Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit587f745430) * add color, add container order Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit6e7f187605) * lint Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit64ba029031) * fix filter nil will cut all log Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit799dfe377a) * longer timeout and lint Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> (cherry picked from commit89873f1f66) Co-authored-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> Co-authored-by: barnettZQG <barnett.zqg@gmail.com>
102 lines
3.1 KiB
Go
102 lines
3.1 KiB
Go
/*
|
|
Copyright 2021 The KubeVela Authors.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
*/
|
|
|
|
package api
|
|
|
|
import (
|
|
"net/http"
|
|
|
|
apisv1 "github.com/oam-dev/kubevela/pkg/apiserver/interfaces/api/dto/v1"
|
|
|
|
"github.com/emicklei/go-restful/v3"
|
|
)
|
|
|
|
// versionPrefix API version prefix.
|
|
var versionPrefix = "/api/v1"
|
|
|
|
// viewPrefix the path prefix for view page
|
|
var viewPrefix = "/view"
|
|
|
|
// Interface the API should define the http route
|
|
type Interface interface {
|
|
GetWebServiceRoute() *restful.WebService
|
|
}
|
|
|
|
var registeredAPIInterface []Interface
|
|
|
|
// RegisterAPIInterface register APIInterface
|
|
func RegisterAPIInterface(ws Interface) {
|
|
registeredAPIInterface = append(registeredAPIInterface, ws)
|
|
}
|
|
|
|
// GetRegisteredAPIInterface return registeredAPIInterface
|
|
func GetRegisteredAPIInterface() []Interface {
|
|
return registeredAPIInterface
|
|
}
|
|
|
|
func returns200(b *restful.RouteBuilder) {
|
|
b.Returns(http.StatusOK, "OK", apisv1.SimpleResponse{Status: "ok"})
|
|
}
|
|
|
|
func returns500(b *restful.RouteBuilder) {
|
|
b.Returns(http.StatusInternalServerError, "Bummer, something went wrong", nil)
|
|
}
|
|
|
|
// InitAPIBean inits all APIInterface, pass in the required parameter object.
|
|
// It can be implemented using the idea of dependency injection.
|
|
func InitAPIBean() []interface{} {
|
|
// Application
|
|
RegisterAPIInterface(NewApplicationAPIInterface())
|
|
RegisterAPIInterface(NewProjectAPIInterface())
|
|
RegisterAPIInterface(NewEnvAPIInterface())
|
|
RegisterAPIInterface(NewPipelineAPIInterface())
|
|
|
|
// Extension
|
|
RegisterAPIInterface(NewDefinitionAPIInterface())
|
|
RegisterAPIInterface(NewAddonAPIInterface())
|
|
RegisterAPIInterface(NewEnabledAddonAPIInterface())
|
|
RegisterAPIInterface(NewAddonRegistryAPIInterface())
|
|
|
|
// Config management
|
|
RegisterAPIInterface(ConfigAPIInterface())
|
|
RegisterAPIInterface(ConfigTemplateAPIInterface())
|
|
|
|
// Resources
|
|
RegisterAPIInterface(NewClusterAPIInterface())
|
|
RegisterAPIInterface(NewOAMApplication())
|
|
RegisterAPIInterface(NewPayloadTypesAPIInterface())
|
|
RegisterAPIInterface(NewTargetAPIInterface())
|
|
RegisterAPIInterface(NewVelaQLAPIInterface())
|
|
RegisterAPIInterface(NewWebhookAPIInterface())
|
|
RegisterAPIInterface(NewRepositoryAPIInterface())
|
|
RegisterAPIInterface(NewCloudShellAPIInterface())
|
|
|
|
// Authentication
|
|
RegisterAPIInterface(NewAuthenticationAPIInterface())
|
|
RegisterAPIInterface(NewUserAPIInterface())
|
|
RegisterAPIInterface(NewSystemInfoAPIInterface())
|
|
RegisterAPIInterface(NewCloudShellView())
|
|
|
|
// RBAC
|
|
RegisterAPIInterface(NewRBACAPIInterface())
|
|
var beans []interface{}
|
|
for i := range registeredAPIInterface {
|
|
beans = append(beans, registeredAPIInterface[i])
|
|
}
|
|
beans = append(beans, NewWorkflowAPIInterface())
|
|
return beans
|
|
}
|