pullrequests Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:HTML language:Python
Filter by
174M results
Bumps strawberry-graphql from 0.257.0 to 0.315.7. details summary Commits /summary ul li See full diff in a href=
https://github.com/sponsors/strawberry-graphql/commits compare view /a /li /ul /details ...
dependencies
python
작업 내용
- ProjectExperience 모델 추가
- 프로젝트 등록 API 구현
- 프로젝트 목록 조회 API 구현
- 프로젝트 수정 API 구현
- 프로젝트 삭제 API 구현
- 로그인 사용자 기준 프로젝트 접근 권한 처리
- admin 등록 및 migration 생성
구현 API
- POST /api/v1/projects ...
Bumps requests from 2.32.5 to 2.33.0. details summary Release notes /summary p em Sourced from a href=
https://github.com/psf/requests/releases requests s releases /a . /em /p blockquote h2 v2.33.0 /h2 ...
dependencies
python:uv
This PR updates .github/dependabot.yml to the latest version.
Changes:
- Updated dependabot configuration
Added 17 unit tests in tests/test_search/test_build_filtered_query.py to cover _build_filtered_query in
src/web_core/search/client.py. These tests verify:
- include_domains capping (5) and exclude_domains ...
Summary
Adds a full Projects management feature following the existing Clients pattern. Each project has a name, description,
optional client assignment, start date, and status (active/completed/on-hold). ...
This PR removes the redundant from __future__ import annotations from src/better_telegram_mcp/relay_setup.py.
In Python 3.13+, this import is often unnecessary unless there are self-referential type hints ...
Optimized the resolveConfig function in packages/core-ts/src/storage/resolver.ts to reduce redundant operations inside
the environment variable resolution loop.
Key changes:
- Pre-calculating the common ...