rick olson
681b6baa33
convert to regular markdown link
2019-06-05 15:24:37 -06:00
rick olson
31d03bec46
rewrite basics page. focus on making requests, not middleware.
2019-06-05 15:22:41 -06:00
iMacTia
78fd49eecf
Use Font Awesome icons for docs nav.
2019-06-04 17:50:30 +01:00
iMacTia
069b422750
Reduces the amount of comments in code snippets.
2019-06-04 17:09:14 +01:00
iMacTia
9f99e11596
Fixes review comments.
2019-06-03 21:42:12 +01:00
iMacTia
caa877dc83
Fixes documentation nav menu to always use correct floating.
2019-06-02 15:13:44 +01:00
iMacTia
4400acfd2b
Introduces documentation layout with bottom navigation links.
2019-06-02 15:09:35 +01:00
iMacTia
a2becaaf6a
Adds instrumentation middleware page.
2019-05-29 17:29:47 +01:00
iMacTia
1a2970eba0
Adds retry middleware page.
2019-05-29 17:00:15 +01:00
iMacTia
86fd91cf04
Merge remote-tracking branch 'origin/faraday-website' into faraday-website
...
# Conflicts:
# docs/introduction/customize.md
2019-05-28 16:26:51 +01:00
iMacTia
eb9660a818
Adds multipart and url_encoded middleware pages.
2019-05-28 16:26:16 +01:00
Olle Jonsson
eb80f9aa26
Faraday website edits ( #987 )
2019-05-26 17:44:05 +01:00
iMacTia
d5906c100a
Adds documentation for RaiseError middleware.
2019-05-26 15:32:53 +01:00
iMacTia
ad9a3965ee
Merge branch 'master' of https://github.com/lostisland/faraday into faraday-website
2019-05-24 21:20:20 +01:00
Damir Gainetdinov
d76489a062
Fix a typo in raise_error spec description ( #983 )
2019-05-24 14:41:42 +02:00
iMacTia
06e364d998
Adds docs/README.md with instrucitons on how to run the Faraday Website on Jekyll.
2019-05-24 12:51:31 +01:00
iMacTia
75f3ca2443
Updates CONTRIBUTING guide including instrucitons on how to run the Faraday Website on Jekyll.
2019-05-24 11:56:43 +01:00
iMacTia
f97523dbf1
Removes last bits from README
2019-05-23 18:51:08 +01:00
iMacTia
c17f918425
Removes Travis link from README
2019-05-23 18:39:53 +01:00
iMacTia
3acd1c8d31
Moves README tutorials into separate pages.
2019-05-23 18:30:14 +01:00
iMacTia
f0b780f822
Merge branch 'master' of https://github.com/lostisland/faraday into faraday-website
2019-05-23 17:05:03 +01:00
iMacTia
1818542ab7
Fixes Rubocop in master.
2019-05-23 16:57:46 +01:00
iMacTia
bd8d044507
Fixes test not working with Net::HTTP::Persistent 3.0.1
2019-05-23 16:56:03 +01:00
iMacTia
1a9312ce82
Merge branch 'master' of https://github.com/lostisland/faraday into faraday-website
2019-05-23 11:04:10 +01:00
iMacTia
d4f062a56b
Use latest rubocop version like CircleCI.
2019-05-23 11:02:59 +01:00
iMacTia
9214d0b8ee
Use latest rubocop version like CircleCI.
2019-05-23 10:58:26 +01:00
iMacTia
11f27d2214
Rubocop fixes.
2019-05-23 10:52:09 +01:00
iMacTia
06b4fac02b
Merge branch 'master' of https://github.com/lostisland/faraday into faraday-website
2019-05-23 10:40:49 +01:00
lucasmoreno
91ba32e9d2
Introduces Faraday::ConflictError for 409 response code ( #979 )
2019-05-23 10:35:21 +01:00
iMacTia
43233f5766
Merge branch 'master' of https://github.com/lostisland/faraday into faraday-website
...
# Conflicts:
# README.md
2019-05-21 22:18:35 +01:00
KevinKawai
7af105dabf
Update license valid through year ( #981 )
2019-05-21 22:16:41 +01:00
iMacTia
66384d32dd
Merges #970 .
...
Adds table of content to homepage.
Adds details page for logger middleware.
2019-05-19 17:41:27 +01:00
iMacTia
8e89cab029
Merge branch 'expand-readme-2' of https://github.com/lostisland/faraday into faraday-website
2019-05-19 15:10:44 +01:00
iMacTia
7ad1bcd2ed
Adds style override files.
...
Introduces styling for buttons.
2019-05-13 11:16:18 +01:00
iMacTia
272de2e480
Removes unused nav.yml
...
Renames About page into Team
2019-05-12 10:54:55 +01:00
Mattia
a217471dc6
Explain Absolute path behaviour in README ( #977 )
...
Updates the REAME to explain how the absolute path overrides the one provided while initialising the connection.
Fixes #976
2019-05-12 10:18:27 +01:00
Tomas Sandven
3abe9d1eea
README: Fixed a code typo ( #975 )
2019-04-27 19:44:00 +02:00
iMacTia
9265247834
Modifies existing adapters doc to support jekyll options.
...
Switches theme.
2019-04-20 12:09:12 +02:00
Olle Jonsson
be097190e9
Refactor: Extract repeated calls to a shared map ( #973 )
...
* Extract repeated calls to a shared map
* Spec for net_http_persistent min_version
* Use realistic value in a spec
2019-04-14 20:51:52 +02:00
iMacTia
4b63db64a0
Merge branch 'master' of https://github.com/lostisland/faraday into faraday-website
2019-04-14 16:23:36 +01:00
Olle Jonsson
8a65a58de8
Merge pull request #972 from bdewater/net-http-persistent-ssl-minmax-version
...
Allow setting min/max SSL version for a Net::HTTP::Persistent connection
2019-04-14 09:02:33 +02:00
Bart de Water
b4a27f3734
Allow setting min/max SSL version for a Net::HTTP::Persistent connection
2019-04-13 19:17:59 -04:00
Olle Jonsson
980a9514e0
[ci skip] Add missing "you"
2019-04-12 21:33:51 +02:00
risk danger olson
84200628ee
expose the gemfile.lock file in CircleCI ( #971 )
2019-04-10 16:18:42 -06:00
rick olson
07788ab977
finish testing, and start listing docs in readme
2019-04-10 12:05:53 -06:00
rick olson
d9ec3a5f48
add new pages for testing, the env, and middleware usage
2019-04-10 11:36:59 -06:00
Olle Jonsson
03a0217354
RuboCop TODO update ( #968 )
2019-04-08 21:59:10 +02:00
risk danger olson
71c78694d4
CI: yard junk ( #958 )
...
* run yard-junk during ci
* better indentation
* create test-results/yard
* wat
* waat
* try this
* or this
* does that dir exist
* combine rubocop and yard-junk into single linting task
* dump to stdout
* create linting dir
* test-results does not exist
* persist test-results too
* cant persist HOME
* create test-results subdirs in the container that uses them
* dont care
2019-04-08 13:13:32 -06:00
Olle Jonsson
c8cf1ac535
Merge pull request #967 from lostisland/rubocop-use-performance-gem
...
Rubocop: use performance gem
2019-04-08 21:09:14 +02:00
risk danger olson
b9a7560f72
Merge pull request #964 from lostisland/multipart-content-disposition-test
...
use multipart-parser gem in multipart tests
2019-04-08 12:47:20 -06:00