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

2640 refactor delete extra code #2623

Merged
merged 37 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
bce1769
2508: fix and switch on job which clear unused pictures
Jun 5, 2023
1c3f867
2508: fix and switch on job which clear unused pictures
Jun 7, 2023
f11db5b
Merge branch 'master' of https://github.com/Brain-up/brn into master
Jun 8, 2023
57bd061
Merge branch 'master' of https://github.com/Brain-up/brn into master
Jul 14, 2023
71dfe6a
Merge branch 'master' of https://github.com/Brain-up/brn into master
Sep 13, 2023
0b63d7b
Merge branch 'master' of https://github.com/Brain-up/brn into master
Oct 20, 2023
fd7b24e
Merge branch 'master' of https://github.com/Brain-up/brn into master
Oct 27, 2023
d071187
Merge branch 'master' of https://github.com/Brain-up/brn into master
Nov 8, 2023
55b12e0
Merge branch 'master' of https://github.com/Brain-up/brn into master
Nov 29, 2023
c21af0d
Merge branch 'master' of https://github.com/Brain-up/brn into master
Nov 29, 2023
323919c
Merge branch 'master' of https://github.com/Brain-up/brn into master
Nov 30, 2023
3fe1ceb
Merge branch 'master' of https://github.com/Brain-up/brn into master
Jan 17, 2024
86a6719
Merge branch 'master' of https://github.com/Brain-up/brn into master
Jan 18, 2024
0242323
Merge branch 'master' of https://github.com/Brain-up/brn into master
Feb 17, 2024
6efc270
Merge branch 'master' of https://github.com/Brain-up/brn into master
Jun 5, 2024
ba9485b
Merge branch 'master' of https://github.com/Brain-up/brn into master
Jun 6, 2024
685afb0
Merge branch 'master' of https://github.com/Brain-up/brn into master
Jul 30, 2024
e07f371
Merge branch 'master' of https://github.com/Brain-up/brn into master
Aug 10, 2024
93a1ca8
Merge branch 'master' of https://github.com/Brain-up/brn into master
Aug 19, 2024
1315a60
Merge branch 'master' of https://github.com/Brain-up/brn into master
Sep 27, 2024
d61cc3f
Merge branch 'master' of https://github.com/Brain-up/brn into master
Oct 4, 2024
97db0f0
2590 fix version update
Oct 4, 2024
723a145
Merge branch 'master' of https://github.com/Brain-up/brn into master
Oct 9, 2024
31de7c5
Merge branch 'master' of https://github.com/Brain-up/brn into master
Oct 16, 2024
932a301
Merge branch 'master' of https://github.com/Brain-up/brn into master
Oct 18, 2024
3ed2a67
refactor
Oct 18, 2024
9ac1f8c
refactor
Oct 18, 2024
f819249
refactor
Oct 22, 2024
483e0e6
refactor
Oct 22, 2024
6a759f0
refactor
Oct 23, 2024
dffd83c
Merge branch 'master' into 000_refactor_delete_extra_code
ElenaSpb Nov 6, 2024
d6be6bf
refactor
Nov 12, 2024
8967282
Merge remote-tracking branch 'origin/000_refactor_delete_extra_code' …
Nov 12, 2024
c9262bc
refactor
Nov 12, 2024
8152c75
refactor
Nov 12, 2024
048a39b
Merge branch 'master' of https://github.com/Brain-up/brn into 000_ref…
Nov 14, 2024
5bb40d7
refactor
Nov 14, 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: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
implementation("com.google.cloud:google-cloud-storage:1.110.0")

implementation("org.json:json:$jsonVersion")
implementation("net.bramp.ffmpeg:ffmpeg:0.7.0")
implementation("commons-io:commons-io:2.17.0")

testImplementation("org.springframework.boot:spring-boot-starter-webflux")
testImplementation("org.springframework.cloud:spring-cloud-contract-wiremock:$springCloudContractWiremockVersion")
Expand All @@ -92,6 +92,7 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitVersion")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.0.0")
testImplementation("org.powermock:powermock-mockito-release-full:1.5.4")

testImplementation("org.testcontainers:testcontainers")
testImplementation("com.natpryce:hamkrest:1.8.0.1")
Expand Down
674 changes: 0 additions & 674 deletions ffmpeg/LICENSE.txt

This file was deleted.

114 changes: 0 additions & 114 deletions ffmpeg/README.txt

This file was deleted.

Binary file removed ffmpeg/bin/ffmpeg.exe
Binary file not shown.
Binary file removed ffmpeg/bin/ffplay.exe
Binary file not shown.
Binary file removed ffmpeg/bin/ffprobe.exe
Binary file not shown.
5 changes: 0 additions & 5 deletions ffmpeg/doc/bootstrap.min.css

This file was deleted.

165 changes: 0 additions & 165 deletions ffmpeg/doc/default.css

This file was deleted.

Loading
Loading