Skip to content

Add SpineEventEngine repository submodules to summit manifest - #1

Merged
alexander-yevsyukov merged 3 commits into
masterfrom
copilot/add-git-submodules
Jul 21, 2026
Merged

Add SpineEventEngine repository submodules to summit manifest#1
alexander-yevsyukov merged 3 commits into
masterfrom
copilot/add-git-submodules

Conversation

Copilot AI commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This PR wires summit to track the requested SpineEventEngine repositories as Git submodules. It adds the full submodule manifest and corresponding gitlink entries at repo root.

  • Submodule manifest (.gitmodules)

    • Added entries for:
      • base-libraries, core-jvm, validation, tool-base, config, compiler, time, logging, jdbc-storage, core-jvm-compiler, ProtoTap, base-types, testlib, change, reflect, money
    • All URLs point to https://github.com/SpineEventEngine/<name>.git.
  • Root submodule links

    • Added root-level submodule paths matching the same list so each repo is tracked as a submodule in this repository.
  • Example manifest entry

    [submodule "core-jvm"]
    	path = core-jvm
    	url = https://github.com/SpineEventEngine/core-jvm.git
Original prompt

Please add the following repositories as Git submodules:

  • base-libraries
  • core-jvm
  • validation
  • tool-base
  • delivery-server
  • config
  • compiler
  • time
  • logging
  • jdbc-storage
  • core-jvm-compiler
  • ProtoTap
  • base-types
  • testlib
  • change
  • reflect
  • money

Copilot AI changed the title [WIP] Add repositories as Git submodules Add SpineEventEngine repository submodules to summit manifest Jul 21, 2026

@alexander-yevsyukov alexander-yevsyukov left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@alexander-yevsyukov
alexander-yevsyukov marked this pull request as ready for review July 21, 2026 17:16
@alexander-yevsyukov
alexander-yevsyukov merged commit a3b086d into master Jul 21, 2026
1 check 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.

2 participants