Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • demo
  • master
  • renovate/assertj-core.version
  • renovate/datatables.version
  • renovate/junit-jupiter-engine.version
  • renovate/major-fontawesome.version
  • renovate/opencsv.version
  • renovate/org.springframework.boot-spring-boot-starter-parent-3.x
  • renovate/selenium.version
  • renovate/testcontainer.version
  • v1_8_1
  • testPipeline2
  • v.2.5.0
  • v.2.5.1
  • v1.0.0
  • v1.1.0
  • v1.2.0
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.4.0
  • v1.4.1
  • v1.5.0
  • v1.6.0
  • v1.7.0
  • v1.7.1
  • v1.8.0
  • v2.0.0
  • v2.0.1
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v2.10.0
  • v2.11.0
  • v2.12.0
  • v2.13.0
  • v2.14.0
  • v2.15.0
  • v2.15.1
  • v2.16.0
  • v2.16.1
  • v2.17.0
  • v2.17.1
  • v2.17.2
  • v2.18.0
  • v2.18.1
  • v2.2.0
  • v2.2.1
  • v2.3.0
  • v2.3.1
  • v2.4.0
  • v2.4.1
  • v2.4.2
  • v2.4.3
  • v2.4.4
  • v2.4.5
  • v2.5.0
  • v2.5.1
  • v2.6.0
  • v2.6.1
  • v2.7.0
  • v2.8.0
  • v2.9.0
  • v2.9.1
  • v2.9.2
65 results

Target

Select target project
  • deadlocker8/BudgetMaster
1 result
Select Git revision
  • demo
  • master
  • renovate/assertj-core.version
  • renovate/datatables.version
  • renovate/junit-jupiter-engine.version
  • renovate/major-fontawesome.version
  • renovate/opencsv.version
  • renovate/org.springframework.boot-spring-boot-starter-parent-3.x
  • renovate/selenium.version
  • renovate/testcontainer.version
  • v1_8_1
  • testPipeline2
  • v.2.5.0
  • v.2.5.1
  • v1.0.0
  • v1.1.0
  • v1.2.0
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.4.0
  • v1.4.1
  • v1.5.0
  • v1.6.0
  • v1.7.0
  • v1.7.1
  • v1.8.0
  • v2.0.0
  • v2.0.1
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v2.10.0
  • v2.11.0
  • v2.12.0
  • v2.13.0
  • v2.14.0
  • v2.15.0
  • v2.15.1
  • v2.16.0
  • v2.16.1
  • v2.17.0
  • v2.17.1
  • v2.17.2
  • v2.18.0
  • v2.18.1
  • v2.2.0
  • v2.2.1
  • v2.3.0
  • v2.3.1
  • v2.4.0
  • v2.4.1
  • v2.4.2
  • v2.4.3
  • v2.4.4
  • v2.4.5
  • v2.5.0
  • v2.5.1
  • v2.6.0
  • v2.6.1
  • v2.7.0
  • v2.8.0
  • v2.9.0
  • v2.9.1
  • v2.9.2
65 results
Show changes
...@@ -49,7 +49,7 @@ class TransactionNameKeywordImporterTest extends ImporterTestBase ...@@ -49,7 +49,7 @@ class TransactionNameKeywordImporterTest extends ImporterTestBase
@Test @Test
void test_importKeywords_skipAlreadyExisting() void test_importKeywords_skipAlreadyExisting()
{ {
final TransactionNameKeyword existingKeyword = new TransactionNameKeyword(12, "income"); final TransactionNameKeyword existingKeyword = new TransactionNameKeyword(null, "income");
keywordRepository.save(existingKeyword); keywordRepository.save(existingKeyword);
final TransactionNameKeywordImporter importer = new TransactionNameKeywordImporter(keywordRepository); final TransactionNameKeywordImporter importer = new TransactionNameKeywordImporter(keywordRepository);
......
FROM eclipse-temurin:17-jre-alpine FROM eclipse-temurin:21-jre-alpine
RUN apk update && apk upgrade && \ RUN apk update && apk upgrade && \
rm -rf /var/cache/apk rm -rf /var/cache/apk
...@@ -8,7 +8,7 @@ ARG APP_DIR=/BudgetMaster ...@@ -8,7 +8,7 @@ ARG APP_DIR=/BudgetMaster
RUN mkdir -p $APP_DIR RUN mkdir -p $APP_DIR
RUN mkdir -p /root/.Deadlocker/BudgetMaster RUN mkdir -p /root/.Deadlocker/BudgetMaster
COPY BudgetMasterServer/build/2.17.2/BudgetMasterServer-v2.17.2.jar /BudgetMaster/BudgetMaster.jar COPY BudgetMasterServer/build/2.18.0/BudgetMasterServer-v2.18.0.jar /BudgetMaster/BudgetMaster.jar
COPY BudgetMasterServer/src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties COPY BudgetMasterServer/src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties
RUN echo "server.port=9000" > ~/.Deadlocker/BudgetMaster/settings.properties RUN echo "server.port=9000" > ~/.Deadlocker/BudgetMaster/settings.properties
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Manage your monthly budget easily with BudgetMaster Manage your monthly budget easily with BudgetMaster
- __start:__ 17.12.16 - __start:__ 17.12.16
- __current release:__ v2.17.2 (49) from 15.11.24 - __current release:__ v2.18.0 (50) from 14.04.25
## Key Features ## Key Features
- Keep your data private - Host your own BudgetMaster server or use it in standalone mode. All data remains on your machines. - Keep your data private - Host your own BudgetMaster server or use it in standalone mode. All data remains on your machines.
......
build/screenshots/dark/accounts.png

40.7 KiB | W: 0px | H: 0px

build/screenshots/dark/accounts.png

108 KiB | W: 0px | H: 0px

build/screenshots/dark/accounts.png
build/screenshots/dark/accounts.png
build/screenshots/dark/accounts.png
build/screenshots/dark/accounts.png
  • 2-up
  • Swipe
  • Onion skin
build/screenshots/light/accounts.png

43.3 KiB | W: 0px | H: 0px

build/screenshots/light/accounts.png

89.1 KiB | W: 0px | H: 0px

build/screenshots/light/accounts.png
build/screenshots/light/accounts.png
build/screenshots/light/accounts.png
build/screenshots/light/accounts.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<groupId>de.deadlocker8</groupId> <groupId>de.deadlocker8</groupId>
<artifactId>BudgetMaster</artifactId> <artifactId>BudgetMaster</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>2.17.2</version> <version>2.18.0</version>
<name>BudgetMaster</name> <name>BudgetMaster</name>
<modules> <modules>
...@@ -40,21 +40,21 @@ ...@@ -40,21 +40,21 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version> <version>3.4.4</version>
</parent> </parent>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version> <java.version>21</java.version>
<app.versionDate>${maven.build.timestamp}</app.versionDate> <app.versionDate>${maven.build.timestamp}</app.versionDate>
<maven.build.timestamp.format>dd.MM.yy</maven.build.timestamp.format> <maven.build.timestamp.format>dd.MM.yy</maven.build.timestamp.format>
<app.versionCode>49</app.versionCode> <app.versionCode>50</app.versionCode>
<app.author>Robert Goldmann</app.author> <app.author>Robert Goldmann</app.author>
<testcontainer.version>1.20.3</testcontainer.version> <testcontainer.version>1.20.6</testcontainer.version>
<assertj-core.version>3.26.3</assertj-core.version> <assertj-core.version>3.27.3</assertj-core.version>
</properties> </properties>
<dependencies> <dependencies>
......