Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

tristdrum

tristdrum pushed 3 commits to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
  • chore: disable upstream tests workflow" .github/workflows/tests.yml* d0dc841
  • Remove Fly Deploy GitHub Actions workflow file 705a290
  • Improve test reliability and logging: Add Fly CLI setup to test jobs, fix API key handling, improve machine startup l... 6fb0953

View on GitHub

tristdrum pushed 3 commits to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
  • fix(tcp health check): Refactor configuration and enhance health checks: Update internal port to 5001 in fly.dev.toml... ce14391
  • Refactor service configuration: Migrate TCP service settings to a unified structure in fly.dev.toml, fly.staging.toml... 09d1051
  • Enhance logging and retry mechanism in API tests: Update logging configuration for detailed output, reduce backoff de... 3590e40

View on GitHub

tristdrum starred mattmireles/Flatty
tristdrum pushed 8 commits to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
  • Update dev and staging memory to 8GB to handle ML dependencies 426c103
  • Increase memory allocation for performance VM from 4GB to 8GB in fly.toml to enhance resource availability. 15cbc6b
  • Fix TCP health check configuration by specifying port and grace period 281f712
  • fix: optimize dependencies to reduce image size (9.2GB → 3.2GB) for Fly.io compatibility 1a5b0e2
  • Fix test image URLs and update tests to use get_github_raw_url function bda065a
  • Update infrastructure config and requirements: increase root fs size, add volumes, optimize health checks 1d4ee4f
  • Remove test_api.py and add init file for api_tests module 11e2cc0
  • Update CI/CD workflow to use new pytest-based tests 38f7b89

View on GitHub

tristdrum pushed 1 commit to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
  • Fix health check to use POST with payload for verify endpoint 29cfaf5

View on GitHub

tristdrum pushed 3 commits to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
  • Add Gotchas section to README explaining dependency management structure b0a2520
  • Update README to clarify purpose of requirements_test.txt file 055cb7c
  • Fix dependency issues: Add cmake, update TensorFlow/Keras versions, move dlib to requirements_local f539058

View on GitHub

tristdrum pushed 1 commit to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
  • Restore requirements_local with known working versions and update Dockerfile ccc0c80

View on GitHub

tristdrum pushed 2 commits to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
  • Remove outdated local requirements file 2877c5c
  • Improve retry logic with exponential backoff and cleaner implementation c096af0

View on GitHub

tristdrum pushed 1 commit to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
  • Add minimal test requirements and update CI/CD workflow to use them f8ce04a

View on GitHub

tristdrum pushed 2 commits to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
  • Add test jobs for staging and production deployments f951438
  • Standardize Fly.io configurations across all environments 5e7ba65

View on GitHub

tristdrum opened a pull request on WorkWeek-Pty-Ltd/deepface
Multi-Environment Deployment & CI/CD Setup
# Multi-Environment Deployment & CI/CD Setup This PR establishes our deployment infrastructure and automated CI/CD pipeline. ## Changes - Set up three distinct environments: - Development...
tristdrum created a branch on WorkWeek-Pty-Ltd/deepface

setup/environments-and-cicd - A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python

tristdrum pushed 11 commits to main WorkWeek-Pty-Ltd/deepface
  • load_image now accepts file objects that support being read 4f0fa6e
  • defualt --> default f9af73c
  • failure to decode an io object as an image raises an exception 242bd3e
  • use requirements.txt for testing non-image io objects 8c5a235
  • adding IO[bytes] types to functions that now accept io objects 39173b7
  • updated docstrings for fucntions that now accept IO[bytes] f3da544
  • correct import ordering to be alphabetized 7112766
  • updating docstrings to appease linter 86fa2df
  • updated doctstring descriptions for functions that accept IO[bytes] file objects e4cba05
  • Merge pull request #1423 from PyWoody/load_image_io load_image now accepts file objects that support being read 29200f4
  • Merge branch 'serengil:master' into main e1c38a0

View on GitHub

tristdrum pushed 3 commits to main WorkWeek-Pty-Ltd/deepface
  • feat(deploy): configure zero-scaling with health checks - Set min_machines_running to 0 for true zero-scaling - Con... cc67214
  • feat(api): add unauthenticated health check endpoint - Add /health endpoint for Fly.io health checks - Ensure endpo... 02b852a
  • test(api): add comprehensive scaling and performance tests - Add retry logic for scale-up operations - Implement sc... 19fb4eb

View on GitHub

tristdrum pushed 1 commit to main WorkWeek-Pty-Ltd/deepface
  • feat: implement Sentry error tracking and performance monitoring 69cd8d2

View on GitHub

tristdrum pushed 4 commits to main WorkWeek-Pty-Ltd/deepface
  • chore: add sentry-sdk and flask-cors dependencies 65a84b1
  • chore: update Dockerfile to install additional requirements 7eb2acc
  • chore: set minimum machines to 1 to prevent cold starts 43690b5
  • feat: add Sentry integration and test endpoint d12540c

View on GitHub

tristdrum pushed 1 commit to main WorkWeek-Pty-Ltd/deepface
  • fix: add gunicorn for production deployment 529ba3d

View on GitHub

tristdrum deleted a branch WorkWeek-Pty-Ltd/deepface

master

tristdrum created a branch on WorkWeek-Pty-Ltd/deepface

main - A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python

tristdrum pushed 2 commits to master WorkWeek-Pty-Ltd/deepface
  • feat: add Sentry integration for error monitoring and performance tracking 0d56f6a
  • fix: update minimum machines running configuration to 0 in fly.toml 2d3491c

View on GitHub

tristdrum pushed 1 commit to master WorkWeek-Pty-Ltd/deepface
  • docs: add custom domain configuration for deepface.workweek.tech 28a0cfc

View on GitHub

tristdrum pushed 1 commit to master WorkWeek-Pty-Ltd/deepface
  • Add Conda environment setup and fix type errors in routes.py f3169c5

View on GitHub

tristdrum starred oxc-project/oxc
tristdrum starred vitest-dev/vitest
tristdrum starred vitejs/vite
tristdrum starred NVIDIA/Cosmos