Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Latest commit

 

History

History
381 lines (199 loc) · 18 KB

CHANGELOG.md

File metadata and controls

381 lines (199 loc) · 18 KB

CHANGELOG

v0.2.0 (2023-09-10)

⬆️

  • ⬆️ 🤖 Dependencies for poetry (4392d54)

Other

  • Merge pull request #14 from mraniki/dev

⬆️ 🤖 Dependencies (6cacc66)

  • Merge pull request #11 from mraniki/dependabot/pip/dev/pytest-playwright-tw-0.4.2

⬆️ 🤖 Dependencies: Update pytest-playwright requirement from ^0.3.3 to ^0.4.2 (f2b4f35)

  • Merge branch 'main' into dev (a71fa98)

  • Merge pull request #9 from mraniki/dependabot/pip/dev/sphinx-gte-5-and-lt-8

⬆️ 🤖 Dependencies: Update sphinx requirement from >=5,<6 to >=5,<8 (96b2d6f)

  • Merge branch 'main' into dev (440e308)

  • Merge pull request #13 from mraniki/dependabot/pip/dev/fastapi-tw-0.103.1

⬆️ 🤖 Dependencies: Update fastapi requirement from ^0.101.0 to ^0.103.1 (0afcf0e)

  • Merge pull request #10 from mraniki/dependabot/pip/dev/python-semantic-release-tw-8.0.8

⬆️ 🤖 Dependencies: Update python-semantic-release requirement from ^7.34.6 to ^8.0.8 (bb8d401)

  • Merge pull request #8 from mraniki/dev

✨ Refresh (61b69a1)

  • Rename test_unit.py to tests/test_unit.py (fb1e864)

  • Create test_unit.py (c061f80)

  • Rename src/default_settings.toml to src/morpho/default_settings.toml (b5107b8)

  • Rename src/config.py to src/morpho/config.py (37b8346)

  • Rename src/bot.py to src/morpho/bot.py (cae8890)

  • Rename src/.requirements/requirements.txt to .requirements/requirements.txt (090b48c)

  • Create .dockerignore (2ae72cf)

  • Delete semantic.yml (d3c9d52)

  • Rename dependabot.yml to renovate.json (e52ae5c)

  • Merge pull request #7 from mraniki/main

Update ✨Flow.yml (f9719a3)

  • Rename src/requirements.txt to src/.requirements/requirements.txt (71c85b6)

Update

  • Update version variables in pyproject.toml and remove version reference in bot.py (949182f)

  • ⬆️ 🤖 Dependencies: Update pytest-playwright requirement

Updates the requirements on pytest-playwright to permit the latest version.


updated-dependencies:

  • dependency-name: pytest-playwright dependency-type: direct:development ...

Signed-off-by: dependabot[bot] <[email protected]> (c853317)

  • Update python-semantic-release and ruff versions (547a75b)

  • Update GitHub Actions workflow file (5091a62)

  • ⬆️ 🤖 Dependencies: Update fastapi requirement

Updates the requirements on fastapi to permit the latest version.


updated-dependencies:

  • dependency-name: fastapi dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (58eb362)

  • ⬆️ 🤖 Dependencies: Update python-semantic-release requirement

Updates the requirements on python-semantic-release to permit the latest version.


updated-dependencies:

  • dependency-name: python-semantic-release dependency-type: direct:development ...

Signed-off-by: dependabot[bot] <[email protected]> (ede0f60)

  • ⬆️ 🤖 Dependencies: Update sphinx requirement

Updates the requirements on sphinx to permit the latest version.


updated-dependencies:

  • dependency-name: sphinx dependency-type: direct:development ...

Signed-off-by: dependabot[bot] <[email protected]> (4ded82c)

  • Update and rename ✨Flow.yml to 👷Flow.yml (efa0398)

  • Update ✨Flow.yml (877a521)

🔊

v0.1.6 (2023-05-26)

🐛

🔧

