mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-10 04:17:28 -08:00
ad73f8995c
* ✨ Added resource locator interfaces to `n8n-workflow` package * ✅ Updating Trello node to use resource locator property type * ✨ Added resource locator prop to Delete Board` Trello operation * ✔️ Fiixing linting errors in Trello node * ✨ Added list mode to Trello test node * ⚡ Updating resource locator modes interface * ⚡ Updating Trello test node validation messages and placeholders * N8N-4175 resource locator component (#3812) * ✨ Implemented initial version of resource locator component * ✨ Implemented front-end validation for resource locator component. Improved responsiveness. Minor refactoring. * ⚡ Setting resource locator default state to list. Updating hover states and expand icon. * 🔨 Moving resource locator component to `ParameterInput` from `ParameterInputFull * 🔨 Moving `ResourceLocator` to a separate Vue component * 🔨 Implementing expression and drag'n'drop support in ResourceLocator` component * 🔨 Cleaning up `ResourceLocator` component code * ✨ Implemented resource locator selected mode persistance * 💄 Minor refactoring and fixes in `ResourceLocator` * 🔨 Updating `ResourceLocator` front-end validation logic * ⚡ Saving resource locator mode in node parameters * 💄 Updating the `ResourceLocator` component based on the design review * 🐛 Fixing resource locator mode parameters handling when loading node parameter values on front-end * 💄 Removing leftover unused CSS * ⚡ Updating interfaces to support resource locator value types * ⚡ Updating `ResourceLocator` component to work with object parameter values * 🔨 Cleaning up `ResourceLocator` and related components code * ⚡ Preventing `DraggableTarget` to be sticky if disabled * 🐛 Fixing a bug with resource locator value parameter * 👌 Adding new type alias for all possible node parameter value types * 👌 Updating `ResourceLocator` and related components based on PR review feedback * ⚡ Adding disabled mode to `ResourceLocator` component, fixing expression handling, minor refactoring. * 💄 Updating disabled state styling in `ResourceLocator` component * ⚡ Setting correct default value for test node and removing unnecessary logic * 💄 Added regex URL validation to Trello test node * ✨ Updating Trello test node with another (list mode only) test case * ✔️ Fixing linting error in Trello node * 🔨 Removing hardcoded custom modes and modes order * Add value extractor to routing node (#3777) * ✨ add value extractor to routing node * ✨ add value extractor to property modes * 🔊 improve error logging for value extractor * 🔥 remove old extractValue methods from RoutingNode * ⚡ extractValue inside getNodeParameter * 🔥 remove extract value test from RoutingNode * ✨ make value extraction optional * 🥅 move extract value so proper error messages are sent * 🚨 readd accidentally removed eslint-disable * ✨ add resource locator support extractValue * 🚨 remove unused import * 🐛 fix getting value of resource locator * 💄 Updating resource locator component styling and handling reset value action * ✨ create v2 of Trello node for resource locator * 💄 Updating ResourceLocator droppable & activeDrop classes and removing input padding-right * ⚡ Updating Trello test node with single-mode test case * ⚡ Updating field names in Trello node to avoid name clash * 💄 Updating test Trello node mode order and board:update parameter name * 💄 Updating test node parameter names and display options * List mode search endpoint (#3936) * 🚧 super basic version of the search endpoint This version is built using a hacked up version of the Google Drive node. I need to properly create a v2 for it but it's does work. * 🚧 fixed up type errors and return urls * ✨ add v3 of Google Drive node with RLC * ✨ add RLC to Google Drive Shared Drive operations * ♻️ address some small changes requested in review * 🐛 move list search out of /nodes/ and add check for required param * ✨ google drive folder search * ✨ google drive search sort by name * ✨ add searchable flag for RLC * ✏️ fix google drive wording for v3 * Trello and Airtable search backend (#3974) * ✨ add search to Trello boards * ✨ add RLC to Trello cards * ♻️ use new versioning system for Trello v2 * 🐛 move list search out of /nodes/ and add check for required param * ✨ re-add trello search methods * 🥅 throw error if RLC search isn't sent a method name This will likely be removed when the declarative style of search has been added. * ✨ add requires filter field to RLC search * ✨ add searchable flag to Trello searches * ✨ add RLC for cardId and boardId on all operations * ✨ add ID and URL RLC to Airtable * N8 n 4179 resource locator list mode (#3933) * ✨ Implemented initial version of list mode dropdown * ✨ Handling mode switching and expression support in list mode * 🔨 Removing `sortedModes` references * ⚡ Fixing list mode UI after latest mege * 💄 Updating padding-right for input fields with suffix slots * ✨ Minor fixes to validation, mode switching logic and styling * update error * 2 or more regex * update regex to be more strict * remove expr colors * update hint * 🚧 super basic version of the search endpoint This version is built using a hacked up version of the Google Drive node. I need to properly create a v2 for it but it's does work. * 🚧 fixed up type errors and return urls * begin list impl * ✨ add v3 of Google Drive node with RLC * fix ts issue * introduce dropdown * add more behavior * update design * show search * add filtering * push up selected * add keyboard nav * add loading * add caching * remove console * fix build issues * add debounce * fix click * keep event on focus * fix input size bug * add resource locator type * update type * update interface * update resource locator types * ✨ add search to Trello boards * ✨ add RLC to Google Drive Shared Drive operations * update * update name * add package * use stringify pckg * handle long vals * fix bug in url id modes * remove console log * add lazy loading * add lazy loading on filtering * clean up * make search clearable * add error state * ✨ add RLC to Trello cards * ♻️ address some small changes requested in review * ♻️ use new versioning system for Trello v2 * refactor a bit * fix how loading happens * clear after blur * update api * comment out test code * update api * relaod in case of error * update endpoint * 🐛 move list search out of /nodes/ and add check for required param * 🐛 move list search out of /nodes/ and add check for required param * update req handling * update endpoint * ✨ re-add trello search methods * 🥅 throw error if RLC search isn't sent a method name This will likely be removed when the declarative style of search has been added. * get api to work * update scroll handling * ✨ google drive folder search * ✨ add requires filter field to RLC search * ✨ google drive search sort by name * remove console * ✨ add searchable flag for RLC * ✨ add searchable flag to Trello searches * update searchable * ✨ add RLC for cardId and boardId on all operations * ✨ add ID and URL RLC to Airtable * fix up search * remove extra padding * add link button * update popper pos * format * fix formating * update mode change * add name urls * update regex and errors * upate error * update errors * update airtable regex * update trello regex rules * udpate param name * update * update param * update param * update drive node * update params * add keyboard nav * fix bug * update airtable default mode * fix default value issue * hide long selected value * update duplicate reqs * update node * clean up impl * dedupe resources * fix up nv * resort params * update icon * set placeholders * default to id mode * add telemetry * add refresh opt * clean up tmp val * revert test change * make placeholder optional * update validation * remove description as param hint * support more general values * fix links on long names * update resource item styles * update pos * update icon color * update link alt * check if required * move validation to workflow * update naming * only show warning at param level * show right border on focus * fix hover on all item * fix long names bug * fix expr bug * add expr * update legacy mode * fix up impl * clean up node types * clean up types * remove unnessary type * clean up types * clean up types * clean up types * clea n up localizaiton * remove unused key * clean up helpers * clean up paraminput * clean up paraminputfull * refactor into one loop * update component * update class names * update prop types * update name cases * update casing * clean up classes * clean up resource locator * update drop handling * update mode * add url for link mode * clear value by default * add placeholder * remove legacy hint * handle expr in legacy * fix typos * revert padding change * fix up spacing * update to link component * support urls for id * fix replacement * build Co-authored-by: Milorad Filipovic <milorad@n8n.io> Co-authored-by: Valya Bullions <valya@n8n.io> * refactor: Resource locator review changes (#4109) * ✨ Implemented initial version of list mode dropdown * ✨ Handling mode switching and expression support in list mode * 🔨 Removing `sortedModes` references * ⚡ Fixing list mode UI after latest mege * 💄 Updating padding-right for input fields with suffix slots * ✨ Minor fixes to validation, mode switching logic and styling * update error * 2 or more regex * update regex to be more strict * remove expr colors * update hint * 🚧 super basic version of the search endpoint This version is built using a hacked up version of the Google Drive node. I need to properly create a v2 for it but it's does work. * 🚧 fixed up type errors and return urls * begin list impl * ✨ add v3 of Google Drive node with RLC * fix ts issue * introduce dropdown * add more behavior * update design * show search * add filtering * push up selected * add keyboard nav * add loading * add caching * remove console * fix build issues * add debounce * fix click * keep event on focus * fix input size bug * add resource locator type * update type * update interface * update resource locator types * ✨ add search to Trello boards * ✨ add RLC to Google Drive Shared Drive operations * update * update name * add package * use stringify pckg * handle long vals * fix bug in url id modes * remove console log * add lazy loading * add lazy loading on filtering * clean up * make search clearable * add error state * ✨ add RLC to Trello cards * ♻️ address some small changes requested in review * ♻️ use new versioning system for Trello v2 * refactor a bit * fix how loading happens * clear after blur * update api * comment out test code * update api * relaod in case of error * update endpoint * 🐛 move list search out of /nodes/ and add check for required param * 🐛 move list search out of /nodes/ and add check for required param * update req handling * update endpoint * ✨ re-add trello search methods * 🥅 throw error if RLC search isn't sent a method name This will likely be removed when the declarative style of search has been added. * get api to work * update scroll handling * ✨ google drive folder search * ✨ add requires filter field to RLC search * ✨ google drive search sort by name * remove console * ✨ add searchable flag for RLC * ✨ add searchable flag to Trello searches * update searchable * ✨ add RLC for cardId and boardId on all operations * ✨ add ID and URL RLC to Airtable * fix up search * remove extra padding * add link button * update popper pos * format * fix formating * update mode change * add name urls * update regex and errors * upate error * update errors * update airtable regex * update trello regex rules * udpate param name * update * update param * update param * update drive node * update params * add keyboard nav * fix bug * update airtable default mode * fix default value issue * hide long selected value * update duplicate reqs * update node * clean up impl * dedupe resources * fix up nv * resort params * update icon * set placeholders * default to id mode * add telemetry * add refresh opt * clean up tmp val * revert test change * make placeholder optional * update validation * remove description as param hint * support more general values * fix links on long names * update resource item styles * update pos * update icon color * update link alt * check if required * move validation to workflow * update naming * only show warning at param level * show right border on focus * fix hover on all item * fix long names bug * ♻️ refactor extractValue to allow multiple props with same name * ♻️ use correct import for displayParameterPath * fix expr bug * add expr * update legacy mode * fix up impl * clean up node types * clean up types * ♻️ remove new version of google drive node * ♻️ removed versioned Trello node for RLC * remove unnessary type * ♻️ remove versioned Airtable not for RLC * clean up types * clean up types * clean up types * clea n up localizaiton * remove unused key * clean up helpers * clean up paraminput * clean up paraminputfull * refactor into one loop * update component * update class names * update prop types * update name cases * update casing * clean up classes * 💬 updated RLC URL regex error wording * clean up resource locator * update drop handling * update mode * 💬 reword value extractor errors * 🚨 remove unneeded eslint ignores for RLC modes * 💬 update Trello 400 error message * 🚨 re-add removed types in editor-ui Also ts-ignore something that was clean up in another commit. I've added a comment to fix after someone else can look at it. * 💬 remove hints from Google Drive RLCs * 🥅 rethrow correct errors in Trello node * ✨ add url for id mode on Google Drive * 🔥 remove unused Google Drive file * 🔊 change console.error to use logger instead * 🔀 fix bad merges * ♻️ small changes from review * ♻️ remove ts-ignore Co-authored-by: Milorad Filipovic <milorad@n8n.io> Co-authored-by: Mutasem <mutdmour@gmail.com> * fix build * update tests * fix bug with credential card * update popover component * fix expressions url * fix type issue * format * update alt * fix lint issues * fix eslint issues Co-authored-by: Milorad Filipovic <milorad@n8n.io> Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com> Co-authored-by: Valya <68596159+valya@users.noreply.github.com> Co-authored-by: Valya Bullions <valya@n8n.io>
561 lines
16 KiB
Vue
561 lines
16 KiB
Vue
<template>
|
|
<page-view-layout>
|
|
<template #aside>
|
|
<div :class="[$style['heading-wrapper'], 'mb-xs']">
|
|
<n8n-heading size="2xlarge">
|
|
{{ $locale.baseText('credentials.heading') }}
|
|
</n8n-heading>
|
|
</div>
|
|
|
|
<div class="mt-xs mb-l">
|
|
<n8n-button size="large" block @click="addCredential">
|
|
{{ $locale.baseText('credentials.add') }}
|
|
</n8n-button>
|
|
</div>
|
|
|
|
<enterprise-edition :features="[EnterpriseEditionFeature.Sharing]">
|
|
<n8n-menu default-active="owner" type="secondary" @select="onSelectOwner" ref="selectOwnerMenu">
|
|
<n8n-menu-item index="owner">
|
|
<template #title>
|
|
<n8n-icon icon="user"/>
|
|
<span class="ml-xs">
|
|
{{ $locale.baseText('credentials.menu.myCredentials') }}
|
|
</span>
|
|
</template>
|
|
</n8n-menu-item>
|
|
<n8n-menu-item index="all">
|
|
<template #title>
|
|
<n8n-icon icon="globe-americas"/>
|
|
<span class="ml-xs">
|
|
{{ $locale.baseText('credentials.menu.allCredentials') }}
|
|
</span>
|
|
</template>
|
|
</n8n-menu-item>
|
|
</n8n-menu>
|
|
</enterprise-edition>
|
|
</template>
|
|
|
|
<div v-if="loading">
|
|
<n8n-loading :class="[$style['header-loading'], 'mb-l']" variant="custom"/>
|
|
<n8n-loading :class="[$style['card-loading'], 'mb-2xs']" variant="custom"/>
|
|
<n8n-loading :class="$style['card-loading']" variant="custom"/>
|
|
</div>
|
|
<template v-else>
|
|
<div class="ph-no-capture" v-if="allCredentials.length === 0">
|
|
<n8n-action-box
|
|
emoji="👋"
|
|
:heading="$locale.baseText(currentUser.firstName ? 'credentials.empty.heading' : 'credentials.empty.heading.userNotSetup', {
|
|
interpolate: { name: currentUser.firstName }
|
|
})"
|
|
:description="$locale.baseText('credentials.empty.description')"
|
|
:buttonText="$locale.baseText('credentials.empty.button')"
|
|
buttonType="secondary"
|
|
@click="addCredential"
|
|
/>
|
|
</div>
|
|
<page-view-layout-list v-else>
|
|
<template #header>
|
|
<div class="mb-xs">
|
|
<div :class="$style['filters-row']">
|
|
<n8n-input
|
|
:class="[$style['search'], 'mr-2xs']"
|
|
:placeholder="$locale.baseText('credentials.search.placeholder')"
|
|
v-model="filters.search"
|
|
size="medium"
|
|
clearable
|
|
ref="search"
|
|
>
|
|
<n8n-icon icon="search" slot="prefix"/>
|
|
</n8n-input>
|
|
<div :class="$style['sort-and-filter']">
|
|
<n8n-select
|
|
v-model="filters.sortBy"
|
|
size="medium"
|
|
>
|
|
<n8n-option value="lastUpdated" :label="$locale.baseText('credentials.sort.lastUpdated')"/>
|
|
<n8n-option value="lastCreated" :label="$locale.baseText('credentials.sort.lastCreated')"/>
|
|
<n8n-option value="nameAsc" :label="$locale.baseText('credentials.sort.nameAsc')"/>
|
|
<n8n-option value="nameDesc" :label="$locale.baseText('credentials.sort.nameDesc')"/>
|
|
</n8n-select>
|
|
<n8n-popover
|
|
trigger="click"
|
|
>
|
|
<template slot="reference">
|
|
<n8n-button
|
|
icon="filter"
|
|
type="tertiary"
|
|
size="medium"
|
|
:active="hasFilters"
|
|
:class="[$style['filter-button'], 'ml-2xs']"
|
|
>
|
|
<n8n-badge
|
|
v-show="filtersLength > 0"
|
|
theme="primary"
|
|
class="mr-4xs"
|
|
>
|
|
{{ filtersLength }}
|
|
</n8n-badge>
|
|
{{ $locale.baseText('credentials.filters') }}
|
|
</n8n-button>
|
|
</template>
|
|
<div :class="$style['filters-dropdown']">
|
|
<div class="mb-s">
|
|
<n8n-input-label
|
|
:label="$locale.baseText('credentials.filters.type')"
|
|
:bold="false"
|
|
size="small"
|
|
color="text-base"
|
|
class="mb-3xs"
|
|
/>
|
|
<n8n-select
|
|
v-model="filters.type"
|
|
size="small"
|
|
multiple
|
|
filterable
|
|
ref="typeInput"
|
|
:class="$style['type-input']"
|
|
>
|
|
<n8n-option
|
|
v-for="credentialType in allCredentialTypes"
|
|
:key="credentialType.name"
|
|
:value="credentialType.name"
|
|
:label="credentialType.displayName"
|
|
/>
|
|
</n8n-select>
|
|
</div>
|
|
<enterprise-edition class="mb-s" :features="[EnterpriseEditionFeature.Sharing]">
|
|
<n8n-input-label
|
|
:label="$locale.baseText('credentials.filters.ownedBy')"
|
|
:bold="false"
|
|
size="small"
|
|
color="text-base"
|
|
class="mb-3xs"
|
|
/>
|
|
<n8n-select
|
|
v-model="filters.ownedBy"
|
|
class="ph-no-capture"
|
|
:class="$style['user-select']"
|
|
size="small"
|
|
filterable
|
|
>
|
|
<template
|
|
v-for="user in allUsers"
|
|
>
|
|
<n8n-option
|
|
v-if="!user.isPending"
|
|
:key="user.id"
|
|
:value="user.id"
|
|
:label="user.fullName"
|
|
:disabled="user.id === filters.sharedWith"
|
|
>
|
|
<n8n-user-info
|
|
v-bind="user"
|
|
:class="$style['user-info']"
|
|
:isCurrentUser="user.id === currentUser.id"
|
|
:disabled="user.id === filters.sharedWith"
|
|
/>
|
|
</n8n-option>
|
|
</template>
|
|
</n8n-select>
|
|
</enterprise-edition>
|
|
<enterprise-edition :features="[EnterpriseEditionFeature.Sharing]">
|
|
<n8n-input-label
|
|
:label="$locale.baseText('credentials.filters.sharedWith')"
|
|
:bold="false"
|
|
size="small"
|
|
color="text-base"
|
|
class="mb-3xs"
|
|
/>
|
|
<n8n-select
|
|
v-model="filters.sharedWith"
|
|
class="ph-no-capture"
|
|
:class="$style['user-select']"
|
|
size="small"
|
|
filterable
|
|
>
|
|
<template v-for="user in allUsers">
|
|
<n8n-option
|
|
v-if="!user.isPending"
|
|
:key="user.id"
|
|
:value="user.id"
|
|
:label="user.fullName"
|
|
:disabled="user.id === filters.ownedBy"
|
|
>
|
|
<n8n-user-info
|
|
v-bind="user"
|
|
:class="$style['user-info']"
|
|
:isCurrentUser="user.id === currentUser.id"
|
|
:disabled="user.id === filters.ownedBy"
|
|
/>
|
|
</n8n-option>
|
|
</template>
|
|
</n8n-select>
|
|
</enterprise-edition>
|
|
<div :class="[$style['filters-dropdown-footer'], 'mt-s']" v-if="hasFilters">
|
|
<n8n-link @click="resetFilters">
|
|
{{ $locale.baseText('credentials.filters.reset') }}
|
|
</n8n-link>
|
|
</div>
|
|
</div>
|
|
</n8n-popover>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<div v-show="hasFilters" class="mt-xs">
|
|
<n8n-info-tip :bold="false">
|
|
{{ $locale.baseText('credentials.filters.active') }}
|
|
<n8n-link @click="resetFilters" size="small">
|
|
{{ $locale.baseText('credentials.filters.active.reset') }}
|
|
</n8n-link>
|
|
</n8n-info-tip>
|
|
</div>
|
|
|
|
<div class="mt-xs mb-l">
|
|
<ul class="list-style-none" v-if="filteredAndSortedSubviewCredentials.length > 0">
|
|
<li v-for="credential in filteredAndSortedSubviewCredentials" :key="credential.id" class="mb-2xs">
|
|
<credential-card :data="credential"/>
|
|
</li>
|
|
</ul>
|
|
<n8n-text color="text-base" size="medium" v-else>
|
|
{{ $locale.baseText('credentials.noResults') }}
|
|
<template v-if="!hasFilters && filters.owner && credentialsNotOwned.length > 0">
|
|
<span v-if="!filters.search">
|
|
({{ $locale.baseText('credentials.noResults.switchToShared.preamble') }}
|
|
<n8n-link @click="setOwnerFilter(false)">{{
|
|
$locale.baseText('credentials.noResults.switchToShared.link')
|
|
}}</n8n-link>)
|
|
</span>
|
|
<span v-else>
|
|
({{ $locale.baseText('credentials.noResults.withSearch.switchToShared.preamble') }}
|
|
<n8n-link @click="setOwnerFilter(false)">{{
|
|
$locale.baseText('credentials.noResults.withSearch.switchToShared.link')
|
|
}}</n8n-link>)
|
|
</span>
|
|
</template>
|
|
</n8n-text>
|
|
</div>
|
|
</page-view-layout-list>
|
|
</template>
|
|
</page-view-layout>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import {showMessage} from '@/components/mixins/showMessage';
|
|
import {ICredentialsResponse, IUser} from '@/Interface';
|
|
import mixins from 'vue-typed-mixins';
|
|
|
|
import SettingsView from './SettingsView.vue';
|
|
import PageViewLayout from "@/components/layouts/PageViewLayout.vue";
|
|
import PageViewLayoutList from "@/components/layouts/PageViewLayoutList.vue";
|
|
import CredentialCard from "@/components/CredentialCard.vue";
|
|
import {CREDENTIAL_SELECT_MODAL_KEY} from "@/constants";
|
|
import {ICredentialType} from "n8n-workflow";
|
|
import {EnterpriseEditionFeature} from "@/constants";
|
|
import TemplateCard from "@/components/TemplateCard.vue";
|
|
import Vue from "vue";
|
|
import { debounceHelper } from '@/components/mixins/debounce';
|
|
|
|
export default mixins(
|
|
showMessage,
|
|
debounceHelper,
|
|
).extend({
|
|
name: 'SettingsPersonalView',
|
|
components: {
|
|
TemplateCard,
|
|
PageViewLayout,
|
|
PageViewLayoutList,
|
|
SettingsView,
|
|
CredentialCard,
|
|
},
|
|
data() {
|
|
return {
|
|
loading: true,
|
|
filters: {
|
|
owner: true,
|
|
sortBy: 'lastUpdated',
|
|
search: '',
|
|
type: [] as string[],
|
|
ownedBy: '',
|
|
sharedWith: '',
|
|
},
|
|
filtersInput: {
|
|
type: [] as string[],
|
|
ownedBy: '',
|
|
sharedWith: '',
|
|
},
|
|
resettingFilters: false,
|
|
EnterpriseEditionFeature,
|
|
};
|
|
},
|
|
computed: {
|
|
currentUser(): IUser {
|
|
return this.$store.getters['users/currentUser'];
|
|
},
|
|
allUsers(): IUser[] {
|
|
return this.$store.getters['users/allUsers'];
|
|
},
|
|
allCredentials(): ICredentialsResponse[] {
|
|
return this.$store.getters['credentials/allCredentials'];
|
|
},
|
|
allCredentialTypes(): ICredentialType[] {
|
|
return this.$store.getters['credentials/allCredentialTypes'];
|
|
},
|
|
credentialTypesById(): Record<ICredentialType['name'], ICredentialType> {
|
|
return this.$store.getters['credentials/credentialTypesById'];
|
|
},
|
|
filtersLength(): number {
|
|
let length = 0;
|
|
|
|
if (this.filters.ownedBy) {
|
|
length += 1;
|
|
}
|
|
if (this.filters.sharedWith) {
|
|
length += 1;
|
|
}
|
|
if (this.filters.type.length > 0) {
|
|
length += 1;
|
|
}
|
|
|
|
return length;
|
|
},
|
|
subviewCredentials(): ICredentialsResponse[] {
|
|
return this.allCredentials.filter((credential: ICredentialsResponse) => {
|
|
if (this.filters.owner && this.$store.getters['settings/isEnterpriseFeatureEnabled'](EnterpriseEditionFeature.Sharing)) {
|
|
return !!(credential.ownedBy && credential.ownedBy.id === this.currentUser.id);
|
|
}
|
|
|
|
return true;
|
|
});
|
|
},
|
|
filteredAndSortedSubviewCredentials(): ICredentialsResponse[] {
|
|
const filtered: ICredentialsResponse[] = this.subviewCredentials.filter((credential: ICredentialsResponse) => {
|
|
let matches = true;
|
|
|
|
if (this.filters.ownedBy) {
|
|
matches = matches && !!(credential.ownedBy && credential.ownedBy.id === this.filters.ownedBy);
|
|
}
|
|
|
|
if (this.filters.sharedWith) {
|
|
matches = matches && !!(credential.sharedWith && credential.sharedWith.find((sharee) => sharee.id === this.filters.sharedWith));
|
|
}
|
|
|
|
if (this.filters.type.length > 0) {
|
|
matches = matches && this.filters.type.includes(credential.type);
|
|
}
|
|
|
|
if (this.filters.search) {
|
|
const searchString = this.filters.search.toLowerCase();
|
|
|
|
matches = matches && (
|
|
credential.name.toLowerCase().includes(searchString) ||
|
|
this.credentialTypesById[credential.type] && this.credentialTypesById[credential.type].displayName.toLowerCase().includes(searchString)
|
|
);
|
|
}
|
|
|
|
return matches;
|
|
});
|
|
|
|
return filtered.sort((a, b) => {
|
|
switch (this.filters.sortBy) {
|
|
case 'lastUpdated':
|
|
return (new Date(b.updatedAt)).valueOf() - (new Date(a.updatedAt)).valueOf();
|
|
case 'lastCreated':
|
|
return (new Date(b.createdAt)).valueOf() - (new Date(a.createdAt)).valueOf();
|
|
case 'nameAsc':
|
|
return a.name.localeCompare(b.name);
|
|
case 'nameDesc':
|
|
return b.name.localeCompare(a.name);
|
|
default:
|
|
return 0;
|
|
}
|
|
});
|
|
},
|
|
credentialsNotOwned(): ICredentialsResponse[] {
|
|
return this.allCredentials.filter((credential: ICredentialsResponse) => {
|
|
return credential.ownedBy && credential.ownedBy.id !== this.currentUser.id;
|
|
});
|
|
},
|
|
hasFilters(): boolean {
|
|
return this.filters.type.length > 0 ||
|
|
this.filters.ownedBy !== '' ||
|
|
this.filters.sharedWith !== '';
|
|
},
|
|
},
|
|
methods: {
|
|
addCredential() {
|
|
this.$store.dispatch('ui/openModal', CREDENTIAL_SELECT_MODAL_KEY);
|
|
this.resetFilters();
|
|
|
|
this.$telemetry.track('User clicked add cred button', {
|
|
source: 'Creds list',
|
|
});
|
|
},
|
|
async initialize() {
|
|
await Promise.all([
|
|
this.$store.dispatch('credentials/fetchAllCredentials'),
|
|
this.$store.dispatch('credentials/fetchCredentialTypes'),
|
|
this.$store.dispatch('nodeTypes/getNodeTypes'),
|
|
]);
|
|
|
|
this.loading = false;
|
|
this.$nextTick(this.focusSearchInput);
|
|
|
|
this.$store.dispatch('users/fetchUsers'); // Can be loaded in the background, used for filtering
|
|
},
|
|
resetFilters() {
|
|
this.filters.search = '';
|
|
this.filters.type = [];
|
|
this.filters.ownedBy = '';
|
|
this.filters.sharedWith = '';
|
|
this.filtersInput.type = [];
|
|
this.filtersInput.ownedBy = '';
|
|
this.filtersInput.sharedWith = '';
|
|
|
|
this.resettingFilters = true;
|
|
this.sendFiltersTelemetry('reset');
|
|
},
|
|
focusSearchInput() {
|
|
if (this.$refs.search) {
|
|
(this.$refs.search as Vue & { focus: () => void }).focus();
|
|
}
|
|
},
|
|
setOwnerFilter(active: boolean) {
|
|
(this.$refs.selectOwnerMenu as Vue & { $children: Array<{ activeIndex: string; }> }).$children[0].activeIndex = active ? 'owner' : 'all';
|
|
this.filters.owner = active;
|
|
},
|
|
onSelectOwner(type: string) {
|
|
this.filters.owner = type === 'owner';
|
|
},
|
|
sendSubviewTelemetry() {
|
|
this.$telemetry.track('User changed credentials sub view', {
|
|
sub_view: this.filters.owner ? 'My credentials' : 'All credentials',
|
|
});
|
|
},
|
|
sendSortingTelemetry() {
|
|
this.$telemetry.track('User changed sorting in cred list', {
|
|
sub_view: this.filters.owner ? 'My credentials' : 'All credentials',
|
|
sorting: this.filters.sortBy,
|
|
});
|
|
},
|
|
sendFiltersTelemetry(source: string) {
|
|
// Prevent sending multiple telemetry events when resetting filters
|
|
// Timeout is required to wait for search debounce to be over
|
|
if (this.resettingFilters) {
|
|
if (source !== 'reset') {
|
|
return;
|
|
}
|
|
|
|
setTimeout(() => this.resettingFilters = false, 1500);
|
|
}
|
|
|
|
const filters = this.filters as Record<string, string[] | string | boolean>;
|
|
const filtersSet: string[] = [];
|
|
const filterValues: Array<string[] | string | boolean | null> = [];
|
|
|
|
['ownedBy', 'sharedWith', 'type', 'search'].forEach((key) => {
|
|
if (filters[key]) {
|
|
filtersSet.push(key);
|
|
filterValues.push(key === 'search' ? null : filters[key]);
|
|
}
|
|
});
|
|
|
|
this.$telemetry.track('User set filters in cred list', {
|
|
filters_set: filtersSet,
|
|
filter_values: filterValues,
|
|
sub_view: this.filters.owner ? 'My credentials' : 'All credentials',
|
|
creds_total_in_view: this.subviewCredentials.length,
|
|
creds_after_filtering: this.filteredAndSortedSubviewCredentials.length,
|
|
});
|
|
},
|
|
},
|
|
mounted() {
|
|
this.initialize();
|
|
},
|
|
watch: {
|
|
'filters.owner'() {
|
|
this.sendSubviewTelemetry();
|
|
},
|
|
'filters.ownedBy'(value) {
|
|
if (value) {
|
|
this.setOwnerFilter(false);
|
|
}
|
|
this.sendFiltersTelemetry('ownedBy');
|
|
},
|
|
'filters.sharedWith'() {
|
|
this.sendFiltersTelemetry('sharedWith');
|
|
},
|
|
'filters.type'() {
|
|
this.sendFiltersTelemetry('type');
|
|
},
|
|
'filters.search'() {
|
|
this.callDebounced('sendFiltersTelemetry', { debounceTime: 1000, trailing: true }, 'search');
|
|
},
|
|
'filters.sortBy'() {
|
|
this.sendSortingTelemetry();
|
|
},
|
|
},
|
|
});
|
|
</script>
|
|
|
|
<style lang="scss" module>
|
|
.heading-wrapper {
|
|
padding-bottom: 1px; // Match input height
|
|
}
|
|
|
|
.filters-row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.search {
|
|
max-width: 240px;
|
|
}
|
|
|
|
.sort-and-filter {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.filter-button {
|
|
height: 36px;
|
|
align-items: center;
|
|
}
|
|
|
|
.filters-dropdown {
|
|
width: 280px;
|
|
}
|
|
|
|
.filters-dropdown-footer {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.header-loading {
|
|
height: 36px;
|
|
}
|
|
|
|
.card-loading {
|
|
height: 69px;
|
|
}
|
|
|
|
.user-select {
|
|
--select-option-line-height: auto;
|
|
}
|
|
|
|
.user-info {
|
|
margin: var(--spacing-2xs) 0;
|
|
}
|
|
|
|
.type-input {
|
|
--max-width: 265px;
|
|
}
|
|
</style>
|
|
|