Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto tagger #189

Merged
merged 34 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
9b3dfa5
update server core
petrjasek Nov 6, 2023
6e58e93
update server core
petrjasek Nov 30, 2023
a36c7db
use server core v2.6.6
petrjasek Dec 8, 2023
91a1dc0
update server core
petrjasek Jan 4, 2024
2c01e72
auto tagger
tomaskikutis Jan 10, 2024
5977f0b
update core to v2.6.7
petrjasek Jan 11, 2024
b5339a9
add server semaphore code
petrjasek Jan 18, 2024
23f4901
fix flake8 error
petrjasek Jan 18, 2024
a8c50b2
[CPCN-27] CP Transcripts ingest parser (#187)
MarkLark86 Oct 31, 2023
5004e20
update superdesk
petrjasek Jan 18, 2024
6099a29
enable desk name/email in planning json
petrjasek Dec 19, 2023
d016d8c
fix build of orangelogic-extension
tomaskikutis Jan 24, 2024
035e13f
move casting to a better place
tomaskikutis Jan 24, 2024
8eeee3e
update usage of changed API method `getVocabulary`
tomaskikutis Jan 24, 2024
2e3891d
update usages of superdesk-api to latest
tomaskikutis Jan 24, 2024
d20a9d3
Update __init__.py
tcp-bhargav Jan 25, 2024
d0a5edd
Update jimi.py
tcp-bhargav Jan 25, 2024
2f54c3c
Update semaphore.py
tcp-bhargav Jan 25, 2024
58165f8
Turn Add "entity" to "tag"
cmuldur Jan 25, 2024
cd7fda8
Create ninjs_formatter_2.py
tcp-bhargav Jan 25, 2024
632c0d0
Create jimi_2.py
tcp-bhargav Jan 25, 2024
dee87bb
Update ninjs_formatter_2.py
tcp-bhargav Jan 30, 2024
097e275
Update jimi.py Reverted Name back to JIMI
tcp-bhargav Jan 31, 2024
46927ef
Update semaphore.py
tcp-bhargav Jan 31, 2024
9c73b8b
Update semaphore.py
tcp-bhargav Jan 31, 2024
90cd26c
Update ninjs_formatter_2.py Fixed Association output.
tcp-bhargav Jan 31, 2024
51d18a1
Update semaphore.py
tcp-bhargav Jan 31, 2024
a17bbba
fix transcripts parser (#192)
petrjasek Feb 7, 2024
515f61f
Merge remote-tracking branch 'origin/uat' into auto-tagger
petrjasek Feb 8, 2024
cd8b499
separate semaphore calls
petrjasek Feb 8, 2024
986267e
backport auto tagging widget to 2.6
petrjasek Feb 8, 2024
de8de88
fix lint
petrjasek Feb 8, 2024
dc44579
fix lint vol. 2
petrjasek Feb 8, 2024
fd5ca6d
fix mypy errors
petrjasek Feb 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions client/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
package-lock=false

package-lock=true
1 change: 1 addition & 0 deletions client/extensions/auto-tagger/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
Loading
Loading