index
:
roadrunner.git
master
stable
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
plugins
Age
Commit message (
Expand
)
Author
2021-05-13
- Update tests
Valery Piashchynski
2021-05-13
- Remove unsafe casting (replace with a less unsafe)
Valery Piashchynski
2021-04-30
- Update CHANGELOG
Valery Piashchynski
2021-04-30
- Add Availabler interface implementaion for all plugins
Valery Piashchynski
2021-04-28
- Add r.URL.Path protection
Valery Piashchynski
2021-04-28
- Update CHANGELOG
Valery Piashchynski
2021-04-28
- Fix middleware order
Valery Piashchynski
2021-04-26
- Bump golang version in the go.mod
Valery Piashchynski
2021-04-26
- Totally rework static plugin
Valery Piashchynski
2021-04-25
- Initial commit of the updated static plugin
Valery Piashchynski
2021-04-23
- Update arch drawio file
Valery Piashchynski
2021-04-22
- Add redis driver
Valery Piashchynski
2021-04-22
- Implement tests for the KV
Valery Piashchynski
2021-04-22
- General interface, update RPC and Has/Set methods
Valery Piashchynski
2021-04-20
- Add placeholder for the service tests for Windows/macOS
Valery Piashchynski
2021-04-20
- Service plugin tests are Linux specific
Valery Piashchynski
2021-04-20
- Delay for the http plugin
Valery Piashchynski
2021-04-20
- Fix bug that after Reset, http handler was witout log listener
Valery Piashchynski
2021-04-20
- Add test cases for the issue 571
Valery Piashchynski
2021-04-20
- Delay to wait HTTP
Valery Piashchynski
2021-04-20
- Make http.Serve() async
Valery Piashchynski
2021-04-19
- Add tests, update Informer implementation
Valery Piashchynski
2021-04-18
- Add test binaries/exe for the Linux/Windows
Valery Piashchynski
2021-04-18
- Draft implementation of the service plugin
Valery Piashchynski
2021-04-06
- Add new configuration option to the status plugin
Valery Piashchynski
2021-04-04
Merge remote-tracking branch 'origin/master' into feature/readiness_probe_hea...
Valery Piashchynski
2021-04-04
- Update CHANGELOG
Valery Piashchynski
2021-04-04
- 🔥 Support Readiness checks (via `/ready`) status plugin endpoint.
Valery Piashchynski
2021-04-03
Update test for Logger 'raw' mode
bricelalu
2021-04-03
Update CHANGELOG.md: renaming logger's 'clean' mode to 'raw' mode
bricelalu
2021-04-03
- Add tests and update CHANGELOG
Valery Piashchynski
2021-04-03
test: [Logger] add test for raw mode
bricelalu
2021-03-31
- Add tests and update CHANGELOG
Valery Piashchynski
2021-03-28
- Fix new linters warnings
Valery Piashchynski
2021-03-28
- Fix bug with the worker reallocating during the response
Valery Piashchynski
2021-03-20
fix(metrics): remove statsProvider from metrics collectors sync.Map
David Štrop
2021-03-16
🐛 fix issue with strange messages in the http body when max request
Valery Piashchynski
2021-03-16
🐛 fix issue with strange messages in the http body when max request
Valery Piashchynski
2021-03-13
Fix typo Info -> Error level
Valery Piashchynski
2021-03-13
- Add ability to print http/https/fcgi to the rr logger under the Info
Valery Piashchynski
2021-02-24
Fix pool behavior, update tests
Valery Piashchynski
2021-02-23
Merge pull request #559 from spiral/log_does_not_show_any_message
Valery Piashchynski
2021-02-23
- Remove unneeded mutex from the `http.Workers` method.
Valery Piashchynski
2021-02-22
Fix args number
Valery Piashchynski
2021-02-18
fix(php): PHP tests to use latest signatures (#550)
Anton Titov
2021-02-16
FMT-ed all files
Valery Piashchynski
2021-02-16
Add support for parsing env variables in the `.rr.yaml` config
Valery Piashchynski
2021-02-16
Use error log-level in tests
Valery Piashchynski
2021-02-16
Update logger plugin. Now it's optional
Valery Piashchynski
2021-02-16
Add nil cofig flag in config flags test
Valery Piashchynski
[next]