Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOHViewer
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
6
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
Service Desk
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
Software Public
PASSOFT
SOHViewer
Merge requests
!2
Gitlab CI pipeline and setup files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Gitlab CI pipeline and setup files
gitlab_CI
into
master
Overview
0
Commits
6
Pipelines
6
Changes
6
Merged
Lan Dam
requested to merge
gitlab_CI
into
master
3 years ago
Overview
0
Commits
6
Pipelines
6
Changes
6
Expand
Gitlab CI which runs tests and check code decoration before merging.
👍
0
👎
0
Merge request reports
Compare
master
version 5
4dac041d
3 years ago
version 4
da389ef7
3 years ago
version 3
7df09ffd
3 years ago
version 2
bb17c00b
3 years ago
version 1
e2abebbe
3 years ago
master (base)
and
version 3
latest version
cf4cabfa
6 commits,
3 years ago
version 5
4dac041d
5 commits,
3 years ago
version 4
da389ef7
4 commits,
3 years ago
version 3
7df09ffd
3 commits,
3 years ago
version 2
bb17c00b
2 commits,
3 years ago
version 1
e2abebbe
1 commit,
3 years ago
6 files
+
177
−
52
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
sohstationviewer/sohstationviewer.py
0 → 100644
+
12
−
0
Options
import
sys
from
PySide2
import
QtWidgets
def
main
():
app
=
QtWidgets
.
QApplication
()
# gui = MainGUI
sys
.
exit
(
app
.
exec_
())
if
__name__
==
'
__main__
'
:
main
()
Loading