Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
25abf4c8
Commit
25abf4c8
authored
1 month ago
by
Reinder Kraaij
Browse files
Options
Downloads
Plain Diff
Merge branch 'Set-Version-Number' into 'master'
Add missing version label See merge request
!1077
parents
6aa2c6a3
dd3144b5
Branches
Branches containing commit
Tags
v0.48
Tags containing commit
1 merge request
!1077
Add missing version label
Pipeline
#113767
failed
1 month ago
Stage: prepare
Stage: lint
Stage: test
Stage: package
Stage: images
Stage: integration
Stage: deploy
Pipeline: deploy on rs307
#114155
Pipeline: tango
#113768
Changes
2
Pipelines
7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
README.md
+1
-0
1 addition, 0 deletions
README.md
with
5 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
25abf4c8
...
@@ -102,7 +102,8 @@ secret_detection:
...
@@ -102,7 +102,8 @@ secret_detection:
# Run all unit tests for Python versions except the base image
# Run all unit tests for Python versions except the base image
run_unit_tests
:
run_unit_tests
:
extends
:
.run_unit_test_version_base
extends
:
.run_unit_test_version_base
needs
:
[]
needs
:
-
trigger_prepare
stage
:
test
stage
:
test
allow_failure
:
true
allow_failure
:
true
image
:
python:3.${PY_VERSION}
image
:
python:3.${PY_VERSION}
...
@@ -114,7 +115,8 @@ run_unit_tests:
...
@@ -114,7 +115,8 @@ run_unit_tests:
run_unit_tests_coverage
:
run_unit_tests_coverage
:
extends
:
.run_unit_test_version_base
extends
:
.run_unit_test_version_base
needs
:
[]
needs
:
-
trigger_prepare
stage
:
test
stage
:
test
script
:
script
:
-
tox -e coverage
-
tox -e coverage
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
0
View file @
25abf4c8
...
@@ -150,6 +150,7 @@ Next change the version in the following places:
...
@@ -150,6 +150,7 @@ Next change the version in the following places:
through
[
https://git.astron.nl/lofar2.0/tango/-/tags
](
Deploy
Tags)
through
[
https://git.astron.nl/lofar2.0/tango/-/tags
](
Deploy
Tags)
# Release Notes
# Release Notes
*
0.48.0 Add Antennafield to gRPC server
*
0.47.2 Fix ZMQ hostname to subscribe to in gRPC server
*
0.47.2 Fix ZMQ hostname to subscribe to in gRPC server
*
0.47.1 Move GrafanaAPIV3 RPC interface to Opah repo
*
0.47.1 Move GrafanaAPIV3 RPC interface to Opah repo
*
0.47.0 Migrate from lofar-station-client to lofar-lotus package. Update various package dependencies.
*
0.47.0 Migrate from lofar-station-client to lofar-lotus package. Update various package dependencies.
...
...
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