Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashicorp-forge/hermes
/ functions
Functions
1,102 in github.com/hashicorp-forge/hermes
⨍
Functions
1,102
◇
Types & classes
995
Method
saveTitle
(newValue: string)
web/app/components/project/index.ts:285
Method
saveTitle
(title: string)
web/app/components/document/sidebar.ts:704
Method
scope
* The current scope of the search results. * If docResults and projectResults are both present, the scope is All, * otherwise, it is Projects or
web/app/components/results/index.ts:119
Method
scopeIsAll
* Whether the current scope is "all". * Used in template and getter logic.
web/app/components/results/index.ts:34
Method
screenIsSmall
()
web/app/components/dashboard/recently-viewed.ts:27
Method
scrollBack
()
web/app/components/dashboard/recently-viewed.ts:87
Method
scrollContainer
* An asserted-true reference to the scroll container.
web/app/components/x/dropdown-list/index.ts:143
Method
scrollForward
()
web/app/components/dashboard/recently-viewed.ts:79
Method
searchLoaderIsShown
()
web/app/components/related-resources/add.ts:289
Method
searchTags
(query)
web/app/components/inputs/tag-select.js:27
Method
sectionHeaderButtonIsHidden
* Whether the "Add Resource" button should be hidden. * True when editing is explicitly disabled (e.g., when the viewer doesn't have edit * perm
web/app/components/document/sidebar/related-resources.ts:102
Method
seeMoreButtonIsShown
()
web/app/components/product-area/index.ts:14
Method
selectedProductAbbreviation
()
web/app/components/inputs/product-select.ts:47
Function
server
()
web/mirage/helpers.ts:8
Function
setFeatureFlag
( mirageContext: MirageTestContext, flag: string, value: boolean, )
web/mirage/utils.ts:130
Method
setFirst
()
web/app/components/x/dropdown-list/index.ts:333
Method
setJiraIssue
(issue: JiraPickerResult)
web/app/components/new/project-form.ts:60
Method
setLast
()
web/app/components/x/dropdown-list/index.ts:337
Function
setLatestProductDocumentNumberinDB
setLatestProductDocumentNumberinDB sets the latest product document number in the database. TODO: remove along with ProductLatestDocumentNumber (not u
internal/api/reviews.go:793
Method
setNewOwner
(newOwners: string[])
web/app/components/document/sidebar.ts:631
Method
setProperties
(hash: T)
web/types/ember-cli-mirage/test-support.d.ts:10
Method
shareButtonIsShown
* Whether the share button should be shown. * True if the document is published or the draft is shareable. * False otherwise.
web/app/components/document/sidebar.ts:333
Method
shareButtonIsShown
* If the share button is shown. If the parent component sets this true, * it will override the default behavior, which is to show the share button
web/app/components/document/sidebar/header.ts:38
Method
shareURL
* The URL that the copyURLButton should copy to the clipboard. * If the document is a draft, this is the current window location. * If the doc i
web/app/components/document/sidebar.ts:301
Method
shortLinkBaseURL
* The app's configured shortLinkBaseURL if it exists. * Used to determine whether a URL is a first-party shortLink.
web/app/components/related-resources/add.ts:189
Method
showEditModal
(resource: RelatedResource, index: number)
web/app/components/project/index.ts:328
Method
showEmptyState
({ insertedSprites }: TransitionContext)
web/app/components/project/resource-list.ts:150
Method
showFallbackIcon
()
web/app/components/favicon.ts:17
Method
showInput
()
web/app/components/project/jira-widget.ts:195
Method
showModal
()
web/app/components/related-resources.ts:128
Method
showModal
()
web/app/components/document/sidebar/related-resources/list.ts:54
Method
showNewProjectForm
()
web/app/components/projects/add-to-or-create.ts:60
Method
showProjectsModal
()
web/app/components/document/sidebar.ts:558
Method
showSignOut
()
web/app/components/header/nav.ts:54
Method
showTransferOwnershipModal
()
web/app/components/document/sidebar.ts:575
Method
shownFilters
* A flat array of active filters. Looped through in the template.
web/app/components/header/active-filter-list.ts:28
Method
shownItems
* The items that should be shown in the dropdown. * Initially the same as the items passed in and * updated when the user types in the filter in
web/app/components/x/dropdown-list/index.ts:178
Method
shownProjects
* The projects that are shown in the search modal. * Filters out archived and completed projects, as well as projects * that are already associa
web/app/components/projects/add-to-or-create.ts:41
Method
size
()
web/app/components/doc/thumbnail.ts:30
Method
sizeIsSmall
()
web/app/components/doc/folder-affordance.ts:12
Method
snippet
* The snippet, if the doc is a search result. * We show this instead of the doc description if it exists.
web/app/components/doc/tile-medium.ts:68
Method
sortDirection
()
web/app/controllers/authenticated/documents.ts:24
Method
sortDirection
()
web/app/controllers/authenticated/my/documents.ts:15
Method
sortOrderMenuItems
* The items to display in the overflow menu according * to the resource's position in the list.
web/app/components/project/resource.ts:40
Method
sortParams
* The params passed to the sort-column LinkTo. * Resets the page to 1 and sets the new sort direction.
web/app/components/my/docs.ts:66
Method
standardTemplateIsShown
()
web/app/controllers/authenticated.ts:16
Function
statefulFacet
(facet)
web/app/utils/facets.js:25
Method
status
()
web/app/components/doc/status.ts:30
Method
status
()
web/app/components/doc/thumbnail.ts:22
Method
statusLabel
* The label for the status dropdown. * Represents the current status of the project.
web/app/components/project/index.ts:128
Method
statuses
()
web/app/components/projects/index.ts:22
Method
statuses
* The statuses available as filters.
web/app/components/header/toolbar.ts:123
Method
stringValue
()
web/app/components/custom-editable-field.ts:33
Method
stringValue
()
web/app/components/editable-field/read-value.ts:33
Method
subscriptionsPostBody
* Returns the user's subscriptions as a JSON string. * E.g., '{"subscriptions":["Customer Success", "Terraform"]}' * Used in POST requests to th
web/app/services/authenticated-user.ts:41
Method
subscriptionsPostHeaders
* The headers to use in POST requests to the subscriptions endpoint.
web/app/services/authenticated-user.ts:52
Function
summary
()
web/mirage/factories/related-hermes-document.ts:20
Method
supportDocsURL
()
web/app/components/header/nav.ts:62
Method
supportURL
()
web/app/components/footer.ts:35
Method
targetRoute
* The item-type-dependent LinkTo route.
web/app/components/dashboard/recently-viewed/item.ts:62
Method
taskIsRunningMessageIsShown
* Whether the "creating..." message is shown. * True if `@taskIsRunning` and `@isModal` is false/undefined.
web/app/components/new/form.ts:43
Method
temporaryShareButtonIcon
* The icon to show in the share button while the user is * creating a shareable link. Shows the "running" animation while * the request works; s
web/app/components/document/sidebar.ts:431
Method
temporaryShareButtonTooltipText
* The tooltip text to show in the share button * while the user is creating or has recently created a shareable link.
web/app/components/document/sidebar.ts:417
Method
time
()
web/app/components/table/row.ts:19
Function
title
()
web/mirage/factories/related-hermes-document.ts:10
Method
title
* The title of the resource. Returns the `name` or `title` property, * depending on the type.
web/app/components/document/sidebar/related-resources/list-item/resource.ts:44
Method
title
* The title of the item, whether it's a document or a project.
web/app/components/dashboard/recently-viewed/item.ts:97
Method
titleTooltipText
* The text passed to the TooltipIcon beside the title.
web/app/components/document/sidebar/related-resources.ts:117
Method
toggleButtonIsShown
* Whether the toggle button should be shown. * True if there are more than four docs.
web/app/components/dashboard/docs-awaiting-review.ts:34
Method
toggleChecked
()
web/app/components/modals/draft-created.ts:38
Method
toggleCollapsed
()
web/app/components/dashboard/docs-awaiting-review.ts:49
Method
toggleContent
()
web/app/components/floating-u-i/index.ts:59
Method
toggleDraftVisibilityTooltipText
* The context-specific text of the draft-visibility toggle.
web/app/components/document/sidebar.ts:269
Method
toggleSidebarCollapsedState
()
web/app/components/document/index.ts:22
Method
tooltipIsForcedOpen
* Whether the tooltip is forced open regardless of hover state. * True when the parent has provided text for the tooltip, * such as "Creating li
web/app/components/copy-u-r-l-button.ts:44
Method
tooltipIsForcedOpen
* Whether the tooltip is forced open, regardless of hover state. * True if the parent component has passed a tooltip text prop, * e.g., "Creatin
web/app/components/document/sidebar/header.ts:25
Method
tooltipText
* The text to show in the tooltip. * If the parent has provided text, e.g., "Loading," use that. * Otherwise use "Copy link" or, if a URL was re
web/app/components/copy-u-r-l-button.ts:66
Method
tooltipText
* An asserted-to-exist reference to the tooltip text.
web/app/modifiers/tooltip.ts:214
Method
transition
({ insertedSprites, removedSprites }: TransitionContext)
web/app/components/new/form.ts:47
Method
transition
* The transition for the list items. * Called when the list changes.
web/app/components/document/sidebar/related-resources/list.ts:77
Method
transitionRules
({ firstTime }: { firstTime: boolean })
web/app/components/document/sidebar/related-resources/list.ts:64
Method
tweenIsDone
()
web/app/utils/ember-animated/animate-transform.ts:110
Method
typeIsPeople
* Whether to use the `PeopleSelect` component. True if the * `type` argument is "people" or "approvers".
web/app/components/editable-field.ts:96
Method
typeIsPeople
* Whether type of the field is `PEOPLE`. * Used in the template to determine what to pass to `EditableField`.
web/app/components/custom-editable-field.ts:23
Method
typeIsPeople
()
web/app/components/editable-field/read-value.ts:18
Method
updateApprovers
(approvers: string[])
web/app/components/document/sidebar.ts:688
Method
updateContributors
(contributors: string[])
web/app/components/new/doc-form.ts:164
Method
updateContributors
(contributors: string[])
web/app/components/document/sidebar.ts:700
Method
updateFormValues
()
web/app/components/related-resources/add-or-edit-external-resource-modal.ts:91
Method
updateInputValue
(event: Event)
web/app/components/projects/add-to-or-create.ts:68
Method
updatePosition
()
web/app/components/floating-u-i/content.ts:81
Method
updatePosition
()
web/app/modifiers/tooltip.ts:307
Function
url
()
web/mirage/factories/related-external-link.ts:9
Method
url
* The URL of the project. Used by the CopyURLButton.
web/app/components/project/index.ts:135
Method
url
* The full URL of an ExternalResource
web/app/components/document/sidebar/related-resources/list-item/resource.ts:54
Method
userEmail
* A shorthand getter for the authenticatedUser's email.
web/app/services/algolia.ts:49
Function
validateID
validateID validates the whether the ID matches the ID tag in the Algolia document object
internal/api/drafts.go:1331
Method
value
()
web/app/components/x/dropdown-list/checkable-item.ts:34
Method
valueIsEmpty
()
web/app/components/editable-field/read-value.ts:22
Method
version
()
web/app/components/footer.ts:15
← previous
next →
1,001–1,100 of 1,102, ranked by callers