Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
project8
/
dragonfly
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
41
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Feature/Checklist Server
- #235
#235
Open
renereimann
wants to merge 19 commits into
develop
project8/dragonfly:develop
from
feature/flask_app
project8/dragonfly:feature/flask_app
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Open
Feature/Checklist Server
#235
renereimann
wants to merge 19 commits into
develop
project8/dragonfly:develop
from
feature/flask_app
project8/dragonfly:feature/flask_app
Copy head branch name to clipboard
Commits
Commits on Jun 2, 2025
starting a flask web-app that should serve as a regular checklist for the MATS setup
renereimann
committed
a034a2c
View commit details
Copy full SHA for a034a2c
Browse repository at this point
Commits on Jul 15, 2025
install py_elog in dockerfile, add a utility file that contains a function to send messages to elog
renereimann
committed
6276b41
View commit details
Copy full SHA for 6276b41
Browse repository at this point
we have the py_elog cloned in here but since that is not part of the repository but its own we ignore it in git
renereimann
committed
afa53fd
View commit details
Copy full SHA for afa53fd
Browse repository at this point
adding the git clone to Dockerfile
renereimann
committed
2466df9
View commit details
Copy full SHA for 2466df9
Browse repository at this point
Commits on Jul 16, 2025
add that we can overwrite an elog entry, we will use that for testing to not swarm the elog
renereimann
committed
bc5ea6c
View commit details
Copy full SHA for bc5ea6c
Browse repository at this point
make a submit button for the form and make flask handle the form result.
renereimann
committed
141ca06
View commit details
Copy full SHA for 141ca06
Browse repository at this point
some nice formating and adding comments for explanations
renereimann
committed
8f43c27
View commit details
Copy full SHA for 8f43c27
Browse repository at this point
Commits on Aug 15, 2025
now checkboxes are either evaluated as true or false and result is send with the form. The form result is analyzed to create an elog entry
renereimann
committed
fa28cf8
View commit details
Copy full SHA for fa28cf8
Browse repository at this point
Commits on Oct 6, 2025
update to recent dripline version
renereimann
committed
59539f8
View commit details
Copy full SHA for 59539f8
Browse repository at this point
Commits on Jan 23, 2026
adding lists for individual checks
renereimann
committed
f3ea95c
View commit details
Copy full SHA for f3ea95c
Browse repository at this point
Merged <develop> to <feature/flask>
renereimann
committed
1e25baf
View commit details
Copy full SHA for 1e25baf
Browse repository at this point
Commits on Jan 26, 2026
Merging <develop> in <feature/flask_app>
renereimann
committed
d8eaf14
View commit details
Copy full SHA for d8eaf14
Browse repository at this point
Commits on Feb 3, 2026
make password an optional parameter
renereimann
committed
248d66d
View commit details
Copy full SHA for 248d66d
Browse repository at this point
now sending report to elog. Therefor we import the send_to_elog function. Username and password are read from config file. The report is now first created as a string
renereimann
committed
3d64191
View commit details
Copy full SHA for 3d64191
Browse repository at this point
Commits on Feb 26, 2026
fixing user authentication, had hardcoded name before, now use from config
renereimann
committed
cdb521d
View commit details
Copy full SHA for cdb521d
Browse repository at this point
changing name of script to make it more meaningful
renereimann
committed
f92e627
View commit details
Copy full SHA for f92e627
Browse repository at this point
Commits on Mar 2, 2026
checklist are now generated from config file
renereimann
committed
ea20c47
View commit details
Copy full SHA for ea20c47
Browse repository at this point
remove all the hard coded checklist functions that are now handled by the config files generated ones
renereimann
committed
3fad0b6
View commit details
Copy full SHA for 3fad0b6
Browse repository at this point
Commits on Mar 5, 2026
Merge branch 'develop' into feature/flask_app
renereimann
committed
6044e55
View commit details
Copy full SHA for 6044e55
Browse repository at this point
You can’t perform that action at this time.