Changes between 0.4.0-alpha.3 and v1.0.0.0: Null values changed to '' and 24h time values to 12h time values
- 主要言語
- TypeScript
- スター
- 26
- フォーク
- 9
- 平均マージ
- 1日 3時間
- マージ済み PR(30日)
- 20
説明
### Command that triggered the bug
apiops publish
### Expected behavior
The extracted values are fine but after publish the values are changes:
Example:
Source JSON:
"firstSeen": "2026-07-11T14:01:26.0000000+00:00",
"lastSeen": "2026-07-11T14:58:54.0000000+00:00",
"zone": null,
Published values:
"firstSeen": "2026-07-11T02:01:26.0000000+00:00",
"lastSeen": "2026-07-11T02:58:54.0000000+00:00",
"zone": '',
### Actual behavior
Null values get replaced with empty string '' and 24h time values are replaced with 12h format values with no AM/PM flag.
### apiops CLI version
1.0.0.0
### Environment details
command runs in a gitlab pipeline on self hosted gitlab runner image: mcr.microsoft.com/dotnet/sdk:6.0
Nodejs version node-v22.14.0-linux-x64
### CI/CD environment
Other
### Is this bug blocking you?
Yes
コントリビューションガイド
調査の方向性
まず、issue に記載された source JSON と環境の詳細を使って `apiops publish` を再現し、次に抽出された値をシリアライズする publish パスを追跡します。公開された出力で null 値と元の 24 時間形式の時刻値が保持されれば完了です。両方のケースについて回帰テストを追加または更新してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 65/100