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
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
.
AntelopeIO
/
leap
Public
Notifications
You must be signed in to change notification settings
Fork
77
Star
121
Code
Issues
89
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Cleanup and define consistent pattern for leap plugin startup/shutdown.
- #1231
#1231
Draft
greg7mdp
wants to merge 24 commits into
main
AntelopeIO/leap:main
from
gh-672
AntelopeIO/leap:gh-672
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Draft
Cleanup and define consistent pattern for leap plugin startup/shutdown.
#1231
greg7mdp
wants to merge 24 commits into
main
AntelopeIO/leap:main
from
gh-672
AntelopeIO/leap:gh-672
Copy head branch name to clipboard
Commits
Commits on May 25, 2023
use appbase branch which calls `plugin_shutdown()` on exception.
greg7mdp
committed
ee4e4b0
View commit details
Copy full SHA for ee4e4b0
Browse repository at this point
update appbase to new tip
greg7mdp
committed
ee29899
View commit details
Copy full SHA for ee29899
Browse repository at this point
Commits on May 26, 2023
Do not destroy `chain::controller` on `plugin_shutdown()`.
Show description for 3812d5b
greg7mdp
committed
3812d5b
View commit details
Copy full SHA for 3812d5b
Browse repository at this point
No need to catch exceptions to make sure `plugin_shutdown()` is executed.
Show description for 3210dfe
greg7mdp
committed
3210dfe
View commit details
Copy full SHA for 3210dfe
Browse repository at this point
Whitespace fix
greg7mdp
committed
81e5a81
View commit details
Copy full SHA for 81e5a81
Browse repository at this point
In `plugin_startup()`, in case of error, better `throw` than call `app().quit()`
greg7mdp
committed
a2157c4
View commit details
Copy full SHA for a2157c4
Browse repository at this point
Commits on May 30, 2023
Merge branch 'main' of github.com:AntelopeIO/leap into gh-672
greg7mdp
committed
97aa420
View commit details
Copy full SHA for 97aa420
Browse repository at this point
Commits on Jun 1, 2023
Remove unnecessary (now) try/catch block calling `plugin_shutdown()`
greg7mdp
committed
dc72da4
View commit details
Copy full SHA for dc72da4
Browse repository at this point
Commits on Jun 2, 2023
Merge branch 'main' of github.com:AntelopeIO/leap into gh-672
greg7mdp
committed
a35e793
View commit details
Copy full SHA for a35e793
Browse repository at this point
Commits on Jun 5, 2023
Add `usage_patterns.md` file
greg7mdp
committed
a4f54a2
View commit details
Copy full SHA for a4f54a2
Browse repository at this point
Merge branch 'main' of github.com:AntelopeIO/leap into gh-672
greg7mdp
committed
2bd8818
View commit details
Copy full SHA for 2bd8818
Browse repository at this point
Merge branch 'main' of github.com:AntelopeIO/leap into gh-672
greg7mdp
committed
4869d63
View commit details
Copy full SHA for 4869d63
Browse repository at this point
Update `usage_pattern.md`
greg7mdp
committed
4224df0
View commit details
Copy full SHA for 4224df0
Browse repository at this point
fix typo
greg7mdp
committed
48be938
View commit details
Copy full SHA for 48be938
Browse repository at this point
Commits on Jun 8, 2023
Merge branch 'main' of github.com:AntelopeIO/leap into gh-672
greg7mdp
committed
839f5c9
View commit details
Copy full SHA for 839f5c9
Browse repository at this point
Fix merge issue
greg7mdp
committed
727175d
View commit details
Copy full SHA for 727175d
Browse repository at this point
Commits on Jun 12, 2023
Merge branch 'main' of github.com:AntelopeIO/leap into gh-672
greg7mdp
committed
42ca516
View commit details
Copy full SHA for 42ca516
Browse repository at this point
Fix incorrect merge
greg7mdp
committed
5291108
View commit details
Copy full SHA for 5291108
Browse repository at this point
Merge branch 'main' of github.com:AntelopeIO/leap into gh-672
greg7mdp
committed
ce96bf9
View commit details
Copy full SHA for ce96bf9
Browse repository at this point
Commits on Jun 14, 2023
Remove unneeded semicolumn
greg7mdp
committed
64ef9ea
View commit details
Copy full SHA for 64ef9ea
Browse repository at this point
Merge branch 'main' of github.com:AntelopeIO/leap into gh-672
greg7mdp
committed
42e8824
View commit details
Copy full SHA for 42e8824
Browse repository at this point
Commits on Jun 15, 2023
Merge branch 'main' of github.com:AntelopeIO/leap into gh-672
greg7mdp
committed
2ac21bc
View commit details
Copy full SHA for 2ac21bc
Browse repository at this point
Don't throw when `app().quit()` called during plugin_startup.
greg7mdp
committed
153ff89
View commit details
Copy full SHA for 153ff89
Browse repository at this point
Update appbase to branch tip
greg7mdp
committed
b45ef19
View commit details
Copy full SHA for b45ef19
Browse repository at this point
You can’t perform that action at this time.