eslint-rule-baselines.json 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934
  1. {
  2. "rules": {
  3. "react-hooks/exhaustive-deps": 175,
  4. "import/no-anonymous-default-export": 57,
  5. "@tanstack/query/exhaustive-deps": 12,
  6. "@typescript-eslint/no-explicit-any": 990,
  7. "no-restricted-imports": 0,
  8. "no-restricted-exports": 251,
  9. "react/no-unstable-nested-components": 51
  10. },
  11. "ruleFiles": {
  12. "react-hooks/exhaustive-deps": {
  13. "components/grid/components/common/BlockKeys.tsx": 2,
  14. "components/grid/components/editor/JsonEditor.tsx": 2,
  15. "components/grid/components/editor/TextEditor.tsx": 2,
  16. "components/grid/hooks/useTableSort.ts": 1,
  17. "components/interfaces/Account/TOTPFactors/AddNewFactorModal.tsx": 1,
  18. "components/interfaces/Advisors/CreateRuleSheet.tsx": 1,
  19. "components/interfaces/App/RouteValidationWrapper.tsx": 2,
  20. "components/interfaces/Auth/AuditLogsForm.tsx": 1,
  21. "components/interfaces/Auth/BasicAuthSettingsForm.tsx": 1,
  22. "components/interfaces/Auth/OAuthApps/OAuthServerSettingsForm.tsx": 1,
  23. "components/interfaces/Auth/PerformanceSettingsForm.tsx": 1,
  24. "components/interfaces/Auth/Policies/PolicyEditor/PolicyDefinition.tsx": 1,
  25. "components/interfaces/Auth/Policies/PolicyEditorPanel/PolicyDetailsV2.tsx": 1,
  26. "components/interfaces/Auth/Policies/PolicyEditorPanel/RLSCodeEditor.tsx": 2,
  27. "components/interfaces/Auth/ProtectionAuthSettingsForm/ProtectionAuthSettingsForm.tsx": 1,
  28. "components/interfaces/Auth/RedirectUrls/AddNewURLModal.tsx": 1,
  29. "components/interfaces/Auth/SessionsAuthSettingsForm/SessionsAuthSettingsForm.tsx": 1,
  30. "components/interfaces/Auth/SiteUrl/SiteUrl.tsx": 1,
  31. "components/interfaces/Auth/ThirdPartyAuthForm/CreateAuth0Dialog.tsx": 1,
  32. "components/interfaces/Auth/ThirdPartyAuthForm/CreateAwsCognitoAuthDialog.tsx": 1,
  33. "components/interfaces/Auth/ThirdPartyAuthForm/CreateClerkAuthDialog.tsx": 1,
  34. "components/interfaces/Auth/ThirdPartyAuthForm/CreateFirebaseAuthDialog.tsx": 1,
  35. "components/interfaces/Auth/ThirdPartyAuthForm/CreateWorkOSDialog.tsx": 1,
  36. "components/interfaces/Billing/Payment/AddNewPaymentMethodModal.tsx": 1,
  37. "components/interfaces/Billing/Payment/PaymentConfirmation.tsx": 1,
  38. "components/interfaces/Billing/Payment/PaymentMethods/NewPaymentMethodElement.tsx": 1,
  39. "components/interfaces/Connect/DatabaseConnectionString.tsx": 2,
  40. "components/interfaces/ConnectSheet/content/steps/mcp/cursor/content.tsx": 1,
  41. "components/interfaces/Database/Backups/PITR/TimeInput.tsx": 4,
  42. "components/interfaces/Database/Indexes/Indexes.tsx": 2,
  43. "components/interfaces/Database/Replication/ReplicationDiagram/index.tsx": 1,
  44. "components/interfaces/DiskManagement/DiskManagementForm.tsx": 1,
  45. "components/interfaces/Functions/EdgeFunctionDetails/EdgeFunctionDetails.tsx": 1,
  46. "components/interfaces/Integrations/CronJobs/CreateCronJobSheet/CreateCronJobSheet.tsx": 1,
  47. "components/interfaces/Integrations/Queues/QueuesSettings.tsx": 1,
  48. "components/interfaces/Integrations/Queues/SingleQueue/QueueSettings.tsx": 1,
  49. "components/interfaces/Integrations/Queues/SingleQueue/SendMessageModal.tsx": 1,
  50. "components/interfaces/Observability/DatabaseInfrastructureSection.tsx": 1,
  51. "components/interfaces/Organization/BillingSettings/BillingEmail.tsx": 1,
  52. "components/interfaces/Organization/BillingSettings/CreditTopUp.tsx": 1,
  53. "components/interfaces/Organization/BillingSettings/Subscription/PaymentMethodSelection.tsx": 2,
  54. "components/interfaces/Organization/Usage/Compute.tsx": 1,
  55. "components/interfaces/ProjectAPIDocs/Content/Entity.tsx": 1,
  56. "components/interfaces/ProjectAPIDocs/Content/RPC.tsx": 1,
  57. "components/interfaces/Realtime/Inspector/MessagesTable.tsx": 1,
  58. "components/interfaces/Realtime/Inspector/useRealtimeMessages.ts": 2,
  59. "components/interfaces/Reports/ReportBlock/ChartBlock.tsx": 1,
  60. "components/interfaces/Reports/ReportFilterBar.tsx": 1,
  61. "components/interfaces/Reports/Reports.tsx": 1,
  62. "components/interfaces/Reports/useReportFilters.ts": 4,
  63. "components/interfaces/SQLEditor/AskAIWidget.tsx": 1,
  64. "components/interfaces/SQLEditor/InlineWidget.tsx": 2,
  65. "components/interfaces/SQLEditor/MonacoEditor.tsx": 1,
  66. "components/interfaces/SQLEditor/MoveQueryModal.tsx": 1,
  67. "components/interfaces/SQLEditor/OngoingQueriesPanel.tsx": 1,
  68. "components/interfaces/SQLEditor/SQLEditor.tsx": 3,
  69. "components/interfaces/SQLEditor/UtilityPanel/SavingIndicator.tsx": 1,
  70. "components/interfaces/Settings/Addons/CustomDomainSidePanel.tsx": 1,
  71. "components/interfaces/Settings/Addons/IPv4SidePanel.tsx": 1,
  72. "components/interfaces/Settings/Addons/PITRSidePanel.tsx": 1,
  73. "components/interfaces/Settings/Database/ConnectionPooling/ConnectionPooling.tsx": 1,
  74. "components/interfaces/Settings/Database/SSLConfiguration.tsx": 1,
  75. "components/interfaces/Settings/General/ComplianceConfig/ProjectComplianceMode.tsx": 1,
  76. "components/interfaces/Settings/Infrastructure/InfrastructureConfiguration/InstanceConfiguration.tsx": 1,
  77. "components/interfaces/Settings/Logs/LogsPreviewer.tsx": 2,
  78. "components/interfaces/Settings/Logs/LogsQueryPanel.tsx": 1,
  79. "components/interfaces/Settings/Logs/PreviewFilterPanel.tsx": 1,
  80. "components/interfaces/SignIn/SignInMfaForm.tsx": 1,
  81. "components/interfaces/SignIn/SignInPartner.tsx": 1,
  82. "components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/CopyEnvButton.tsx": 1,
  83. "components/interfaces/Storage/StorageExplorer/FileExplorerRowEditing.tsx": 1,
  84. "components/interfaces/Storage/VectorBuckets/CreateVectorTableSheet.tsx": 1,
  85. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/JsonEditor/index.tsx": 2,
  86. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/RowEditor.tsx": 1,
  87. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/TextEditor.tsx": 2,
  88. "components/layouts/EdgeFunctionsLayout/EdgeFunctionDetailsLayout.tsx": 1,
  89. "components/layouts/ProjectLayout/ConnectingState.tsx": 1,
  90. "components/layouts/ProjectLayout/PausedState/PauseDisabledState.tsx": 1,
  91. "components/layouts/ProjectLayout/index.tsx": 1,
  92. "components/layouts/SQLEditorLayout/SQLEditorNavV2/SQLEditorNav.tsx": 4,
  93. "components/layouts/SQLEditorLayout/SQLEditorNavV2/SQLEditorTreeViewItem.tsx": 2,
  94. "components/layouts/SignInLayout/SignInLayout.tsx": 1,
  95. "components/layouts/Tabs/Tabs.utils.ts": 2,
  96. "components/ui/Charts/ChartHighlightActions.tsx": 2,
  97. "components/ui/Charts/Charts.utils.tsx": 7,
  98. "components/ui/Charts/ComposedChartHandler.tsx": 1,
  99. "components/ui/CodeEditor/CodeEditor.tsx": 1,
  100. "components/ui/DataTable/DataTableFilters/DataTableFilterInput.tsx": 2,
  101. "components/ui/DataTable/DataTableFilters/DataTableFilterSlider.tsx": 2,
  102. "components/ui/DataTable/DataTableHeaderLayout.tsx": 1,
  103. "components/ui/DataTable/DataTableSideBarLayout.tsx": 4,
  104. "components/ui/DataTable/DataTableToolbar.tsx": 1,
  105. "components/ui/DataTable/DataTableViewOptions.tsx": 1,
  106. "components/ui/DataTable/LiveButton.tsx": 1,
  107. "components/ui/DataTable/TimelineChart.tsx": 1,
  108. "components/ui/DatePicker/TimeSplitInput.tsx": 1,
  109. "components/ui/DateRangePicker.tsx": 1,
  110. "components/ui/Error.tsx": 1,
  111. "components/ui/FilterPopover.tsx": 1,
  112. "components/ui/ScrollGradient.tsx": 1,
  113. "data/__templates/resource-query.ts": 1,
  114. "data/__templates/resources-query.ts": 1,
  115. "data/reports/api-report-query.ts": 2,
  116. "data/reports/storage-report-query.ts": 2,
  117. "hooks/analytics/useFillTimeseriesSorted.ts": 3,
  118. "hooks/analytics/useLogsPreview.tsx": 4,
  119. "hooks/analytics/useLogsQuery.tsx": 1,
  120. "hooks/analytics/useProjectUsageStats.tsx": 1,
  121. "hooks/analytics/useTimeseriesUnixToIso.ts": 2,
  122. "hooks/branches/useEdgeFunctionsDiff.ts": 1,
  123. "hooks/misc/useSchemaQueryState.ts": 1,
  124. "hooks/misc/useTrackExperimentExposure.ts": 1,
  125. "hooks/misc/useUpgradePrompt.tsx": 1,
  126. "pages/forgot-password-mfa.tsx": 1,
  127. "pages/integrations/vercel/[slug]/deploy-button/new-project.tsx": 1,
  128. "pages/integrations/vercel/install.tsx": 1,
  129. "pages/logout.tsx": 1,
  130. "pages/new/index.tsx": 1,
  131. "pages/organizations.tsx": 1,
  132. "pages/project/[ref]/auth/policies.tsx": 2,
  133. "pages/project/[ref]/editor/[id].tsx": 1,
  134. "pages/project/[ref]/settings/jwt/legacy.tsx": 1,
  135. "pages/project/[ref]/sql/quickstarts.tsx": 1,
  136. "pages/project/[ref]/sql/templates.tsx": 1,
  137. "pages/sign-in-mfa.tsx": 1,
  138. "state/role-impersonation-state.tsx": 1,
  139. "state/sidebar-manager-state.tsx": 1,
  140. "state/table-editor-table.tsx": 1
  141. },
  142. "import/no-anonymous-default-export": {
  143. "pages/api/platform/auth/[ref]/invite.ts": 1,
  144. "pages/api/platform/auth/[ref]/magiclink.ts": 1,
  145. "pages/api/platform/auth/[ref]/otp.ts": 1,
  146. "pages/api/platform/auth/[ref]/recover.ts": 1,
  147. "pages/api/platform/auth/[ref]/users/[id]/factors.ts": 1,
  148. "pages/api/platform/auth/[ref]/users/[id]/index.ts": 1,
  149. "pages/api/platform/auth/[ref]/users/index.ts": 1,
  150. "pages/api/platform/database/[ref]/pooling.ts": 1,
  151. "pages/api/platform/integrations/[slug].ts": 1,
  152. "pages/api/platform/integrations/github/authorization.ts": 1,
  153. "pages/api/platform/integrations/github/connections.ts": 1,
  154. "pages/api/platform/integrations/github/repositories.ts": 1,
  155. "pages/api/platform/organizations/[slug]/billing/subscription.ts": 1,
  156. "pages/api/platform/organizations/index.ts": 1,
  157. "pages/api/platform/pg-meta/[ref]/column-privileges.ts": 1,
  158. "pages/api/platform/pg-meta/[ref]/extensions.ts": 1,
  159. "pages/api/platform/pg-meta/[ref]/foreign-tables.ts": 1,
  160. "pages/api/platform/pg-meta/[ref]/materialized-views.ts": 1,
  161. "pages/api/platform/pg-meta/[ref]/policies.ts": 1,
  162. "pages/api/platform/pg-meta/[ref]/publications.ts": 1,
  163. "pages/api/platform/pg-meta/[ref]/query/index.ts": 1,
  164. "pages/api/platform/pg-meta/[ref]/tables.ts": 1,
  165. "pages/api/platform/pg-meta/[ref]/triggers.ts": 1,
  166. "pages/api/platform/pg-meta/[ref]/types.ts": 1,
  167. "pages/api/platform/pg-meta/[ref]/views.ts": 1,
  168. "pages/api/platform/profile/index.ts": 1,
  169. "pages/api/platform/projects/[ref]/analytics/endpoints/[name].ts": 1,
  170. "pages/api/platform/projects/[ref]/analytics/log-drains.ts": 1,
  171. "pages/api/platform/projects/[ref]/analytics/log-drains/[uuid].ts": 1,
  172. "pages/api/platform/projects/[ref]/api-keys/temporary.ts": 1,
  173. "pages/api/platform/projects/[ref]/api/graphql.ts": 1,
  174. "pages/api/platform/projects/[ref]/api/rest.ts": 1,
  175. "pages/api/platform/projects/[ref]/billing/addons.ts": 1,
  176. "pages/api/platform/projects/[ref]/config/index.ts": 1,
  177. "pages/api/platform/projects/[ref]/config/postgrest.ts": 1,
  178. "pages/api/platform/projects/[ref]/databases.ts": 1,
  179. "pages/api/platform/projects/[ref]/index.ts": 1,
  180. "pages/api/platform/projects/[ref]/infra-monitoring.ts": 1,
  181. "pages/api/platform/projects/[ref]/run-lints.ts": 1,
  182. "pages/api/platform/projects/[ref]/settings.ts": 1,
  183. "pages/api/platform/projects/index.ts": 1,
  184. "pages/api/platform/props/org/[slug].tsx": 1,
  185. "pages/api/platform/props/project/[ref]/api.ts": 1,
  186. "pages/api/platform/props/project/[ref]/index.ts": 1,
  187. "pages/api/platform/storage/[ref]/buckets/[id]/empty.ts": 1,
  188. "pages/api/platform/storage/[ref]/buckets/[id]/index.ts": 1,
  189. "pages/api/platform/storage/[ref]/buckets/[id]/objects/download.ts": 1,
  190. "pages/api/platform/storage/[ref]/buckets/[id]/objects/index.ts": 1,
  191. "pages/api/platform/storage/[ref]/buckets/[id]/objects/list.ts": 1,
  192. "pages/api/platform/storage/[ref]/buckets/[id]/objects/move.ts": 1,
  193. "pages/api/platform/storage/[ref]/buckets/[id]/objects/public-url.ts": 1,
  194. "pages/api/platform/storage/[ref]/buckets/[id]/objects/sign.ts": 1,
  195. "pages/api/platform/storage/[ref]/buckets/index.ts": 1,
  196. "pages/api/platform/telemetry/event.ts": 1,
  197. "pages/api/v1/projects/[ref]/api-keys.ts": 1,
  198. "pages/api/v1/projects/[ref]/database/migrations.ts": 1,
  199. "pages/api/v1/projects/[ref]/types/typescript.ts": 1
  200. },
  201. "@tanstack/query/exhaustive-deps": {
  202. "components/interfaces/Reports/SharedAPIReport/SharedAPIReport.constants.ts": 1,
  203. "components/interfaces/TableGridEditor/SidePanelEditor/SidePanelEditor.tsx": 1,
  204. "components/interfaces/TableGridEditor/SidePanelEditor/SidePanelEditor.utils.tsx": 2,
  205. "data/branches/branch-diff-query.ts": 1,
  206. "data/database/foreign-key-constraints-query.ts": 1,
  207. "data/database/schemas-query.ts": 1,
  208. "data/entity-types/entity-types-infinite-query.ts": 1,
  209. "data/tables/tables-query.ts": 2,
  210. "hooks/analytics/useDbQuery.tsx": 1,
  211. "hooks/analytics/useSingleLog.tsx": 1
  212. },
  213. "@typescript-eslint/no-explicit-any": {
  214. "components/grid/BrivenGrid.tsx": 1,
  215. "components/grid/BrivenGrid.utils.ts": 2,
  216. "components/grid/components/common/MonacoEditor.tsx": 3,
  217. "components/grid/components/editor/JsonEditor.tsx": 2,
  218. "components/grid/components/editor/SelectEditor.tsx": 1,
  219. "components/grid/components/editor/TextEditor.tsx": 1,
  220. "components/grid/components/grid/AddColumn.tsx": 2,
  221. "components/grid/components/grid/Grid.utils.tsx": 1,
  222. "components/grid/components/grid/SelectColumn.tsx": 3,
  223. "components/grid/components/header/Header.utils.ts": 1,
  224. "components/grid/components/menu/ColumnMenu.tsx": 1,
  225. "components/grid/types/base.ts": 2,
  226. "components/grid/types/table.ts": 1,
  227. "components/grid/utils/column.ts": 2,
  228. "components/grid/utils/gridColumns.tsx": 10,
  229. "components/interfaces/Account/AccessTokens/Scoped/Form/ResourceAccess/ResourceAccess.types.ts": 2,
  230. "components/interfaces/App/UpdateBillingAddressModal.tsx": 2,
  231. "components/interfaces/Auth/AuditLogsForm.tsx": 1,
  232. "components/interfaces/Auth/AuthProvidersForm/AuthProvidersForm.types.ts": 1,
  233. "components/interfaces/Auth/AuthProvidersForm/FormField.tsx": 1,
  234. "components/interfaces/Auth/AuthProvidersForm/ProviderForm.tsx": 4,
  235. "components/interfaces/Auth/AuthProvidersForm/index.tsx": 7,
  236. "components/interfaces/Auth/AuthProvidersFormValidation.tsx": 2,
  237. "components/interfaces/Auth/BasicAuthSettingsForm.tsx": 1,
  238. "components/interfaces/Auth/EmailTemplates/EmailTemplates.tsx": 1,
  239. "components/interfaces/Auth/EmailTemplates/TemplateEditor.tsx": 1,
  240. "components/interfaces/Auth/Overview/OverviewTable.tsx": 1,
  241. "components/interfaces/Auth/Overview/OverviewUsage.constants.ts": 1,
  242. "components/interfaces/Auth/PerformanceSettingsForm.tsx": 2,
  243. "components/interfaces/Auth/Policies/Policies.tsx": 1,
  244. "components/interfaces/Auth/Policies/Policies.utils.ts": 1,
  245. "components/interfaces/Auth/Policies/PolicyEditor/PolicyRoles.tsx": 1,
  246. "components/interfaces/Auth/Policies/PolicyEditor/index.tsx": 2,
  247. "components/interfaces/Auth/Policies/PolicyEditorPanel/PolicyTemplates.tsx": 1,
  248. "components/interfaces/Auth/Policies/PolicyEditorPanel/RLSCodeEditor.tsx": 1,
  249. "components/interfaces/Auth/Policies/PolicyEditorPanel/index.tsx": 2,
  250. "components/interfaces/Auth/ProtectionAuthSettingsForm/ProtectionAuthSettingsForm.tsx": 1,
  251. "components/interfaces/Auth/RedirectUrls/RedirectUrlList.tsx": 1,
  252. "components/interfaces/Auth/SessionsAuthSettingsForm/SessionsAuthSettingsForm.tsx": 2,
  253. "components/interfaces/Auth/SiteUrl/SiteUrl.tsx": 1,
  254. "components/interfaces/Auth/SmtpForm/SmtpForm.tsx": 3,
  255. "components/interfaces/Auth/Users/UserLogs.tsx": 1,
  256. "components/interfaces/Auth/Users/UserPanel.tsx": 1,
  257. "components/interfaces/Auth/Users/Users.utils.tsx": 5,
  258. "components/interfaces/Auth/Users/UsersGridComponents.tsx": 2,
  259. "components/interfaces/Auth/Users/UsersV2.tsx": 6,
  260. "components/interfaces/Billing/Payment/AddNewPaymentMethodModal.tsx": 3,
  261. "components/interfaces/Billing/Payment/AddPaymentMethodForm.tsx": 3,
  262. "components/interfaces/Billing/Payment/PaymentMethods/PaymentMethods.tsx": 3,
  263. "components/interfaces/BranchManagement/Branch.Commands.tsx": 1,
  264. "components/interfaces/BranchManagement/DatabaseDiffPanel.tsx": 1,
  265. "components/interfaces/BranchManagement/ReviewWithAI.tsx": 1,
  266. "components/interfaces/Connect/ConnectTabs.tsx": 1,
  267. "components/interfaces/Database/Backups/PITR/PITR.utils.ts": 1,
  268. "components/interfaces/Database/Backups/RestoreToNewProject/BackupsList.tsx": 1,
  269. "components/interfaces/Database/Functions/CreateFunction/FunctionEditor.tsx": 1,
  270. "components/interfaces/Database/Functions/FunctionsList/FunctionList.tsx": 3,
  271. "components/interfaces/Database/Indexes/Indexes.tsx": 1,
  272. "components/interfaces/Database/Migrations/Migrations.tsx": 1,
  273. "components/interfaces/Database/Privileges/PrivilegesTable.tsx": 1,
  274. "components/interfaces/Database/Publications/PublicationsList.tsx": 5,
  275. "components/interfaces/Database/Publications/PublicationsTableItem.tsx": 5,
  276. "components/interfaces/Database/Replication/DestinationPanel/DestinationForm/PublicationsComboBox.tsx": 1,
  277. "components/interfaces/Database/Replication/ReplicationPipelineStatus/ReplicationPipelineStatus.utils.tsx": 1,
  278. "components/interfaces/Database/RestoreToNewProject/RestoreToNewProject.tsx": 1,
  279. "components/interfaces/Docs/Description.tsx": 2,
  280. "components/interfaces/Docs/GeneratingTypes.tsx": 1,
  281. "components/interfaces/Docs/Param.tsx": 1,
  282. "components/interfaces/Docs/ResourceContent.tsx": 1,
  283. "components/interfaces/Docs/RpcContent.tsx": 4,
  284. "components/interfaces/Docs/Snippets.ts": 1,
  285. "components/interfaces/Functions/CommandRender.tsx": 4,
  286. "components/interfaces/Functions/EdgeFunctionDetails/EdgeFunctionDetails.tsx": 1,
  287. "components/interfaces/Functions/EdgeFunctionDetails/EdgeFunctionDetails.utils.tsx": 3,
  288. "components/interfaces/Functions/EdgeFunctionDetails/EdgeFunctionTesterSheet.tsx": 1,
  289. "components/interfaces/Functions/FunctionsNav.tsx": 1,
  290. "components/interfaces/Home/Home.tsx": 6,
  291. "components/interfaces/Home/ProjectList/ProjectList.tsx": 1,
  292. "components/interfaces/Home/ProjectUsage.tsx": 1,
  293. "components/interfaces/Home/ServiceStatus.tsx": 1,
  294. "components/interfaces/Integrations/CronJobs/CreateCronJobSheet/CreateCronJobSheet.tsx": 1,
  295. "components/interfaces/Integrations/CronJobs/CronJobTableCell.tsx": 2,
  296. "components/interfaces/Integrations/CronJobs/PreviousRunsTab.tsx": 2,
  297. "components/interfaces/Integrations/GraphQL/GraphiQLTab.tsx": 1,
  298. "components/interfaces/Integrations/Integration/IntegrationOverviewTabV2/InstallIntegrationSheet/InstallationSettings.tsx": 1,
  299. "components/interfaces/Integrations/Queues/QueuesSettings.tsx": 1,
  300. "components/interfaces/Integrations/Queues/SingleQueue/MessageDetailsPanel.tsx": 1,
  301. "components/interfaces/Integrations/Queues/SingleQueue/QueueFilters.tsx": 1,
  302. "components/interfaces/Integrations/Queues/SingleQueue/QueueSettings.tsx": 2,
  303. "components/interfaces/Integrations/Vault/Secrets/AddNewSecretModal.tsx": 1,
  304. "components/interfaces/Integrations/Vault/Secrets/SecretsManagement.tsx": 1,
  305. "components/interfaces/Integrations/Wrappers/CreateWrapperSheet.tsx": 2,
  306. "components/interfaces/Integrations/Wrappers/EditWrapperSheet.tsx": 3,
  307. "components/interfaces/Integrations/Wrappers/InputField.tsx": 1,
  308. "components/interfaces/Integrations/Wrappers/WrapperTableEditor.tsx": 3,
  309. "components/interfaces/Integrations/Wrappers/Wrappers.utils.ts": 5,
  310. "components/interfaces/JwtSecrets/jwt-secret-keys-table/create-key-dialog.tsx": 2,
  311. "components/interfaces/JwtSecrets/jwt-settings.tsx": 1,
  312. "components/interfaces/Linter/LinterDataGrid.tsx": 4,
  313. "components/interfaces/LogDrains/LogDrainDestinationSheetForm.tsx": 3,
  314. "components/interfaces/Observability/ObservabilityOverview.tsx": 1,
  315. "components/interfaces/Observability/ServiceHealthCard.tsx": 1,
  316. "components/interfaces/Organization/BillingSettings/BillingCustomerData/BillingCustomerData.tsx": 3,
  317. "components/interfaces/Organization/BillingSettings/BillingCustomerData/TaxID.utils.ts": 2,
  318. "components/interfaces/Organization/BillingSettings/CostControl/SpendCapSidePanel.tsx": 2,
  319. "components/interfaces/Organization/BillingSettings/CreditTopUp.tsx": 2,
  320. "components/interfaces/Organization/BillingSettings/Subscription/ExitSurveyModal.tsx": 1,
  321. "components/interfaces/Organization/BillingSettings/Subscription/PaymentMethodSelection.tsx": 1,
  322. "components/interfaces/Organization/BillingSettings/Subscription/UpgradeModal.tsx": 3,
  323. "components/interfaces/Organization/IntegrationSettings/SidePanelVercelProjectLinker.tsx": 1,
  324. "components/interfaces/Organization/InvoicesSettings/InvoicesSettings.tsx": 2,
  325. "components/interfaces/Organization/OAuthApps/PublishAppSidePanel/index.tsx": 3,
  326. "components/interfaces/Organization/ProjectClaim/confirm.tsx": 1,
  327. "components/interfaces/Organization/TeamSettings/MemberRow.tsx": 2,
  328. "components/interfaces/Organization/TeamSettings/TeamSettings.tsx": 1,
  329. "components/interfaces/Organization/TeamSettings/UpdateRolesPanel/UpdateRolesConfirmationModal.tsx": 2,
  330. "components/interfaces/Organization/Usage/Usage.tsx": 1,
  331. "components/interfaces/Organization/Usage/Usage.utils.ts": 1,
  332. "components/interfaces/Organization/Usage/UsageChartTooltips.tsx": 7,
  333. "components/interfaces/ProjectAPIDocs/Content/Entities.tsx": 1,
  334. "components/interfaces/ProjectAPIDocs/Content/Entity.tsx": 1,
  335. "components/interfaces/ProjectAPIDocs/Content/RPC.tsx": 1,
  336. "components/interfaces/ProjectAPIDocs/ProjectAPIDocs.constants.ts": 2,
  337. "components/interfaces/ProjectAPIDocs/ResourceContent.tsx": 1,
  338. "components/interfaces/ProjectCreation/PostgresVersionSelector.tsx": 2,
  339. "components/interfaces/QueryInsights/QueryInsights.types.ts": 1,
  340. "components/interfaces/QueryPerformance/IndexAdvisor/EnableIndexAdvisorButton.tsx": 1,
  341. "components/interfaces/QueryPerformance/IndexAdvisor/IndexAdvisorDisabledState.tsx": 1,
  342. "components/interfaces/QueryPerformance/IndexAdvisor/index-advisor.utils.ts": 2,
  343. "components/interfaces/QueryPerformance/QueryPerformanceChart.tsx": 3,
  344. "components/interfaces/QueryPerformance/QueryPerformanceGrid.tsx": 3,
  345. "components/interfaces/QueryPerformance/WithStatements/WithStatements.tsx": 1,
  346. "components/interfaces/Realtime/Inspector/Messages.types.ts": 1,
  347. "components/interfaces/Realtime/Inspector/RealtimeFilterPopover/TableSelector.tsx": 1,
  348. "components/interfaces/Realtime/Inspector/useRealtimeMessages.ts": 10,
  349. "components/interfaces/Realtime/RealtimeSettings.tsx": 2,
  350. "components/interfaces/Reports/GridResize.tsx": 2,
  351. "components/interfaces/Reports/MetricOptions.tsx": 1,
  352. "components/interfaces/Reports/ReportBlock/ChartBlock.tsx": 1,
  353. "components/interfaces/Reports/ReportWidget.tsx": 2,
  354. "components/interfaces/Reports/Reports.tsx": 3,
  355. "components/interfaces/Reports/Reports.types.ts": 1,
  356. "components/interfaces/Reports/Reports.utils.tsx": 10,
  357. "components/interfaces/Reports/SharedAPIReport/SharedAPIReport.tsx": 3,
  358. "components/interfaces/Reports/v2/ReportChartUpsell.tsx": 1,
  359. "components/interfaces/Reports/v2/ReportChartV2.tsx": 1,
  360. "components/interfaces/RoleImpersonationSelector/UserImpersonationSelector.tsx": 1,
  361. "components/interfaces/SQLEditor/MonacoEditor.tsx": 2,
  362. "components/interfaces/SQLEditor/MoveQueryModal.tsx": 2,
  363. "components/interfaces/SQLEditor/RenameQueryModal.tsx": 2,
  364. "components/interfaces/SQLEditor/SQLEditor.tsx": 4,
  365. "components/interfaces/SQLEditor/SQLEditor.utils.ts": 1,
  366. "components/interfaces/SQLEditor/SQLTemplates/SQLQuickstarts.tsx": 1,
  367. "components/interfaces/SQLEditor/SQLTemplates/SQLTemplates.tsx": 1,
  368. "components/interfaces/SQLEditor/UtilityPanel/CellDetailPanel.tsx": 1,
  369. "components/interfaces/SQLEditor/UtilityPanel/ChartConfig.tsx": 2,
  370. "components/interfaces/SQLEditor/UtilityPanel/Results.tsx": 6,
  371. "components/interfaces/SQLEditor/UtilityPanel/UtilityPanel.tsx": 1,
  372. "components/interfaces/SQLEditor/hooks.ts": 1,
  373. "components/interfaces/SQLEditor/useAddDefinitions.ts": 1,
  374. "components/interfaces/Settings/Database/DatabaseSettings/ResetDbPassword.tsx": 2,
  375. "components/interfaces/Settings/Database/NetworkRestrictions/AddRestrictionModal.tsx": 1,
  376. "components/interfaces/Settings/Database/NetworkRestrictions/NetworkRestrictions.utils.ts": 2,
  377. "components/interfaces/Settings/Infrastructure/InfrastructureActivity.tsx": 1,
  378. "components/interfaces/Settings/Infrastructure/InfrastructureConfiguration/InstanceNode.tsx": 1,
  379. "components/interfaces/Settings/Logs/LogSelectionRenderers/DefaultPreviewSelectionRenderer.tsx": 1,
  380. "components/interfaces/Settings/Logs/LogTable.tsx": 1,
  381. "components/interfaces/Settings/Logs/Logs.constants.ts": 1,
  382. "components/interfaces/Settings/Logs/Logs.types.ts": 1,
  383. "components/interfaces/Settings/Logs/Logs.utils.ts": 12,
  384. "components/interfaces/Settings/Logs/PreviewFilterPanel.tsx": 1,
  385. "components/interfaces/Settings/Logs/PreviewFilterPanelWithUniversal.tsx": 2,
  386. "components/interfaces/SignIn/SignInForm.tsx": 1,
  387. "components/interfaces/SignIn/SignInWithCustom.tsx": 1,
  388. "components/interfaces/SignIn/SignInWithGitHub.tsx": 1,
  389. "components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/CreateTable/CreateTableSheet.tsx": 2,
  390. "components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/InitializeForeignSchemaDialog.tsx": 1,
  391. "components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/NamespaceWithTables/TableRowComponent.tsx": 4,
  392. "components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/NamespaceWithTables/index.tsx": 1,
  393. "components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/UpdateForeignSchemaDialog.tsx": 1,
  394. "components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/index.tsx": 1,
  395. "components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/useAnalyticsBucketAssociatedEntities.tsx": 4,
  396. "components/interfaces/Storage/AnalyticsBuckets/CreateAnalyticsBucketForm.tsx": 1,
  397. "components/interfaces/Storage/CreateBucketModal.tsx": 1,
  398. "components/interfaces/Storage/ImportForeignSchemaDialog.tsx": 1,
  399. "components/interfaces/Storage/Storage.utils.ts": 4,
  400. "components/interfaces/Storage/StorageBucketsError.tsx": 1,
  401. "components/interfaces/Storage/StorageExplorer/FileExplorer.tsx": 2,
  402. "components/interfaces/Storage/StorageExplorer/FileExplorerColumn.tsx": 5,
  403. "components/interfaces/Storage/StorageExplorer/FileExplorerRowEditing.tsx": 2,
  404. "components/interfaces/Storage/StorageExplorer/MoveItemsModal.tsx": 1,
  405. "components/interfaces/Storage/StorageExplorer/StorageExplorer.tsx": 1,
  406. "components/interfaces/Storage/StorageExplorer/StorageExplorer.utils.tsx": 2,
  407. "components/interfaces/Storage/StoragePolicies/StoragePolicies.tsx": 5,
  408. "components/interfaces/Storage/StoragePolicies/StoragePoliciesEditPolicyModal.tsx": 11,
  409. "components/interfaces/Storage/StoragePolicies/StoragePoliciesEditor.tsx": 2,
  410. "components/interfaces/Storage/StoragePolicies/StoragePoliciesReview.tsx": 3,
  411. "components/interfaces/Storage/VectorBuckets/CreateVectorBucketDialog.tsx": 2,
  412. "components/interfaces/Storage/VectorBuckets/CreateVectorTableSheet.tsx": 3,
  413. "components/interfaces/Storage/VectorBuckets/DeleteVectorTableModal.tsx": 1,
  414. "components/interfaces/Storage/VectorBuckets/VectorBucketDetails/InitializeForeignSchemaDialog.tsx": 1,
  415. "components/interfaces/Support/AttachmentUpload.tsx": 3,
  416. "components/interfaces/Support/LinkSupportTicketForm.tsx": 6,
  417. "components/interfaces/TableGridEditor/SidePanelEditor/ActionBar.tsx": 1,
  418. "components/interfaces/TableGridEditor/SidePanelEditor/ColumnEditor/ColumnDefaultValue.tsx": 2,
  419. "components/interfaces/TableGridEditor/SidePanelEditor/ColumnEditor/ColumnType.tsx": 1,
  420. "components/interfaces/TableGridEditor/SidePanelEditor/ColumnEditor/InputWithSuggestions.tsx": 2,
  421. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/ForeignRowSelector/ForeignRowSelector.tsx": 1,
  422. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/InputField.tsx": 3,
  423. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/JsonEditor/DrilldownViewer/DrilldownPane.tsx": 1,
  424. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/JsonEditor/DrilldownViewer/DrilldownViewer.tsx": 3,
  425. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/JsonEditor/index.tsx": 3,
  426. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/RowEditor.tsx": 10,
  427. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/RowEditor.types.ts": 1,
  428. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/RowEditor.utils.ts": 9,
  429. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/TextEditor.tsx": 2,
  430. "components/interfaces/TableGridEditor/SidePanelEditor/SchemaEditor.tsx": 2,
  431. "components/interfaces/TableGridEditor/SidePanelEditor/SidePanelEditor.tsx": 13,
  432. "components/interfaces/TableGridEditor/SidePanelEditor/SidePanelEditor.types.ts": 1,
  433. "components/interfaces/TableGridEditor/SidePanelEditor/SidePanelEditor.utils.tsx": 2,
  434. "components/interfaces/TableGridEditor/SidePanelEditor/SpreadsheetImport/SpreadSheetTextInput.tsx": 1,
  435. "components/interfaces/TableGridEditor/SidePanelEditor/SpreadsheetImport/SpreadsheetImport.utils.tsx": 2,
  436. "components/interfaces/TableGridEditor/SidePanelEditor/SpreadsheetImport/SpreadsheetImportPreview.tsx": 2,
  437. "components/interfaces/TableGridEditor/SidePanelEditor/SpreadsheetImport/SpreadsheetPreviewGrid.tsx": 2,
  438. "components/interfaces/TableGridEditor/SidePanelEditor/TableEditor/ForeignKeysManagement/ForeignKeyRow.tsx": 1,
  439. "components/interfaces/TableGridEditor/TableDefinition.tsx": 3,
  440. "components/interfaces/TableGridEditor/TableEntity.utils.ts": 1,
  441. "components/interfaces/UnifiedLogs/ServiceFlow/components/blocks/PostgresFlowDetail.tsx": 2,
  442. "components/interfaces/UnifiedLogs/ServiceFlow/components/blocks/ResponseCompletedBlock.tsx": 1,
  443. "components/interfaces/UnifiedLogs/ServiceFlow/components/shared/CollapsibleSection.tsx": 4,
  444. "components/interfaces/UnifiedLogs/ServiceFlow/components/shared/FieldWithSeeMore.tsx": 4,
  445. "components/interfaces/UnifiedLogs/ServiceFlow/components/shared/TimelineStep.tsx": 1,
  446. "components/interfaces/UnifiedLogs/ServiceFlow/config/fieldHelpers.ts": 3,
  447. "components/interfaces/UnifiedLogs/ServiceFlow/types.ts": 10,
  448. "components/interfaces/UnifiedLogs/ServiceFlow/utils/storageUtils.ts": 3,
  449. "components/layouts/DocsLayout/DocsLayout.tsx": 2,
  450. "components/layouts/IntegrationsLayout/Integrations.utils.ts": 2,
  451. "components/layouts/Navigation/LayoutHeader/BreadcrumbsView.tsx": 2,
  452. "components/layouts/Navigation/LayoutHeader/FeedbackDropdown/FeedbackWidget.tsx": 3,
  453. "components/layouts/Navigation/NavigationBar/NavigationIconLink.tsx": 1,
  454. "components/layouts/ProjectLayout/BuildingState.tsx": 1,
  455. "components/layouts/ProjectLayout/LayoutHeader/MobileMenuContent/mobileOrgMenuRegistry.tsx": 2,
  456. "components/layouts/ReportsLayout/ReportsMenu.tsx": 1,
  457. "components/layouts/SQLEditorLayout/SQLEditorMenu.tsx": 2,
  458. "components/layouts/SQLEditorLayout/SQLEditorNavV2/SQLEditorNav.tsx": 3,
  459. "components/layouts/SQLEditorLayout/SQLEditorNavV2/SQLEditorNav.utils.ts": 2,
  460. "components/layouts/SQLEditorLayout/SQLEditorNavV2/SQLEditorTreeViewItem.tsx": 2,
  461. "components/layouts/SQLEditorLayout/SQLEditorNavV2/SearchList.tsx": 1,
  462. "components/layouts/TableEditorLayout/EntityListItem.tsx": 1,
  463. "components/layouts/TableEditorLayout/TableEditorMenu.tsx": 1,
  464. "components/to-be-cleaned/KeyMap.tsx": 3,
  465. "components/ui/AIAssistantPanel/AIAssistant.utils.ts": 1,
  466. "components/ui/AIAssistantPanel/DisplayBlockRenderer.tsx": 1,
  467. "components/ui/AIAssistantPanel/MessageMarkdown.tsx": 1,
  468. "components/ui/AIEditor/index.tsx": 2,
  469. "components/ui/CardButton.tsx": 2,
  470. "components/ui/Charts/AreaChart.tsx": 1,
  471. "components/ui/Charts/BarChart.tsx": 1,
  472. "components/ui/Charts/ChartHandler.tsx": 4,
  473. "components/ui/Charts/ChartHeader.tsx": 5,
  474. "components/ui/Charts/Charts.utils.tsx": 3,
  475. "components/ui/Charts/ComposedChart.tsx": 7,
  476. "components/ui/Charts/ComposedChart.utils.tsx": 13,
  477. "components/ui/Charts/ComposedChartHandler.tsx": 9,
  478. "components/ui/Charts/StackedBarChart.tsx": 3,
  479. "components/ui/CodeEditor/CodeEditor.tsx": 7,
  480. "components/ui/CodeEditor/CodeEditor.utils.ts": 2,
  481. "components/ui/CodeEditor/Providers/BackwardIterator.ts": 1,
  482. "components/ui/CodeEditor/Providers/PgSQLCompletionProvider.ts": 21,
  483. "components/ui/CodeEditor/Providers/PgSQLSignatureHelpProvider.ts": 4,
  484. "components/ui/DataTable/DataTable.utils.ts": 8,
  485. "components/ui/DataTable/DataTableFilters/DataTableFilterCommand.tsx": 1,
  486. "components/ui/DataTable/DataTableFilters/DataTableFilters.utils.ts": 1,
  487. "components/ui/DataTable/DataTableInfinite.tsx": 5,
  488. "components/ui/DataTable/DataTableViewOptions.tsx": 1,
  489. "components/ui/DataTable/LiveButton.tsx": 1,
  490. "components/ui/DataTable/providers/DataTableProvider.tsx": 3,
  491. "components/ui/DatePicker/DatePicker.types.ts": 2,
  492. "components/ui/DatePicker/index.tsx": 2,
  493. "components/ui/DateRangePicker.tsx": 1,
  494. "components/ui/DebouncedComponent.tsx": 1,
  495. "components/ui/DownloadResultsButton.tsx": 1,
  496. "components/ui/Error.tsx": 1,
  497. "components/ui/ErrorBoundary/ErrorBoundary.tsx": 2,
  498. "components/ui/ErrorBoundary/GlobalErrorBoundaryState.tsx": 1,
  499. "components/ui/FilterPopover.tsx": 1,
  500. "components/ui/Forms/Form.constants.ts": 1,
  501. "components/ui/Logs/LogsExplorerHeader.tsx": 2,
  502. "components/ui/ProductMenu/ProductMenu.types.ts": 1,
  503. "components/ui/ProjectSettings/DisplayApiSettings.tsx": 1,
  504. "components/ui/QueryBlock/QueryBlock.tsx": 4,
  505. "components/ui/QueryBlock/QueryBlock.utils.ts": 1,
  506. "components/ui/SchemaComboBox.tsx": 1,
  507. "components/ui/SchemaSelector.tsx": 1,
  508. "components/ui/SqlEditor.tsx": 6,
  509. "components/ui/ui.types.ts": 1,
  510. "data/ai/check-api-key-query.ts": 1,
  511. "data/ai/rate-message-mutation.ts": 1,
  512. "data/ai/sql-cron-mutation.ts": 1,
  513. "data/ai/sql-policy-mutation.ts": 1,
  514. "data/ai/sql-title-mutation.ts": 1,
  515. "data/analytics/functions-combined-stats-query.ts": 1,
  516. "data/analytics/functions-req-stats-query.ts": 1,
  517. "data/analytics/functions-resource-usage-query.ts": 1,
  518. "data/analytics/infra-monitoring-query.ts": 1,
  519. "data/analytics/project-daily-stats-queries.ts": 1,
  520. "data/auth/auth-overview-query.ts": 1,
  521. "data/auth/session-access-token-query.ts": 1,
  522. "data/config/project-disk-resize-mutation.ts": 1,
  523. "data/config/project-storage-config-query.ts": 2,
  524. "data/custom-domains/custom-domains-query.ts": 1,
  525. "data/database-columns/database-column-create-mutation.ts": 1,
  526. "data/database-queues/database-queues-metrics-query.ts": 1,
  527. "data/database-triggers/database-triggers-query.ts": 2,
  528. "data/database/table-columns-query.ts": 1,
  529. "data/docs/project-json-schema-query.ts": 1,
  530. "data/documents/dpa-request-mutation.ts": 1,
  531. "data/edge-functions/edge-function-test-mutation.ts": 1,
  532. "data/edge-functions/edge-functions-deploy-mutation.ts": 2,
  533. "data/entitlements/entitlements-query.ts": 1,
  534. "data/fdw/fdw-create-mutation.ts": 1,
  535. "data/fdw/fdw-update-mutation.ts": 1,
  536. "data/fetchers.ts": 12,
  537. "data/graphql/fragment-masking.ts": 29,
  538. "data/graphql/gql.ts": 1,
  539. "data/graphql/graphql.ts": 2,
  540. "data/integrations/integrations.types.ts": 1,
  541. "data/invoices/invoices-count-query.ts": 1,
  542. "data/jwt-signing-keys/jwt-signing-key-create-mutation.ts": 1,
  543. "data/log-drains/create-log-drain-mutation.ts": 1,
  544. "data/log-drains/update-log-drain-mutation.ts": 1,
  545. "data/logs/get-unified-logs.ts": 1,
  546. "data/logs/otel-inspection.utils.ts": 2,
  547. "data/logs/unified-log-inspection-query.ts": 2,
  548. "data/logs/unified-logs-chart-query.ts": 1,
  549. "data/logs/unified-logs-count-query.ts": 1,
  550. "data/logs/unified-logs-infinite-query.ts": 2,
  551. "data/materialized-views/materialized-views-query.ts": 1,
  552. "data/network-restrictions/network-restrictions-query.ts": 3,
  553. "data/notifications/keys.ts": 1,
  554. "data/oauth-secrets/client-secret-create-mutation.ts": 2,
  555. "data/open-api/api-spec-query.ts": 8,
  556. "data/organization-members/organization-roles-query.ts": 1,
  557. "data/organizations/organization-create-mutation.ts": 2,
  558. "data/organizations/organization-customer-profile-update-mutation.ts": 1,
  559. "data/organizations/organization-payment-method-default-mutation.ts": 2,
  560. "data/organizations/organization-update-mutation.ts": 1,
  561. "data/profile/profile-identities-query.ts": 1,
  562. "data/profile/profile-unlink-identity-mutation.ts": 2,
  563. "data/projects/project-create-mutation.ts": 1,
  564. "data/projects/project-detail-query.ts": 2,
  565. "data/replication/restart-pipeline-helper.ts": 2,
  566. "data/replication/rollback-tables-mutation.ts": 1,
  567. "data/reports/v2/auth.config.ts": 15,
  568. "data/reports/v2/edge-functions.config.ts": 9,
  569. "data/reports/v2/reports.types.ts": 2,
  570. "data/sql/execute-sql-query.ts": 5,
  571. "data/ssl-enforcement/ssl-enforcement-query.ts": 2,
  572. "data/ssl-enforcement/ssl-enforcement-update-mutation.ts": 1,
  573. "data/sso/sso-config-query.ts": 2,
  574. "data/storage/analytics-bucket-delete-mutation.ts": 1,
  575. "data/storage/bucket-delete-mutation.ts": 1,
  576. "data/storage/bucket-update-mutation.ts": 3,
  577. "data/subscriptions/org-subscription-confirm-pending-create.ts": 1,
  578. "data/subscriptions/org-subscription-update-mutation.ts": 2,
  579. "data/support/generate-attachment-urls-mutation.ts": 1,
  580. "data/table-rows/get-cell-value-mutation.ts": 1,
  581. "data/table-rows/keys.ts": 2,
  582. "data/table-rows/table-row-create-mutation.ts": 1,
  583. "data/table-rows/table-row-update-mutation.ts": 2,
  584. "data/table-rows/table-rows-query.ts": 5,
  585. "data/tables/tables-query.ts": 1,
  586. "data/views/views-query.ts": 1,
  587. "hooks/analytics/useDbQuery.tsx": 1,
  588. "hooks/analytics/useLogsPreview.tsx": 1,
  589. "hooks/analytics/useLogsQuery.tsx": 1,
  590. "hooks/analytics/useLogsUrlState.ts": 1,
  591. "hooks/analytics/useSingleLog.tsx": 1,
  592. "hooks/analytics/useTimeseriesUnixToIso.ts": 1,
  593. "hooks/branches/useBranchMergeDiff.ts": 3,
  594. "hooks/misc/useTrackExperimentExposure.ts": 1,
  595. "hooks/misc/withAuth.tsx": 1,
  596. "hooks/ui/useClickedOutside.ts": 2,
  597. "hooks/ui/useFlag.ts": 1,
  598. "hooks/useStaticEffectEvent.ts": 1,
  599. "instrumentation-client.ts": 3,
  600. "lib/ai/generate-assistant-response.ts": 2,
  601. "lib/ai/model.ts": 2,
  602. "lib/ai/model.utils.ts": 3,
  603. "lib/ai/test-fixtures.ts": 1,
  604. "lib/ai/tool-filter.ts": 4,
  605. "lib/api/apiHelpers.ts": 2,
  606. "lib/api/self-hosted/logs.ts": 2,
  607. "lib/gotrue.ts": 1,
  608. "lib/helpers.ts": 11,
  609. "lib/integration-utils.ts": 2,
  610. "lib/password-strength.ts": 1,
  611. "lib/pg-format.ts": 6,
  612. "lib/profile.tsx": 1,
  613. "lib/role-impersonation.ts": 1,
  614. "lib/telemetry/track.ts": 1,
  615. "pages/_app.tsx": 1,
  616. "pages/api/ai/feedback/rate.ts": 2,
  617. "pages/api/check-cname.ts": 1,
  618. "pages/api/edge-functions/test.ts": 1,
  619. "pages/api/platform/auth/[ref]/users/[id]/factors.ts": 1,
  620. "pages/api/platform/database/[ref]/pooling.ts": 1,
  621. "pages/api/platform/integrations/github/authorization.ts": 1,
  622. "pages/api/platform/projects/[ref]/analytics/log-drains.ts": 1,
  623. "pages/api/platform/projects/[ref]/content/count.ts": 1,
  624. "pages/api/platform/projects/[ref]/content/index.ts": 1,
  625. "pages/api/platform/projects/[ref]/databases.ts": 1,
  626. "pages/integrations/vercel/[slug]/deploy-button/new-project.tsx": 1,
  627. "pages/integrations/vercel/[slug]/marketplace/choose-project.tsx": 1,
  628. "pages/new/index.tsx": 1,
  629. "pages/project/[ref]/functions/[functionSlug]/index.tsx": 3,
  630. "pages/project/[ref]/settings/log-drains.tsx": 1,
  631. "state/ai-assistant-state.tsx": 4,
  632. "state/role-impersonation-state.tsx": 1,
  633. "state/sql-editor-v2.ts": 5,
  634. "state/storage-explorer.tsx": 15,
  635. "state/table-editor-table.tsx": 15,
  636. "state/table-editor.tsx": 5,
  637. "tests/lib/custom-render.tsx": 1,
  638. "tests/setup/polyfills.ts": 3,
  639. "tests/vitestSetup.ts": 1,
  640. "types/form.ts": 1,
  641. "types/next.ts": 2,
  642. "types/ui.ts": 2
  643. },
  644. "no-restricted-imports": {},
  645. "no-restricted-exports": {
  646. "__mocks__/hooks/analytics/useFillTimeseriesSorted.ts": 1,
  647. "__mocks__/hooks/analytics/useLogsQuery.ts": 1,
  648. "components/grid/components/header/filter/FilterRow.tsx": 1,
  649. "components/grid/components/header/sort/SortRow.tsx": 1,
  650. "components/interfaces/Account/TOTPFactors/DeleteFactorModal.tsx": 1,
  651. "components/interfaces/App/CommandMenu/CommandMenu.tsx": 1,
  652. "components/interfaces/Auth/AuthProvidersForm/FormField.tsx": 1,
  653. "components/interfaces/Auth/Policies/PolicyEditor/PolicyAllowedOperation.tsx": 1,
  654. "components/interfaces/Auth/Policies/PolicyEditor/PolicyDefinition.tsx": 1,
  655. "components/interfaces/Auth/Policies/PolicyEditor/PolicyEditorFooter.tsx": 1,
  656. "components/interfaces/Auth/Policies/PolicyEditorModal/PolicyEditorModalTitle.tsx": 1,
  657. "components/interfaces/Auth/Policies/PolicySelection.tsx": 1,
  658. "components/interfaces/Auth/Policies/PolicyTemplates/TemplatePreview.tsx": 1,
  659. "components/interfaces/Auth/Policies/PolicyTemplates/TemplatesList.tsx": 1,
  660. "components/interfaces/Auth/Policies/PolicyTemplates/index.tsx": 1,
  661. "components/interfaces/Auth/SiteUrl/SiteUrl.tsx": 1,
  662. "components/interfaces/Auth/Users/CreateUserModal.tsx": 1,
  663. "components/interfaces/Auth/Users/InviteUserModal.tsx": 1,
  664. "components/interfaces/Billing/InvoiceStatusBadge.tsx": 1,
  665. "components/interfaces/Billing/Payment/AddNewPaymentMethodModal.tsx": 1,
  666. "components/interfaces/Billing/Payment/AddPaymentMethodForm.tsx": 1,
  667. "components/interfaces/Billing/Payment/PaymentMethods/ChangePaymentMethodModal.tsx": 1,
  668. "components/interfaces/Billing/Payment/PaymentMethods/CreditCard.tsx": 1,
  669. "components/interfaces/Billing/Payment/PaymentMethods/CurrentPaymentMethod.tsx": 1,
  670. "components/interfaces/Billing/Payment/PaymentMethods/DeletePaymentMethodModal.tsx": 1,
  671. "components/interfaces/Billing/Payment/PaymentMethods/PaymentMethods.tsx": 1,
  672. "components/interfaces/Billing/SpendCapModal.tsx": 1,
  673. "components/interfaces/BranchManagement/BranchStatusBadge.tsx": 1,
  674. "components/interfaces/ConnectSheet/DirectConnectionExamples.tsx": 1,
  675. "components/interfaces/Database/Backups/DatabaseBackupsNav.tsx": 1,
  676. "components/interfaces/Database/Backups/PITR/PITRStatus.tsx": 1,
  677. "components/interfaces/Database/Backups/PITR/TimeInput.tsx": 1,
  678. "components/interfaces/Database/EnumeratedTypes/CreateEnumeratedTypeSidePanel.tsx": 1,
  679. "components/interfaces/Database/EnumeratedTypes/EditEnumeratedTypeSidePanel.tsx": 1,
  680. "components/interfaces/Database/EnumeratedTypes/EnumeratedTypeValueRow.tsx": 1,
  681. "components/interfaces/Database/Extensions/ExtensionCardSkeleton.tsx": 1,
  682. "components/interfaces/Database/Functions/FunctionsList/FunctionList.tsx": 1,
  683. "components/interfaces/Database/Migrations/Migrations.tsx": 1,
  684. "components/interfaces/Database/Privileges/PrivilegesHead.tsx": 1,
  685. "components/interfaces/Database/Privileges/PrivilegesTable.tsx": 1,
  686. "components/interfaces/Database/Triggers/ChooseFunctionForm.tsx": 1,
  687. "components/interfaces/DiskManagement/ui/FormMessage.tsx": 1,
  688. "components/interfaces/Docs/Authentication.tsx": 1,
  689. "components/interfaces/Docs/CodeSnippet.tsx": 1,
  690. "components/interfaces/Docs/Description.tsx": 1,
  691. "components/interfaces/Docs/Introduction.tsx": 1,
  692. "components/interfaces/Docs/Pages/Rpc/Introduction.tsx": 1,
  693. "components/interfaces/Docs/Pages/Tables/Introduction.tsx": 1,
  694. "components/interfaces/Docs/Param.tsx": 1,
  695. "components/interfaces/Docs/PublicSchemaNotEnabledAlert.tsx": 1,
  696. "components/interfaces/Docs/Snippets.ts": 1,
  697. "components/interfaces/Functions/CommandRender.tsx": 1,
  698. "components/interfaces/Functions/EdgeFunctionOverview/EdgeFunctionOverview.tsx": 1,
  699. "components/interfaces/Functions/EdgeFunctionSecrets/EdgeFunctionSecret.tsx": 1,
  700. "components/interfaces/Functions/FunctionsNav.tsx": 1,
  701. "components/interfaces/Home/ProjectUsage.tsx": 1,
  702. "components/interfaces/Integrations/CronJobs/CronJobsEmptyState.tsx": 1,
  703. "components/interfaces/Integrations/CronJobs/CronSyntaxChart.tsx": 1,
  704. "components/interfaces/Integrations/Vercel/OrganizationPicker.tsx": 1,
  705. "components/interfaces/Integrations/VercelGithub/ProjectLinker.tsx": 1,
  706. "components/interfaces/Integrations/Wrappers/InputField.tsx": 1,
  707. "components/interfaces/Integrations/Wrappers/WrapperTableEditor.tsx": 1,
  708. "components/interfaces/Linter/LintPageTabs.tsx": 1,
  709. "components/interfaces/Linter/LinterFilters.tsx": 1,
  710. "components/interfaces/Organization/BillingSettings/BillingBreakdown/BillingBreakdown.tsx": 1,
  711. "components/interfaces/Organization/BillingSettings/BillingEmail.tsx": 1,
  712. "components/interfaces/Organization/BillingSettings/CostControl/CostControl.tsx": 1,
  713. "components/interfaces/Organization/BillingSettings/CostControl/SpendCapSidePanel.tsx": 1,
  714. "components/interfaces/Organization/BillingSettings/CreditBalance.tsx": 1,
  715. "components/interfaces/Organization/BillingSettings/Subscription/DowngradeModal.tsx": 1,
  716. "components/interfaces/Organization/BillingSettings/Subscription/MembersExceedLimitModal.tsx": 1,
  717. "components/interfaces/Organization/BillingSettings/Subscription/PaymentMethodSelection.tsx": 1,
  718. "components/interfaces/Organization/BillingSettings/Subscription/Subscription.tsx": 1,
  719. "components/interfaces/Organization/BillingSettings/Subscription/UpgradeModal.tsx": 1,
  720. "components/interfaces/Organization/CloudMarketplace/AwsMarketplaceAutoRenewalWarning.tsx": 1,
  721. "components/interfaces/Organization/CloudMarketplace/AwsMarketplaceContractNotLinkable.tsx": 1,
  722. "components/interfaces/Organization/CloudMarketplace/AwsMarketplaceCreateNewOrg.tsx": 1,
  723. "components/interfaces/Organization/CloudMarketplace/AwsMarketplaceOnboardingPlaceholder.tsx": 1,
  724. "components/interfaces/Organization/CloudMarketplace/AwsMarketplaceOnboardingSuccessModal.tsx": 1,
  725. "components/interfaces/Organization/CloudMarketplace/NewAwsMarketplaceOrgForm.tsx": 1,
  726. "components/interfaces/Organization/CloudMarketplace/NewAwsMarketplaceOrgModal.tsx": 1,
  727. "components/interfaces/Organization/IntegrationSettings/SidePanelVercelProjectLinker.tsx": 1,
  728. "components/interfaces/Organization/InvoicesSettings/InvoicePayButton.tsx": 1,
  729. "components/interfaces/Organization/TeamSettings/MembersView.tsx": 1,
  730. "components/interfaces/Organization/Usage/ActiveCompute.tsx": 1,
  731. "components/interfaces/Organization/Usage/Activity.tsx": 1,
  732. "components/interfaces/Organization/Usage/Compute.tsx": 1,
  733. "components/interfaces/Organization/Usage/Egress.tsx": 1,
  734. "components/interfaces/Organization/Usage/OrgLogUsage.tsx": 1,
  735. "components/interfaces/Organization/Usage/SectionHeader.tsx": 1,
  736. "components/interfaces/Organization/Usage/SizeAndCounts.tsx": 1,
  737. "components/interfaces/Organization/Usage/UsageBarChart.tsx": 1,
  738. "components/interfaces/Organization/Usage/UsageSection/AttributeUsage.tsx": 1,
  739. "components/interfaces/Organization/Usage/UsageSection/DatabaseSizeUsage.tsx": 1,
  740. "components/interfaces/Organization/Usage/UsageSection/UsageSection.tsx": 1,
  741. "components/interfaces/ProjectAPIDocs/ContentSnippet.tsx": 1,
  742. "components/interfaces/ProjectAPIDocs/LanguageSelector.tsx": 1,
  743. "components/interfaces/ProjectAPIDocs/ResourceContent.tsx": 1,
  744. "components/interfaces/Realtime/Inspector/MessageSelection.tsx": 1,
  745. "components/interfaces/Realtime/Inspector/MessagesTable.tsx": 1,
  746. "components/interfaces/Realtime/Inspector/NoChannelEmptyState.tsx": 1,
  747. "components/interfaces/Realtime/Inspector/RealtimeFilterPopover/TableSelector.tsx": 1,
  748. "components/interfaces/Reports/ReportFilterBar.tsx": 1,
  749. "components/interfaces/Reports/ReportHeader.tsx": 1,
  750. "components/interfaces/Reports/ReportPadding.tsx": 1,
  751. "components/interfaces/Reports/ReportStickyNav.tsx": 1,
  752. "components/interfaces/Reports/ReportWidget.tsx": 1,
  753. "components/interfaces/Reports/Reports.tsx": 1,
  754. "components/interfaces/SQLEditor/DownloadSnippetModal.tsx": 1,
  755. "components/interfaces/SQLEditor/InlineWidget.tsx": 1,
  756. "components/interfaces/SQLEditor/MonacoEditor.tsx": 1,
  757. "components/interfaces/SQLEditor/RenameQueryModal.tsx": 1,
  758. "components/interfaces/SQLEditor/SQLTemplates/SQLQuickstarts.tsx": 1,
  759. "components/interfaces/SQLEditor/SQLTemplates/SQLTemplates.tsx": 1,
  760. "components/interfaces/SQLEditor/UtilityPanel/ReadOnlyBadge.tsx": 1,
  761. "components/interfaces/SQLEditor/UtilityPanel/Results.tsx": 1,
  762. "components/interfaces/SQLEditor/UtilityPanel/SavingIndicator.tsx": 1,
  763. "components/interfaces/SQLEditor/hooks.ts": 1,
  764. "components/interfaces/Settings/Addons/CustomDomainSidePanel.tsx": 1,
  765. "components/interfaces/Settings/Addons/IPv4SidePanel.tsx": 1,
  766. "components/interfaces/Settings/Addons/PITRSidePanel.tsx": 1,
  767. "components/interfaces/Settings/Database/DatabaseSettings/ConfirmDisableReadOnlyModal.tsx": 1,
  768. "components/interfaces/Settings/Database/DatabaseSettings/ResetDbPassword.tsx": 1,
  769. "components/interfaces/Settings/Database/DiskSizeConfigurationModal.tsx": 1,
  770. "components/interfaces/Settings/Database/NetworkRestrictions/AddRestrictionModal.tsx": 1,
  771. "components/interfaces/Settings/Database/NetworkRestrictions/AllowAllModal.tsx": 1,
  772. "components/interfaces/Settings/Database/NetworkRestrictions/DisallowAllModal.tsx": 1,
  773. "components/interfaces/Settings/Database/NetworkRestrictions/RemoveRestrictionModal.tsx": 1,
  774. "components/interfaces/Settings/General/CustomDomainConfig/DNSRecord.tsx": 1,
  775. "components/interfaces/Settings/General/Infrastructure/PauseProjectButton.tsx": 1,
  776. "components/interfaces/Settings/General/Infrastructure/RestartServerButton.tsx": 1,
  777. "components/interfaces/Settings/Infrastructure/InfrastructureConfiguration/DropAllReplicasConfirmationModal.tsx": 1,
  778. "components/interfaces/Settings/Infrastructure/InfrastructureConfiguration/MapView.tsx": 1,
  779. "components/interfaces/Settings/Integrations/VercelIntegration/VercelIntegrationConnectionForm.tsx": 1,
  780. "components/interfaces/Settings/Logs/LogColumnRenderers/AuthColumnRenderer.tsx": 1,
  781. "components/interfaces/Settings/Logs/LogColumnRenderers/DatabaseApiColumnRender.tsx": 1,
  782. "components/interfaces/Settings/Logs/LogColumnRenderers/DatabasePostgresColumnRender.tsx": 1,
  783. "components/interfaces/Settings/Logs/LogColumnRenderers/DefaultPreviewColumnRenderer.tsx": 1,
  784. "components/interfaces/Settings/Logs/LogColumnRenderers/FunctionsEdgeColumnRender.tsx": 1,
  785. "components/interfaces/Settings/Logs/LogColumnRenderers/FunctionsLogsColumnRender.tsx": 1,
  786. "components/interfaces/Settings/Logs/LogSelection.tsx": 1,
  787. "components/interfaces/Settings/Logs/LogSelectionRenderers/DefaultPreviewSelectionRenderer.tsx": 1,
  788. "components/interfaces/Settings/Logs/Logs.Divider.tsx": 1,
  789. "components/interfaces/Settings/Logs/Logs.SavedQueriesItem.tsx": 1,
  790. "components/interfaces/Settings/Logs/Logs.SqlSnippetCode.tsx": 1,
  791. "components/interfaces/Settings/Logs/LogsErrorRenderers/ResourcesExceededErrorRenderer.tsx": 1,
  792. "components/interfaces/Settings/Logs/LogsFilterPopover.tsx": 1,
  793. "components/interfaces/Settings/Logs/LogsQueryPanel.tsx": 1,
  794. "components/interfaces/Settings/Logs/PreviewFilterPanel.tsx": 1,
  795. "components/interfaces/Settings/Logs/RecentQueriesItem.tsx": 1,
  796. "components/interfaces/Settings/Logs/UpgradePrompt.tsx": 1,
  797. "components/interfaces/SignIn/PasswordConditionsHelper.tsx": 1,
  798. "components/interfaces/Storage/StorageBucketsError.tsx": 1,
  799. "components/interfaces/Storage/StoragePolicies/StoragePoliciesEditor.tsx": 1,
  800. "components/interfaces/Storage/StoragePolicies/StoragePoliciesPlaceholder.tsx": 1,
  801. "components/interfaces/Storage/StoragePolicies/StoragePoliciesReview.tsx": 1,
  802. "components/interfaces/TableGridEditor/DeleteConfirmationDialogs.tsx": 1,
  803. "components/interfaces/TableGridEditor/SidePanelEditor/ColumnEditor/ColumnDefaultValue.tsx": 1,
  804. "components/interfaces/TableGridEditor/SidePanelEditor/ColumnEditor/ColumnForeignKey.tsx": 1,
  805. "components/interfaces/TableGridEditor/SidePanelEditor/ColumnEditor/ColumnType.tsx": 1,
  806. "components/interfaces/TableGridEditor/SidePanelEditor/ColumnEditor/InputWithSuggestions.tsx": 1,
  807. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/ForeignRowSelector/Pagination.tsx": 1,
  808. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/ForeignRowSelector/SelectorGrid.tsx": 1,
  809. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/JsonEditor/DrilldownViewer/DrilldownBreadCrumbs.tsx": 1,
  810. "components/interfaces/TableGridEditor/SidePanelEditor/RowEditor/JsonEditor/DrilldownViewer/DrilldownPane.tsx": 1,
  811. "components/interfaces/TableGridEditor/SidePanelEditor/SpreadsheetImport/SpreadSheetImportConfiguration.tsx": 1,
  812. "components/interfaces/TableGridEditor/SidePanelEditor/SpreadsheetImport/SpreadSheetTextInput.tsx": 1,
  813. "components/interfaces/TableGridEditor/SidePanelEditor/SpreadsheetImport/SpreadsheetPreviewGrid.tsx": 1,
  814. "components/layouts/APIKeys/APIKeysLayout.tsx": 1,
  815. "components/layouts/AccountLayout/AccountLayout.tsx": 1,
  816. "components/layouts/AdvisorsLayout/AdvisorsLayout.tsx": 1,
  817. "components/layouts/AuthLayout/AuthLayout.tsx": 1,
  818. "components/layouts/BranchLayout/BranchLayout.tsx": 1,
  819. "components/layouts/DatabaseLayout/DatabaseLayout.tsx": 1,
  820. "components/layouts/DefaultLayout.tsx": 1,
  821. "components/layouts/DocsLayout/DocsLayout.tsx": 1,
  822. "components/layouts/EdgeFunctionsLayout/EdgeFunctionDetailsLayout.tsx": 1,
  823. "components/layouts/EdgeFunctionsLayout/EdgeFunctionsLayout.tsx": 1,
  824. "components/layouts/IntegrationsLayout/IntegrationWindowLayout.tsx": 1,
  825. "components/layouts/IntegrationsLayout/VercelIntegrationWindowLayout.tsx": 1,
  826. "components/layouts/JWTKeys/JWTKeysLayout.tsx": 1,
  827. "components/layouts/LinkAwsMarketplaceLayout.tsx": 1,
  828. "components/layouts/LogsLayout/LogsLayout.tsx": 1,
  829. "components/layouts/Navigation/NavigationBar/MobileNavigationBar.tsx": 1,
  830. "components/layouts/Navigation/NavigationBar/MobileViewNav.tsx": 1,
  831. "components/layouts/Navigation/NavigationBar/NavigationIconLink.tsx": 1,
  832. "components/layouts/Navigation/ProductMenuBar.tsx": 1,
  833. "components/layouts/ObservabilityLayout/ObservabilityLayout.tsx": 1,
  834. "components/layouts/ObservabilityLayout/ObservabilityMenu.tsx": 1,
  835. "components/layouts/OrganizationLayout.tsx": 1,
  836. "components/layouts/ProjectLayout/BuildingState.tsx": 1,
  837. "components/layouts/ProjectLayout/ConnectingState.tsx": 1,
  838. "components/layouts/ProjectLayout/RestartingState.tsx": 1,
  839. "components/layouts/ProjectSettingsLayout/SettingsLayout.tsx": 1,
  840. "components/layouts/RealtimeLayout/RealtimeLayout.tsx": 1,
  841. "components/layouts/RedeemCreditsLayout.tsx": 1,
  842. "components/layouts/ReportsLayout/ReportsMenu.tsx": 1,
  843. "components/layouts/SQLEditorLayout/SQLEditorLayout.tsx": 1,
  844. "components/layouts/SQLEditorLayout/SQLEditorNavV2/SQLEditorLoadingSnippets.tsx": 1,
  845. "components/layouts/SignInLayout/ForgotPasswordLayout.tsx": 1,
  846. "components/layouts/SignInLayout/SignInLayout.tsx": 1,
  847. "components/layouts/StorageLayout/StorageLayout.tsx": 1,
  848. "components/layouts/TableEditorLayout/EditorMenuListSkeleton.tsx": 1,
  849. "components/layouts/WizardLayout.tsx": 1,
  850. "components/to-be-cleaned/KeyMap.tsx": 1,
  851. "components/to-be-cleaned/ProductEmptyState.tsx": 1,
  852. "components/to-be-cleaned/Table.tsx": 1,
  853. "components/ui/AIEditor/ResizableAIWidget.tsx": 1,
  854. "components/ui/AlertError.tsx": 1,
  855. "components/ui/CardButton.tsx": 1,
  856. "components/ui/Charts/AreaChart.tsx": 1,
  857. "components/ui/Charts/BarChart.tsx": 1,
  858. "components/ui/Charts/ChartHandler.tsx": 1,
  859. "components/ui/Charts/NoDataPlaceholder.tsx": 1,
  860. "components/ui/Charts/StackedBarChart.tsx": 1,
  861. "components/ui/CodeEditor/CodeEditor.tsx": 1,
  862. "components/ui/CodeEditor/Providers/BackwardIterator.ts": 1,
  863. "components/ui/CodeEditor/Providers/PgSQLCompletionProvider.ts": 1,
  864. "components/ui/CodeEditor/Providers/PgSQLSignatureHelpProvider.ts": 1,
  865. "components/ui/CopyButton.tsx": 1,
  866. "components/ui/CountdownTimer/CountdownTimerRadial.tsx": 1,
  867. "components/ui/CountdownTimer/CountdownTimerSpan.tsx": 1,
  868. "components/ui/DateRangePicker.tsx": 1,
  869. "components/ui/EditorPanel/EditorPanel.tsx": 1,
  870. "components/ui/Error.tsx": 1,
  871. "components/ui/FormBoxEmpty.tsx": 1,
  872. "components/ui/FunctionSelector.tsx": 1,
  873. "components/ui/GrafanaPromoBanner.tsx": 1,
  874. "components/ui/InformationBox.tsx": 1,
  875. "components/ui/LoadingOpacity.tsx": 1,
  876. "components/ui/Logs/LogsExplorerHeader.tsx": 1,
  877. "components/ui/NoPermission.tsx": 1,
  878. "components/ui/Panel.tsx": 1,
  879. "components/ui/PartnerIcon.tsx": 1,
  880. "components/ui/PartnerManagedResource.tsx": 1,
  881. "components/ui/SchemaSelector.tsx": 1,
  882. "components/ui/ShimmerLine.tsx": 1,
  883. "components/ui/SparkBar.tsx": 1,
  884. "components/ui/SqlEditor.tsx": 1,
  885. "data/prefetchers/PrefetchableLink.tsx": 1,
  886. "hooks/analytics/useDbQuery.tsx": 1,
  887. "hooks/analytics/useLogsPreview.tsx": 1,
  888. "hooks/analytics/useLogsQuery.tsx": 1,
  889. "hooks/analytics/useProjectUsageStats.tsx": 1,
  890. "hooks/analytics/useSingleLog.tsx": 1,
  891. "hooks/analytics/useTimeseriesUnixToIso.ts": 1,
  892. "hooks/branches/useEdgeFunctionsDiff.ts": 1,
  893. "hooks/misc/useLatest.ts": 1,
  894. "lib/api/apiWrapper.ts": 1,
  895. "lib/pingPostgrest.ts": 1,
  896. "scripts/codegen.ts": 1
  897. },
  898. "react/no-unstable-nested-components": {
  899. "components/grid/components/header/filter/FilterPopoverNew.tsx": 1,
  900. "components/interfaces/Account/Preferences/ThemeSettings.tsx": 1,
  901. "components/interfaces/App/CommandMenu/ContextSearchResults.shared.tsx": 1,
  902. "components/interfaces/Connect/ConnectTabContent.tsx": 1,
  903. "components/interfaces/ConnectSheet/ConnectStepsSection.tsx": 1,
  904. "components/interfaces/Database/Migrations/MigrationsEmptyState.tsx": 3,
  905. "components/interfaces/Functions/EdgeFunctionDetails/EdgeFunctionDetails.tsx": 1,
  906. "components/interfaces/Functions/TerminalInstructions.tsx": 3,
  907. "components/interfaces/Integrations/VercelGithub/IntegrationPanels.tsx": 1,
  908. "components/interfaces/Integrations/VercelGithub/ProjectLinker.tsx": 1,
  909. "components/interfaces/Linter/LintPageTabs.tsx": 1,
  910. "components/interfaces/Linter/LinterDataGrid.tsx": 3,
  911. "components/interfaces/Organization/Usage/UsageBarChart.tsx": 1,
  912. "components/interfaces/ProjectAPIDocs/FirstLevelNav.tsx": 1,
  913. "components/interfaces/Settings/Logs/LogSelection.tsx": 1,
  914. "components/interfaces/Settings/Logs/LogTable.tsx": 3,
  915. "components/interfaces/Settings/Logs/LogsFormatters.tsx": 2,
  916. "components/interfaces/Settings/Logs/PreviewFilterPanelWithUniversal.tsx": 1,
  917. "components/interfaces/Storage/StoragePolicies/StoragePoliciesEditPolicyModal.tsx": 1,
  918. "components/interfaces/UnifiedLogs/components/LogTypeIcon.tsx": 5,
  919. "components/layouts/Navigation/LayoutHeader/FeedbackDropdown/FeedbackWidget.tsx": 1,
  920. "components/layouts/Navigation/NavigationBar/NavigationIconLink.tsx": 1,
  921. "components/layouts/SQLEditorLayout/SQLEditorNavV2/SQLEditorNav.tsx": 3,
  922. "components/layouts/SQLEditorLayout/SQLEditorNavV2/SearchList.tsx": 1,
  923. "components/ui/AIAssistantPanel/MessageMarkdown.tsx": 1,
  924. "components/ui/CardButton.tsx": 1,
  925. "components/ui/Charts/AreaChart.tsx": 1,
  926. "components/ui/Charts/BarChart.tsx": 1,
  927. "components/ui/Charts/ComposedChart.tsx": 2,
  928. "components/ui/Charts/ComposedChart.utils.tsx": 3,
  929. "components/ui/ErrorBoundary/ErrorBoundary.tsx": 1,
  930. "components/ui/NoPermission.tsx": 1,
  931. "pages/project/[ref]/observability/database.tsx": 1
  932. }
  933. }
  934. }