• Joined on 2022-07-06
janek pushed to main at janek/mostr 2024-11-11 13:59:33 +00:00
15a2ffd7e6 style: optimize imports with cargo fix
5f8a232bd5 refactor(event_sender): reformat
5dfd7a084b refactor: create own file for EventSender
ca24693dbb fix(main): auto-create config directory
Compare 4 commits »
janek pushed to master at janek/CalMerger 2024-11-11 11:35:35 +00:00
3b590958a0 test: run tests to check the produced output against the expected output
299b8c1404 refactor: serve static files from a dedicated directory
Compare 2 commits »
janek pushed to master at janek/CalMerger 2024-11-11 10:45:10 +00:00
be6d378890 style: refactor async functions to use traditional function declaration syntax
11a4efe30b fix: ensure valid date-time handling in event components
db78a0121e refactor: Refactor addEventsToCalendar to properly handle date validation and usage
Compare 3 commits »
janek pushed to main at janek/mostr 2024-11-11 00:35:27 +00:00
ed72bcebcf refactor: replace xdg dependency by platform-agnostic directories
janek pushed to main at janek/mostr 2024-11-11 00:21:50 +00:00
3749f72048 refactor(main): optimize feedback for (( command
d1735476cc fix(main): improve feedback for (( command
Compare 2 commits »
janek pushed to main at janek/mostr 2024-11-10 19:41:36 +00:00
5dbea00562 feat: make hashtag interactions more dynamic
cc1e9d4d69 docs(readme): beta hints
d5e6bd2578 fix(main): fallback when listing empty description
60b33b1dd3 fix: make bookmark and priority filter commands more consistent
Compare 4 commits »
janek pushed to main at janek/mostr 2024-11-10 13:47:14 +00:00
561fd9e1e5 feat: implement priority filtering
91b6047f9a feat: implement priority property for task
Compare 2 commits »
janek pushed to main at janek/mostr 2024-11-09 19:10:52 +00:00
5294d9081f chore(rust): upgrade to nightly to fix build
janek pushed to main at janek/mostr 2024-11-09 19:00:49 +00:00
33a1e89c16 chore(rust): upgrade to nightly to fix build
b81e5a27bf fix(main): retain current movement when tracking for another time
8f0a169677 fix(main): hide Quick Access in a custom search
ae525c870f fix: filter from correct position with multiple slashes
b9307b7b5d feat(main): improve prompt symbol
Compare 13 commits »
janek pushed to master at janek/CalMerger 2024-11-07 19:36:57 +00:00
1bb1db7326 logging: log result.data as I debug. correct synta as wellx
73135dd9d4 refactor: use ical.js to generate calendar merged and refreshed calendars
41687e1e22 remove: tests directory
8e143df754 refactor: replace event addition with ical.js
ffd2fa5370 refactor: switch calendar component creation to ical.js
Compare 5 commits »
janek pushed to master at janek/CalMerger 2024-11-07 13:25:37 +00:00
1c241c0738 chore: add calendar directory to .gitignore
69f2f71a2d test: add test for merging calendars in different timezones and merging date-based and time-based calendars
708144baa6 test: introduce new shorter calendar test files
Compare 3 commits »
janek pushed to master at janek/CalMerger 2024-11-07 12:19:45 +00:00
b32696f14c refactor: refactor endpoint to serve refreshed merge calendars
cdc25981b5 refactor: streamline calendar refresh logic with refreshCalendarData helper
1dde451f9d refactor: refactor endpoint to merge calendars
00f5fedb2a refactor: encapsulate calendar file saving with saveCalendarFile helper
1bc7119b08 refactor: modularize event merging with mergeCalendarEvents helper
Compare 8 commits »
janek pushed to master at janek/CalMerger 2024-11-07 09:28:27 +00:00
495557e6c2 refactor: add starter script
janek pushed to master at janek/CalMerger 2024-11-07 09:21:26 +00:00
5b3a47a122 test: run tests and keep assets in subdirectory
8eb44e18f6 fix(server.js): properly propagate errors
Compare 2 commits »
janek pushed to master at janek/CalMerger 2024-11-07 08:46:42 +00:00
6c9fb1139f fix(tests): ensure calendar file path is correct
188a2b713c Merge remote-tracking branch 'contrib/master'
4fce46c57e test: changes on temp folder
9f036b43cd chore: Remove debug log for merged calendars directory
Compare 4 commits »
janek created branch test in janek/CalMerger 2024-11-07 00:06:06 +00:00
janek pushed to test at janek/CalMerger 2024-11-07 00:06:06 +00:00
eacf6111e1 feat: restructure starting with customizable port
janek pushed to master at janek/CalMerger 2024-11-06 19:59:03 +00:00
2a9af9c1d5 test: rearrange test directories
janek pushed to master at janek/CalMerger 2024-11-06 19:25:27 +00:00
7bb3811a4d refactor: Move expected_output folder into temp_test_calendar
8a522377c8 fix: Improve cleanup process in test suite
f5ff331f2f fix: Ensure correct merged calendars directory path based on environment
488106b299 test: Change the working directory to the test-specific directory
e8dbc7a0b4 test: Isolate test environment by setting a temporary merged calendars directory
Compare 5 commits »
janek pushed to master at janek/CalMerger 2024-11-06 08:39:22 +00:00
d6a470237c feat(tests): implement whole output testing for calendar merging API
19af32da10 test(calendar.test.js): lead expected output
07eba543ae test(expected output): create folder with expected output
6d4944991c revert(tests): undo updates to URL assertions in calendar merging API tests
6bd83a7a56 fix(tests): update URL assertions in calendar merging API tests
Compare 15 commits »