feat(gitea): add gitea integration

This commit is contained in:
Rıdvan Akca
2024-04-28 14:42:25 +02:00
parent f8018ca384
commit b8ac73478b
2 changed files with 10 additions and 0 deletions

View File

@@ -2,8 +2,11 @@ import defineApp from '../../helpers/define-app.js';
import addAuthHeader from './common/add-auth-header.js';
import auth from './auth/index.js';
import setBaseUrl from './common/set-base-url.js';
<<<<<<< HEAD
import triggers from './triggers/index.js';
import dynamicData from './dynamic-data/index.js';
=======
>>>>>>> 589d3447 (feat(gitea): add gitea integration)
export default defineApp({
name: 'Gitea',
@@ -16,6 +19,9 @@ export default defineApp({
primaryColor: '609926',
beforeRequest: [setBaseUrl, addAuthHeader],
auth,
<<<<<<< HEAD
triggers,
dynamicData,
=======
>>>>>>> 589d3447 (feat(gitea): add gitea integration)
});

View File

@@ -126,10 +126,14 @@ export default defineConfig({
text: 'Gitea',
collapsible: true,
collapsed: true,
<<<<<<< HEAD
items: [
{ text: 'Triggers', link: '/apps/gitea/triggers' },
{ text: 'Connection', link: '/apps/gitea/connection' },
],
=======
items: [{ text: 'Connection', link: '/apps/gitea/connection' }],
>>>>>>> 589d3447 (feat(gitea): add gitea integration)
},
{
text: 'GitHub',