]> git.apps.os.sepia.ceph.com Git - teuthology.git/shortlog
teuthology.git
2013-09-05 Zack CerzaPut sudo in front of adjust-ulimits if it's used 73/head
2013-09-05 Zack CerzaVia automagic, only call ulimit -n if running as root.
2013-09-04 Zack CerzaMerge pull request #71 from ceph/wip-no-pythonpath
2013-09-04 Sage Weildrop obsolete PYTHONPATH settings 71/head
2013-09-04 Zack CerzaAppend '/' to the end of the log directory path
2013-09-04 Zack CerzaMerge pull request #64 from ceph/wip-nuke-info
2013-09-04 Zack CerzaMerge pull request #65 from ceph/wip-schedule
2013-09-04 Zack CerzaMerge pull request #68 from alfredodeza/6224
2013-09-04 Alfredo Dezaadd the missing for fedora links in install task 68/head
2013-09-04 Sage Weilschedule_suite.sh: turn up osd logging a little
2013-09-03 Warren UsuiAdd missing sudo from command.
2013-09-03 Alfredo DezaMerge pull request #67 from ceph/wip-3791
2013-09-03 Zack CerzaAdd note about public teuthology logs. 67/head
2013-09-03 Zack CerzaWrap paragraphs.
2013-09-03 Alfredo DezaMerge pull request #66 from ceph/wip-specific-exceptions
2013-09-03 Zack CerzaCatch CommandFailedError and print debug info 66/head
2013-09-03 Sage Weilschedule: strip out targets 65/head
2013-09-03 Zack CerzaLogs and Sentry links are public now.
2013-09-03 Sage WeilRevert "Use install -d for /var/log/ceph."
2013-09-01 Sage Weilschedule_suite.sh: default email to ceph-qa@ceph.com
2013-08-31 Sage WeilRevert "get_scratch_devices(): catch CommandFailedError...
2013-08-31 Sage WeilREADME: add deps
2013-08-31 tamils/ceph-debug/ceph-debuginfo for rpms
2013-08-30 Dan Mickget_scratch_devices(): catch CommandFailedError, log...
2013-08-30 Sage Weilnuke: get pid, owner from info.yaml (if present) 64/head
2013-08-30 Alfredo DezaMerge pull request #63 from ceph/wip-logger
2013-08-30 Zack CerzaNever use 'except:' without specifying an Exception. 63/head
2013-08-30 Alfredo DezaMerge pull request #62 from ceph/wip-logger
2013-08-30 Sage Weilrun: do not import at top level
2013-08-29 Zack CerzaAdd hung job description to email 62/head
2013-08-29 Alfredo DezaMerge pull request #61 from ceph/wip-logger
2013-08-29 Zack CerzaWorkers: only log child's stderr, not stdout 61/head
2013-08-29 Zack CerzaDon't print colon if there's no exception message....
2013-08-29 Zack CerzaPretty-up write_initial_metadata; s/run/name/
2013-08-29 Zack CerzaAdd exception hook
2013-08-29 Sage Weilrun: write info.yaml on job start
2013-08-29 Zack CerzaMove logging setup out of main()
2013-08-29 Sage Weiltest
2013-08-29 Sage Weilrun: set up archive dir and logger output sooner
2013-08-29 Alfredo DezaMerge pull request #58 from ceph/queue
2013-08-29 Sage Weilschedule_suite.sh: allow partial 'suite' names
2013-08-29 Sage Weilsuite: return [] for build_matrix base case
2013-08-29 Alfredo DezaMerge pull request #60 from ceph/sentry
2013-08-28 Zack CerzaMerge pull request #59 from ceph/wip-collections
2013-08-28 Zack CerzaAdd run name to first line of email. 60/head
2013-08-28 Sage Weilsuite: build_matrix as a list of filenames, not file... 59/head
2013-08-28 Sage Weilsuite: allow individual files to be scheduled
2013-08-28 Sage Weilsuite: generalize collection expansion
2013-08-28 Sage Weilsuite: clean up imports
2013-08-28 Sage Weilsuite: make collection args (optionally) relative to...
2013-08-28 Sage Weilsuite: make names a bit more friendly
2013-08-28 Sage Weilsuite: add --dry-run
2013-08-28 Zack CerzaDon't assume anything about the base path here. 58/head
2013-08-28 Alfredo DezaMerge pull request #54 from ceph/sentry
2013-08-28 Zack CerzaDon't return inside __init__ 54/head
2013-08-28 Zack CerzaAdd apology for non-public links
2013-08-28 Zack CerzaIndent wrapped exceptions.
2013-08-28 Joe Bucks3tests: extend for multi-region tests
2013-08-28 Joe Buckrgw: persist the region info
2013-08-28 Joe Buckradosgw-agent: store radosgw_agent server/port
2013-08-28 Joe Buckmove multi_region_enabled() into util class
2013-08-28 Sage Weilinternal: whitelist btrfs lock imbalance bug 6097
2013-08-28 Samuel Justceph.conf.template: add osd_debug_pg_log_writeout ...
2013-08-27 Josh DurginMerge pull request #55 from ceph/wip-undefined
2013-08-27 Josh DurginFix undefined symbol errors 55/head
2013-08-27 Zack CerzaTime is an integer, in seconds.
2013-08-27 Zack CerzaMake email formatting way, way nicer.
2013-08-27 Zack CerzaMove job listing logic to get_jobs()
2013-08-27 Zack CerzaMerge pull request #53 from ceph/wip-asok-retry
2013-08-27 Sage Weiladmin_socket: fix retry-on-error behavior 53/head
2013-08-26 Zack CerzaAvoid double slashes in sentry event URL
2013-08-26 Zack CerzaAdd tags! Task name and owner to start.
2013-08-26 Zack CerzaAdd sentry events to suite email.
2013-08-26 Zack CerzaAlso leave a list of sentry events in the summary
2013-08-26 Zack CerzaAdd URL to Sentry event to traceback output.
2013-08-26 Zack CerzaUse os.path.join, not urlparse.urljoin
2013-08-26 Zack CerzaFor failures, add http links to log directories.
2013-08-26 Zack CerzaAdd a catch-all __getattr__(); add comments
2013-08-26 Zack CerzaRewrite email-generating code.
2013-08-26 Zack CerzaTweak logging
2013-08-26 Dan MickMerge pull request #52 from ceph/wip-6125
2013-08-26 Sage Weilinternal: remove (hopefully obsolete) kern.log checks
2013-08-26 Sage Weilinternal: unbreak syslog BUG checks and gz
2013-08-26 Zack CerzaDon't hardcode path to teuthology-suite 52/head
2013-08-26 Zack CerzaMerge pull request #51 from ceph/wip-queue
2013-08-25 Sage Weilceph_manager: wait for dump_ops_in_flight on osd revival
2013-08-23 Sage Weilqueue: only git fetch once per minute per branch 51/head
2013-08-23 Sage WeilMerge pull request #50 from ceph/wip-worker-lock
2013-08-23 Sage Weilqueue: only let one worker update the teuthology checko... 50/head
2013-08-23 Sandon Van... Fix for blank yaml.
2013-08-23 Zack CerzaUpdate call to get_sentry_client()
2013-08-23 Zack CerzaUse teuthology.config
2013-08-23 Zack CerzaAdd teuthology.config, the start of a better system
2013-08-23 Sage WeilMerge pull request #49 from ceph/sentry
2013-08-23 Zack CerzaMerge pull request #48 from ceph/wip-nuke-firmware
2013-08-23 Sage Weilnuke: clean up stray firmware.git locks 48/head
2013-08-23 Zack CerzaMove git stuff to fetch_teuthology_branch() 49/head
2013-08-23 Zack CerzaRewrite branch fetching.
2013-08-23 Sage Weilqueue: fetch origin, not branch
2013-08-23 Sage Weilsuite: only skip on non-vps if os-type is actually...
next