mirror of
https://github.com/tauri-apps/tauri-search.git
synced 2026-02-04 02:41:20 +01:00
commitaa60ea14d3Author: Ken Snyder <ken@ken.net> Date: Mon Feb 14 12:52:27 2022 -0800 chore(tauri-search): started setting up for AST parse of rust commit035aef7619Author: Ken Snyder <ken@ken.net> Date: Fri Feb 11 22:06:39 2022 -0800 chore: updated deps and caches commit39eb1c04f2Author: Ken Snyder <ken@ken.net> Date: Wed Feb 9 17:16:20 2022 -0800 chore: improvements to Prose and Consolidated model commitcf85aece9aAuthor: Ken Snyder <ken@ken.net> Date: Wed Feb 9 10:37:39 2022 -0800 fix: moved no-new-privileges setting in docker-compose back to correct settign commit6fd1af7fc4Author: Ken Snyder <ken@ken.net> Date: Wed Feb 9 09:57:30 2022 -0800 chore: remove heirarchy_radio_lvl props to improve interaction with searchbar chore: updated deps commit266bc604aeAuthor: Ken Snyder <ken@ken.net> Date: Tue Feb 8 17:34:23 2022 -0800 chore: removed refs to feature branch with TS AST chore: added `anchor` property to consolidated index for consistency sake commit556e0e29bdAuthor: Ken Snyder <ken@ken.net> Date: Tue Feb 8 14:31:09 2022 -0800 chore: wire up all inputs to ENV variables commit866092e2e0Author: Ken Snyder <ken@ken.net> Date: Tue Feb 8 14:20:10 2022 -0800 Feature/action jackson (#2) * chore: checking whether full relative path works * chore: add stage input to full-update * chore: moved prep action into actions folder * chore: checkout in action as well as workflow * chore: no name for checkout * fix: added checkout to test workflow * chore: trying actions/prep/action.yml path * chore: added namespace for setup-node * chore: added "shell" for CLI commands * chore: install tauri-repo deps as separate step * chore: use pnpm's action * chore: added pnpm version number * chore: disable cache for now * added some more inputs * chore: remove recursive flag in pnpm action * added ENV specific scripts for full update * chore: move MEILI keys to be stage specific * chore: add secrets to ENV in update * fix: add defensive code to ESM version of getEnv() * fix: more defence with getEnv() * chore: getEnv is defensive as hell :) * chore: another attempt at avoiding getEnv error * chore: picking up secrets in a differnt bucket * chore: full-update includes GH_ secrets commit6da3e9c4d6Author: Ken Snyder <ken@ken.net> Date: Tue Feb 8 11:25:11 2022 -0800 chore: added full-update action commit7164376b38Author: Ken Snyder <ken@ken.net> Date: Tue Feb 8 11:18:23 2022 -0800 chore: composite action's must be called action.yml commitc781712d1bAuthor: Ken Snyder <ken@ken.net> Date: Tue Feb 8 09:32:54 2022 -0800 chore: take 2 on test action commite841ba2b7fAuthor: Ken Snyder <ken@ken.net> Date: Tue Feb 8 09:12:34 2022 -0800 chore: take 1 on a build action commit977434bd07Author: Ken Snyder <ken@ken.net> Date: Tue Feb 8 08:50:34 2022 -0800 fix: fixed typo in docker-compose chore: starting github actions with build, lint, and test commit27aba5e5cfAuthor: Ken Snyder <ken@ken.net> Date: Tue Feb 8 07:05:38 2022 -0800 chore: increased patterns to exclude ENV files commit4b40fc3a1fMerge:b153e32deb541fAuthor: Ken Snyder <ken@ken.net> Date: Mon Feb 7 19:53:51 2022 -0800 Merge branch 'feature/models-return-function' into develop commitdeb541fafeAuthor: Ken Snyder <ken@ken.net> Date: Mon Feb 7 19:53:40 2022 -0800 refactor: adjusted both CJS and ESM code to be able to interact better WRT to stage commit5aaaafe7ffAuthor: Ken Snyder <ken@ken.net> Date: Mon Feb 7 03:37:33 2022 -0800 refactor: made createModel return a function that returns ISearchModel; allowing stage based offsets in Meili API commitb153e3266dAuthor: Ken Snyder <ken@ken.net> Date: Mon Feb 7 01:19:27 2022 -0800 chore: remove temp file vite.config.ts.js from repo commitbe8e580fe5Author: Ken Snyder <ken@ken.net> Date: Mon Feb 7 01:12:23 2022 -0800 test: fixed tests to adjust to external changes in documentation as well as earlier caching refactor commitc34a4c693fAuthor: Ken Snyder <ken@ken.net> Date: Mon Feb 7 00:42:46 2022 -0800 fix: exclude JS API docs from prose docs commite3e371d3a8Author: Ken Snyder <ken@ken.net> Date: Mon Feb 7 00:08:42 2022 -0800 chore: created placeholder files for github actions refactor: refactored all CLI and pipeline code to be more consistent and use better abstraction feature: added the ability to configure ranking properties in a model refactor: reduced the number of cache files and removed those unnecessary for delta updates from git commitfaf048b2cfAuthor: Ken Snyder <ken@ken.net> Date: Sat Feb 5 15:00:52 2022 -0800 chore: remove unwanted cache files and make those which have merit binary files commitb9c05ad560Author: Ken Snyder <ken@ken.net> Date: Thu Feb 3 21:14:55 2022 -0800 chore: tuned properties of "consolidated" index to be more inline with current search commitf40de2fd32Author: Ken Snyder <ken@ken.net> Date: Thu Feb 3 14:49:07 2022 -0800 fix: fixed CLI to drop indexes (really this time) commitf78c4070edAuthor: Ken Snyder <ken@ken.net> Date: Thu Feb 3 14:47:05 2022 -0800 fix: added appropriate await for dropping indexes commit2aaa6ddc69Author: Ken Snyder <ken@ken.net> Date: Thu Feb 3 14:45:47 2022 -0800 chore: added CLI commands for creating and dropping indexes commit97384a6e9eAuthor: Ken Snyder <ken@ken.net> Date: Thu Feb 3 13:09:36 2022 -0800 chore: fixed "into" docker scripts commit19fde622c3Author: Ken Snyder <ken@ken.net> Date: Thu Feb 3 12:38:36 2022 -0800 docs: small updates to help with ENV variables and docker compose chore: made sure that push-caches CLI creates the indexes before pushing docs (so that Model's config is used) commit6d67bac1b1Author: Ken Snyder <ken@ken.net> Date: Wed Feb 2 21:32:02 2022 -0800 chore: moved to forked version of simple-markdown which doesn't pollute namespace chore: forked markdown-it-collapsible and then upgraded it ... now released as markdown-it-expandable commit6e4aa1a342Author: Ken Snyder <ken@ken.net> Date: Tue Feb 1 13:26:08 2022 -0800 chore(docs): styling adjustment to inline code blocks commit6377eb0a08Author: Ken Snyder <ken@ken.net> Date: Tue Feb 1 12:20:26 2022 -0800 chore(docs): 2nd round of de-linting once React type bleed-in was removed commit1742280b3fAuthor: Ken Snyder <ken@ken.net> Date: Tue Feb 1 12:00:18 2022 -0800 chore(docs): de-linted Vue files to follow linting rules commitb17b699135Author: Ken Snyder <ken@ken.net> Date: Tue Feb 1 10:39:01 2022 -0800 chore: updated docs links in README for docs package commitc80d5aba41Author: Ken Snyder <ken@ken.net> Date: Tue Feb 1 01:58:23 2022 -0800 feature: calling a model's createIndex also configures the index per the Model's specification commite4ce4f813fAuthor: Ken Snyder <ken@ken.net> Date: Tue Feb 1 00:16:38 2022 -0800 docs: cleaned up playground and mildly improved ux commitb9c2bea63dAuthor: Ken Snyder <ken@ken.net> Date: Mon Jan 31 22:37:42 2022 -0800 chore: de-lint commit2b43976401Merge:db330763ca01dfAuthor: Ken Snyder <ken@ken.net> Date: Mon Jan 31 22:11:30 2022 -0800 Merge branch 'feature/mappers-integrated-with-model' into develop commit3ca01dfa6bAuthor: Ken Snyder <ken@ken.net> Date: Mon Jan 31 22:10:54 2022 -0800 chore: added link tests commit1efd543861Author: Ken Snyder <ken@ken.net> Date: Mon Jan 31 20:11:21 2022 -0800 chore: all pipelines -- outside of Rust API -- are in place and playground starting to be useful in analyizing index characteristics commit0c771ff555Author: Ken Snyder <ken@ken.net> Date: Fri Jan 28 16:37:30 2022 -0800 chore: finished refreshRepos() functionality commit60cd7912c0Author: Ken Snyder <ken@ken.net> Date: Fri Jan 28 16:00:00 2022 -0800 chore: refreshProse CLI and tests complete chore: refreshRepos started commit75d97ed4daAuthor: Ken Snyder <ken@ken.net> Date: Thu Jan 27 23:02:53 2022 -0800 chore: better CLI message for refresh-prose when no changes are detected commit1d50595692Author: Ken Snyder <ken@ken.net> Date: Thu Jan 27 22:56:57 2022 -0800 chore: added "refresh-prose" CLI command to build AST and ProseModel cache commit39cf3f84e7Author: Ken Snyder <ken@ken.net> Date: Wed Jan 26 16:47:59 2022 -0800 chore: reduced number of mappers needed and removed the createMapper abstraction commit8b753b4cc8Author: Ken Snyder <ken@ken.net> Date: Wed Jan 26 10:40:42 2022 -0800 refactor: moved files into better directory structure, simplified TS parse, added MD parse commitd95db76538Author: Ken Snyder <ken@ken.net> Date: Tue Jan 25 06:30:24 2022 -0800 chore: model config API accepts mappers but API still needs finishing
74 lines
2.1 KiB
JSON
74 lines
2.1 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "rimraf dist/*",
|
|
"start": "pnpm run dev",
|
|
"build": "vite-ssg build",
|
|
"dev": "vite --port 3333 --open",
|
|
"lint": "run-s lint:*",
|
|
"lint:eslint": "eslint \"**/*.{vue,ts,js}\" --fix",
|
|
"lint:tsc": "vue-tsc --noEmit",
|
|
"preview": "vite preview",
|
|
"preview-https": "serve dist",
|
|
"test": "vitest run",
|
|
"test:e2e": "cypress open",
|
|
"test:unit": "vitest",
|
|
"test:dev": "vitest dev",
|
|
"test:watch": "vitest watch",
|
|
"watch": "pnpm run dev"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^7.6.1",
|
|
"@vueuse/head": "^0.7.5",
|
|
"date-fns": "^2.28.0",
|
|
"docs-searchbar.js": "^2.1.0",
|
|
"floating-vue": "^2.0.0-beta.6",
|
|
"inferred-types": "^0.18.4",
|
|
"markdown-it-expandable": "^1.0.2",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.0.11",
|
|
"prism-theme-vars": "^0.2.2",
|
|
"tauri-search": "workspace:*",
|
|
"vue": "^3.2.30",
|
|
"vue-demi": "^0.12.1",
|
|
"vue-i18n": "^9.1.9",
|
|
"vue-router": "^4.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.16.1",
|
|
"@iconify/json": "^2.0.36",
|
|
"@intlify/vite-plugin-vue-i18n": "^3.2.2",
|
|
"@types/markdown-it-link-attributes": "^3.0.1",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@vitejs/plugin-vue": "^2.2.0",
|
|
"@vue/compiler-sfc": "^3.2.30",
|
|
"@vue/server-renderer": "^3.2.30",
|
|
"@vue/test-utils": "^2.0.0-rc.18",
|
|
"critters": "^0.0.16",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^16.0.0",
|
|
"eslint": "^8.9.0",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"https-localhost": "^4.7.0",
|
|
"jsdom": "^19.0.0",
|
|
"markdown-it": "^12.3.2",
|
|
"markdown-it-link-attributes": "^4.0.0",
|
|
"markdown-it-prism": "^2.2.2",
|
|
"meili-searchbar": "^2.2.1",
|
|
"typescript": "^4.5.5",
|
|
"unplugin-auto-import": "^0.5.11",
|
|
"unplugin-icons": "^0.13.1",
|
|
"unplugin-vue-components": "^0.17.18",
|
|
"vite": "^2.8.1",
|
|
"vite-plugin-inspect": "^0.3.14",
|
|
"vite-plugin-md": "^0.11.8",
|
|
"vite-plugin-pages": "^0.20.2",
|
|
"vite-plugin-pwa": "^0.11.13",
|
|
"vite-plugin-vue-layouts": "^0.6.0",
|
|
"vite-plugin-windicss": "^1.7.0",
|
|
"vite-ssg": "^0.17.10",
|
|
"vitest": "^0.3.2",
|
|
"vue-tsc": "^0.31.2"
|
|
}
|
|
}
|