Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
6cb3ddb3
Commit
6cb3ddb3
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Propagate Theodolite v0.5.0 release
parent
9c363d98
No related branches found
No related tags found
No related merge requests found
Pipeline
#5021
passed
3 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CITATION.cff
+1
-1
1 addition, 1 deletion
CITATION.cff
codemeta.json
+1
-1
1 addition, 1 deletion
codemeta.json
docs/index.yaml
+36
-1
36 additions, 1 deletion
docs/index.yaml
helm/Chart.yaml
+2
-2
2 additions, 2 deletions
helm/Chart.yaml
with
40 additions
and
5 deletions
CITATION.cff
+
1
−
1
View file @
6cb3ddb3
...
@@ -8,7 +8,7 @@ authors:
...
@@ -8,7 +8,7 @@ authors:
given-names: Wilhelm
given-names: Wilhelm
orcid: "https://orcid.org/0000-0001-6625-4335"
orcid: "https://orcid.org/0000-0001-6625-4335"
title: Theodolite
title: Theodolite
version: "0.
4
.0"
version: "0.
5
.0"
repository-code: "https://github.com/cau-se/theodolite"
repository-code: "https://github.com/cau-se/theodolite"
license: "Apache-2.0"
license: "Apache-2.0"
doi: "10.1016/j.bdr.2021.100209"
doi: "10.1016/j.bdr.2021.100209"
...
...
This diff is collapsed.
Click to expand it.
codemeta.json
+
1
−
1
View file @
6cb3ddb3
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
"dateModified"
:
"2021-03-18"
,
"dateModified"
:
"2021-03-18"
,
"downloadUrl"
:
"https://github.com/cau-se/theodolite/releases"
,
"downloadUrl"
:
"https://github.com/cau-se/theodolite/releases"
,
"name"
:
"Theodolite"
,
"name"
:
"Theodolite"
,
"version"
:
"0.
4
.0"
,
"version"
:
"0.
5
.0"
,
"description"
:
"Theodolite is a framework for benchmarking the horizontal and vertical scalability of stream processing engines."
,
"description"
:
"Theodolite is a framework for benchmarking the horizontal and vertical scalability of stream processing engines."
,
"developmentStatus"
:
"active"
,
"developmentStatus"
:
"active"
,
"referencePublication"
:
"https://doi.org/10.1016/j.bdr.2021.100209"
,
"referencePublication"
:
"https://doi.org/10.1016/j.bdr.2021.100209"
,
...
...
This diff is collapsed.
Click to expand it.
docs/index.yaml
+
36
−
1
View file @
6cb3ddb3
apiVersion
:
v1
apiVersion
:
v1
entries
:
entries
:
theodolite
:
theodolite
:
-
apiVersion
:
v2
appVersion
:
0.5.0
created
:
"
2021-11-04T17:45:14.153231798+01:00"
dependencies
:
-
condition
:
grafana.enabled
name
:
grafana
repository
:
https://grafana.github.io/helm-charts
version
:
6.0.0
-
condition
:
kube-prometheus-stack.enabled
name
:
kube-prometheus-stack
repository
:
https://prometheus-community.github.io/helm-charts
version
:
12.0.0
-
condition
:
cp-helm-charts.enabled
name
:
cp-helm-charts
repository
:
https://soerenhenning.github.io/cp-helm-charts
version
:
0.6.0
-
condition
:
kafka-lag-exporter.enabled
name
:
kafka-lag-exporter
repository
:
https://lightbend.github.io/kafka-lag-exporter/repo/
version
:
0.6.6
description
:
Theodolite is a framework for benchmarking the scalability stream
processing engines.
digest
:
8a4f218e44341eb8fb09ddc58c6aaa0a14aded685f3423088c21fe0ffc112281
home
:
https://cau-se.github.io/theodolite
maintainers
:
-
email
:
soeren.henning@email.uni-kiel.de
name
:
Sören Henning
url
:
https://www.se.informatik.uni-kiel.de/en/team/soeren-henning-m-sc
name
:
theodolite
sources
:
-
https://github.com/cau-se/theodolite
type
:
application
urls
:
-
https://github.com/cau-se/theodolite/releases/download/v0.5.0/theodolite-0.5.0.tgz
version
:
0.5.0
-
apiVersion
:
v2
-
apiVersion
:
v2
appVersion
:
0.4.0
appVersion
:
0.4.0
created
:
"
2021-03-18T15:50:50.930902088+01:00"
created
:
"
2021-03-18T15:50:50.930902088+01:00"
...
@@ -36,4 +71,4 @@ entries:
...
@@ -36,4 +71,4 @@ entries:
urls
:
urls
:
-
https://github.com/cau-se/theodolite/releases/download/v0.4.0/theodolite-0.4.0.tgz
-
https://github.com/cau-se/theodolite/releases/download/v0.4.0/theodolite-0.4.0.tgz
version
:
0.4.0
version
:
0.4.0
generated
:
"
2021-
03-18T15:50:50.897801281
+01:00"
generated
:
"
2021-
11-04T17:45:14.120866992
+01:00"
This diff is collapsed.
Click to expand it.
helm/Chart.yaml
+
2
−
2
View file @
6cb3ddb3
...
@@ -29,6 +29,6 @@ dependencies:
...
@@ -29,6 +29,6 @@ dependencies:
repository
:
https://lightbend.github.io/kafka-lag-exporter/repo/
repository
:
https://lightbend.github.io/kafka-lag-exporter/repo/
condition
:
kafka-lag-exporter.enabled
condition
:
kafka-lag-exporter.enabled
version
:
0.
5
.0-SNAPSHOT
version
:
0.
6
.0-SNAPSHOT
appVersion
:
0.
5
.0-SNAPSHOT
appVersion
:
0.
6
.0-SNAPSHOT
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment