Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closes #1136 - Pull changes of a remote Git repository into the local workspace of a Configuration Server #1145

Merged
merged 9 commits into from
Jul 22, 2021

Conversation

mariusoe
Copy link
Member

@mariusoe mariusoe commented Jul 19, 2021

closes #1136


This change is Reviewable

@mariusoe mariusoe force-pushed the feature/1136-pull-remote branch from 22605c4 to d445d8b Compare July 20, 2021 07:49
@mariusoe mariusoe marked this pull request as ready for review July 20, 2021 12:45
Copy link
Contributor

@Patrick-Eichhorn Patrick-Eichhorn left a comment

Choose a reason for hiding this comment

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

Reviewed 7 of 9 files at r1, 3 of 3 files at r2.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @mariusoe)


components/inspectit-ocelot-configurationserver/src/main/resources/application.yml, line 76 at r2 (raw file):

    # configuration synchronization. The initial synchronization is not related to the 'pull-at-startup' property!
    # Read the documentation for detailed information on this property!
    initial-configuration-sync: true

Should the value set default to false?


components/inspectit-ocelot-configurationserver/src/test/java/rocks/inspectit/ocelot/file/FileManagerTest.java, line 13 at r2 (raw file):

import rocks.inspectit.ocelot.file.accessor.workingdirectory.CachingWorkingDirectoryAccessor;

import java.io.IOException;

why?

@Patrick-Eichhorn Patrick-Eichhorn self-assigned this Jul 21, 2021
Copy link
Member Author

@mariusoe mariusoe left a comment

Choose a reason for hiding this comment

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

Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @Patrick-Eichhorn)


components/inspectit-ocelot-configurationserver/src/main/resources/application.yml, line 76 at r2 (raw file):

Previously, Patrick-Eichhorn wrote…

Should the value set default to false?

Done.


components/inspectit-ocelot-configurationserver/src/test/java/rocks/inspectit/ocelot/file/FileManagerTest.java, line 13 at r2 (raw file):

Previously, Patrick-Eichhorn wrote…

why?

Done.

Copy link
Member Author

@mariusoe mariusoe left a comment

Choose a reason for hiding this comment

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

Reviewed 6 of 9 files at r1, 1 of 3 files at r2, 2 of 2 files at r3.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @Patrick-Eichhorn)

Copy link
Contributor

@Patrick-Eichhorn Patrick-Eichhorn left a comment

Choose a reason for hiding this comment

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

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @mariusoe)

@mariusoe mariusoe merged commit 3362ed4 into inspectIT:master Jul 22, 2021
@mariusoe mariusoe deleted the feature/1136-pull-remote branch July 22, 2021 08:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pull changes of a remote Git repository into the local workspace of a Configuration Server
2 participants