Commit Graph

54 Commits (a4b15b6027337d01c26d3a4bba76fb3aecc02d2d)

Author SHA1 Message Date
Oliver Eyton-Williams 25893614b3
fix: use URI.open to fetch docs
2 years ago
Simon Legner 961bbeb92b fix: replace calls to `Dir.exists?` with `Dir.exist?`
2 years ago
Andy Holmes 51cb8984eb
fix: replace calls to `File.exists?` with `File.exist?`
2 years ago
Simon Legner 69df9b2c48 docs:download: fix open deprecation
3 years ago
Richard Michael 64bf56e352 Consistent descriptions
4 years ago
Richard Michael 21827a6b69 Adjust `docs:page` version handling
4 years ago
Richard Michael 26a1e61a42 Adjust `docs:generate` version handling
4 years ago
Richard Michael bec0f33b27 Add and use a singular finder, `find_doc()`
4 years ago
Oliver Eyton-Williams 8eee612852
fix: puts, not print
4 years ago
Oliver Eyton-Williams 32c94604a6
fix: remove the 'bundle' path segment
4 years ago
Oliver Eyton-Williams 23b84c109e
fix: update comments
4 years ago
Oliver Eyton-Williams 60722327ee
fix: update staging bucket references to prod
4 years ago
Oliver Eyton-Williams 72ac0a2101
fix: s/devdocs.in/devdocs.io/g
4 years ago
Oliver Eyton-Williams 7713074c93
feat: use the new buckets
4 years ago
Oliver Eyton-Williams c6264eb1bf
fix: remove cdn entirely and rely on Cloudflare
4 years ago
Simon Legner 959f51e6f7 prepare_deploy: report which download has failed
4 years ago
Rick Mac Gillis 33bb85f0e5
Console docs for --all
5 years ago
Thibaut Courouble 436a98a5c8 Ensure documentation files are present before uploading in thor docs:upload command
6 years ago
Thibaut Courouble 782880210d Upload documentation files to a freeCodeCamp-owned S3 bucket
6 years ago
Thibaut Courouble 91753ce1f8 Improve "thor docs:page" with --debug option
6 years ago
Thibaut Courouble 083b8e06a3 Improve "thor docs:list --packaged"
6 years ago
Thibaut Courouble 3b39fa747f Fix "thor docs:upload --packaged" not finding docs whose slug is different than name
6 years ago
Thibaut Courouble 17cddbccaf Make "thor docs:upload" upload packages to MaxCDN (dl.devdocs.io)
6 years ago
Thibaut Courouble a8a1020ddf Add --packaged option to "thor docs:list"
6 years ago
Thibaut Courouble 9e37ff5c8a Add instrumentation for slow response processing
6 years ago
Thibaut Courouble eef70d83d0 Oops, dl.devdocs.io is not HTTPS-enabled yet
6 years ago
Thibaut Courouble 8ecb9f37be Improve deployments to not require including all the docs' index.json in git
6 years ago
Thibaut Courouble db523e2a85 Update dl.devdocs.io URL to HTTPS
6 years ago
Thibaut Courouble 45c70fb43b Add support for '@all' version shortcut in thor commands
6 years ago
Thibaut Courouble a78e2a4a25 Tweak thor docs:commit command
7 years ago
Thibaut Courouble a6855329e8 Add image scraping and optimization filter
8 years ago
Thibaut Courouble 64eb1c86fc Log errors instead of exiting when scraping docs
9 years ago
Thibaut Courouble 9c0a7290e6 Don't move packaged doc file before decompressing
9 years ago
Thibaut Courouble 2ccfc3f6c2 Tweak docs:generate warning
9 years ago
Thibaut Courouble 6239ead36b Fix thor docs:commit command
9 years ago
Thibaut Courouble b5d4875f48 Add private thor docs:commit
9 years ago
Thibaut Courouble d389296f33 Add --packaged option to docs:upload command
9 years ago
Thibaut Courouble caa2592e4b Add --all option to docs:generate command
9 years ago
Thibaut Courouble 1f9ef63e9c Add 'docs:upload' command
9 years ago
Thibaut Courouble d5c54c6f52 Improve 'docs:download' command
9 years ago
Thibaut Courouble 4f3ea92bea Improve 'docs:list' command
9 years ago
Thibaut Courouble b04dba012e Remove --all option from 'docs:package' command
9 years ago
Thibaut Courouble b2d2066d96 Multi-version support
9 years ago
Thibaut 87763ac07a Add --package option to docs:generate command
10 years ago
Thibaut 5c4c1ce2b6 Log entries/types/files diff in docs:generate command
10 years ago
Thibaut e74369aa41 Rescue all exceptions when downloading docs
11 years ago
Thibaut 89f2f2f3ce Require open-uri in DocsCLI#download_docs
11 years ago
Nitay Joffe 0564571bae prevent stringio error from opening small files
11 years ago
Thibaut bcd4a5b522 Use String#remove
11 years ago
Thibaut 864188e24c Use String#sub instead of String#gsub when possible
11 years ago