From 4a2eb9a488d85e414a8adc7a18a275aa03fb64dd Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Tue, 5 May 2026 18:02:26 -0300 Subject: [PATCH] fix: remove wrong added files Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- .../results.json | 1 - tmp/docker-ci | 1 - .../manual-roundtrip-after.contract.json | 53 ---------------- .../manual-roundtrip-after.json | 1 - .../manual-roundtrip-after.normalized.json | 60 ------------------- .../manual-roundtrip.contract.json | 53 ---------------- .../manual-roundtrip.json | 1 - .../manual-roundtrip.normalized.json | 60 ------------------- 8 files changed, 230 deletions(-) delete mode 100644 node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json delete mode 160000 tmp/docker-ci delete mode 100644 tmp/profile-fields-validation/manual-roundtrip-after.contract.json delete mode 100644 tmp/profile-fields-validation/manual-roundtrip-after.json delete mode 100644 tmp/profile-fields-validation/manual-roundtrip-after.normalized.json delete mode 100644 tmp/profile-fields-validation/manual-roundtrip.contract.json delete mode 100644 tmp/profile-fields-validation/manual-roundtrip.json delete mode 100644 tmp/profile-fields-validation/manual-roundtrip.normalized.json diff --git a/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json b/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json deleted file mode 100644 index d7d584b..0000000 --- a/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +++ /dev/null @@ -1 +0,0 @@ -{"version":"4.0.18","results":[[":volumes/nextcloud/apps-extra/libresign/src/tests/views/Validation.spec.ts",{"duration":0,"failed":true}],[":volumes/nextcloud/apps-extra/libresign/src/tests/App.spec.ts",{"duration":0,"failed":true}],[":volumes/nextcloud/apps-extra/libresign/src/tests/components/RightSidebar/SignTab.spec.ts",{"duration":0,"failed":true}]]} \ No newline at end of file diff --git a/tmp/docker-ci b/tmp/docker-ci deleted file mode 160000 index 39814d6..0000000 --- a/tmp/docker-ci +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 39814d6947863f88667d5d759c79a8e4e78cac76 diff --git a/tmp/profile-fields-validation/manual-roundtrip-after.contract.json b/tmp/profile-fields-validation/manual-roundtrip-after.contract.json deleted file mode 100644 index 1d5d5f4..0000000 --- a/tmp/profile-fields-validation/manual-roundtrip-after.contract.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "definitions": [ - { - "active": true, - "admin_only": false, - "created_at": "2026-03-13T17:19:23+00:00", - "field_key": "cpf", - "initial_visibility": "private", - "label": "CPF", - "sort_order": 10, - "type": "text", - "updated_at": "2026-03-13T17:19:23+00:00", - "user_editable": false, - "user_visible": true - }, - { - "active": true, - "admin_only": false, - "created_at": "2026-03-14T02:22:41+00:00", - "field_key": "test", - "initial_visibility": "private", - "label": "Test", - "sort_order": 1, - "type": "text", - "updated_at": "2026-03-14T02:22:41+00:00", - "user_editable": true, - "user_visible": true - } - ], - "schema_version": 1, - "values": [ - { - "current_visibility": "private", - "field_key": "cpf", - "updated_at": "2026-03-14T02:22:15+00:00", - "updated_by_uid": "admin", - "user_uid": "admin", - "value": { - "value": "999.999.999-99" - } - }, - { - "current_visibility": "public", - "field_key": "test", - "updated_at": "2026-03-14T12:30:33+00:00", - "updated_by_uid": "admin", - "user_uid": "admin", - "value": { - "value": null - } - } - ] -} diff --git a/tmp/profile-fields-validation/manual-roundtrip-after.json b/tmp/profile-fields-validation/manual-roundtrip-after.json deleted file mode 100644 index 7596b31..0000000 --- a/tmp/profile-fields-validation/manual-roundtrip-after.json +++ /dev/null @@ -1 +0,0 @@ -{"schema_version":1,"exported_at":"2026-03-16T16:31:34+00:00","definitions":[{"id":318,"field_key":"test","label":"Test","type":"text","admin_only":false,"user_editable":true,"user_visible":true,"initial_visibility":"private","sort_order":1,"active":true,"created_at":"2026-03-14T02:22:41+00:00","updated_at":"2026-03-14T02:22:41+00:00"},{"id":319,"field_key":"cpf","label":"CPF","type":"text","admin_only":false,"user_editable":false,"user_visible":true,"initial_visibility":"private","sort_order":10,"active":true,"created_at":"2026-03-13T17:19:23+00:00","updated_at":"2026-03-13T17:19:23+00:00"}],"values":[{"id":386,"field_definition_id":318,"field_key":"test","user_uid":"admin","value":{"value":null},"current_visibility":"public","updated_by_uid":"admin","updated_at":"2026-03-14T12:30:33+00:00"},{"id":385,"field_definition_id":319,"field_key":"cpf","user_uid":"admin","value":{"value":"999.999.999-99"},"current_visibility":"private","updated_by_uid":"admin","updated_at":"2026-03-14T02:22:15+00:00"}]} diff --git a/tmp/profile-fields-validation/manual-roundtrip-after.normalized.json b/tmp/profile-fields-validation/manual-roundtrip-after.normalized.json deleted file mode 100644 index 330c60f..0000000 --- a/tmp/profile-fields-validation/manual-roundtrip-after.normalized.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "definitions": [ - { - "active": true, - "admin_only": false, - "created_at": "2026-03-14T02:22:41+00:00", - "field_key": "test", - "id": 318, - "initial_visibility": "private", - "label": "Test", - "sort_order": 1, - "type": "text", - "updated_at": "2026-03-14T02:22:41+00:00", - "user_editable": true, - "user_visible": true - }, - { - "active": true, - "admin_only": false, - "created_at": "2026-03-13T17:19:23+00:00", - "field_key": "cpf", - "id": 319, - "initial_visibility": "private", - "label": "CPF", - "sort_order": 10, - "type": "text", - "updated_at": "2026-03-13T17:19:23+00:00", - "user_editable": false, - "user_visible": true - } - ], - "exported_at": "2026-03-16T16:31:34+00:00", - "schema_version": 1, - "values": [ - { - "current_visibility": "public", - "field_definition_id": 318, - "field_key": "test", - "id": 386, - "updated_at": "2026-03-14T12:30:33+00:00", - "updated_by_uid": "admin", - "user_uid": "admin", - "value": { - "value": null - } - }, - { - "current_visibility": "private", - "field_definition_id": 319, - "field_key": "cpf", - "id": 385, - "updated_at": "2026-03-14T02:22:15+00:00", - "updated_by_uid": "admin", - "user_uid": "admin", - "value": { - "value": "999.999.999-99" - } - } - ] -} diff --git a/tmp/profile-fields-validation/manual-roundtrip.contract.json b/tmp/profile-fields-validation/manual-roundtrip.contract.json deleted file mode 100644 index 1d5d5f4..0000000 --- a/tmp/profile-fields-validation/manual-roundtrip.contract.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "definitions": [ - { - "active": true, - "admin_only": false, - "created_at": "2026-03-13T17:19:23+00:00", - "field_key": "cpf", - "initial_visibility": "private", - "label": "CPF", - "sort_order": 10, - "type": "text", - "updated_at": "2026-03-13T17:19:23+00:00", - "user_editable": false, - "user_visible": true - }, - { - "active": true, - "admin_only": false, - "created_at": "2026-03-14T02:22:41+00:00", - "field_key": "test", - "initial_visibility": "private", - "label": "Test", - "sort_order": 1, - "type": "text", - "updated_at": "2026-03-14T02:22:41+00:00", - "user_editable": true, - "user_visible": true - } - ], - "schema_version": 1, - "values": [ - { - "current_visibility": "private", - "field_key": "cpf", - "updated_at": "2026-03-14T02:22:15+00:00", - "updated_by_uid": "admin", - "user_uid": "admin", - "value": { - "value": "999.999.999-99" - } - }, - { - "current_visibility": "public", - "field_key": "test", - "updated_at": "2026-03-14T12:30:33+00:00", - "updated_by_uid": "admin", - "user_uid": "admin", - "value": { - "value": null - } - } - ] -} diff --git a/tmp/profile-fields-validation/manual-roundtrip.json b/tmp/profile-fields-validation/manual-roundtrip.json deleted file mode 100644 index 4bbf71e..0000000 --- a/tmp/profile-fields-validation/manual-roundtrip.json +++ /dev/null @@ -1 +0,0 @@ -{"schema_version":1,"exported_at":"2026-03-16T16:29:13+00:00","definitions":[{"id":188,"field_key":"test","label":"Test","type":"text","admin_only":false,"user_editable":true,"user_visible":true,"initial_visibility":"private","sort_order":1,"active":true,"created_at":"2026-03-14T02:22:41+00:00","updated_at":"2026-03-14T02:22:41+00:00"},{"id":135,"field_key":"cpf","label":"CPF","type":"text","admin_only":false,"user_editable":false,"user_visible":true,"initial_visibility":"private","sort_order":10,"active":true,"created_at":"2026-03-13T17:19:23+00:00","updated_at":"2026-03-13T17:19:23+00:00"}],"values":[{"id":208,"field_definition_id":135,"field_key":"cpf","user_uid":"admin","value":{"value":"999.999.999-99"},"current_visibility":"private","updated_by_uid":"admin","updated_at":"2026-03-14T02:22:15+00:00"},{"id":209,"field_definition_id":188,"field_key":"test","user_uid":"admin","value":{"value":null},"current_visibility":"public","updated_by_uid":"admin","updated_at":"2026-03-14T12:30:33+00:00"}]} diff --git a/tmp/profile-fields-validation/manual-roundtrip.normalized.json b/tmp/profile-fields-validation/manual-roundtrip.normalized.json deleted file mode 100644 index 58759db..0000000 --- a/tmp/profile-fields-validation/manual-roundtrip.normalized.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "definitions": [ - { - "active": true, - "admin_only": false, - "created_at": "2026-03-14T02:22:41+00:00", - "field_key": "test", - "id": 188, - "initial_visibility": "private", - "label": "Test", - "sort_order": 1, - "type": "text", - "updated_at": "2026-03-14T02:22:41+00:00", - "user_editable": true, - "user_visible": true - }, - { - "active": true, - "admin_only": false, - "created_at": "2026-03-13T17:19:23+00:00", - "field_key": "cpf", - "id": 135, - "initial_visibility": "private", - "label": "CPF", - "sort_order": 10, - "type": "text", - "updated_at": "2026-03-13T17:19:23+00:00", - "user_editable": false, - "user_visible": true - } - ], - "exported_at": "2026-03-16T16:29:13+00:00", - "schema_version": 1, - "values": [ - { - "current_visibility": "private", - "field_definition_id": 135, - "field_key": "cpf", - "id": 208, - "updated_at": "2026-03-14T02:22:15+00:00", - "updated_by_uid": "admin", - "user_uid": "admin", - "value": { - "value": "999.999.999-99" - } - }, - { - "current_visibility": "public", - "field_definition_id": 188, - "field_key": "test", - "id": 209, - "updated_at": "2026-03-14T12:30:33+00:00", - "updated_by_uid": "admin", - "user_uid": "admin", - "value": { - "value": null - } - } - ] -}