my8100 / scrapydweb

Web app for Scrapyd cluster management, Scrapy log analysis & visualization, Auto packaging, Timer tasks, Monitor & Alert, and Mobile UI. DEMO :point_right:
https://github.com/my8100/files
GNU General Public License v3.0
3.16k stars 565 forks source link

Use urlquote to allow passwords with special characters. #235

Open espoirMur opened 3 months ago

espoirMur commented 3 months ago

This change introduces the usage of urlquote to allow the use of passwords with special characters such as @.

Previously those characters were converted, changing the password and leat to authentication failures.

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 218f960e-2f76-429e-aa73-367d2e11b48e

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
scrapydweb/utils/setup_database.py 1 3 33.33%
<!-- Total: 1 3 33.33% -->
Totals Coverage Status
Change from base Build 1f9efb3c-a791-4498-b745-263362a8011e: 0.1%
Covered Lines: 3470
Relevant Lines: 4041

💛 - Coveralls