Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,103 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 30 commits in 5 repositories
Created a pull request in os-autoinst/openQA that received 5 comments
Speed up 25-downloader.t
Followup to #3517, this test had the same problem.
Before:
ok
All tests successful.
Files=1, Tests=8, 43 wallclock secs ( 0.01 usr 0.01 sys + 1.05 …
Opened 3 other pull requests in 1 repository
os-autoinst/openQA
3
merged
Reviewed 24 pull requests in 4 repositories
os-autoinst/openQA 11 pull requests
- cache service: Allow setting the SQLite journaling mode
- cache service: Allow disabling SQLite wal mode
- Add git email address for dependency bot
- Stop cache service after critical database error
- docker: Ask to not squash base image layers to fix circleCI download
- Remove infinite timeout the downloader test
- Reduce execution time of t/25-downloader.t
- Simplify OpenQA::Worker::Job::_stop_step_4_upload with turned around if-condition
- t: Bump 01-compile-check-all.t timeout based on local execution runtime
- docs: Simplify the curl based bootstrap instruction
- FullStackUtils: More generous wait on developer console
mojolicious/mojo 11 pull requests
- Provide (empty) Mojo::Promise::AWAIT_CHAIN_CANCEL method
- Mojo::Util#secure_compare fix leak of string length #1599
- Add initial dockerfile generator
- Added Test::Mojo::attr_* tests
- Added tests for Test::Mojo::content_* methods
- Added Test::Mojo::header_* tests
- Mojo::Log tests now use subtests
- Convert cleanly prefork, response, subprocess_ev, and tls to use subtests #1520
- Convert cleanly dynamic_methods.t, user_agent_socks.t, websocket.t to use subtests #1520
- Convert cleanly proxy.t and websocket_proxy.t to use subtests #1520
- Convert io_loop_v6.t, subprocess.t, and websocket_proxy.t to use subtests. #1520
openSUSE/cavil 1 pull request
mojolicious/mojolicious.org 1 pull request
Created an issue in mojolicious/mojo that received 14 comments
Add dockerfile generator
I want to be able to do
$ ./myapp.pl generate dockerfile
and
$ ./script/my_app generate dockerfile
to get a minimal but working Dockerfile for a …