-
Notifications
You must be signed in to change notification settings - Fork 6
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
Show commit messages in renkulab #852
Comments
Will this also then allow the user to select a commit to look at? |
Good point. Just clarified this in the issue desc. |
Also along the lines of commits -- it would also be nice to see the first N chars of the commit message in the Environments tab when you're selecting a commit with which to start an environment! It would help users decide which commit to select and provide positive feedback for making descriptive commit messages cc @vfried |
Adds all the necessary logic to handle project's commits: * Add a new tab in project overview to show commits * Create ProjectCoordinator with basic metadata * Create higher order function to easily map project data from global store to React components fix #852
Adds all the necessary logic to handle project's commits: * Add a new tab in project overview to show commits * Create ProjectCoordinator with basic metadata * Create higher order function to easily map project data from global store to React components fix #852
Adds all the necessary logic to handle project's commits: * Add a new tab in project overview to show commits * Create ProjectCoordinator with basic metadata * Create higher order function to easily map project data from global store to React components fix #852
Motivation
Seeing the commit log is helpful to understand what has been happening in a project. I find myself often going to GitLab to see this, so we should integrate it into Renkulab directly.
Proposal
Add a tab "Commits" to the overview page and show the commit log there. They should be grouped by date -- there should be a header with the date and all commits in that date should be there. See mockup below.
Interactions
Initially,
Other interactions can be done later.
Context
Notes
The text was updated successfully, but these errors were encountered: