Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
tristdrum pushed 3 commits to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
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
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
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
tristdrum pushed 3 commits to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
tristdrum pushed 1 commit to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
- Restore requirements_local with known working versions and update Dockerfile ccc0c80
tristdrum pushed 2 commits to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
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
tristdrum pushed 2 commits to setup/environments-and-cicd WorkWeek-Pty-Ltd/deepface
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
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
tristdrum pushed 1 commit to main WorkWeek-Pty-Ltd/deepface
- feat: implement Sentry error tracking and performance monitoring 69cd8d2
tristdrum pushed 4 commits to main WorkWeek-Pty-Ltd/deepface
tristdrum pushed 1 commit to main WorkWeek-Pty-Ltd/deepface
- fix: add gunicorn for production deployment 529ba3d
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
tristdrum pushed 1 commit to master WorkWeek-Pty-Ltd/deepface
- docs: add custom domain configuration for deepface.workweek.tech 28a0cfc
tristdrum pushed 1 commit to master WorkWeek-Pty-Ltd/deepface
- Add Conda environment setup and fix type errors in routes.py f3169c5