Commit graph

104 commits

Author SHA1 Message Date
Kacper Kula
095471db9c
Merge pull request #27 from h-sphere/feat/creating-csv-file
feat: adding "create csv file" option
2025-01-09 12:40:19 +00:00
Kacper Kula
549d238f00 feat: adding "create csv file" option 2025-01-04 20:57:11 +00:00
Kacper Kula
e20eb49d9d
Merge pull request #25 from h-sphere/chore/deploying-docs-to-ftp
chore: deploying docs to FTP now instead of GH Pages
2025-01-02 11:54:19 +00:00
Kacper Kula
b7426ad87e chore: deploying docs to FTP now instead of GH Pages 2025-01-02 11:53:14 +00:00
Kacper Kula
0f4f381e1f
Merge pull request #24 from h-sphere/fix/completed-reverse-flag
fix: fixing completed flag in tasks being reversed
2024-12-20 14:02:00 +00:00
Kacper Kula
098a832a75 fix: fixing completed flag in tasks being reversed 2024-12-20 14:00:54 +00:00
Kacper Kula
6b14843516
Merge pull request #23 from h-sphere/fix/cte-names-registering-signals
fix: fixing issue with CTE names registering signals
2024-12-20 13:52:32 +00:00
Kacper Kula
e28d02afe6 fix: fixing issue with CTE names registering signals 2024-12-20 13:52:02 +00:00
Kacper Kula
56aade75f2
Merge pull request #22 from h-sphere/fix/process-on-mobile-error
fix: fixing issue with process on mobile not present
2024-12-20 11:36:41 +00:00
Kacper Kula
ee9f7e9fea fix: fixing issue with process on mobile not present 2024-12-20 11:35:37 +00:00
Kacper Kula
fc490cf7f2
Merge pull request #21 from h-sphere/feat/sql-worker
feat: WebWorker + Absurd-SQL
2024-12-19 12:21:28 +00:00
Kacper Kula
39834d6ce7 feat: project reworked to load database inside WebWorker and persist it inside IndexeDb 2024-12-19 11:50:10 +00:00
Kacper Kula
f75cb5fbcb minimal poc for worker working with database in it 2024-12-16 14:43:12 +00:00
Kacper Kula
3eeff87888 chore: deleting obsolete build step 2024-11-24 16:17:58 +00:00
Kacper Kula
3e42a7954f
Merge pull request #19 from h-sphere/feat/plenty-of-improvements
Feat/plenty of improvements
2024-11-24 16:14:49 +00:00
Kacper Kula
04ea0c892e chore: adding docs 2024-11-24 16:14:36 +00:00
Kacper Kula
d0d1f6c2b4 chore: updating version and adding changelogs. 2024-11-24 12:05:05 +00:00
Kacper Kula
bba929e9e1 feat: multiple improvements - settings, csv view, multiple renderers 2024-11-24 11:59:57 +00:00
Kacper Kula
d4d2bb9bb4
Merge pull request #18 from h-sphere/feat/parsing-rework
feat: reworking parsing and fixing small bugs
2024-11-07 18:45:10 +00:00
Kacper Kula
153e68a789 feat: reworking parsing and fixing small bugs 2024-11-07 18:43:15 +00:00
Kacper Kula
cb289ff65f
Merge pull request #17 from h-sphere/feat/sqljs
feat: Reworking Database to SQLJS
2024-11-06 20:47:20 +00:00
Kacper Kula
2eb4dd353d chore: typing implicit any field (as any for now, will fix later) 2024-11-06 20:45:36 +00:00
Kacper Kula
81392c941f Merge branch 'main' into feat/sqljs 2024-11-06 20:31:23 +00:00
Kacper Kula
cfe4e23d11
Merge pull request #16 from h-sphere/feat/ui-improvements
feat: reloading data in place + nicer errors
2024-11-06 20:29:36 +00:00
Kacper Kula
3d4db31254 feat: reloading data in place + nicer errors 2024-11-06 20:28:34 +00:00
Kacper Kula
225bec64fd chore: updated changelog 2024-11-04 21:01:50 +00:00
Kacper Kula
3ee1045cb5 feat: reworked antlr4ts to antlr4 2024-11-04 21:00:52 +00:00
Kacper Kula
7f7352e62f feat: replacing better-sqlite3 with sql.js which makes the plugin work on mobile 2024-11-04 18:56:56 +00:00
Kacper Kula
5f7c3107c3
Merge pull request #15 from h-sphere/feat/grid-improvements
chore: fixing updates and adding checkboxes
2024-11-03 22:23:41 +00:00
Kacper Kula
38a7285666 chore: fixing updates and adding checkboxes 2024-11-03 22:23:13 +00:00
Kacper Kula
7be3d2a800 release: 0.9.1 turning off verbose 2024-11-03 21:20:58 +00:00
Kacper Kula
ce99eefa14 release: 0.9.0 2024-11-03 21:07:22 +00:00
Kacper Kula
5d4a6944b0
Merge pull request #14 from h-sphere/feat/grid
Reworking to use AG Grid
2024-11-03 21:04:55 +00:00
Kacper Kula
0223c412ef
Merge pull request #13 from h-sphere/feat/signals
Adding Signals
2024-11-03 21:04:15 +00:00
Kacper Kula
f4f6e8c9d6 chore: adding custom SQL functions processing and few improvements to the grid view 2024-11-03 21:01:17 +00:00
Kacper Kula
a2dc2232f1 chore: add pagination 2024-11-03 20:43:45 +00:00
Kacper Kula
39896ef862 feat: reworking how the data is being displayed by using ag-grid library 2024-11-03 20:43:45 +00:00
Kacper Kula
bd136d5d17 feat: fixing issue with tags loading 2024-11-03 20:43:13 +00:00
Kacper Kula
251bdb4206 chore: converting column names to lower-case. Updating how data formatting works 2024-11-03 11:24:36 +00:00
Kacper Kula
182ee4bc8b chore: remove console logs 2024-11-03 11:00:14 +00:00
Kacper Kula
6fbcbd2157 chore: removing old event based code 2024-11-03 10:56:33 +00:00
Kacper Kula
f34f0476f2 chore: fixing issue with tags 2024-11-03 10:05:41 +00:00
Kacper Kula
84f44bfed1 feat: reworking communication to signals and fixing issues with some keys 2024-11-03 00:28:09 +00:00
Kacper Kula
cf0984d29a
Merge pull request #8 from h-sphere/feat/custom-sql-functions-for-links-and-images
Feat/custom sql functions for links and images
2024-09-05 21:04:20 +01:00
Kacper Kula
afbf3565e4 chore: bumped version and added changelog 2024-09-05 18:34:36 +01:00
Kacper Kula
1871fb5e57 feat: adding support for local images 2024-09-05 17:54:55 +01:00
Kacper Kula
aab1bb4908 chore: adding docs 2024-09-03 20:39:18 +01:00
Kacper Kula
d7885e5900 Merge branch 'main' into feat/custom-sql-functions-for-links-and-images 2024-09-03 20:38:05 +01:00
Kacper Kula
134a252bce
Merge pull request #11 from h-sphere/feat/running-tests-on-pr
feat: running tests on PR
2024-09-03 20:36:27 +01:00
Kacper Kula
b44072a74f feat: running tests on PR 2024-09-03 20:35:13 +01:00