pullrequests Search Results · language:Dune language:Python language:Java language:Java language:HTML language:HTML language:Java
Filter by
114M results
작업 내용
- ErrorCode enum: 공통 에러 코드 4개 (INVALID_INPUT / UNAUTHORIZED / FORBIDDEN / INTERNAL_ERROR), HTTP status + 기본 메시지 보유
- ErrorResponse record: { code, message } + 정적 팩토리 of(ErrorCode)
- CustomException: ...
feat
This change addresses an IndexError: list index out of range occurring in the authentication pipeline, specifically
during SSO/SAML setup flows.
The root cause was identified as the step_index in the ...
What has changed and why?
Enable the Github Merge Queue Feature
How has it been tested?
Not at all
Did you update CHANGELOG.md?
- [ ] Yes
- [x] Not needed (internal change)
Why I m doing:
- The original PR was already merged to starrocks:main.
- See, https://github.com/StarRocks/starrocks/pull/69842
- The automated backport into branch-3.5-cc has failed due to ...
This PR was created by qwen-chat coder for task 94ae08b9-9522-4824-85df-cc887fb098b4.
update new version of alibabacloud-adb-smart-analyst which can use semantic layer for text-to-sql
Summary
- scripts/worktree-init.sh でシンボリックリンクを張る対象から .dagayn を削除
- 代わりに dagayn build --skip-flows を実行し、worktree ごとに独立したグラフを構築する
背景
従来は全 worktree がメインリポジトリの .dagayn/graph.db を共有していたため、 別ブランチでビルドされたグラフを参照してしまう問題があった。 ...
Automated update of .github/data/governance-policy-baseline.json from Management Group mg-alz.
| Metric | Value |
| --- | --- |
| Coverage | COMPLETE |
| Subscriptions Processed | 3 |
| Subscriptions ...
automation
governance
概要
- 【INC0027】SeqrchResultの呼び出し元によってタイトルを変更
作業内容
- screenFlagの値によってSearchResultに表示されるタイトルを変更した。
- screenFlag = 1 「本の詳細」(カテゴリー一覧より遷移)
- screenFlag = 2 「本を借りる」(借りる画面より遷移)
- screenFlag = 3 「本を返す」(返す画面より遷移) ...