mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-11-04 01:25:06 +01:00 
			
		
		
		
	Merge branch 'master' into 40_45_82_update_roles
This commit is contained in:
		@@ -42,6 +42,7 @@ type JobFilter struct {
 | 
			
		||||
	ArrayJobID      *int              `json:"arrayJobId"`
 | 
			
		||||
	User            *StringInput      `json:"user"`
 | 
			
		||||
	Project         *StringInput      `json:"project"`
 | 
			
		||||
	JobName         *StringInput      `json:"jobName"`
 | 
			
		||||
	Cluster         *StringInput      `json:"cluster"`
 | 
			
		||||
	Partition       *StringInput      `json:"partition"`
 | 
			
		||||
	Duration        *schema.IntRange  `json:"duration"`
 | 
			
		||||
@@ -71,6 +72,7 @@ type JobResultList struct {
 | 
			
		||||
 | 
			
		||||
type JobsStatistics struct {
 | 
			
		||||
	ID             string        `json:"id"`
 | 
			
		||||
	Name           *string       `json:"name"`
 | 
			
		||||
	TotalJobs      int           `json:"totalJobs"`
 | 
			
		||||
	ShortJobs      int           `json:"shortJobs"`
 | 
			
		||||
	TotalWalltime  int           `json:"totalWalltime"`
 | 
			
		||||
@@ -101,10 +103,11 @@ type PageRequest struct {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type StringInput struct {
 | 
			
		||||
	Eq         *string `json:"eq"`
 | 
			
		||||
	Contains   *string `json:"contains"`
 | 
			
		||||
	StartsWith *string `json:"startsWith"`
 | 
			
		||||
	EndsWith   *string `json:"endsWith"`
 | 
			
		||||
	Eq         *string  `json:"eq"`
 | 
			
		||||
	Contains   *string  `json:"contains"`
 | 
			
		||||
	StartsWith *string  `json:"startsWith"`
 | 
			
		||||
	EndsWith   *string  `json:"endsWith"`
 | 
			
		||||
	In         []string `json:"in"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type TimeRangeOutput struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user