Skip to content

User interface to view Embedded Git logs #728

New issue

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

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

Already on GitHub? Sign in to your account

Open
isc-pbarton opened this issue Apr 2, 2025 · 1 comment
Open

User interface to view Embedded Git logs #728

isc-pbarton opened this issue Apr 2, 2025 · 1 comment

Comments

@isc-pbarton
Copy link
Collaborator

Add a page that allows you to view the Embedded Git logs in SourceControl.Git.Log, including full contents of the stream storing the output of commands. Allow filtering by date.

@isc-pbarton
Copy link
Collaborator Author

Workaround for now to view the contents of the stream is that the SUBSTRING function in SQL will read a stream for you:
select Command, SUBSTRING(ErrorStream, 1, 100), SUBSTRING(LogStream, 1, 100), Source, TimeStamp, Username from SourceControl_Git.Log

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

No branches or pull requests

1 participant