-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Demo_branch_new' into bugfix/DCMFOSS-117
- Loading branch information
Showing
56 changed files
with
1,143 additions
and
1,967 deletions.
There are no files selected for viewing
67 changes: 0 additions & 67 deletions
67
...se/tractusx/demandcapacitymgmt/demandcapacitymgmtbackend/controllers/AlertController.java
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
...g/eclipse/tractusx/demandcapacitymgmt/demandcapacitymgmtbackend/entities/AlertEntity.java
This file was deleted.
Oops, something went wrong.
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
33 changes: 0 additions & 33 deletions
33
.../tractusx/demandcapacitymgmt/demandcapacitymgmtbackend/entities/DedicatedAlertEntity.java
This file was deleted.
Oops, something went wrong.
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
52 changes: 0 additions & 52 deletions
52
.../tractusx/demandcapacitymgmt/demandcapacitymgmtbackend/entities/TriggeredAlertEntity.java
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...ctusx/demandcapacitymgmt/demandcapacitymgmtbackend/entities/enums/AlertThresholdType.java
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...x/demandcapacitymgmt/demandcapacitymgmtbackend/entities/enums/AlertsMonitoredObjects.java
This file was deleted.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
...lipse/tractusx/demandcapacitymgmt/demandcapacitymgmtbackend/entities/enums/WeekColor.java
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/* | ||
* ****************************************************************************** | ||
* Copyright (c) 2023 BMW AG | ||
* Copyright (c) 2023 Contributors to the Eclipse Foundation | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Apache License, Version 2.0 which is available at | ||
* https://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. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
* ******************************************************************************* | ||
*/ | ||
|
||
package org.eclipse.tractusx.demandcapacitymgmt.demandcapacitymgmtbackend.entities.enums; | ||
|
||
public enum WeekColor { | ||
GREEN, | ||
YELLOW, | ||
RED, | ||
GREY | ||
} |
36 changes: 0 additions & 36 deletions
36
.../tractusx/demandcapacitymgmt/demandcapacitymgmtbackend/repositories/AlertsRepository.java
This file was deleted.
Oops, something went wrong.
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.