Compare commits

..

2 Commits

Author SHA1 Message Date
58a432ed6c Use a custom PAT instead of the GITHUB_TOKEN default
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m7s
Add copyright notice / copyright_notice (pull_request) Successful in 2m26s
Playwright Tests / test (pull_request) Successful in 5m26s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 13m28s
2024-10-27 22:09:27 +01:00
02817de72a Push only when there are changes 2024-10-27 22:09:02 +01:00
28 changed files with 3 additions and 58 deletions

View File

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACTIONS_TOKEN }}
ref: ${{ github.head_ref }}
- uses: VinnyBabuManjaly/copyright-action@v1.0.0
with:
@ -25,9 +25,8 @@ jobs:
if [ -n "$(git status --porcelain)" ]; then
echo "there are changes";
git commit -m "Add copyright notice"
git push
else
echo "no changes";
fi
git commit -m "Add copyright notice"
- name: Push changes
run: git push

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { lusitana } from '@/app/ui/fonts';
export default function Page () {

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { lusitana } from '@/app/ui/fonts';
import AffinityGroupsTree from '@/app/ui/guests/affinity-groups-tree';
import GuestsTable from '@/app/ui/guests/table';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import SideNav from '@/app/ui/dashboard/sidenav';
export default function Layout({ children }: { children: React.ReactNode }) {

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
export default function Page() {
return <p>Dashboard Page</p>;
}

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { lusitana } from '@/app/ui/fonts';
export default function Page () {

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import '@/app/ui/global.css'
import 'primereact/resources/themes/lara-light-cyan/theme.css';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import Link from 'next/link';
import styles from '@/app/ui/home.module.css';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import clsx from 'clsx';
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import Image from 'next/image';
import { lusitana } from '@/app/ui/fonts';
import Search from '@/app/ui/search';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import {
BanknotesIcon,
ClockIcon,

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { ArrowPathIcon } from '@heroicons/react/24/outline';
import clsx from 'clsx';
import Image from 'next/image';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
export default function Loading() {
return <div>Loading...</div>;
}

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
'use client'
import {

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { generateYAxis } from '@/app/lib/utils';
import { CalendarIcon } from '@heroicons/react/24/outline';
import { lusitana } from '@/app/ui/fonts';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import Link from 'next/link';
import NavLinks from '@/app/ui/dashboard/nav-links';
import { PowerIcon } from '@heroicons/react/24/outline';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
'use client'
import React, { useState, useEffect, Suspense } from 'react';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { clsx } from 'clsx';
import Link from 'next/link';
import { lusitana } from '@/app/ui/fonts';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { PencilIcon, PlusIcon, TrashIcon } from '@heroicons/react/24/outline';
import Link from 'next/link';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { CustomerField } from '@/app/lib/definitions';
import Link from 'next/link';
import {

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
'use client';
import { CustomerField, InvoiceForm } from '@/app/lib/definitions';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
'use client';
import { ArrowLeftIcon, ArrowRightIcon } from '@heroicons/react/24/outline';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import Skeleton from '@/app/ui/skeleton';
export function SkeletonRow() {

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { CheckIcon, ClockIcon } from '@heroicons/react/24/outline';
import clsx from 'clsx';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
'use client';
import clsx from 'clsx';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { lusitana } from '@/app/ui/fonts';
import {
AtSymbolIcon,

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
'use client';
import { MagnifyingGlassIcon } from '@heroicons/react/24/outline';

View File

@ -1,5 +1,3 @@
/* Copyright (C) 2024 Manuel Bustillo*/
export default function Skeleton({ className }: { className: string }) {
return <div className={`bg-slate-200 motion-safe:animate-pulse rounded ${className}`} />;
}