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 }}
cesarob
/
ginkgo
Public
forked from
progrium/ginkgo
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Dec 18, 2012
Add trove classifiers to setup.py
kyleconroy
committed
440b751
View commit details
Copy full SHA for 440b751
Browse repository at this point
Merge pull request #78 from kyleconroy/separation
Show description for 6ae608a
kyleconroy
committed
6ae608a
View commit details
Copy full SHA for 6ae608a
Browse repository at this point
Remove unused configuration test
kyleconroy
committed
cb8c954
View commit details
Copy full SHA for cb8c954
Browse repository at this point
No need to change Makefile
kyleconroy
committed
2b6745a
View commit details
Copy full SHA for 2b6745a
Browse repository at this point
Make threading the default async manager
kyleconroy
committed
e450c19
View commit details
Copy full SHA for e450c19
Browse repository at this point
Merge branch 'nogevent' of git://github.com/inconshreveable/ginkgo into separation
kyleconroy
committed
b746b9f
View commit details
Copy full SHA for b746b9f
Browse repository at this point
Commits on Dec 17, 2012
Fix merge conflicts
kyleconroy
committed
c8863a6
View commit details
Copy full SHA for c8863a6
Browse repository at this point
Merge pull request #68 from msabramo/testing
Show description for d2ae3e7
kyleconroy
committed
d2ae3e7
View commit details
Copy full SHA for d2ae3e7
Browse repository at this point
Commits on Dec 12, 2012
Merge pull request #76 from kelvl/master
Show description for 0c042a3
progrium
committed
0c042a3
View commit details
Copy full SHA for 0c042a3
Browse repository at this point
Commits on Aug 21, 2012
Added pwd and grp to imports for runner so setuid and setgid works
Show description for 8d51ed6
kelvl
committed
8d51ed6
View commit details
Copy full SHA for 8d51ed6
Browse repository at this point
Commits on Jun 23, 2012
some fixes for correctness and simplicity.
progrium
committed
e50b90e
View commit details
Copy full SHA for e50b90e
Browse repository at this point
Commits on Jun 22, 2012
finished rough quickstart, moved more in-depth info into manual section
progrium
committed
b3fed94
View commit details
Copy full SHA for b3fed94
Browse repository at this point
Commits on Jun 21, 2012
fixing weird amend
progrium
committed
0abb995
View commit details
Copy full SHA for 0abb995
Browse repository at this point
Wrote GlobalContext mixin for use with Process and Config to make them context managers that will set their global ginkgo singleton while in that context. Also, GlobalContext has tests.
progrium
committed
fda7fe4
View commit details
Copy full SHA for fda7fe4
Browse repository at this point
Commits on May 30, 2012
add serve_forever back to basicservice
Alan Shreve
committed
b4857f6
View commit details
Copy full SHA for b4857f6
Browse repository at this point
Commits on May 24, 2012
remove gevent dependency
Alan Shreve
committed
169bdbc
View commit details
Copy full SHA for 169bdbc
Browse repository at this point
fix threading's do_stop function to approximate the functionality delivered by the other async modules.
Alan Shreve
committed
caef88d
View commit details
Copy full SHA for caef88d
Browse repository at this point
Commits on May 23, 2012
move around signal imports
Alan Shreve
committed
533f483
View commit details
Copy full SHA for 533f483
Browse repository at this point
move the most common and default implementations of the signal/init functions into AbstractAsyncManager
Alan Shreve
committed
f9a8e7d
View commit details
Copy full SHA for f9a8e7d
Browse repository at this point
rename threads -> threading with the help of absolute import
Alan Shreve
committed
06c4026
View commit details
Copy full SHA for 06c4026
Browse repository at this point
Merging in the eventlet branch and tweaking it a bit to match the slightly modified async interface.
Alan Shreve
committed
2121400
View commit details
Copy full SHA for 2121400
Browse repository at this point
Implement an async manager for threads. Make 'async' a configuration option that allows you to set the default async manager for services. Improved help messages when choosing invalid async manager…
Show description for fea5b48
Alan Shreve
committed
fea5b48
View commit details
Copy full SHA for fea5b48
Browse repository at this point
Commits on May 18, 2012
Wrote GlobalContext mixin for use with Process and Config to make them context managers that will set their global ginkgo singleton while in that context. Also, GlobalContext has tests.
progrium
committed
d5fc025
View commit details
Copy full SHA for d5fc025
Browse repository at this point
Commits on May 15, 2012
calling group on a Config object now returns None if the path given is actually a value and not a group. And Groups now also act as read-only dicts using the collections.Mapping mixin/base.
progrium
committed
bd56102
View commit details
Copy full SHA for bd56102
Browse repository at this point
changed default logfile from /tmp/ServiceName.log to ~/.ServiceName.log plus some other refactoring
progrium
committed
4078bd1
View commit details
Copy full SHA for 4078bd1
Browse repository at this point
made subclass of Process called DaemonProcess to avoid repeating if statements. prepare_app was renamed to setup_process and takes a daemonize option. daemon is no longer configurable. when you use…
Show description for 96d5e3a
progrium
committed
96d5e3a
View commit details
Copy full SHA for 96d5e3a
Browse repository at this point
Add .travis.yml
msabramo
committed
e33a405
View commit details
Copy full SHA for e33a405
Browse repository at this point
Tweak setup.py so that `python setup.py test` and `python setup.py
Show description for f2873a1
msabramo
committed
f2873a1
View commit details
Copy full SHA for f2873a1
Browse repository at this point
Add a tox.ini for tox (http://tox.testrun.org/)
msabramo
committed
970653e
View commit details
Copy full SHA for 970653e
Browse repository at this point
Commits on May 11, 2012
removing examples. they're so old they're starting to become more harmful than useful. new examples should be written
progrium
committed
8fb99d9
View commit details
Copy full SHA for 8fb99d9
Browse repository at this point
added pre-wrapped gevent servers. threw in a simple StreamClient service. ServerWrapper is not deprecated
progrium
committed
9833423
View commit details
Copy full SHA for 9833423
Browse repository at this point
added module docstrings to all modules. maybe not the best, but a start. also some minor refactorings
progrium
committed
3d3c77c
View commit details
Copy full SHA for 3d3c77c
Browse repository at this point
Commits on May 10, 2012
added module docstring, refactored one-off functions used by daemonize, and removed unused imports
progrium
committed
43b04c2
View commit details
Copy full SHA for 43b04c2
Browse repository at this point
raise exception when configuration loading fails, but catch it and log as warning in process reload handler. this means if you use ginkgoctl to reload, it will fail before it even reloads. if you d…
Show description for a6bd437
progrium
committed
a6bd437
View commit details
Copy full SHA for a6bd437
Browse repository at this point
as it turns out, we want reload to behave the same way as start in regards to using start_before
progrium
committed
b469912
View commit details
Copy full SHA for b469912
Browse repository at this point
Previous
Next
You can’t perform that action at this time.