Commit Graph

1948 Commits (524132e100eda10062f6c73505ed51995d8a1e0d)

Author SHA1 Message Date
Raphaël Vinot 524132e100 fix: revert support for python 3.12
Not supported by playwright: https://github.com/microsoft/playwright-python/issues/2096
2023-10-12 16:32:43 +02:00
Raphaël Vinot f599f2e031 chg: Add support for python 3.12 2023-10-12 16:15:43 +02:00
Raphaël Vinot 0daff9ef77 chg: settings tweaks, logging 2023-10-11 15:02:11 +02:00
Raphaël Vinot b4599492f3 fix: Avoid exception killing website if non-responsive 3rd party module. 2023-10-11 14:57:53 +02:00
Raphaël Vinot 5db3401079 chg: Bump deps 2023-10-11 14:55:45 +02:00
Raphaël Vinot 5ca7c5cb1d fix: Typo in last commit 2023-10-10 21:40:49 +02:00
Raphaël Vinot 3e4eb572a0 chg: auto-restart webservers after 1000 requests 2023-10-10 21:32:26 +02:00
Raphaël Vinot fe74b543bb chg: Bump deps 2023-10-09 10:27:47 +02:00
Raphaël Vinot 2920f796fe fix: Speedup generating pickles in BG 2023-10-09 10:26:37 +02:00
Raphaël Vinot 6e1e4d831c fix: Make mypy happy 2023-10-04 11:21:36 +02:00
Raphaël Vinot 466320a0e0 chg: Bump deps 2023-10-04 11:20:52 +02:00
Raphaël Vinot 04392d6922 new: Simplistic script to generate the index file in a s3fs bucket in pure python 2023-10-04 11:20:02 +02:00
Raphaël Vinot f2c9647a9e new: Don't attempt to initialize indexes if they're on a s3fs mount 2023-10-04 11:06:02 +02:00
Raphaël Vinot e3b85508f1 fix: Attempt to check if a directory is empty faster. 2023-10-02 16:16:22 +02:00
Raphaël Vinot f250cba632 chg: yet another attempt to improve checking archived captures 2023-10-02 15:50:46 +02:00
Raphaël Vinot 1220f5926d fix: reduce calls to stat on archived dirs, improve logging 2023-09-29 15:00:40 +02:00
Raphaël Vinot db9e6edcdb chg: Bump deps 2023-09-29 14:59:27 +02:00
Raphaël Vinot a5e024ab84 fix: Update legend with downloaded icon 2023-09-28 17:15:48 +02:00
Raphaël Vinot 7d85d93b23 chg: Add icon in node if it contains a downloaded file
Fix #792
2023-09-28 16:56:20 +02:00
Raphaël Vinot 532dcba04d new: Get file downloaded in capture 2023-09-27 12:09:20 +02:00
Raphaël Vinot 5d760e3ec7 chg: Bump deps, support for download and HTML render 2023-09-27 12:07:04 +02:00
Raphaël Vinot 68204c2686 new: Support for rendered nodes with HTML and downloaded file 2023-09-26 18:08:04 +02:00
Raphaël Vinot 219ae1baa7 fix: Bypass weird GHA limitation 2023-09-25 16:00:01 +02:00
Raphaël Vinot ca18a95fc7 chg: Clone redis the GHA way 2023-09-25 15:53:17 +02:00
Raphaël Vinot da43d04841 chg: Attempt to install system deps for playwright with the relevant script. 2023-09-25 11:41:14 +02:00
Raphaël Vinot ad16ba0943 chg: Print logs when GHA fails 2023-09-25 11:11:42 +02:00
Raphaël Vinot d677bf35f2 chg: Clone PyLookyloo the GHA way 2023-09-25 10:59:39 +02:00
Raphaël Vinot d1cc5cb78b chg: Bump deps, improve tests 2023-09-25 10:37:02 +02:00
Raphaël Vinot 3b5e45a1e7 fix: Properly stop when there is nothing to archive 2023-09-23 11:38:25 +02:00
Raphaël Vinot a1619d013f chg: fix non-existing favicon, bump jquery 2023-09-21 18:58:06 +02:00
Raphaël Vinot c91516edac chg: Bump deps 2023-09-19 18:50:12 +02:00
Raphaël Vinot d4b9ca13af chg: Avoid setting the lock and quitting, cleanup 2023-09-19 14:26:35 +02:00
Raphaël Vinot 1fcd4cfa3f fix: Make sure we only get valid dirs out of the month directory 2023-09-19 12:51:34 +02:00
Raphaël Vinot 50406a921c fix: Attempt to avoid listing non-existing directories 2023-09-19 12:14:00 +02:00
Raphaël Vinot bd6e603c19 chg: Bump deps 2023-09-18 16:23:53 +02:00
Raphaël Vinot 29fb60e9b7 fix: Avois error when capture is in a weird state 2023-09-18 15:02:33 +02:00
Raphaël Vinot 1533e33ede fix: remove locks from the archived directories 2023-09-18 10:38:05 +02:00
Raphaël Vinot 3fb9da8480 fix: Try to avoid exceptions and race conditions between archiving and build pickle 2023-09-18 01:31:28 +02:00
Raphaël Vinot 532b68dd07 fix: Avoid exception when attempting to move a capture 2023-09-18 00:33:59 +02:00
Raphaël Vinot 84175a944c fix: Update index of the right directory 2023-09-15 15:38:23 +02:00
Raphaël Vinot ae484cc14f chg: Update index right after archiving 2023-09-15 13:25:37 +02:00
Raphaël Vinot 8c707b364f fix: Missing f in f-string... 2023-09-15 11:42:33 +02:00
Raphaël Vinot 4ec6c4d059 chg: Bump deps 2023-09-15 11:31:08 +02:00
Raphaël Vinot 6c3f64e78a chg: Avoid waiting when many captures need to be archived 2023-09-15 11:30:04 +02:00
Raphaël Vinot 2037883945 chg: Bump deps
Related https://github.com/Lookyloo/monitoring/issues/23
2023-09-12 14:10:05 +02:00
Raphaël Vinot 5d5b93266d new: optionally ignore IPs when comparing nodes
Related https://github.com/Lookyloo/monitoring/issues/23
2023-09-12 14:03:02 +02:00
Raphaël Vinot b65bd126f9
Merge pull request #780 from Lookyloo/dependabot/github_actions/docker/build-push-action-5
build(deps): bump docker/build-push-action from 4 to 5
2023-09-12 12:33:58 +02:00
dependabot[bot] 038460dda5
build(deps): bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 10:33:34 +00:00
Raphaël Vinot 705a817fb0
Merge pull request #779 from Lookyloo/dependabot/github_actions/docker/login-action-3
build(deps): bump docker/login-action from 2 to 3
2023-09-12 12:33:23 +02:00
Raphaël Vinot 19c8f75950
Merge pull request #778 from Lookyloo/dependabot/github_actions/docker/metadata-action-5
build(deps): bump docker/metadata-action from 4 to 5
2023-09-12 12:33:12 +02:00