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: sonus21/rqueue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.12
Choose a base ref
...
head repository: sonus21/rqueue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 4 commits
  • 483 files changed
  • 1 contributor

Commits on Dec 25, 2022

  1. Multiple Fixes (#181)

    * do not schedule a message if the job is terminated
    * update local metadata to handle the parallel deletion
    * Task rejected when threads are not available, sleep instead of poll
    * Display DatTime string in local time
    sonus21 authored Dec 25, 2022
    Configuration menu
    Copy the full SHA
    7b49d2b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Spring Boot 3.x support

    * test fixes
    
    * udate version
    
    * update version
    
    * update version
    
    * added release script
    
    * do not schedule message if job is terminated
    
    * change condition to cater message deletion
    
    * log deleted message as info
    
    * Fixes
    * Message deletion happening from Message listener
    * Task rejected when threads are not available, sleep instead of poll
    
    * retry test
    
    * add gradle retry plugin
    
    * increase failure count to 30
    
    * enhance logging for TestMessageProcessor
    
    * configure retry for all packages
    
    * configure retry for all packages
    
    * resource was not getting released due to sleep in the deactivate method
    
    * use log level info
    
    * depends on         reactive_integration_test
    
    * use  @testinstance(Lifecycle.PER_CLASS)
    
    * remove TestPer class
    
    * display date time at the bottom in default timezone
    
    * shutdown executor
    
    * 2.13.0 release
    
    * use higher size vm
    
    * use xlarge vm
    
    * use 02 ubuntu
    
    * use 01 and large only
    
    * Boot 3.x preparation
    
    * removed deprecated code flow
    
    * add a default constructor
    
    * change redis script
    
    * install redis-server directly
    
    * hibernate dependency issue
    
    * 404 and message object issue.
    
    * 404
    
    * wip
    
    * upgrade gradle dependencies
    
    * missing reports
    
    * added some more test cases
    
    * give 6 gb ram
    
    * renamed root project name
    
    * copyright update
    
    * Syntax issue due to IDE save option
    
    * 3.0.0 release
    
    * disable module file
    
    * Fixed template syntax error
    sonus21 authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    bb1e691 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Create SECURITY.md

    sonus21 authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e9d60a0 View commit details
    Browse the repository at this point in the history
  2. Create CONTRIBUTING.md

    sonus21 authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    6e272ec View commit details
    Browse the repository at this point in the history
Loading