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 }}
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
Breadcrumbs
History for
ginkgo
ginkgo
on
master
User selector
All users
All time
Commit history
Commits on Dec 18, 2012
Make threading the default async manager
kyleconroy
committed
e450c19
View commit details
Copy full SHA for e450c19
View code at this point
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
View code at this point
Browse repository at this point
Commits on Dec 17, 2012
Fix merge conflicts
kyleconroy
committed
c8863a6
View commit details
Copy full SHA for c8863a6
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jun 21, 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
fda7fe4
View commit details
Copy full SHA for fda7fe4
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 24, 2012
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 11, 2012
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:progrium/ginkgo
progrium
committed
0c078ab
View commit details
Copy full SHA for 0c078ab
View code at this point
Browse repository at this point
Commits on May 6, 2012
make sure we only try to reload a file when one has already been loaded
progrium
committed
e67d9bf
View commit details
Copy full SHA for e67d9bf
View code at this point
Browse repository at this point
Commits on Apr 30, 2012
use .py for determining if config should be a file, then raise exception if config file does not exist
Hunter Blanks
committed
a66ee7f
View commit details
Copy full SHA for a66ee7f
View code at this point
Browse repository at this point
Commits on Apr 28, 2012
turns out to be nice to use ginkgoctl on services running in the foreground with ginkgo, so we'll always create a pidfile unless explicitly set to False
progrium
committed
0aab84a
View commit details
Copy full SHA for 0aab84a
View code at this point
Browse repository at this point
adding ability to force set a setting, preventing it from being set again unless forced. used by ginkgoctl to force set the daemon setting, otherwise configuration could tell it not to
progrium
committed
41ab7b5
View commit details
Copy full SHA for 41ab7b5
View code at this point
Browse repository at this point
making sure cwd is in python path so you can load services in modules in your current path
progrium
committed
48e1ab9
View commit details
Copy full SHA for 48e1ab9
View code at this point
Browse repository at this point
Commits on Apr 26, 2012
ginkgo/runner.py: print traceback when ImportError/KeyError occurs within user's code
Hunter Blanks
committed
d89dba6
View commit details
Copy full SHA for d89dba6
View code at this point
Browse repository at this point
Commits on Apr 24, 2012
putting the one class used by ProxyTypes into util
progrium
committed
d915212
View commit details
Copy full SHA for d915212
View code at this point
Browse repository at this point
logging now works after daemonizing -- went back to preserving file descriptors instead of trying to reopen. also made logging configuration reload when process reloads.
progrium
committed
731d59d
View commit details
Copy full SHA for 731d59d
View code at this point
Browse repository at this point
Commits on Apr 23, 2012
rouhgly what our ideal configurable logger looks like, but is having problems with daemonizing now
progrium
committed
36f2f38
View commit details
Copy full SHA for 36f2f38
View code at this point
Browse repository at this point
indent a bit
progrium
committed
b20555a
View commit details
Copy full SHA for b20555a
View code at this point
Browse repository at this point
Commits on Apr 22, 2012
automatically strip whitespace from Setting help
progrium
committed
1ae8b91
View commit details
Copy full SHA for 1ae8b91
View code at this point
Browse repository at this point
Merge branch 'safeinit'
progrium
committed
87975e9
View commit details
Copy full SHA for 87975e9
View code at this point
Browse repository at this point
fixing assumed open file pointer on close
progrium
committed
a9344d2
View commit details
Copy full SHA for a9344d2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.