woodpecker/web/src/compositions
qwerty287 0970f35df5
Do not store inactive repos (#1658)
Do not sync repos with forge if the repo is not necessary in DB.

In the DB, only repos that were active once or repos that are currently
active are stored. When trying to enable new repos, the repos list is
fetched from the forge instead and displayed directly. In addition to
this, the forge func `Perm` was removed and is now merged with `Repo`.

Solves a TODO on RepoBatch.

---------

Co-authored-by: Anbraten <anton@ju60.de>
2023-03-21 23:01:59 +01:00
..
useApiClient.ts Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
useAsyncAction.ts Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
useAuthentication.ts fix redirect after login (#824) 2022-05-14 17:45:01 +02:00
useConfig.ts Do not store inactive repos (#1658) 2023-03-21 23:01:59 +01:00
useDarkMode.ts Use Woodpecker theme colors on Safari Tab Bar / Header Bar (#632) 2021-12-21 02:26:42 +01:00
useDate.ts Add German Translation (#997) 2022-06-21 18:18:02 +02:00
useElapsedTime.ts Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
useEvents.ts Hide not owned repos from sidebar and repo list (#1453) 2023-01-31 09:37:11 +01:00
useFavicon.ts Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
useI18n.ts Lazy load locales (#1362) 2022-12-29 13:41:59 +01:00
useInjectProvide.ts Add ability to trigger manual builds (#1156) 2022-09-27 11:05:00 +02:00
useNotifications.ts Add pipeline log output download (#1023) 2022-07-17 21:51:10 +02:00
usePipeline.ts Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
usePipelineFeed.ts Hide not owned repos from sidebar and repo list (#1453) 2023-01-31 09:37:11 +01:00
useRepoSearch.ts Sort repos by org and name (#1548) 2023-02-28 11:14:19 +01:00
useRouteBackOrDefault.ts fix back links (#529) 2021-12-08 14:01:33 +01:00
useTabs.ts Spelling (#1405) 2022-11-09 08:12:17 +01:00
useUserConfig.ts Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00