Project

General

Profile

Activity

From 05/31/2024 to 06/09/2024

06/09/2024

01:26 PM Revision be32e5da (almirah-code): Merge pull request 37 from OleksandrIvanovDev/develop
Merge from Develop Oleksandr Ivanov
01:22 PM Revision e6383c75 (almirah-code): Merge pull request 36 from OleksandrIvanovDev/wb_0.2.1_a
Wb 0.2.1 a Oleksandr Ivanov
01:17 PM TestTask #103: Unit Tests for DocParser
Implemented in (commit:878e8ab), (commit:e000653), (commit:17ff764), (commit:c599a76), (commit:160a8de), (commit:9ec9... Oleksandr Ivanov
01:13 PM CodeTask #106 (Closed): Pandoc title format for Almirah doc title
Implemented in (commit:79c786d)
Reviewed in: https://github.com/OleksandrIvanovDev/Almirah.Code/pull/36
Oleksandr Ivanov
01:12 PM Bug #107 (Closed): Script fails if there are similar uplinks in the Controlled Paragraph
Implemented in (commit:1a21729)
Reviewed in: https://github.com/OleksandrIvanovDev/Almirah.Code/pull/36
Oleksandr Ivanov
01:11 PM Bug #108 (Closed): Recursive up-links
Oleksandr Ivanov
01:10 PM Bug #108: Recursive up-links
Implemented in (commit:8e117eb)
Reviewed in https://github.com/OleksandrIvanovDev/Almirah.Code/pull/36
Oleksandr Ivanov
01:09 PM Bug #109 (Closed): Add Markdown Lists to the search database
Implemented (commit:8233168)
Reviewed in https://github.com/OleksandrIvanovDev/Almirah.Code/pull/36
Oleksandr Ivanov
12:04 PM Bug #109 (Closed): Add Markdown Lists to the search database
In the first version of search engine the only Paragraph and Controlled Paragraph entities were indexed. Since the li... Oleksandr Ivanov
12:58 PM Revision af9025fd (almirah-code): Rel: Almirah gem 0.2.1
Oleksandr Ivanov
12:50 PM Revision 82331687 (almirah-code): Fix: Add Markdown Lists to the search database (#109)
Oleksandr Ivanov
12:01 PM Revision 9ec99b13 (almirah-code): Ref: Refactoring in scope of UT (#103)
Oleksandr Ivanov

06/08/2024

02:02 PM Revision 160a8de5 (almirah-code): Ref: Refactoring in scope of UT (#103)
Oleksandr Ivanov
01:43 PM Revision 8e117eb2 (almirah-code): Fix: Recursive up-links (#108)
Oleksandr Ivanov
01:41 PM Bug #108 (Closed): Recursive up-links
The current version (Almirah gem version 0.2.0) allows to add the following paragraph:
\[SRS-001\] This is a contr...
Oleksandr Ivanov
01:12 PM Revision 1a21729b (almirah-code): Fix: Script fails if there are similar uplinks in the Controlled Paragraph (#107)
Oleksandr Ivanov
01:09 PM Bug #107 (Closed): Script fails if there are similar uplinks in the Controlled Paragraph
The following paragraph raises and error:
\[SRS-001\] This is a Controlled Paragraph >\[SYS-001\], >\[SYS-001\]
...
Oleksandr Ivanov
12:20 PM Revision c599a764 (almirah-code): Ref: Refactoring in scope of UT (#103)
Oleksandr Ivanov
11:34 AM Revision 66f0ad9a (almirah-code): Ref: Refactoring in scope of UT (#103)
Oleksandr Ivanov

06/07/2024

11:04 PM Revision 17ff764b (almirah-code): Ref: Refactoring in scope of UT (#103)
Oleksandr Ivanov
10:53 PM Revision 79c786d4 (almirah-code): Impl: Pandoc title format for Almirah doc title (#106)
Oleksandr Ivanov
10:51 PM CodeTask #106 (In Progress): Pandoc title format for Almirah doc title
Oleksandr Ivanov
10:50 PM CodeTask #106 (Closed): Pandoc title format for Almirah doc title
See parent task for details Oleksandr Ivanov
09:22 PM Revision e000653a (almirah-code): Ref: Refactoring in scope of UT (#103)
Oleksandr Ivanov
09:16 PM Revision 878e8abb (almirah-code): UT: Unit Tests for DocParser (#103)
Oleksandr Ivanov
09:12 PM TestTask #103 (New): Unit Tests for DocParser
DocFabric class is too overloaded. So, the DocParser part is introduced to isolate the logic.
This task is to test t...
Oleksandr Ivanov
08:32 PM Bug #102 (Closed): Undefined behavior without document title
During unit testing of DocParser it was found that there is no document title if the first heading in the document ha... Oleksandr Ivanov

06/04/2024

12:30 PM Revision 6b0d1169 (almirah-code): Merge pull request 35 from OleksandrIvanovDev/develop
Merge from Develop Oleksandr Ivanov
12:24 PM CodeTask #100 (Closed): Basic database for search engine
Implemented in (commit:cc8cd2b)
Reviewed in https://github.com/OleksandrIvanovDev/Almirah.Code/pull/34
Oleksandr Ivanov
12:22 PM CodeTask #101 (Closed): Try to integrate with Orama local search
Implemented in (commit:f0e7514)
Reviewed in https://github.com/OleksandrIvanovDev/Almirah.Code/pull/34
Oleksandr Ivanov
12:21 PM Revision 14dda940 (almirah-code): Merge pull request 34 from OleksandrIvanovDev/wb_0.2.0_a
Wb 0.2.0 a Oleksandr Ivanov
09:24 AM Revision 4e021992 (almirah-code): Rel: Almirah gem version 0.2.0
Oleksandr Ivanov
09:17 AM Revision f0e75143 (almirah-code): Impl: Try to integrate with Orama local search (#101)
Oleksandr Ivanov

06/03/2024

08:50 AM CodeTask #101 (Closed): Try to integrate with Orama local search
It would be good to check how fast Orama engine works locally (https://docs.askorama.ai/open-source/) Oleksandr Ivanov

06/02/2024

02:22 PM Revision cc8cd2b8 (almirah-code): Impl: Basic database for search engine (#100)
Oleksandr Ivanov
02:21 PM CodeTask #100 (In Progress): Basic database for search engine
Oleksandr Ivanov
02:20 PM CodeTask #100 (Closed): Basic database for search engine
Guessing that raw md or html files are not a good input for any search engine.
So, let's create some JSON database d...
Oleksandr Ivanov
 

Also available in: Atom