Skip to content

feat: add features to sync config table#5652

Merged
TBonnin merged 2 commits into
masterfrom
tbonnin/nan-4970/cli-features-detection
Mar 18, 2026
Merged

feat: add features to sync config table#5652
TBonnin merged 2 commits into
masterfrom
tbonnin/nan-4970/cli-features-detection

Conversation

@TBonnin
Copy link
Copy Markdown
Collaborator

@TBonnin TBonnin commented Mar 16, 2026

To be used in next PR to store features used by a given function. At first we'll only track use of checkpoints in function.


Add features column to sync config table and relax related tests

This PR introduces a database migration that adds a non-null text[] features column with an empty array default to the _nango_sync_configs table. It also updates integration tests to use toMatchObject to tolerate the new column and removes explicit empty properties assertions in JSON schema expectations.


This summary was automatically generated by @propel-code-bot

@TBonnin TBonnin requested a review from a team March 16, 2026 21:01
@linear
Copy link
Copy Markdown

linear Bot commented Mar 16, 2026

Copy link
Copy Markdown
Contributor

@propel-code-bot propel-code-bot Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review found no issues with the changes.

Status: No Issues Found | Risk: Low

Review Details

📁 1 files reviewed | 💬 0 comments

Instruction Files
├── .claude/
│   ├── agents/
│   │   └── nango-docs-migrator.md
│   └── skills/
│       ├── agent-builder-skill/
│       │   ├── EXAMPLES.md
│       │   └── SKILL.md
│       ├── creating-integration-docs/
│       │   └── SKILL.md
│       └── creating-skills-skill/
│           └── SKILL.md
├── AGENTS.md
└── GEMINI.md

TBonnin added 2 commits March 18, 2026 15:00
To be used in next PR to store features used by a given function.
At first we'll only track use of checkpoints in function.
@TBonnin TBonnin force-pushed the tbonnin/nan-4970/cli-features-detection branch from 0bd65df to a4dcc99 Compare March 18, 2026 19:06
@TBonnin TBonnin added this pull request to the merge queue Mar 18, 2026
Merged via the queue into master with commit f393a3b Mar 18, 2026
25 checks passed
@TBonnin TBonnin deleted the tbonnin/nan-4970/cli-features-detection branch March 18, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants