Skip to content

Commit 53e5b32

Browse files
[Github Action] Automated trickest wordlists update.
1 parent f309856 commit 53e5b32

35 files changed

Lines changed: 4549 additions & 3085 deletions

Discovery/Web-Content/CMS/trickest-cms-wordlist/directus-all-levels.txt

Lines changed: 554 additions & 0 deletions
Large diffs are not rendered by default.

Discovery/Web-Content/CMS/trickest-cms-wordlist/directus.txt

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,6 +1999,7 @@ pnpm-lock.yaml
19991999
.changeset/config.json
20002000
.changeset/asset-cache-revalidate.md
20012001
.changeset/fix-sdk-policy-user-access-types.md
2002+
.changeset/calm-pears-tan.md
20022003
.changeset/plain-mice-arrive.md
20032004
.changeset/respect-collection-accountability-version-save.md
20042005
.changeset/seven-parrots-decide.md
@@ -2147,6 +2148,116 @@ tests/blackbox/setup/seeds/02_tests_flow.js
21472148
tests/blackbox/setup/seeds/04_enable_collaborative_editing.js
21482149
tests/blackbox/setup/seeds/03_tests_extensions.js
21492150
tests/blackbox/setup/seeds/01_delete_existing_data.js
2151+
tests/sandbox/package.json
2152+
tests/sandbox/tsconfig.json
2153+
tests/sandbox/readme.md
2154+
tests/sandbox/src/index.ts
2155+
tests/sandbox/src/steps/app.ts
2156+
tests/sandbox/src/steps/docker.ts
2157+
tests/sandbox/src/steps/index.ts
2158+
tests/sandbox/src/steps/api.ts
2159+
tests/sandbox/src/steps/schema.ts
2160+
tests/sandbox/src/config.ts
2161+
tests/sandbox/src/port.ts
2162+
tests/sandbox/src/cli.ts
2163+
tests/sandbox/src/docker/redis.yml
2164+
tests/sandbox/src/docker/saml.yml
2165+
tests/sandbox/src/docker/oracle.yml
2166+
tests/sandbox/src/docker/mysql.yml
2167+
tests/sandbox/src/docker/maria.yml
2168+
tests/sandbox/src/docker/minio.yml
2169+
tests/sandbox/src/docker/postgres.yml
2170+
tests/sandbox/src/docker/cockroachdb.yml
2171+
tests/sandbox/src/docker/mssql.yml
2172+
tests/sandbox/src/docker/maildev.yml
2173+
tests/sandbox/src/logger.ts
2174+
tests/sandbox/src/sandbox.ts
2175+
tests/sandbox/src/find-directus.ts
2176+
tests/sandbox/docs/globals.md
2177+
tests/sandbox/docs/README.md
2178+
tests/sandbox/docs/variables/apiFolder.md
2179+
tests/sandbox/docs/variables/databases.md
2180+
tests/sandbox/docs/_media/sandboxes.md
2181+
tests/sandbox/docs/_media/sandbox.md
2182+
tests/sandbox/docs/type-aliases/Env.md
2183+
tests/sandbox/docs/type-aliases/SandboxesOptions.md
2184+
tests/sandbox/docs/type-aliases/Sandboxes.md
2185+
tests/sandbox/docs/type-aliases/Database.md
2186+
tests/sandbox/docs/type-aliases/Options.md
2187+
tests/sandbox/docs/type-aliases/Sandbox.md
2188+
tests/sandbox/docs/functions/sandboxes.md
2189+
tests/sandbox/docs/functions/sandbox.md
2190+
tests/sandbox/snapshot.json
2191+
tests/e2e/vitest.config.ts
2192+
tests/e2e/package.json
2193+
tests/e2e/tsconfig.json
2194+
tests/e2e/readme.md
2195+
tests/e2e/utils/signal.ts
2196+
tests/e2e/utils/getUID.ts
2197+
tests/e2e/utils/helpers/index.ts
2198+
tests/e2e/utils/helpers/oracle.ts
2199+
tests/e2e/utils/helpers/maria.ts
2200+
tests/e2e/utils/helpers/cockroachdb.ts
2201+
tests/e2e/utils/constants.ts
2202+
tests/e2e/utils/user-scoped.ts
2203+
tests/e2e/utils/deep-map.ts
2204+
tests/e2e/utils/use-snapshot.ts
2205+
tests/e2e/utils/regex.ts
2206+
tests/e2e/tests/permissions/me.test.ts
2207+
tests/e2e/tests/permissions/permissions.test.ts
2208+
tests/e2e/tests/permissions/schema.d.ts
2209+
tests/e2e/tests/permissions/snapshot.json
2210+
tests/e2e/tests/websockets/schema.d.ts
2211+
tests/e2e/tests/websockets/websockets.test.ts
2212+
tests/e2e/tests/websockets/snapshot.json
2213+
tests/e2e/tests/auth/rest.test.ts
2214+
tests/e2e/tests/auth/reset.test.ts
2215+
tests/e2e/tests/auth/saml.test.ts
2216+
tests/e2e/tests/auth/ws.test.ts
2217+
tests/e2e/tests/auth/qgl.test.ts
2218+
tests/e2e/tests/collections/singleton.test.ts
2219+
tests/e2e/tests/collections/collections.test.ts
2220+
tests/e2e/tests/endpoints/server/health.test.ts
2221+
tests/e2e/tests/endpoints/server/ping.test.ts
2222+
tests/e2e/tests/endpoints/assets/img_format_webp.webp
2223+
tests/e2e/tests/endpoints/assets/assets.test.ts
2224+
tests/e2e/tests/endpoints/files/files.test.ts
2225+
tests/e2e/tests/endpoints/files/old.test.ts
2226+
tests/e2e/tests/endpoints/fields/crud.test.ts
2227+
tests/e2e/tests/endpoints/fields/schema.d.ts
2228+
tests/e2e/tests/endpoints/fields/snapshot.json
2229+
tests/e2e/tests/endpoints/query/fields/schema.d.ts
2230+
tests/e2e/tests/endpoints/query/fields/snapshot.json
2231+
tests/e2e/tests/endpoints/query/fields/fields.test.ts
2232+
tests/e2e/tests/endpoints/query/filter/filter.test.ts
2233+
tests/e2e/tests/endpoints/query/filter/schema.d.ts
2234+
tests/e2e/tests/endpoints/query/filter/snapshot.json
2235+
tests/e2e/tests/logger/redact.sb.test.ts
2236+
tests/e2e/tests/fields/primitive/boolean.test.ts
2237+
tests/e2e/tests/fields/primitive/string.test.ts
2238+
tests/e2e/tests/fields/primitive/integer.test.ts
2239+
tests/e2e/tests/fields/primitive/date.test.ts
2240+
tests/e2e/tests/fields/primitive/float.test.ts
2241+
tests/e2e/tests/fields/primitive/date-time.test.ts
2242+
tests/e2e/tests/fields/primitive/timestamp.test.ts
2243+
tests/e2e/tests/fields/primitive/uuid.test.ts
2244+
tests/e2e/tests/fields/primitive/schema.d.ts
2245+
tests/e2e/tests/fields/primitive/snapshot.json
2246+
tests/e2e/tests/fields/relational/relational.test.ts
2247+
tests/e2e/tests/fields/relational/schema.d.ts
2248+
tests/e2e/tests/fields/relational/snapshot.json
2249+
tests/e2e/tests/fields/change/change.test.ts
2250+
tests/e2e/tests/fields/change/schema.d.ts
2251+
tests/e2e/tests/fields/change/snapshot.json
2252+
tests/e2e/tests/graphql/crud.test.ts
2253+
tests/e2e/tests/graphql/schema.d.ts
2254+
tests/e2e/tests/graphql/gql_schema.test.ts
2255+
tests/e2e/tests/graphql/snapshot.json
2256+
tests/e2e/tests/flows/sync.sb.test.ts
2257+
tests/e2e/tests/flows/webhook.test.ts
2258+
tests/e2e/setup/global-setup-all.ts
2259+
tests/e2e/setup/setup-files.ts
2260+
tests/e2e/setup/global-setup-one.ts
21502261
eslint.config.js
21512262
contributing.md
21522263
ai_policy.md

Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr-all-levels.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67085,6 +67085,10 @@ htdocs/categories/admin/categorie_extrafields.php
6708567085
categories/admin/categorie_extrafields.php
6708667086
admin/categorie_extrafields.php
6708767087
categorie_extrafields.php
67088+
htdocs/categories/admin/categorie_lang_extrafields.php
67089+
categories/admin/categorie_lang_extrafields.php
67090+
admin/categorie_lang_extrafields.php
67091+
categorie_lang_extrafields.php
6708867092
htdocs/categories/edit.php
6708967093
categories/edit.php
6709067094
edit.php

Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13439,6 +13439,7 @@ htdocs/categories/viewcat.php
1343913439
htdocs/categories/info.php
1344013440
htdocs/categories/admin/categorie.php
1344113441
htdocs/categories/admin/categorie_extrafields.php
13442+
htdocs/categories/admin/categorie_lang_extrafields.php
1344213443
htdocs/categories/edit.php
1344313444
htdocs/core/triggers/interface_50_modTicket_TicketEmail.class.php
1344413445
htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php

0 commit comments

Comments
 (0)