Skip to content

Feat/intersection set operations#32

Merged
surafelfikru merged 133 commits into
Qoba-ai:mainfrom
surafelfikru:feat/intersection-set-operations
Mar 11, 2026
Merged

Feat/intersection set operations#32
surafelfikru merged 133 commits into
Qoba-ai:mainfrom
surafelfikru:feat/intersection-set-operations

Conversation

@DagmawiKK

Copy link
Copy Markdown
Contributor

This PR adds intersection set operations endpoint to compute common atoms across multiple source namespaces using a shared $x variable, writing results to a single target namespace.

Key Changes

  • New endpoint + intersection_transform helper.
  • Permission checks: read on all sources, write on target.
  • Unit + integration tests for success, invalid input, unauthorized.
  • Frontend Intersection page

Behavior

(transform
    (, (source1 $x) (source2 $x) ...)
    (, (target $x))
)

Notes

  • Requires ≥2 sources and exactly 1 target (backend validation).
  • Intersection with identical sources degenerates to identity.
  • Consistent with existing composition implementation.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have read the Contributing Guidelines.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

DagmawiKK and others added 30 commits October 11, 2025 17:01
DagmawiKK and others added 28 commits December 1, 2025 13:48
Also kept the previous behaviour of new tab creation on namespace
selection with the Ctrl + click combination.
Also changed some ui on tabs where
- the tabs are a bit wider
- remove the right and bottom border color on select
- added a top border select color
Command pallete and Tabbed namespace
@vercel

vercel Bot commented Feb 13, 2026

Copy link
Copy Markdown

@surafelfikru is attempting to deploy a commit to the timverhaegen's projects Team on Vercel.

A member of the Team first needs to authorize it.

@surafelfikru surafelfikru merged commit 2598843 into Qoba-ai:main Mar 11, 2026
1 of 2 checks passed
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.

6 participants