[go: nahoru, domu]

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

Releases: mraniki/morpho

v0.2.0

10 Sep 06:40
Compare
Choose a tag to compare

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] <support@github.com> (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] <support@github.com> (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] <support@github.com> (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] <support@github.com> (4ded82c)

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

  • Update ✨Flow.yml (877a521)

🔊

v0.1.6

26 May 04:35
Compare
Choose a tag to compare

Fix

v0.1.4

25 May 18:29
Compare
Choose a tag to compare

Fix

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

v0.1.3

23 May 07:35
Compare
Choose a tag to compare

Fix

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

v0.1.2

23 May 06:54
Compare
Choose a tag to compare

Fix

Other

  • ⚡ sleeping params (31e4578)
  • 🐛 shorter timeing (b0cc9fc)
  • 🐛 bot blocked in case of timeout (3ac5599)
  • 🔍 better error handling in case of not correct text (ce838e4)
  • 💬 logging update. (857a120)
  • ⚡ ready to start (2bc8586)

v0.1.1

20 May 15:19
Compare
Choose a tag to compare

Fix

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

Other

v0.1.0

20 May 15:06
Compare
Choose a tag to compare

Feature

  • 🚸 Update logging and default settings (2edd87a)

Other

  • 💥 converted to playwright (ce751e9)
  • 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)
  • 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 Firefox and fix formatting (5a3a58b)
  • 🐛 dockerfile (fc4a263)
  • 🐛 remove playwright (a2c88b8)
  • ⚡ 3.10 image (8774482)
  • Alpine (cf61564)
  • Update Dockerfile to remove pyppeteer-install and change user to pptruser (65a4f79)
  • Refactor Dockerfile to install dependencies separately (8809478)
  • 🐛 bugfix install steps (8d030a5)
  • ⚡ dockerfile revised order (74227ec)
  • Changed default_settings.toml location in config.py (78a48e9)
  • Merge branch 'main' of git@github.com:mraniki/morpho.git (8c428c6)
  • Remove playwright async API import. (d3d32d2)
  • ⚡ dockerfile pptruser (9e7e043)
  • 🐛 minot typo (c3de59c)
  • 🐛 Cleaner dockerfile (3f4ed43)
  • ⚡Add permission to /app directory (34c9abe)
  • Refactor Dockerfile to remove unnecessary user and group creation (5477b3c)
  • ⚡ 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)
  • ⚡Update Dockerfile to include chromium-browser (d532e17)
  • ⚡Update Dockerfile with Firefox installation (90144f9)
  • ⚡dockerfile update (c3995ba)
  • ⚡dockerfile update (d2e9d13)
  • ⚡dockerfile update (4593dcb)
  • ⚡dockerfile updateUpdate (e9982f4)
  • ⚡dockerfile updateUpdate (8de4e7e)
  • ⚡dockerfile update (b35161d)
  • ⚡ dockerfile update (39d21f2)
  • ⚡ dockerfile update (2066470)
  • ⚡ pip alpine (ad21505)
  • ⚡ setup dockerfile alpine (8e12368)
  • 🥚 init (c44a241)
  • Merge branch 'main' of git@github.com:mraniki/morpho.git (7dfbaca)
  • ⚡ pip install (58d8485)

v0.0.1

19 May 22:51
Compare
Choose a tag to compare

Fix

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

Other