Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

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

    gitlab-haskell GitLab.API.Discussions

    Creates a new thread to a single project issue. This is similar to creating a note but other comments (replies) can be added to it later.

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

    gitlab-haskell GitLab.API.Discussions

    Creates a new thread to a single project merge request. This is similar to creating a note but other comments (replies) can be added to it later. See the GitLab document: https://docs.gitlab.com/ee/api/discussions.html#create-new-merge-request-thread

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

    gitlab-haskell GitLab.API.Discussions

    Creates a new thread to a single project snippet. This is similar to creating a note but other comments (replies) can be added to it later.

  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 762 of many | Previous | Next