Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-07 | using `stub` instead `expect` | Alexander Strizhakov | |
2020-03-06 | little polishing | Alexander Strizhakov | |
2020-03-06 | little refactor | Alexander Strizhakov | |
2020-03-06 | removing GunMock to use Mox | Alexander Strizhakov | |
2020-03-05 | removing integration tests | Alexander Strizhakov | |
2020-03-05 | returning, not needed | Alexander Strizhakov | |
2020-03-05 | removing try block in tesla request | Alexander Strizhakov | |
added mocks for tests which fail with Tesla.Mock.Error | |||
2020-03-05 | removing try block in getting gun info | Alexander Strizhakov | |
2020-03-04 | adding descriptions | Alexander Strizhakov | |
2020-03-04 | updating tesla ref | Alexander Strizhakov | |
2020-03-04 | moving some logic to tesla adapter | Alexander Strizhakov | |
- checking original inside gun adapter - flushing streams on max_body error | |||
2020-03-04 | same copyright date format | Alexander Strizhakov | |
2020-03-04 | otp version | Alexander Strizhakov | |
2020-03-04 | retry_timeout description change | Alexander Strizhakov | |
2020-03-03 | Update Copyrights for gun related files | Mark Felder | |
2020-03-03 | Merge branch 'develop' into gun | Mark Felder | |
2020-03-03 | Merge branch 'chore/update-copyrights' into 'develop' | Haelwenn | |
Update Copyrights See merge request pleroma/pleroma!2269 | |||
2020-03-03 | Older copyright updates | Mark Felder | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-03 | refactoring for gun api modules | Alexander Strizhakov | |
2020-03-03 | don't test gun itself | Alexander Strizhakov | |
2020-03-03 | adapter renaming to adapter_helper | Alexander Strizhakov | |
2020-03-03 | retry and retry_timeout settings default change | Alexander Strizhakov | |
2020-03-03 | no try block in checkout connection | Alexander Strizhakov | |
2020-03-03 | proxy parse tests fix | Alexander Strizhakov | |
2020-03-03 | remove try block from pool request | Alexander Strizhakov | |
2020-03-03 | proxy parsing errors | Alexander Strizhakov | |
2020-03-03 | poolboy timeout fix | Alexander Strizhakov | |
2020-03-03 | unnecessary mock | Alexander Strizhakov | |
2020-03-03 | return error if connection failed to open | Alexander Strizhakov | |
2020-03-03 | naming | Alexander Strizhakov | |
2020-03-03 | simplification of formatting host method | Alexander Strizhakov | |
case for format_proxy method | |||
2020-03-03 | removing unused method | Alexander Strizhakov | |
2020-03-03 | unnecessary with | Alexander Strizhakov | |
2020-03-03 | removing unnecessary with | Alexander Strizhakov | |
comment in tesla client impovement | |||
2020-03-03 | hiding raise error logic to otp_version module | Alexander Strizhakov | |
2020-03-03 | naming for checkin from pool timeout | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to lib/pleroma/reverse_proxy/client/tesla.ex | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to lib/pleroma/pool/connections.ex | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to lib/pleroma/http/http.ex | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to lib/pleroma/http/http.ex | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to lib/pleroma/http/request_builder.ex | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to docs/configuration/cheatsheet.md | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to lib/pleroma/http/adapter.ex | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to lib/pleroma/pool/connections.ex | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to lib/pleroma/pool/connections.ex | Alexander Strizhakov | |
2020-03-03 | otp_version refactor | Alexander Strizhakov | |
2020-03-03 | debug logs on pleroma restart | Alexander Strizhakov | |
2020-03-03 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-02 | Clarify in docs how to control connections_pool for Gun. | Mark Felder | |
It could easily be confused with the Hackney settings. |