Fetch commit messages for commits on GitHub#337
Merged
tmcgilchrist merged 1 commit intoocurrent:masterfrom May 10, 2022
Merged
Conversation
Contributor
Author
|
@tmcgilchrist could you take a look at this PR, please? |
tmcgilchrist
approved these changes
May 6, 2022
Member
tmcgilchrist
left a comment
There was a problem hiding this comment.
Looks good thanks @punchagan
d0600e0 to
3f8e63b
Compare
Contributor
Author
|
Thanks for taking a look, @tmcgilchrist! The build is green now. Could this be merged? |
tmcgilchrist
added a commit
to tmcgilchrist/opam-repository
that referenced
this pull request
Jun 2, 2022
…, current_github, current_git, current_examples, current_docker and current (0.6.1) CHANGES: Web UI: - UI restyle, embed files using ocaml-crunch. (@ewanmellor, @MisterDA, ocurrent/ocurrent#315) - Automatically refresh some pipeline pages. (@MisterDA, ocurrent/ocurrent#227) - Allow to import and export using CSV the log rules. (@MisterDA, ocurrent/ocurrent#327) - Log matcher takes the pattern with the highest score (@kit-ty-kate, ocurrent/ocurrent#335) API: - GitHub: Add pp_short for commit and fix url link for GH commits. (@tmcgilchrist, ocurrent/ocurrent#347) - GitHub: Fetch commit messages for commits on GitHub (@punchagan, ocurrent/ocurrent#337) - GitHub: Add Current_github.Api.cmdliner_opt. (@dra27, ocurrent/ocurrent#338) - GitHub: Add extra PR information to Ref.t (@tmcgilchrist @TheLortex, ocurrent/ocurrent#336) Plugins: - GitLab: support GitLab clone fork and fetch MR branch. (@MisterDA, ocurrent/ocurrent#346) - Git: Fix handling of git repositories with submodules. (@talex5, ocurrent/ocurrent#345) - GitLab: Fix ref filtering bug for GitLab (@tmcgilchrist, ocurrent/ocurrent#332) Other: - Add missing dependencies on Unix (@dra27, ocurrent/ocurrent#331)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It is useful to fetch the commit message when fetching commits from GitHub. Current bench, for instance, could make the UI friendlier by displaying the commit message in the UI. ocurrent/current-bench#356