Commit graph

321 commits

Author SHA1 Message Date
dependabot[bot]
dd42b99a20
⬆️ Bump SethCohen/github-releases-to-discord
Bumps [SethCohen/github-releases-to-discord](https://github.com/sethcohen/github-releases-to-discord) from 1.15.0 to 1.16.2.
- [Release notes](https://github.com/sethcohen/github-releases-to-discord/releases)
- [Changelog](https://github.com/SethCohen/github-releases-to-discord/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sethcohen/github-releases-to-discord/compare/v1.15.0...v1.16.2)

---
updated-dependencies:
- dependency-name: SethCohen/github-releases-to-discord
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 09:14:21 +00:00
Vasilije
38e11f93da
Create community_greetings.yml
Added community greetings
2024-12-10 14:12:08 +01:00
Vasilije
b70fb7c3fe
Update dependabot.yaml 2024-12-10 14:04:33 +01:00
Vasilije
e7793b6389
Create dependabot.yaml 2024-12-10 14:03:26 +01:00
Vasilije
bc5b6d4632
Delete .github/workflows/autoupdate.yaml 2024-12-10 14:02:00 +01:00
Vasilije
c431e7cc61
Update profiling.yaml 2024-12-10 13:44:08 +01:00
Vasilije
55a0374705
Create autoupdate.yaml 2024-12-10 13:41:59 +01:00
Boris
b397f9ee5f
Merge branch 'main' into COG-698 2024-12-09 22:46:28 +01:00
Igor Ilic
5567370214 chore: Update gh actions to install docs extra
Update library gh actions to install docs extra to test unstructured integration tests

Chore COG-685
2024-12-09 09:32:28 +01:00
Boris
ea879b2882
Merge branch 'main' into COG-698 2024-12-08 14:23:03 +01:00
Boris
9429e5e1f5
Merge branch 'main' into COG-505-data-dataset-model-changes 2024-12-06 12:53:32 +01:00
Boris
0268df298f
Merge branch 'main' into COG-698 2024-12-06 12:14:15 +01:00
Igor Ilic
d254471023 test: Update gh actions so they can run outside of PR to main
Allow github actions to run on PRs that aren't targeting main

Test
2024-12-06 11:09:26 +01:00
Igor Ilic
add6730b9e test: Add testing of dataset data table content
Add testing of dataset data table content

Test COG-505
2024-12-05 19:37:12 +01:00
Igor Ilic
813b76c9c2 test: Add test for text deduplication
Added end to end test for text deduplication

Test COG-505
2024-12-05 19:25:50 +01:00
Vasilije
a96daef469 Bump release version 2024-12-04 19:56:09 +01:00
Vasilije
d2fccc1315 Bump release version 2024-12-04 19:53:33 +01:00
Vasilije
cf51555943 Bump release version 2024-12-04 19:50:25 +01:00
Vasilije
cc43a8c865 Bump release version 2024-12-04 19:48:01 +01:00
Vasilije
f37d96df6e Bump release version 2024-12-04 19:44:34 +01:00
Vasilije
8d1936f022 Bump release version 2024-12-04 19:35:06 +01:00
Vasilije
2df1eb6098 Bump release version 2024-12-04 19:31:14 +01:00
Vasilije
692770c197 Bump release version 2024-12-04 19:28:21 +01:00
Vasilije
54b88448c5 Bump release version 2024-12-04 19:24:20 +01:00
Vasilije
21c7b8eee9 Bump release version 2024-12-04 19:20:48 +01:00
Vasilije
e178d38ec6 Added basic profiling 2024-12-04 18:48:34 +01:00
Vasilije
c2896f3b5b Added basic profiling 2024-12-04 18:45:54 +01:00
Vasilije
d523f71b79 Added basic profiling 2024-12-04 18:42:26 +01:00
Vasilije
32ca751abe Added basic profiling 2024-12-04 18:40:56 +01:00
Vasilije
fa608270bb Added basic profiling 2024-12-04 18:40:07 +01:00
Vasilije
6ab427e0ad Added basic profiling 2024-12-04 18:38:07 +01:00
Vasilije
e2539cd396 Added basic profiling 2024-12-04 18:35:06 +01:00
Vasilije
bdef152dac Added basic profiling 2024-12-04 18:33:05 +01:00
Vasilije
a904b8d1fc Added basic profiling 2024-12-04 18:31:49 +01:00
Vasilije
bba32aac51 Added basic profiling 2024-12-04 18:30:58 +01:00
Vasilije
6171cd71ca Added basic profiling 2024-12-04 18:28:37 +01:00
Vasilije
94688ed340 Added basic profiling 2024-12-04 18:27:46 +01:00
Vasilije
d589255b25 Added basic profiling 2024-12-04 18:24:14 +01:00
Vasilije
df7bbfe3b9 Added basic profiling 2024-12-04 18:22:05 +01:00
Vasilije
7e66d5038e Added basic profiling 2024-12-04 18:20:02 +01:00
Vasilije
a935940d35 Added basic profiling 2024-12-04 18:18:26 +01:00
Vasilije
39c210681a Added basic profiling 2024-12-04 18:17:35 +01:00
Igor Ilic
764c0895df fix: Resolve Milvus connection issue, add config to milvus test, add milvus gh action
Resolved if statement resolution issue regrading api key,
Added vector db config to milvus test,
Added milvus gh action

Fix
2024-12-03 11:13:54 +01:00
Igor Ilic
13b79320b6 fix: Resolve issue with gh actions not installing optional packages
Add install of optional databases packages for database gh actions

Fix COG-595
2024-12-02 14:54:20 +01:00
Igor Ilic
a345471fef test: Add dynamic steps and multimedia example python script testing in github actions
Added dynamic steps and multimedia python example scripts testing in github actions

Test COG-686
2024-11-29 13:51:09 +01:00
Igor Ilic
c7a8d2995b test: Add reusable python example workflow
Add reusable workflow for python examples, add simple example python script test

Test COG-686
2024-11-29 13:42:04 +01:00
Igor Ilic
ea38a0f51b chore: Update all notebook github actions
Update all notebook github actions to use reusable_notebook workflow

Chore COG-686
2024-11-29 12:20:12 +01:00
Igor Ilic
eaf26b5c9e chore: Update github action regrading notebook
Update github action related to jupyter notebook

Chore COG-686
2024-11-29 12:16:28 +01:00
Igor Ilic
ce99936ed5 chore: Test github action
Test notebook github action

Chore COG-686
2024-11-29 12:14:04 +01:00
Igor Ilic
d0d033bf97 chore: Test work of github action when removing label need
Test work of github action when label is not needed

Chore COG-686
2024-11-29 12:06:25 +01:00