Adrián Chaves
|
a3afff4a0e
|
Fix style issue
|
2020-07-07 14:11:02 +02:00 |
Adrián Chaves
|
79b4dfc53e
|
Fix permission handling on project generation from template files
|
2020-07-07 14:07:04 +02:00 |
ajaymittur28
|
d014840672
|
Ignore flake8 E501 for `scrapy check` tests`
|
2020-07-07 15:24:33 +05:30 |
ajaymittur28
|
770a8127e8
|
Added basic `scrapy check` tests
|
2020-07-07 15:23:29 +05:30 |
BroodingKangaroo
|
f1020e0e6a
|
Tiny changes
|
2020-07-06 15:40:53 +03:00 |
Adrián Chaves
|
17aec5944c
|
Update tests/CrawlerRunner/ip_address.py
Co-authored-by: Eugenio Lacuesta <1731933+elacuesta@users.noreply.github.com>
|
2020-07-06 10:47:25 +02:00 |
Adrián Chaves
|
ec06cf79a6
|
Update tests/CrawlerRunner/ip_address.py
Co-authored-by: Eugenio Lacuesta <1731933+elacuesta@users.noreply.github.com>
|
2020-07-06 10:47:11 +02:00 |
BroodingKangaroo
|
6454d456d2
|
Make check of placeholder less strict
|
2020-07-03 10:24:13 +03:00 |
Adrián Chaves
|
eb93774256
|
TrackrefTestCase.test_get_oldest: protect from lack of precision
|
2020-07-03 01:41:47 +02:00 |
Adrián Chaves
|
3199048520
|
Complete Azure Pipelines CI setup
|
2020-07-03 00:56:24 +02:00 |
Adrián Chaves
|
6e58da1dcd
|
Merge branch 'master' into azure-pipelines
|
2020-07-02 17:49:42 +02:00 |
BroodingKangaroo
|
1e245046ed
|
Change setting name. Add leading zeroes to batch_id. Minor fixes.
|
2020-07-02 12:38:08 +03:00 |
Mikhail Korobov
|
56a6d22352
|
Merge pull request #4653 from scrapy/openssl-man-update
Update the OpenSSL cipher list format link
|
2020-07-01 23:28:52 +05:00 |
Andrey Rahmatullin
|
af55d23167
|
Update the OpenSSL cipher list format link
OpenSSL `ciphers(1)` is now almost empty: https://www.openssl.org/docs/manmaster/man1/ciphers.html
Alternative would be linking to 1.1.1 docs specifically.
|
2020-07-01 19:46:54 +05:00 |
Andrey Rahmatullin
|
0379df8608
|
Merge pull request #4652 from elacuesta/docs-loaders-dataclass
Docs: Simplify dataclass example in item loader page
|
2020-07-01 17:35:33 +05:00 |
BroodingKangaroo
|
7b1d3c35ea
|
Minor updates
|
2020-07-01 12:24:31 +03:00 |
Eugenio Lacuesta
|
5b88c522ac
|
Simplify dataclass example in item loader docs
|
2020-06-30 12:18:21 -03:00 |
Aditya Kumar
|
e46b47c365
|
Renew the localhost certificate for tests (#4650)
Validity
Not Before: Jun 28 12:54:15 2020 GMT
Not After : Jun 28 12:54:15 2021 GMT
Subject: C = IE, O = Scrapy, CN = localhost
|
2020-06-29 15:05:13 +02:00 |
Marc Hernández
|
464f24f8c1
|
Add --data-raw to utils.curl and fix missing method with data (#4612)
|
2020-06-29 14:20:29 +02:00 |
BroodingKangaroo
|
05c2587c6a
|
Docs update and tiny fixes
|
2020-06-28 09:45:45 +03:00 |
BroodingKangaroo
|
88a52198b9
|
Add batch_item_count support in FEEDS setting
|
2020-06-27 12:45:08 +03:00 |
BroodingKangaroo
|
c3cee74fd4
|
Change default value of FEED_STORAGE_BATCH_ITEM_COUNT to 0
|
2020-06-26 18:45:21 +03:00 |
BroodingKangaroo
|
77333666f1
|
resolve conflicts
|
2020-06-26 14:55:46 +03:00 |
Mikhail Korobov
|
0c8d8c5e85
|
Merge pull request #4645 from Lukas0907/fix-starturlsspider
Spider constructor expects name as argument, not start_urls.
|
2020-06-25 18:36:43 +05:00 |
Adrián Chaves
|
9f60481360
|
Bump version: 2.1.0 → 2.2.0
|
2020-06-24 12:27:39 +02:00 |
Adrián Chaves
|
6f4c964aa4
|
Cover Scrapy 2.2.0 in the release notes (#4630)
|
2020-06-24 12:26:38 +02:00 |
Lukas Anzinger
|
3672f5f988
|
Spider constructor expects name as argument, not start_urls.
Fixes #4644
|
2020-06-23 14:56:12 +02:00 |
Andrey Rahmatullin
|
536643efde
|
Merge pull request #4629 from StasDeep/fix/duplicated-feed-logs
Fix duplicated feed logs
|
2020-06-23 15:33:48 +05:00 |
Andrey Rahmatullin
|
4bee73cfa7
|
Merge pull request #4637 from elacuesta/typing
Typing: Tox env, CI job
|
2020-06-23 15:31:37 +05:00 |
Andrey Rahmatullin
|
374d996093
|
Merge pull request #4642 from elacuesta/docs-loaders-dataclass
Docs: add note about dataclass items and loaders
|
2020-06-23 15:30:48 +05:00 |
Adrián Chaves
|
cfd039aeb6
|
Remove a duplicate GCS_PROJECT_ID reference target
|
2020-06-22 19:28:33 +02:00 |
Eugenio Lacuesta
|
73b6ce8cb5
|
Update docs about dataclass items and loaders
|
2020-06-22 14:13:37 -03:00 |
Eugenio Lacuesta
|
1335d9053e
|
Update docs/topics/loaders.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
|
2020-06-22 14:05:44 -03:00 |
Eugenio Lacuesta
|
3efea98e05
|
Docs: add note about dataclass items and loaders
|
2020-06-22 12:41:25 -03:00 |
Eugenio Lacuesta
|
b99fe4aa4c
|
Add google-cloud-storage to the 'pinned' tox environment
|
2020-06-19 21:41:15 -03:00 |
Eugenio Lacuesta
|
c7f1c7e3f3
|
Merge branch 'master' into feat-685
|
2020-06-19 21:30:54 -03:00 |
Stanislau Hluboki
|
a4bfd5ab6f
|
Fix duplicated feed logs
|
2020-06-19 17:51:56 +03:00 |
Eugenio Lacuesta
|
7babf359e0
|
Typing: Tox env, CI job
|
2020-06-18 13:56:07 -03:00 |
Devi Sandeep
|
5d54173187
|
Update docs on accessing callback arguments in errback (#4634)
|
2020-06-18 12:01:38 +02:00 |
Stas Glubokiy
|
3d027fb578
|
Fix missing storage.store calls in FeedExporter.close_spider (#4626)
|
2020-06-17 17:08:14 +02:00 |
Andrey Rahmatullin
|
89e900e013
|
Merge pull request #4635 from cool-RR/patch-1
Use chain.from_iterable in python.py
|
2020-06-17 18:54:10 +05:00 |
Ram Rachum
|
214da8e523
|
Use chain.from_iterable in python.py
|
2020-06-17 13:50:54 +03:00 |
Eugenio Lacuesta
|
ec98dabfab
|
Support for dataclass and attrs items (#3881)
|
2020-06-14 11:45:27 +02:00 |
Eugenio Lacuesta
|
8b549392f9
|
Bump minimum Python version to 3.5.2 (#4615)
|
2020-06-11 14:53:59 +02:00 |
Andrey Rahmatullin
|
092f6fdea1
|
Merge pull request #4604 from MMesch/fix-startproject-permissions
give write access to template files after copying with startproject
|
2020-06-10 11:58:16 +05:00 |
Adrián Chaves
|
76a2cbf0ff
|
Apply minor style changes
|
2020-06-09 21:30:19 +02:00 |
Matthias Meschede
|
2df3b54c7d
|
refactor
|
2020-06-05 09:29:05 +02:00 |
Matthias Meschede
|
0cabf406d5
|
set write permission to startproject folder
|
2020-06-04 10:39:40 +02:00 |
Andrey Rahmatullin
|
63929e75e3
|
Merge pull request #4552 from jay24rajput/common_commands
Code sharing between crawl and runspider command
|
2020-06-03 12:06:12 +05:00 |
Eugenio Lacuesta
|
91e505edfe
|
Return single element from coroutine callback (#4609)
|
2020-06-02 10:32:14 +02:00 |