Commit Graph

9794 Commits

Author SHA1 Message Date
Georgiy Zatserklianyi 2f094a7a5c
Update docs/topics/extensions.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2023-08-11 18:48:14 +03:00
Georgiy Zatserklianyi 736a4b615c
Update scrapy/settings/default_settings.py
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2023-08-10 21:34:35 +03:00
Georgiy Zatserklianyi f05657e542 periodic_log: interval check moved 2023-08-10 21:31:10 +03:00
Georgiy Zatserklianyi e9b088f1fb periodic_log: typing 2023-08-04 12:49:22 +03:00
Georgiy Zatserklianyi 8b6a50a935 periodic_log: docs added 2023-08-04 11:12:07 +03:00
Georgiy Zatserklianyi 6fd94fdcb3 periodic_log: tests updated (errors fixed) 2023-06-28 19:55:33 +03:00
Georgiy Zatserklianyi 56c38231b4 periodic_log: tests for logging stats added 2023-06-27 11:48:51 +03:00
Georgiy Zatserklianyi 315861c31d periodic_log: stats filtering updated 2023-06-27 09:24:03 +03:00
Georgiy Zatserklianyi ebce5b4bcb periodic_log: tests for logging deltas added 2023-06-27 09:22:50 +03:00
Georgiy Zatserklianyi 2ce4856508 periodic_log: Exception handling on init updated 2023-06-25 12:16:59 +03:00
Georgiy Zatserklianyi 6e65eeb07b periodic_log: tests [wip] added 2023-06-16 14:30:50 +03:00
Georgiy Zatserklianyi 639c2bcc47 periodic_log: TypeError except added 2023-06-16 13:37:26 +03:00
Georgiy Zatserklianyi b60e0faf22 periodic_log: fixed naming 2023-05-24 23:10:30 +03:00
Georgiy Zatserklianyi a0c84903b7 periodic_log: codestyle fix (from pre-commit) 2023-05-23 23:07:12 +03:00
Georgiy Zatserklianyi 5c91f1bb43 periodic_log: added settings to default settings 2023-05-23 23:00:26 +03:00
Georgiy Zatserklianyi db794d351c periodic_log: not used code deleted 2023-05-22 23:30:00 +03:00
Georgiy Zatserklianyi a2f238d927 periodic_log: settings input in extension updated 2023-05-22 23:24:53 +03:00
Georgiy Zatserklianyi 84fb0edd5f periodic_log: extension updated 2023-05-21 20:22:35 +03:00
Georgiy Zatserklianyi 33153855ea periodic_log: implemented as separate extension 2023-05-07 22:29:23 +03:00
Andrey Rakhmatullin 92f86fab06
Merge pull request #5919 from scrapy/docs-parsel-fixes
Enable doc tests for selectors.rst, fix issues
2023-05-04 17:30:33 +04:00
Andrey Rakhmatullin cba891a66c Enable doc tests for selectors.rst, fix issues. 2023-05-04 15:04:33 +04:00
Andrey Rakhmatullin 776cf59990
Merge pull request #5918 from Laerte/master
fix: Handle Parsel > 1.7.0 warning
2023-05-04 13:52:08 +04:00
Laerte Pereira 7317ff1101 refactor: use kwargs strategy 2023-05-04 05:55:25 -03:00
Laerte Pereira d907f9e092 fix: Handle Parsel > 1.7.0 warning 2023-05-03 22:12:21 -03:00
Andrey Rakhmatullin ea15ff1d32
Merge pull request #5915 from jxlil/feature/support-parsel-jmespath
Added support for the Parsel JMESPath feature
2023-05-03 13:18:39 +04:00
Jalil SA a038faf11c fix: tests/tes_selector.py 2023-05-02 19:40:04 -06:00
Jalil SA 4bb99fd2f3 fix: pylint 2023-05-02 19:26:20 -06:00
Jalil SA a604dfae5c update tests 2023-05-02 19:19:00 -06:00
Jalil SA 1eb4460485 fix: jmespath 2023-05-02 18:49:05 -06:00
Andrey Rakhmatullin 6a169d4462
Merge pull request #5917 from Laerte/master
fix: non-UTF-8 content-type headers
2023-05-02 22:15:21 +04:00
Laerte Pereira 7b49aa1b01 chore: add tests 2023-05-02 12:53:04 -03:00
Laerte Pereira 8acde511a9 fix: non-UTF-8 content-type headers 2023-05-02 12:11:23 -03:00
Jalil SA 578606779d update tests 2023-04-29 00:52:39 -06:00
Jalil SA 3d29f20fc2 added tests for jmespath 2023-04-28 23:54:09 -06:00
Jalil SA 865c36bdbb update docs 2023-04-28 08:56:11 -06:00
guillermo-bondonno b50c032ee9
Add feed_slot_closed and feed_exporter_closed signals (#5876) 2023-04-26 08:20:37 +02:00
Jalil SA 9af596a6b8 feat: Add support for the Parsel JMESPath 2023-04-25 10:24:14 -05:00
Andrey Rakhmatullin 8c8fb67057
Update tool versions (#5908) 2023-04-24 09:34:34 +02:00
Jalil SA 5a37af146f
Update documentation expectations for Parsel 1.8.0 (#5902) 2023-04-21 09:29:57 +02:00
DeflateAwning 87c8c51999
Fix a typo in the FAQ (#5904) 2023-04-20 08:23:02 +02:00
Andrey Rakhmatullin abc9c1ac6f
Merge pull request #5901 from jxlil/fix/5899
Fix: Request.from_curl() with $-prefixed string literals
2023-04-19 13:35:01 +04:00
Jalil SA f69ba43f8e fix: import re 2023-04-19 02:06:00 -05:00
Jalil SA b7ecec1809
Update scrapy/utils/curl.py
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2023-04-19 01:04:03 -06:00
tstauder ef61fb5698
Fix flaky tests involving feed export batches (#5898)
Co-authored-by: jmannoop <jmannoop@umich.edu>
2023-04-19 08:33:32 +02:00
Jalil SA 7e1814faf8 fix: regex 2023-04-18 23:36:51 -05:00
Jalil SA 3209eac14f fix: checks 2023-04-18 22:35:15 -05:00
Jalil SA 69f96b9e96 fix: regex 2023-04-18 22:28:16 -05:00
Jalil SA 88c58a8c9c feat: added test_post_data_raw_with_string_prefix 2023-04-18 22:28:16 -05:00
Jalil SA f5447f3b4c fix: Request.from_curl() with prefixed string literals 2023-04-18 22:27:52 -05:00
Andrey Rakhmatullin 02f3e8d413
Typing for scrapy/core/downloader (#5896) 2023-04-17 08:37:52 +02:00