Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
CQRS and Event Sourcing in Kotlin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
ShowMeYourCodeYouTube
CQRS and Event Sourcing in Kotlin
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
protected
Tags
1
1.0.0
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
10
Mar
1
Aug
30
Jul
24
Jun
18
12
11
25
Feb
23
Apr
18
20
Nov
14
10
9
31
Oct
docs: update README.md
master
master
test: improve code coverage
fix(deps): update dependency de.flapdoodle.embed:de.flapdoodle.embed.mongo.spring30x to v4.7.0
chore(deps): update all major dependencies (major)
chore(deps): update kotlin monorepo to v1.9.0
chore(deps): update all non-major dependencies
ci: configure Renovate
docs: add a SonarCloud link to README.md
fix: send code coverage to SonarQube using a multi-module Maven configuration
refactor: remove redundant classes and annotations
style: apply ktlint
ci: add SAST
chore: change the tagNameFormat - remove "v" and follow Semantic Versioning 2.0.0
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release v1.0.0
1.0.0
1.0.0
docs: add CHANGELOG.md
chore: set up SonarCloud integration
chore: add Maven Release Plugin
docs: add LICENSE
docs: add CONTRIBUTING.md
docs: update README.md
Implement CQRS and Event Sourcing.
Add a code coverage badge on Gitlab using the Jacoco plugin.
Update Spring dependencies - Spring Boot 2.5.6 -> 2.6.6.
Update TODO.md
Update documentation
Implement CQRS
Implement CQS
Create separate Maven modules for cqs, cqrs and cqrs + event sourcing.
Update README.md - add Reactive stack description.
Update README.md - add CQRS description.
Add Gitlab CI/CD script
An initial commit - create project structure
Loading