Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gazbert/bxbot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Choose a base ref
...
head repository: gazbert/bxbot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.1
Choose a head ref
  • 10 commits
  • 125 files changed
  • 2 contributors

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    3ea6d0b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. #169 - Patched broken Kraken unit test

    * Test needs updating to mock the actual network call in loadPairPrecisionConfig().
    gazbert committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f9a2a4a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Deps updates (#170)

    * #169 - Updated Dockerfile + docs
    
    * #169 - Updated misc maven deps - no problems
    
    * #169 - Updated maven build to use Boot 3.3.5
    
    * #169 - Updated Gradle build deps
    
    * #169 - Uplift Snakeyaml to v2.2
    
    * #169 - Lombok + Intellisense cleanup
    
    * #169 - Added Lombok to domain objects
    
    * #169 - Added Lombok + cleanup
    
    * #169 - Repo cleanup
    
    * #169 - Use parametrised log statements
    
    * #169 - Use parameterised log statements
    
    * #169 - Use parameterised log statements
    
    * chore: #169 - Use Lombok + parameterised logging
    
    * Some Intellisense cleanup too.
    
    * chore: #169 - Spring 6.1 RequestParam fix
    
    * Since Spring 6.1, RequestParam names are no longer "auto discovered" via Spring magic... you need to specify them or use compiler flags. See: https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.1-Release-Notes#parameter-name-retention
    * Cleanup of builds files too.
    
    * docs: #169 - Added Code of Conduct & adopt semantic commits
    
    * chore: #169 - Added missing javadoc
    
    * docs: Commit example tweak
    
    * Follow the GitHub convention of using putting the ticket number at end of commit msg.
    
    * docs: Commit example tweak (#169)
    
    * Follow the GitHub convention of using putting the ticket number at end of commit msg.
    
    * chore: Use parameterised logging (#169)
    
    * test: Replace deprecated test class (#169)
    
    * chore: Use parameterised logging (#169)
    
    * chore: Use Lombok + parameterise logging (#169)
    
    * Some misc test code cleanup too.
    
    * chore: Fix Sonar URL whines (#169)
    
    * test: Fix Sonar test whines (#169)
    
    * test: Fix more Sonar test whines (#169)
    
    * test: Fix last Sonar test whines (#169)
    
    * test: Fix deprecated mock usage (#169)
    
    ---------
    
    Co-authored-by: gazbert <gazbert@gazbert.com>
    gazbert and gazbert authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    550c1e4 View commit details
    Browse the repository at this point in the history
  2. chore: Use SNAPSHOT jar in start script (#169)

    gazbert committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e0e976d View commit details
    Browse the repository at this point in the history
  3. chore: Sonar fixes (#169)

    gazbert committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    64dd7fb View commit details
    Browse the repository at this point in the history
  4. fix: Fix for un-named path params (#169)

    gazbert committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b83bb77 View commit details
    Browse the repository at this point in the history
  5. fix: Fix for un-named path params (#169)

    gazbert committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f078407 View commit details
    Browse the repository at this point in the history
  6. docs: Minor docs tweaks (#169)

    gazbert committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fb9eaa1 View commit details
    Browse the repository at this point in the history
  7. docs: Improve Swagger docs (#169)

    * Basically to say that the id should not be passed when creating new StrategyConfigs and MarketConfigs using the REST API - the system bot will generate them.
    gazbert committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3733bcb View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. chore: Bump versions for next release (#169)

    gazbert committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2365357 View commit details
    Browse the repository at this point in the history
Loading