Commit Graph

24 Commits (8b9c64af6ef54274472a96aed236365f19044224)

Author SHA1 Message Date
Gabriel Horner 8252160c0a More test improvements
- Easier auth setup
- subdirectory is configurable
- list graphs api also exercised
2022-04-13 19:12:24 +08:00
Gabriel Horner 798bac18a5 First pass at file tests for file-sync
Each action usually passes by 5th try
2022-04-13 19:12:24 +08:00
Gabriel Horner 0ccbe4d046
Enhance: validate local storage (#4784)
* Validate localStorage with spec

This will help get at the source of errors like #4706 quicker

* Fix settings bugs

Close #4679 as shortcut tooltip setting is now visible.
No need to js/alert when a setting is changed. Probably leftover bugging

* Add docs and example of reusing specs in bb task

Co-authored-by: Andelf <andelf@gmail.com>
2022-04-01 15:46:52 +08:00
Gabriel Horner f4839da1e1 Make dictionary namespaces bb compatible
Now that translations are just data no excuse for them not being bb
compatible. Also gets rid of needless sexp parsing
2022-03-28 12:33:28 -04:00
Gabriel Horner 79bbf21f7d Allow advanced queries to pull in dsl rules as needed
- Remove unused query' and when checks from custom-query
- Update bb command to use correct watch
- Provide $EXAMPLE mode in query dsl test to document rule usage
2022-03-10 15:43:07 +08:00
Gabriel Horner 6200ec70d3 Add rules linter for unbound vars and invalid queries
Linter caught one unbound var which wasn't an error but nonetheless good
to cleanup
2022-03-09 14:10:38 +08:00
Gabriel Horner e81678fc69 Mark most vars as cleanup-todo
Fixed a few that I knew how to QA and were low risk
2022-02-04 16:57:49 -05:00
Gabriel Horner 40eb74a47c Add first pass at large vars linter
Had to tweak rewrite-clj to read vars with metadata.
Added fail fast behavior to fns to prevent silent failure
which was impacting tasks. Started looking at a few vars. More to look
at
2022-02-04 14:06:50 -05:00
Gabriel Horner 0fcdb498d8 Update lang tasks to also read shortcuts
- Updated docs with more accurate picture of translation state
- invalid task found keys that were no longer used from 2 commands
- Cleaned up rewrite-clj
2022-02-02 11:26:20 -05:00
Gabriel Horner 04241dfe96 Merge branch 'master' into feature/lang-tasks-and-ci 2022-01-29 10:06:44 -05:00
Gabriel Horner 76f6ecc937 Add a translating guide and tweak tasks 2022-01-28 17:19:25 -05:00
Gabriel Horner 9a644cfe90 Add duplicate detection and fix a few from langs I know 2022-01-28 16:04:55 -05:00
Gabriel Horner 45fd55701f Can parallelize within bb.edn per borkdude 2022-01-28 14:49:55 -05:00
Gabriel Horner 02c0489a26 Add CI job for invalid dicts
And tweak fn so that it actually fails
2022-01-27 17:43:10 -05:00
Gabriel Horner 8998e9435b Start electron dev env with one cmd
Thanks @borkdude for the gist :)
2022-01-27 17:33:46 -05:00
Gabriel Horner 115b0266f5 First pass 2022-01-27 16:38:30 -05:00
Gabriel Horner 4ce3db2497 Carve up to frontend.components.sidebar 2022-01-27 14:11:59 -05:00
Gabriel Horner 8b428796bc Setup carve and ignore all unused vars by default
Also split out lint jobs to their own step
2022-01-27 14:11:59 -05:00
Andelf 37055a45bc fix(script): should bump versionCode 2022-01-21 09:41:06 +08:00
Andelf 250dd4e9c3 feat(scripts): add bump-version script 2021-12-25 22:42:21 +08:00
Andelf 8f211e21c5 fix(ci): missing variables in release build, disable nightly 2021-12-01 13:19:26 +08:00
Andelf 935a317c6e ci: use version.cljs instead 2021-11-30 11:06:35 +08:00
Andelf fa003e6f57 ci: refactor desktop app release ci, add nightly build 2021-11-30 11:06:35 +08:00
Tienson Qin fe663cc858 chore: add publishing.sh 2021-03-01 21:08:01 +08:00