Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Tarento
delivery-excellence
digital-assets
python-webscraping-quickstart
Commits
e0793c33
Commit
e0793c33
authored
2 years ago
by
pushkar191098
Browse files
Options
Download
Patches
Plain Diff
refactor: sonarqube
parent
53b4b040
develop
No related merge requests found
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
src/Dockerfile
+15
-0
src/Dockerfile
src/app.py
+4
-4
src/app.py
src/common/blob_storage.py
+1
-1
src/common/blob_storage.py
src/common/elastic_wrapper.py
+9
-9
src/common/elastic_wrapper.py
src/common/scrapy_utils.py
+2
-2
src/common/scrapy_utils.py
src/common/selenium_utils.py
+22
-24
src/common/selenium_utils.py
src/config.py
+1
-1
src/config.py
src/models/agent_class.py
+19
-19
src/models/agent_class.py
src/models/agent_utils.py
+11
-11
src/models/agent_utils.py
src/models/job.py
+3
-3
src/models/job.py
src/models/status.py
+3
-3
src/models/status.py
src/repositories/agent.py
+10
-11
src/repositories/agent.py
src/repositories/job.py
+3
-3
src/repositories/job.py
src/resources/agent.py
+3
-6
src/resources/agent.py
src/resources/job.py
+2
-2
src/resources/job.py
src/scripts/info/__init__.py
+4
-4
src/scripts/info/__init__.py
src/scripts/info/applied_selenium.py
+84
-61
src/scripts/info/applied_selenium.py
src/scripts/info/grainger_scrapy.py
+6
-8
src/scripts/info/grainger_scrapy.py
src/scripts/info/no_scripts.py
+3
-13
src/scripts/info/no_scripts.py
src/scripts/info/rs_scrapy.py
+18
-16
src/scripts/info/rs_scrapy.py
with
223 additions
and
201 deletions
+223
-201
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets