Skip to content

Releases: SamuelGuillemet/SEAK

v0.4.0

09 Feb 12:51
f05da31
Compare
Choose a tag to compare

Version 0.4.0

Commits

  • [f05da31] Merge pull request #47 from SamuelGuillemet/develop
  • [3a8fe79] ✅ Fix frontend tests
  • [1237264] 🔖 Update package versions to 0.4.0
  • [95845c0] 🔨 Add script to update projects versions
  • [7958045] 🔊 Update logger names in log4j2.yml
  • [827f54a] 📝 Update environment setup instructions in README
  • [d43ee8a] ✨ Add username column to account table
  • [da5f19b] ♻️ Update timeout value in QuickfixService
  • [bf1e528] 🔧 Update backend and frontend URLs configs
  • [b34e993] ⚡️ Delete stock data when disabling account
  • [64c884f] ✨ Add user and delete user commands
  • [7fb0973] 🔨 Update quickfix-client latency.sh script to read username and password from users.txt file
  • [9697bab] ♻️ Refactor callback logic in GUI
  • [2c3ebc9] ✨ Remove "STOP" option from order type selection
  • [7f63035] Merge pull request #45 from SamuelGuillemet/feature/rename_package
  • [59265d9] ⬆️ Update dependencies and cache action version
  • [0a2051b] 📝 Update repository badges
  • [6d1d554] 🐛 Update entity scan package in data.yml
  • [268f9bb] 📸 Add logo to navbar
  • [c30dae8] 🚚 Update package and namespace names
  • [b0c05e8] 📝 Add Avro market data and order classes diagram
  • [28d2bd3] 💄 Add logo and gradient background to navbar
  • [09d05dd] Merge pull request #44 from SamuelGuillemet/feature/gui_charts
  • [e546dde] 🚑 user is created if it doesn't exist
  • [6127472] 🐛 GOOGL is len of 5 --> increased range to 6

v0.3.0

13 Jan 23:16
081d3a8
Compare
Choose a tag to compare

Version 0.3.0

Commits

  • [081d3a8] Merge pull request #27 from SamuelGuillemet/develop
  • [181ca03] 🐛 Fix order status and execution type in ServerApplication.java
  • [a0635b7] ⬆️ Update micronautVersion to 4.2.1
  • [bef9cc4] ⬆ Bump the gradle group with 13 updates
  • [2315bc4] ⬆ Bump the github-actions group with 4 updates
  • [1b09332] 🔖 Bump version to 0.3.0
  • [6da00de] Merge pull request #24 from SamuelGuillemet/feature/quickfix-client
  • [c1622ec] ♻️ Refactor main function and add password argument
  • [6729adf] ♻️ Add order cancel reject handler and refactor application setup
  • [6069b1e] ✨ Add order cancel and replace request wrappers
  • [38e46d8] 🚚 Move Order class to separate file
  • [02b954e] ♻️ Refactor execution report data classes
  • [c724fa5] ✨ Add new enums for execution types and cancellation rejection response types
  • [100a862] ✨ Add latency and order book test runners
  • [2600883] ⚡️ Refactor execution report handler to support additional order types
  • [0d628a0] ✨ Add OrderCancelRejectHandler class for handling order cancel reject messages
  • [32c3409] 🔨 Create latency script to launch clients
  • [4787669] 🩹 Fix correct price in execution report
  • [3401321] ♻️ Remove the use of cfg file
  • [6cb4b71] 📝 Add Quickfix client application documentation with modular architecture
  • [463b7bf] 🔧 Add quickfix-client configuration file
  • [595084e] 📦 Add quickfix client application code
  • [70e5078] ✨ Add QuickFix client application code
  • [2b90374] ✨ Add constant file for QuickFix client
  • [311aa8d] ✨ Add performance_timer_decorator and default_return_value_decorator

v0.2.0

16 Dec 14:44
1096930
Compare
Choose a tag to compare

Version 0.2.0

Commits

  • [1096930] Merge pull request #15 from SamuelGuillemet/develop
  • [c9cc3d4] 🔖 Bump version to 0.2.0
  • [8ed9f63] Merge pull request #14 from SamuelGuillemet/feature/pre-processing
  • [299e472] ✅ Add first passing test on logger
  • [ea7a968] 💚 Update CI configuration to support multiple versions of Python, Java, and Node.js
  • [4972cb7] 💚 Add Java setup and cache Gradle in CI python workflow
  • [159db86] 👷 Separate python and java CI
  • [253be96] 🐛 Fix avro schema file path in get_avro_schema function
  • [c600100] ✏️ Update package name and file paths
  • [4ac45f8] 🙈 Add data directory to repository
  • [406270b] ✏️ Update sourceRoot and cwd paths in project.json
  • [87463fb] ⬆️ Add types-pyyaml package to pyproject.toml and requirements.txt
  • [1bdfba4] 📝 Refactor pre-processing command in README.md
  • [36d6843] 🚚 Move files to pre_processing folder
  • [bd4d15a] 🔧 Add launch and settings files for pre-processing
  • [5d707dd] 🔧 Add pre-processing configuration files and tests
  • [41ab170] 📝 Add pre-processing documentation in README.md
  • [4c3185f] 🔧 Add pre-processing project configuration
  • [9f45353] 🚚 Move pre-processing in components folder
  • [52a27f4] ➕ Add requests and fastavro dependencies
  • [0acfc37] ♻️ Refactor main function to accept command line
  • [538f043] ✨ Add AvroService class for schema registration and
  • [24dce92] ✏️ Fix typos
  • [05634e1] 🐛 Add parse dates for raw csv data for zip read
  • [286538d] 🔊 Add log in extract day

v0.1.0

06 Dec 14:35
a7eff89
Compare
Choose a tag to compare

Version 0.1.0

Commits

  • [a7eff89] Merge pull request #1 from SamuelGuillemet/develop
  • [14b34bb] 💚 Add gradle cache cleaning step and update nx
  • [8815ce9] ✏️ Update version retrieval in workflow
  • [d2c3233] 💚 Fix pull request labels workflow
  • [b4d1f3d] 🔖 Update project version
  • [3b187b4] 👷 Add CI workflow and label pull request workflow
  • [094644f] 📝 Add CI and CodeQL badges
  • [ceb8c4c] 👷 Add CodeQL workflow for automated code analysis
  • [59c5dc1] 💚 Add cache for Gradle in CI workflow
  • [ab05483] 👷 Add Dependabot configuration file
  • [fad24b5] 🚑 Remove KafkaStreamUncaughtExceptionHandler from common lib
  • [30b08e1] 💚 Add Java 17 support
  • [ec42261] 🔧 Set micronaut application instead of minimal
  • [08c3644] 👷 Add CI workflow for linting, testing, and building
  • [24a763b] 📝 Update project name and add java docs
  • [75f1cfd] Merge branch 'feature/trade-stream' into develop
  • [7b53209] 🎨 Remove unused variable in OrderStreamTest setup
  • [7c120c8] 🔊 Fix Redis connection and add error logging
  • [b0ae89c] 🔥 Remove useless config
  • [d8d3f97] ➖ Remove unecessary dependencies in build.gradle files
  • [5be7cb4] ♻️ Fix initialization order in Application class
  • [93857b3] 📦 Add components:trade-stream to settings.gradle
  • [a022efb] ✅ Add TradeStreamTest class for testing trade
  • [8a2ff20] ✅ Add ComponentTest class for trade-stream
  • [9b6fdf3] 🤡 Add MockListener and MockTradeProducer classes for