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

Fixes/fix db schema #90

Merged
merged 7 commits into from
Oct 3, 2023
Merged

Fixes/fix db schema #90

merged 7 commits into from
Oct 3, 2023

Conversation

seppinho
Copy link
Member

The latest release did not work with a fresh MySQL schema, since VARCHAR number was too high and the empty 2.3.0 block resulted in an SQL execution

@seppinho seppinho requested a review from lukfor March 10, 2023 14:42
@codecov-commenter
Copy link

codecov-commenter commented Mar 10, 2023

Codecov Report

Merging #90 (f2e4377) into master (4f9ba91) will increase coverage by 0.87%.
The diff coverage is 44.84%.

@@             Coverage Diff              @@
##             master      #90      +/-   ##
============================================
+ Coverage     40.41%   41.28%   +0.87%     
- Complexity     1079     1146      +67     
============================================
  Files           184      194      +10     
  Lines          9059     9505     +446     
  Branches       1108     1157      +49     
============================================
+ Hits           3661     3924     +263     
- Misses         5116     5271     +155     
- Partials        282      310      +28     
Files Coverage Δ
src/main/java/cloudgene/mapred/Main.java 0.00% <ø> (ø)
src/main/java/cloudgene/mapred/WebApp.java 91.80% <ø> (ø)
src/main/java/cloudgene/mapred/WebServer.java 58.73% <ø> (ø)
...a/cloudgene/mapred/api/v2/jobs/NextflowWebLog.java 0.00% <ø> (ø)
...a/cloudgene/mapred/apps/ApplicationRepository.java 16.77% <ø> (ø)
...n/java/cloudgene/mapred/core/ApiTokenVerifier.java 0.00% <ø> (ø)
src/main/java/cloudgene/mapred/core/JWTUtil.java 75.00% <ø> (ø)
.../main/java/cloudgene/mapred/cron/CleanUpTasks.java 0.00% <ø> (ø)
src/main/java/cloudgene/mapred/cron/RetireJob.java 0.00% <ø> (ø)
...main/java/cloudgene/mapred/cron/StatisticsJob.java 71.79% <ø> (+71.79%) ⬆️
... and 30 more

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@seppinho seppinho merged commit c05ed33 into master Oct 3, 2023
2 checks passed
@lukfor lukfor deleted the fixes/fix-db-schema branch December 10, 2023 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants