1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

initial working

This commit is contained in:
joakimbaynaud 2025-05-23 11:39:06 +02:00
parent 86cfd155f2
commit e6ab4e2370
1074 changed files with 1 additions and 0 deletions

0
.dockerignore Normal file → Executable file
View file

0
.gitattributes vendored Normal file → Executable file
View file

0
.github/ISSUE_TEMPLATE/1-bug-report.yml vendored Normal file → Executable file
View file

0
.github/ISSUE_TEMPLATE/2-feature-request.yml vendored Normal file → Executable file
View file

0
.github/workflows/build-and-publish-release-package.yml vendored Normal file → Executable file
View file

0
.github/workflows/build-and-push-docker-image.yml vendored Normal file → Executable file
View file

0
.github/workflows/build-and-push-docker-nightly-image.yml vendored Normal file → Executable file
View file

0
.github/workflows/build-and-test.yml vendored Normal file → Executable file
View file

0
.github/workflows/lint.yml vendored Normal file → Executable file
View file

0
.github/workflows/release-helm-chart.yml vendored Normal file → Executable file
View file

0
.gitignore vendored Normal file → Executable file
View file

0
.husky/pre-commit Normal file → Executable file
View file

0
.vscode/extensions.json vendored Normal file → Executable file
View file

0
.vscode/settings.json vendored Normal file → Executable file
View file

0
CODE_OF_CONDUCT.md Normal file → Executable file
View file

0
CONTRIBUTING.md Normal file → Executable file
View file

0
CONTRIBUTOR_LICENSE_AGREEMENT.md Normal file → Executable file
View file

0
Dockerfile Normal file → Executable file
View file

0
Dockerfile.dev Normal file → Executable file
View file

0
LICENSE.md Normal file → Executable file
View file

0
LICENSES/PLANKA Community License DE.md Normal file → Executable file
View file

0
LICENSES/PLANKA Community License EN.md Normal file → Executable file
View file

0
LICENSES/PLANKA Enterprise License DE.md Normal file → Executable file
View file

0
LICENSES/PLANKA Enterprise License EN.md Normal file → Executable file
View file

0
LICENSES/PLANKA License Guide DE.md Normal file → Executable file
View file

0
LICENSES/PLANKA License Guide EN.md Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
SECURITY.md Normal file → Executable file
View file

0
assets/demo.gif Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Before After
Before After

0
charts/planka/.helmignore Normal file → Executable file
View file

0
charts/planka/Chart.lock Normal file → Executable file
View file

0
charts/planka/Chart.yaml Normal file → Executable file
View file

0
charts/planka/README.md Normal file → Executable file
View file

0
charts/planka/templates/NOTES.txt Normal file → Executable file
View file

0
charts/planka/templates/_helpers.tpl Normal file → Executable file
View file

0
charts/planka/templates/deployment.yaml Normal file → Executable file
View file

0
charts/planka/templates/hpa.yaml Normal file → Executable file
View file

0
charts/planka/templates/ingress.yaml Normal file → Executable file
View file

0
charts/planka/templates/pvc.yaml Normal file → Executable file
View file

0
charts/planka/templates/secret-oidc.yaml Normal file → Executable file
View file

0
charts/planka/templates/service.yaml Normal file → Executable file
View file

0
charts/planka/templates/serviceaccount.yaml Normal file → Executable file
View file

0
charts/planka/templates/tests/test-connection.yaml Normal file → Executable file
View file

0
charts/planka/values.yaml Normal file → Executable file
View file

0
client/index.html Normal file → Executable file
View file

0
client/package-lock.json generated Normal file → Executable file
View file

View file

0
client/patches/redux-orm+0.16.2.patch Normal file → Executable file
View file

0
client/patches/semantic-ui-react+2.1.5.patch Normal file → Executable file
View file

0
client/public/favicon.ico Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 143 KiB

Before After
Before After

0
client/public/logo192.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Before After
Before After

0
client/public/logo512.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

0
client/public/manifest.json Normal file → Executable file
View file

0
client/public/robots.txt Normal file → Executable file
View file

0
client/src/actions/activities.js Normal file → Executable file
View file

0
client/src/actions/attachments.js Normal file → Executable file
View file

0
client/src/actions/background-images.js Normal file → Executable file
View file

0
client/src/actions/base-custom-field-groups.js Normal file → Executable file
View file

0
client/src/actions/board-memberships.js Normal file → Executable file
View file

0
client/src/actions/boards.js Normal file → Executable file
View file

0
client/src/actions/cards.js Normal file → Executable file
View file

0
client/src/actions/comments.js Normal file → Executable file
View file

0
client/src/actions/core.js Normal file → Executable file
View file

0
client/src/actions/custom-field-groups.js Normal file → Executable file
View file

0
client/src/actions/custom-field-values.js Normal file → Executable file
View file

0
client/src/actions/custom-fields.js Normal file → Executable file
View file

0
client/src/actions/index.js Normal file → Executable file
View file

0
client/src/actions/labels.js Normal file → Executable file
View file

0
client/src/actions/lists.js Normal file → Executable file
View file

0
client/src/actions/login.js Normal file → Executable file
View file

0
client/src/actions/modals.js Normal file → Executable file
View file

0
client/src/actions/notification-services.js Normal file → Executable file
View file

0
client/src/actions/notifications.js Normal file → Executable file
View file

0
client/src/actions/project-managers.js Normal file → Executable file
View file

0
client/src/actions/projects.js Normal file → Executable file
View file

0
client/src/actions/router.js Normal file → Executable file
View file

0
client/src/actions/socket.js Normal file → Executable file
View file

0
client/src/actions/task-lists.js Normal file → Executable file
View file

0
client/src/actions/tasks.js Normal file → Executable file
View file

0
client/src/actions/users.js Normal file → Executable file
View file

0
client/src/api/background-images.js Normal file → Executable file
View file

0
client/src/api/board-memberships.js Normal file → Executable file
View file

0
client/src/api/card-labels.js Normal file → Executable file
View file

0
client/src/api/card-memberships.js Normal file → Executable file
View file

0
client/src/api/comments.js Normal file → Executable file
View file

0
client/src/api/config.js Normal file → Executable file
View file

0
client/src/api/custom-field-values.js Normal file → Executable file
View file

0
client/src/api/task-lists.js Normal file → Executable file
View file

0
client/src/assets/images/cover.jpg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 157 KiB

Before After
Before After

0
client/src/assets/images/deleted-user.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

0
client/src/assets/images/logo.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

View file

View file

View file

View file

Some files were not shown because too many files have changed in this diff Show more