Alva Swanson
b9d20d2da1
GitHub Actions: Upload Coverage Report to Codacy
...
Co-authored-by: napoly <napolytan@protonmail.com>
2023-07-12 11:36:25 +02:00
HenrikJannsen
010b89ced6
Change bond roles names for Bisq 2 roles
...
Repurpose not used bonded roles for Bisq 2 roles.
We prefer to not add new roles to avoid risks with DAO consensus issues.
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2023-07-10 11:38:56 +02:00
Alejandro García
f98e562f85
Merge pull request #6760 from alvasw/move_bisq_scripts_to_scripts_directory
...
Move bisq-* scripts from root directory to scripts directory
2023-07-08 13:43:38 +00:00
Alejandro García
aee483da42
Merge pull request #6759 from alvasw/remove_java_installation_scripts
...
Remove Java Installation Scripts
2023-07-08 13:42:15 +00:00
Alva Swanson
516df168fd
Move bisq-* scripts from root directory to scripts directory
2023-07-07 21:08:30 +02:00
Alva Swanson
aaafdd399b
Remove Java Installation Scripts
...
The scripts are outdated and install the wrong Java version anyway.
2023-07-07 21:08:30 +02:00
Alva Swanson
b17603eec9
Remove Java Installation Scripts
...
The scripts are outdated and install the wrong Java version anyway.
2023-07-07 21:07:07 +02:00
Alejandro García
5a3283ef17
Merge pull request #6719 from alvasw/ci_create_aggregated_coverage_report
...
GitHub Actions: Create aggregated JaCoCo coverage report
2023-07-06 19:41:43 +00:00
Alejandro García
c51badcfde
Merge branch 'master' into ci_create_aggregated_coverage_report
2023-07-06 19:41:17 +00:00
Alejandro García
579a597e40
Merge pull request #6752 from alvasw/declare_protobuf_java_version_in_platorm_for_all_dependencies
...
Declare global protobuf-java in Java Platform Plugin
2023-07-06 19:40:27 +00:00
Alejandro García
9869410587
Merge branch 'master' into declare_protobuf_java_version_in_platorm_for_all_dependencies
2023-07-06 19:39:40 +00:00
Alejandro García
1aaa7d2dd5
Merge pull request #6757 from alvasw/proto_remove_redundant_source_set_definitions
...
proto: Remove redundant 'sourceSets.main.java.srcDirs += '
2023-07-06 19:38:07 +00:00
Alejandro García
f56c1b34c4
Merge pull request #6756 from alvasw/proto_add_idea_plugin
...
proto: Add idea plugin
2023-07-06 19:37:43 +00:00
Alejandro García
f295f164c5
Merge pull request #6755 from alvasw/apply_proto_tasks_only_to_main_source_set
...
proto: Apply proto tasks only to main source set
2023-07-06 19:37:08 +00:00
Alejandro García
9693826595
Merge pull request #6754 from alvasw/declace_grpc_version_in_proto_version
...
Declare grpc compiler version in proto module
2023-07-06 19:36:28 +00:00
Alejandro García
ea86ebd0eb
Merge pull request #6753 from alvasw/declace_protoc_version_in_proto_version
...
Declare protoc version in proto module
2023-07-06 19:36:00 +00:00
Alejandro García
9c9f627a60
Merge pull request #6751 from alvasw/gradle_java_conventions_remove_duplicate_repo_block
...
java-conventions: Remove duplicate repositories block
2023-07-06 19:31:59 +00:00
Alejandro García
9d52cfe8a2
Merge pull request #6733 from alyokaz/refactor-takebuybtcoffertest
...
Refactor TakeBuyBTCOfferTest to replace sleep with loops
2023-07-06 19:31:22 +00:00
Alejandro García
ff44e18de1
Merge pull request #6732 from alyokaz/fix-failing-takebuybtcoffertest
...
Fix failing TakeBuyBTCOfferTest
2023-07-06 19:30:09 +00:00
Alejandro García
a3da0207ec
Merge pull request #6727 from alyokaz/enable-apitest-debugging-suspend
...
Suspend instances in Apitest by CSV list in apitest.properties
2023-07-06 19:29:39 +00:00
Alejandro García
ee9109d14d
Merge pull request #6725 from alyokaz/remove-hardcoded-debug-option
...
Remove hardcoding of enableBisqDebugging in ApiTest
2023-07-06 19:28:58 +00:00
Alejandro García
18e789a8ad
Merge pull request #6724 from alyokaz/fix-bisq-properties-pickup
...
Fix bisq.properties pickup in ApiTest
2023-07-06 19:27:58 +00:00
Alejandro García
dc81a88a57
Merge pull request #6718 from alvasw/create_standalone_code_coverage_aggregation_module
...
Create standalone code coverage aggregation module
2023-07-06 19:25:29 +00:00
Alejandro García
638446dfa9
Merge pull request #6717 from alvasw/apply_jacoco_plugin_to_all_modules
...
Add JaCoCo Gradle Plugin to all modules
2023-07-06 19:24:50 +00:00
Alva Swanson
f6dff320d5
proto: Remove redundant 'sourceSets.main.java.srcDirs += '
2023-07-06 18:27:36 +02:00
Alva Swanson
56e1969444
proto: Add idea plugin
...
The protobuf-gradle-plugin automatically registers proto files and
generated Java code as sources to the idea plugin.
2023-07-06 18:26:31 +02:00
Alva Swanson
2bbed1f60f
proto: Apply proto tasks only to main source set
2023-07-06 18:24:51 +02:00
Alva Swanson
e5e1ec092d
Declare grpc compiler version in proto module
2023-07-06 18:23:12 +02:00
Alva Swanson
d9056fa2be
Declare protoc version in proto module
2023-07-06 18:21:35 +02:00
Alva Swanson
78a742695c
Declare global protobuf-java in Java Platform Plugin
...
The constraints in the platform module apply to all libraries (including
to transitively included libraries).
2023-07-06 18:18:59 +02:00
Alva Swanson
0b0dbe8af2
java-conventions: Remove duplicate repositories block
2023-07-06 18:17:03 +02:00
Alva Swanson
feca0fb6be
GitHub Actions: Create aggregated JaCoCo coverage report
...
Co-authored-by: napoly <napolytan@protonmail.com>
2023-07-06 18:00:32 +02:00
Alva Swanson
6c81985d41
Create standalone code coverage aggregation module
...
Co-authored-by: napoly <napolytan@protonmail.com>
2023-07-06 18:00:32 +02:00
Alva Swanson
1045511049
Create standalone code coverage aggregation module
...
Co-authored-by: napoly <napolytan@protonmail.com>
2023-07-06 17:52:54 +02:00
Alva Swanson
d50df8f49f
Add JaCoCo Gradle Plugin to all modules
...
Co-authored-by: napoly <napolytan@protonmail.com>
2023-07-06 17:51:05 +02:00
AllyKaz
03b205a597
Refactor TakeBuyBTCOfferTest to replace sleep with loops
...
Replace the use of Thread.sleep in the tests with loops
2023-07-04 21:29:33 +01:00
AllyKaz
d2f9172a50
Fix failing TakeBuyBTCOfferTest
...
Fix failing test by setting amount and minAmount to the maxTradeLimit for
fiat accounts (0.1 BTC)
2023-07-04 21:11:53 +01:00
AllyKaz
b5b68b52ce
Suspend instances in Apitest by CSV list in apitest.properties
...
Enable instances to be suspended in debugging mode by the inclusion of the
instance name in a CSV list in apitest.properties
2023-07-04 21:00:48 +01:00
AllyKaz
6026e6fb78
xRemove hardcoding of enableBisqDebugging in ApiTest
...
Remove hardcoding of value to prevent it being set as a command line option
that then overides the option being set from apitest.properties file
preventing it from being altered without altering code. Redundant as false is
the default.
2023-07-04 19:11:11 +01:00
Alejandro García
4cf54cd5e0
Merge pull request #6749 from jmacxx/fix_issue_6743
...
Show more available UTXOs in Send Funds screen.
2023-07-04 18:03:52 +00:00
Alejandro García
561f0b4b8d
Merge pull request #6748 from bisq-network/dependabot/github_actions/gradle/gradle-build-action-2.5.1
...
Bump gradle/gradle-build-action from 2.4.2 to 2.5.1
2023-07-04 18:03:07 +00:00
AllyKaz
1a931b815f
Stop deletion of original bisq.properties during test harness setup
...
Stop the deletion of the original bisq.properties file after it's copied into the
instances data directories.
2023-07-04 18:40:05 +01:00
AllyKaz
a2ef728ee0
Refactor dao-setup.gradle
...
Remove redundant directory moving and renaming. Make buildResourcesDir
property less brittle.
2023-07-04 18:12:24 +01:00
AllyKaz
0fb9e36eff
Fix bisq.properties pickup in ApiTest
...
Copy 'bisq.properties' file in apitest/src/main/resources
to each instance's DataDir on startup to allow pickup by
the instance.
2023-07-04 18:11:43 +01:00
jmacxx
089d4e9237
Show more available UTXOs in Send Funds screen.
2023-07-03 13:44:07 -05:00
dependabot[bot]
2b9c56b1d5
Bump gradle/gradle-build-action from 2.4.2 to 2.5.1
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.4.2 to 2.5.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2.4.2...v2.5.1 )
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 14:01:34 +00:00
Alejandro García
67182ca41f
Merge pull request #6738 from HenrikJannsen/add_bm_accounting_preferences
...
Add reset buttons for BM accounting
2023-07-01 21:52:41 +00:00
Alejandro García
323399647c
Merge pull request #6679 from napoly/fix_hide_edit_button_bsq_offer
...
Remove edit button for BSQ offers
2023-07-01 21:51:08 +00:00
HenrikJannsen
1ebc92e5b8
Add reset buttons for BM accounting
2023-07-01 14:25:43 +02:00
Alejandro García
d95dc58a06
Bump version number for v1.9.12
2023-06-30 23:55:18 +02:00