• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mendersoftware / reporting / 732592385

pending completion
732592385

Pull #87

gitlab-ci

Fabio Tranchitella
refac: add support for processing deployments reindex jobs
Pull Request #87: MEN-5930: index device deployment objects

396 of 468 new or added lines in 13 files covered. (84.62%)

7 existing lines in 2 files now uncovered.

2207 of 2620 relevant lines covered (84.24%)

17.76 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/api/http/management_deployments.go
1
// Copyright 2022 Northern.tech AS
2
//
3
//    Licensed under the Apache License, Version 2.0 (the "License");
4
//    you may not use this file except in compliance with the License.
5
//    You may obtain a copy of the License at
6
//
7
//        http://www.apache.org/licenses/LICENSE-2.0
8
//
9
//    Unless required by applicable law or agreed to in writing, software
10
//    distributed under the License is distributed on an "AS IS" BASIS,
11
//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
//    See the License for the specific language governing permissions and
13
//    limitations under the License.
14

15
package http
16

17
import (
18
        "net/http"
19

20
        "github.com/gin-gonic/gin"
21
)
22

NEW
23
func (mc *ManagementController) AggregateDeployments(c *gin.Context) {
×
NEW
24
        c.JSON(http.StatusOK, nil)
×
NEW
25
}
×
26

NEW
27
func (mc *ManagementController) SearchDeployments(c *gin.Context) {
×
NEW
28
        c.JSON(http.StatusOK, nil)
×
NEW
29
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc