Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: theopenlane/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.2
Choose a base ref
...
head repository: theopenlane/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.0
Choose a head ref
  • 5 commits
  • 811 files changed
  • 3 contributors

Commits on Mar 31, 2026

  1. fix(deps): update module github.com/theopenlane/core to v1.14.1 (#2232)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    4c8ebd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. fix(deps): update all patch dependencies (#2238)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    9295bf5 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update module github.com/nyaruka/phonenumbers to v1.7.0 (#…

    …2241)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    a1ae8f2 View commit details
    Browse the repository at this point in the history
  3. fix: use datetime for evidence (#2243)

    * fix: use datetime for evidence
    
    Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
    
    * fix
    
    Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
    
    * fix
    
    Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
    
    * fix
    
    Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
    golanglemonade authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    e595104 View commit details
    Browse the repository at this point in the history
  4. Integrations v2 | Declarative Provider Registration & Runtime (#2236)

    * github app install metadata, CEL directory ingest, integration scoped credential plumbing
    
    * integrations refactor to use json.RawMessage constructs instead of manually hand rolled maps
    
    * regnerated output
    
    * wire up workflow metadata
    
    * clean up some cruft, make the contract boundaries tighter
    
    * boundary / security updates
    
    * fix registry mappings
    
    * refactor to try and use generated approach
    
    * rebase for caller
    
    * try and clear up service boundaries
    
    * simplify
    
    * criteria per integration source
    
    * allow ctx on webhook
    
    * add more schema annotations, update entx output to include more infos
    
    * no mas
    
    * fix github app and add tests
    
    * rub some samber/do on this implementation, remove all these one off types and use DO to streamline, clean up all these ancillary references
    
    * remove unused guards, consolidate github app config, remove pattern deviations
    
    * go all in on json.RawMessage, consolidate to CredentialSet and get rid of CredentialPayload, update tests, burn old maps
    
    * jsonx uplift
    
    * jsonx helpers, inline refactors
    
    * stash before the next refactor lol
    
    * wholesale v2 refactor + restructuring
    
    * clean generate
    
    * stub out new package shape
    
    * deleted the old, renamed the v2 again
    
    * remove old integration, update new
    
    * update handlers
    
    * muuuuch better shape
    
    * ingest setup is way off course but circling back around
    
    * fix up all the definnitions for standardization, add README
    
    * wire in webhook url fields
    
    * back out bad idea
    
    * extend integration graphql
    
    * gqlgen config for credential set and builder update
    
    * generated output
    
    * nom nom clean it up, streamline, remove now unused
    
    * missing keymaker persistence
    
    * we don't actually use policies so removing for now
    
    * add the actual sql migrations
    
    * remove integrations, stage new type definition
    
    * generated output and migrations
    
    * remove rollback behavior, add installationmetadata to builder
    
    * use the typed methods, stsage the new webhook field
    
    * reset migrations
    
    * gut the scope directives and CEL expr in wf engine, cleanup empty checks
    
    * consolidate AWS, actually implement azure entra and security center, clean up all these crazy dumb error evaluations in the handler
    
    * add credential registration, new refs, uniquness, lookups, move queries into runtime
    
    * so much cleanup zomg, more shared helpers, switch to use GetSubjectIDFromContext, remove dumb functions past matt left, purge unused fields
    
    * luls
    
    * regenerate output
    
    * surgery on the rebase screw up and regenerate output
    
    * add installations methods, disconnect, apply to every definition, reafctor credentialset to be opaque
    
    * simplifciation, cleanup passes, add unit tests
    
    * remove slug, definition ID is the unqiue, display name is the UI facing
    
    * test coverage
    
    * standardize the builder categories, remove labels in favor of tags
    
    * remove migrations
    
    * update the github import
    
    * add webhook tests, remove unused jsonschemutil, consolidate SCIM handlers
    
    * finish refactoring scim
    
    * migrations and clean up
    
    * linter, comments, readme
    
    * only the likely non conflicts
    
    * fix statusname mapping for finding and vuln, reset migrations and regenerate
    
    * fix all the handler tests
    
    * remove old outdated readme, swing at uplifting the test UI up, update FGA model for integration run and integration webhook
    
    * clean regenerate
    
    * schema fields
    
    * last fields to add
    
    * remove local override
    
    * re-set migrations
    
    * pr feedback
    
    * regnerate and migrations output
    
    * move to service owner designation
    
    * regenerate output
    matoszz authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    074764b View commit details
    Browse the repository at this point in the history
Loading