Skip to content
GitLab
Explore
Sign in
Register
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Merge requests
!912
L2SS-1866
: Emit custom CHANGE_EVENTs
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
L2SS-1866
: Emit custom CHANGE_EVENTs
emit_change_events
into
master
Overview
7
Commits
36
Pipelines
0
Changes
18
Merged
Jan David Mol
requested to merge
emit_change_events
into
master
1 year ago
Overview
7
Commits
36
Pipelines
0
Changes
18
0
0
Merge request reports
Compare
master
version 29
7fe707ea
1 year ago
version 28
9ccebad0
1 year ago
version 27
ffba056b
1 year ago
version 26
a0c6a4ad
1 year ago
version 25
c6d93f6e
1 year ago
version 24
bac6c252
1 year ago
version 23
ee98db4e
1 year ago
version 22
884c4f98
1 year ago
version 21
6c4ce9c0
1 year ago
version 20
e11b983d
1 year ago
version 19
356d3e31
1 year ago
version 18
72253909
1 year ago
version 17
4189914f
1 year ago
version 16
c601f9ec
1 year ago
version 15
abf4ba3f
1 year ago
version 14
d8816204
1 year ago
version 13
317ad2dc
1 year ago
version 12
7691583a
1 year ago
version 11
1cd24b48
1 year ago
version 10
8d5ea376
1 year ago
version 9
9735179a
1 year ago
version 8
e5911ed3
1 year ago
version 7
325e7157
1 year ago
version 6
abb62d86
1 year ago
version 5
c4f6e5ed
1 year ago
version 4
bbb73af3
1 year ago
version 3
59fd8cee
1 year ago
version 2
5de7a0b7
1 year ago
version 1
aaa74441
1 year ago
master (base)
and
latest version
latest version
31ced6a5
36 commits,
1 year ago
version 29
7fe707ea
34 commits,
1 year ago
version 28
9ccebad0
35 commits,
1 year ago
version 27
ffba056b
33 commits,
1 year ago
version 26
a0c6a4ad
32 commits,
1 year ago
version 25
c6d93f6e
31 commits,
1 year ago
version 24
bac6c252
30 commits,
1 year ago
version 23
ee98db4e
29 commits,
1 year ago
version 22
884c4f98
28 commits,
1 year ago
version 21
6c4ce9c0
27 commits,
1 year ago
version 20
e11b983d
26 commits,
1 year ago
version 19
356d3e31
25 commits,
1 year ago
version 18
72253909
24 commits,
1 year ago
version 17
4189914f
23 commits,
1 year ago
version 16
c601f9ec
22 commits,
1 year ago
version 15
abf4ba3f
21 commits,
1 year ago
version 14
d8816204
19 commits,
1 year ago
version 13
317ad2dc
18 commits,
1 year ago
version 12
7691583a
17 commits,
1 year ago
version 11
1cd24b48
16 commits,
1 year ago
version 10
8d5ea376
14 commits,
1 year ago
version 9
9735179a
13 commits,
1 year ago
version 8
e5911ed3
11 commits,
1 year ago
version 7
325e7157
10 commits,
1 year ago
version 6
abb62d86
9 commits,
1 year ago
version 5
c4f6e5ed
8 commits,
1 year ago
version 4
bbb73af3
7 commits,
1 year ago
version 3
59fd8cee
6 commits,
1 year ago
version 2
5de7a0b7
5 commits,
1 year ago
version 1
aaa74441
4 commits,
1 year ago
18 files
+
276
−
92
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
tangostationcontrol/tangostationcontrol/common/events/__init__.py
0 → 100644
+
7
−
0
View file @ 31ced6a5
Edit in single-file editor
Open in Web IDE
# Copyright (C) 2024 ASTRON (Netherlands Institute for Radio Astronomy)
# SPDX-License-Identifier: Apache-2.0
from
.subscriptions
import
EventSubscriptions
from
.change_events
import
ChangeEvents
__all__
=
[
"
EventSubscriptions
"
,
"
ChangeEvents
"
]
Loading