Skip to content

Commit 6d5cf8a

Browse files
Release: Bump version to 0.7.0 (minor update)
1 parent 1d0857d commit 6d5cf8a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+60
-60
lines changed

server/application-server/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
license:
99
name: MIT License
1010
url: https://github.com/ls1intum/Hephaestus/blob/develop/LICENSE
11-
version: 0.6.1
11+
version: 0.7.0
1212
servers:
1313
- url: /
1414
description: Default Server URL

server/application-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>de.tum.in.www1</groupId>
1313
<artifactId>hephaestus</artifactId>
14-
<version>0.6.1-SNAPSHOT</version>
14+
<version>0.7.0-SNAPSHOT</version>
1515
<name>Hephaestus</name>
1616
<description>AI-driven learning for better software development</description>
1717
<url />

server/application-server/src/main/java/de/tum/in/www1/hephaestus/OpenAPIConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
info = @Info(
2020
title = "Hephaestus API",
2121
description = "API documentation for the Hephaestus application server.",
22-
version = "0.6.1",
22+
version = "0.7.0",
2323
contact = @Contact(name = "Felix T.J. Dietrich", email = "[email protected]"),
2424
license = @License(name = "MIT License", url = "https://github.com/ls1intum/Hephaestus/blob/develop/LICENSE")
2525
),

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/JavaTimeFormatter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/RFC3339DateFormat.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/BadPractice.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/BadPracticeStatus.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/DetectorRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/DetectorResponse.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/HTTPValidationError.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/HealthCheck.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/MentorRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/MentorResponse.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/MentorStartRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/ValidationError.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/ValidationErrorLocInner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/resources/application.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spring:
22
application:
33
name: Hephaestus
4-
version: "0.6.1"
4+
version: "0.7.0"
55

66
datasource:
77
url: jdbc:postgresql://localhost:5432/hephaestus

server/intelligence-service/app/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
app = FastAPI(
88
title="Hephaestus Intelligence Service API",
99
description="API documentation for the Hephaestus Intelligence Service.",
10-
version="0.6.1",
10+
version="0.7.0",
1111
contact={"name": "Felix T.J. Dietrich", "email": "[email protected]"},
1212
)
1313

server/intelligence-service/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ info:
170170
name: Felix T.J. Dietrich
171171
description: API documentation for the Hephaestus Intelligence Service.
172172
title: Hephaestus Intelligence Service API
173-
version: 0.6.1
173+
version: 0.7.0
174174
openapi: 3.1.0
175175
paths:
176176
/detector/:

server/intelligence-service/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "intelligence-service"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
description = "A FastAPI service for interfacing with machine learning models."
55
authors = [
66
{ name = "Felix T.J. Dietrich", email = "[email protected]"},

server/webhook-ingest/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "webhook-ingest"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
description = "A FastAPI service for ingesting GitHub webhooks and publishing events to NATS JetStream."
55
authors = [
66
{ name = "Felix T.J. Dietrich", email = "[email protected]"}

webapp/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hephaestus",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

webapp/src/app/core/modules/openapi/api/activity.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/activity.serviceInterface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/leaderboard.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/leaderboard.serviceInterface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/message.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/message.serviceInterface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/meta.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/meta.serviceInterface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/session.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/session.serviceInterface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/team.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/team.serviceInterface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/user.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/user.serviceInterface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/workspace.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/api/workspace.serviceInterface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/model/activity.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/model/bad-practice-feedback.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/model/contributor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/model/label-info.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

webapp/src/app/core/modules/openapi/model/leaderboard-entry.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus API
33
* API documentation for the Hephaestus application server.
44
*
5-
* The version of the OpenAPI document: 0.6.1
5+
* The version of the OpenAPI document: 0.7.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)