pullrequests Search Results · language:Dune language:JavaScript language:Python language:Java language:JavaScript language:CSS
Filter by
191M results
me03
https://github.com/metasfresh/me03/issues/30429 — mobile Distribution: Extend filtering modes by introducing
IsPackingPlace flag
What
Adds a new boolean C_Workplace.IsPackingPlace (default Y) that ...
Improving the response when the questions is out of answers context.
Automated E2E test PR - will be cleaned up automatically
📝 Summary
Briefly describe the changes.
🔗 Related Issue
Link to the issue, if any.
✅ Tests
- [ ] Tests updated?
Adding Docstrings and Readme
Summary
- 회원가입: 아이디(실시간 중복체크), 닉네임, 비밀번호(확인), 이메일(선택)
- 로그인: 아이디 + 비밀번호
- profiles 테이블 연동 (username, nickname, email, created_at)
- 아이디 실시간 중복 확인, 비밀번호 보기/숨기기 토글
- supabase-setup.sql: 실행 필요한 ...
What
NotificationRepository.update_config (and the cache-miss/DB path in get_config) caught a _dict_to_config failure with
except Exception: return None. The route turned that None into **HTTP 404 Config ...
Part of the config-audit rollout (gateway branch 2/3). Makes wikilink handling match Obsidian, bounds read size, and
closes the imperative-layer test gap.
Semantics (Obsidian-correct)
- `backlinks` ...
…tarts.
Replace in-memory sessions with signed tokens and store wizard progress in UserOnboarding so onboarding API calls no
longer return 401 after deploys.