Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. addNoteToIssueThread :: Project -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Adds a new note to the thread. This can also create a thread from a single comment. Notes can be added to other items than comments, such as system notes, making them threads.

  2. addNoteToMergeRequestThread :: Project -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Adds a new note to the thread. This can also create a thread from a single comment.

  3. addNoteToSnippetThread :: Project -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Adds a new note to the thread.

  4. deleteCommitThreadNote :: Project -> Int -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Discussions

    Deletes an existing thread note of a commit.

  5. deleteIssueThreadNote :: Project -> Int -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Discussions

    Deletes an existing thread note of an issue.

  6. deleteMergeRequestThreadNote :: Project -> Int -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Discussions

    Deletes an existing thread note of a merge request.

  7. deleteSnippetThreadNote :: Project -> Int -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Discussions

    Deletes an existing thread note of an issue.

  8. modifyCommityThreadNote :: Project -> Int -> Int -> Int -> Maybe Text -> Maybe Bool -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Adds a new note to the thread.

  9. modifyMergeRequestThreadNote :: Project -> Int -> Int -> Int -> Maybe Text -> Maybe Bool -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    exactly one of body or resolved must be a Just value

  10. modifySnippetThreadNote :: Project -> Int -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Modify existing thread note of a snippet.

Page 138 of many | Previous | Next