-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api/database)!: store deployment record in database for Vela-tar…
…geted deployments (#1031) * feat: adding deployment database * updating things * fix reserved word user * testing and other * tests * fixing tests * fixing things * help * fixing various tests * new types changes * updating build deployNumber field to deploymentID * changing build DeployID field back to DeployNumber * fixing migrations issues * fixing lint * fixing lint things * fixing lint things * getting new types * fixing things * fix pls * fix pls * fix pls * fix pls * fixing things * ... * linter * linter * linter * fixing 2022 copyright lint errors * hopefully fixing tests * fixing integration tests * fixing vaders comments * fixing vaders comments pt 2 * fix * fixing eastons comments * linter * linter * making david mays changes * fixy fix * fixy fix --------- Co-authored-by: Claire.Nicholas <[email protected]> Co-authored-by: ecrupper <[email protected]>
- Loading branch information
1 parent
2dd31d6
commit a7cd07f
Showing
60 changed files
with
2,539 additions
and
506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
//nolint:dupl // ignore similar code | ||
package admin | ||
|
||
import ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.