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

Ditch MapDB for Sql using Storm #269

Merged
merged 2 commits into from
May 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
113 changes: 0 additions & 113 deletions MediaKickstart/.gitignore

This file was deleted.

89 changes: 0 additions & 89 deletions MediaKickstart/pom.xml

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions MediaKickstart/src/main/resources/plugin.yml

This file was deleted.

2 changes: 1 addition & 1 deletion client/build/data.bin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BUILD_NUM="1095"
BUILD_NUM="1098"
2 changes: 1 addition & 1 deletion client/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ <h1>{{ oam.vc.volume }}</h1>
x1="17" y1="16" x2="23"
y2="16"/></svg>
{% vc.settings.monitoring.title %}

</span>
<div class="content-card-content content-card-content-border-bottom">
{% vc.settings.monitoring.about %}
Expand Down
1 change: 0 additions & 1 deletion client/src/js/modules/ui/UserInterfaceModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export class UserInterfaceModule {

constructor(oa) {
this.openAudioMc = oa;
// slider shit
}

changeColor(findHexColor, replaceWith) {
Expand Down
Binary file modified docs/builds/OpenAudioMc-latest.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/production-client/target/OpenAudioMc.bundle.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/production-client/target/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<meta name="twitter:card" content="summary">

<!-- Includes -->
<link rel="stylesheet" href="css/winter.css?Enable=1095"/>
<link rel="stylesheet" href="css/winter.css?Enable=1098"/>
<script src="libs/sweetalert2.all.js"></script>
<link rel="stylesheet" href="css/reactive-sweetalert.css?Enable=1095"/>
<link rel="stylesheet" href="css/reactive-sweetalert.css?Enable=1098"/>
<link rel="stylesheet" href="css/tailwind.min.css"/>
<script defer src='https://static.cloudflareinsights.com/beacon.min.js'
data-cf-beacon='{"token": "44aa80ee6e6d48c8b54452fee61f2541"}'></script>
Expand Down Expand Up @@ -83,7 +83,7 @@
<p style="display: none;" hs="{{ oam.loading_tagline_style }}"
class="text-sm text-gray-300 leading-none mt-1">
{{ oam.loading_tagline_text }}</p> <small class="text-gray-500" style="display: inline;">Build
1095</small>
1098</small>
</div>
</div>
</div>
Expand Down Expand Up @@ -411,7 +411,7 @@ <h1>{{ oam.vc.volume }}</h1>
x1="17" y1="16" x2="23"
y2="16"/></svg>
{% vc.settings.monitoring.title %}

</span>
<div class="content-card-content content-card-content-border-bottom">
{% vc.settings.monitoring.about %}
Expand Down Expand Up @@ -582,6 +582,6 @@ <h3>{% hue.light3 %}</h3>
</div>
</div>

<script src="OpenAudioMc.bundle.js?version=1095"></script>
<script src="OpenAudioMc.bundle.js?version=1098"></script>
</body>
</html>
5 changes: 5 additions & 0 deletions mapdb-migrator/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
target/
target/*
.DS_Store
test-storage/
test-server/
Loading