Skip to content

Commit 6ce8360

Browse files
lillie-daeneildsouthwoodheadio
authored
Prerelease 2023.04.24.1 - merge in main - developer (#756)
* Set previous release version, so correct version is calculated by GitVersion Signed-off-by: Alex Woodhead <[email protected]> * New stats endpoint and configurable timeouts per task type. Signed-off-by: Alex Woodhead <[email protected]> * remove duplicate test Signed-off-by: Lillie Dae <[email protected]> * fix to header files Signed-off-by: Lillie Dae <[email protected]> --------- Signed-off-by: Alex Woodhead <[email protected]> Signed-off-by: Lillie Dae <[email protected]> Co-authored-by: Neil South <[email protected]> Co-authored-by: Alex Woodhead <[email protected]> Co-authored-by: Alex Woodhead <[email protected]>
1 parent 9ce57b6 commit 6ce8360

File tree

3 files changed

+32
-31
lines changed

3 files changed

+32
-31
lines changed

.github/.gitversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
next-version: 0.1.2
15+
next-version: 0.1.5
1616
assembly-versioning-scheme: MajorMinorPatchTag
1717
mode: ContinuousDelivery
1818
branches:

src/TaskManager/API/Migrations/M001_TaskDispatchEventInfo_addVerion.cs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
//
2-
// Copyright 2023 Guy’s and St Thomas’ NHS Foundation Trust
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
15-
1+
/*
2+
* Copyright 2022 MONAI Consortium
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
1616
using Monai.Deploy.WorkflowManager.TaskManager.API.Models;
1717
using Mongo.Migration.Migrations.Document;
1818
using MongoDB.Bson;

src/TaskManager/API/Migrations/M001_TaskExecutionStats_addVersion.cs

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
//
2-
// Copyright 2023 Guy’s and St Thomas’ NHS Foundation Trust
3-
//
4-
// Licensed under the Apache License, Version 2.0 (the "License");
5-
// you may not use this file except in compliance with the License.
6-
// You may obtain a copy of the License at
7-
//
8-
// http://www.apache.org/licenses/LICENSE-2.0
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
15-
// using Monai.Deploy.WorkflowManager.TaskManager.API.Models;
1+
/*
2+
* Copyright 2022 MONAI Consortium
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
1617
using Monai.Deploy.WorkflowManager.TaskManager.API.Models;
1718
using Mongo.Migration.Migrations.Document;
1819
using MongoDB.Bson;

0 commit comments

Comments
 (0)