v0.1.5 (2023-05-25)

  • ⚡ Refactor logging configuration in config.py file. (e08f00b)

v0.1.4 (2023-05-25)

  • ⚡ Refactor navigator function to improve sleep logging (da30ae9)

v0.1.3 (2023-05-23)

Update

  • ⚡ Update pyproject.toml with patch_emoji. (72b0532)

v0.1.2 (2023-05-23)

Other

  • 🔍 better error handling in case of not correct text (ce838e4)

🐛

  • 🐛 shorter timeing (b0cc9fc)

  • 🐛 bot blocked in case of timeout (3ac5599)

💬

v0.1.1 (2023-05-20)

💬

  • 💬Add Docker pull command to README. (d245f7d)

Update

v0.1.0 (2023-05-20)

Fix

  • Update Dockerfile to remove Firefox and fix formatting (5a3a58b)

  • 🐛 bugfix install steps (8d030a5)

Other

  • Fix screenshot fullPage parameter in navigator function. (2504446)

  • Refactor bot.py to use sync_playwright instead of async_playwright. (f5d3524)

  • Refactor bot.py to use async_playwright() for better performance. (3df6eb8)

  • alpine (cf61564)

  • Refactor Dockerfile to install dependencies separately (8809478)

  • Changed default_settings.toml location in config.py (78a48e9)

  • Merge branch 'main' of [email protected]:mraniki/morpho.git (8c428c6)

  • Remove playwright async API import. (d3d32d2)

  • Refactor Dockerfile to remove unnecessary user and group creation (5477b3c)

  • Merge branch 'main' of [email protected]:mraniki/morpho.git (7dfbaca)

Update

  • 🚸 Update logging and default settings (2edd87a)

  • Update Dockerfile and use Playwright instead of Pyppeteer in bot.py. (1b2eda4)

  • Update Dockerfile to use Python 3.11-slim-bullseye and Firefox-ESR (7ca2a6f)

  • Update Dockerfile to remove pyppeteer-install and change user to pptruser (65a4f79)

  • ⚡Update Dockerfile to include chromium-browser (d532e17)

  • ⚡Update Dockerfile with Firefox installation (90144f9)

  • ⚡dockerfile updateUpdate (e9982f4)

  • ⚡dockerfile updateUpdate (8de4e7e)

  • ⚡ 3.10 image (8774482)

  • ⚡ dockerfile revised order (74227ec)

  • ⚡ dockerfile pptruser (9e7e043)

  • ⚡Add permission to /app directory (34c9abe)

  • ⚡ Add root user to Dockerfile (2da369e)

  • ⚡ Remove pyppeteer-install command from Dockerfile (e71cdd2)

  • ⚡Add Ubuntu user and make /var/log writeable by adm group. (6e21f7d)

  • ⚡dockerfile update (b4b4663)

  • ⚡dockerfile update (cb0ae77)

  • ⚡dockerfile update (ffde43a)

  • ⚡dockerfile update (6d19f7b)

  • ⚡dockerfile update (c3995ba)

  • ⚡dockerfile update (d2e9d13)

  • ⚡dockerfile update (4593dcb)

  • ⚡dockerfile update (b35161d)

  • ⚡ dockerfile update (39d21f2)

  • ⚡ dockerfile update (2066470)

  • ⚡ pip alpine (ad21505)

  • ⚡ setup dockerfile alpine (8e12368)

  • ⚡ pip install (58d8485)

🐛

💥

  • 💥 converted to playwright (ce751e9)

🥚

v0.0.1 (2023-05-19)

Fix

  • 🐛 env var prefix (450a8ec)

  • 🐛 bugfix for flag settings (49c5481)

Other

Update

  • ⚡Update Dockerfile to use Ubuntu instead of Python. (b6947e3)

  • ⚡ Update data_selector range and launch message in bot.py. (14d44fb)

  • Update README.md (efd543b)

  • Update README.md (c842103)

💄

🥚