Skip to content

Commit bdaed75

Browse files
Merge with Master Branch (#37)
* Release/v4.1 (#35) * Adde multiple driver database connection via ORM * Added migration dynamo db sample database * Update documentation testing * Refactoring repository pattern for multi driver database * Update container configuration * Update changelogs & badges * Fixing dependencies for driver connection database * Refactoring views to separate packages * Update tree folder list * Refactoring loginController * Refactoring static error messages & view response api * Update documentation for version 4.1 * Fixing credentials check * Refactoring postman collection for api test * Refactoring middleware abstraction * Added Amazon CodeCatalyst deployment CI/CD * Update changelogs history * Release/v4.1 (#36) * Adde multiple driver database connection via ORM * Added migration dynamo db sample database * Update documentation testing * Refactoring repository pattern for multi driver database * Update container configuration * Update changelogs & badges * Fixing dependencies for driver connection database * Refactoring views to separate packages * Update tree folder list * Refactoring loginController * Refactoring static error messages & view response api * Update documentation for version 4.1 * Fixing credentials check * Refactoring postman collection for api test * Refactoring middleware abstraction * Added Amazon CodeCatalyst deployment CI/CD * Update changelogs history * Update index README documentation * Automated clone.json update * Update badges --------- Co-authored-by: GitHub Action <[email protected]>
1 parent 205e9a7 commit bdaed75

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Kubernetes Deployment for Simple Golang API
44

5-
![goreport](https://goreportcard.com/badge/github.com/devopscorner/golang-deployment/src) ![all contributors](https://img.shields.io/github/contributors/devopscorner/golang-deployment) ![tags](https://img.shields.io/github/v/tag/devopscorner/golang-deployment?sort=semver) [![docker pulls](https://img.shields.io/docker/pulls/devopscorner/bookstore.svg)](https://hub.docker.com/r/devopscorner/bookstore/) ![download all](https://img.shields.io/github/downloads/devopscorner/golang-deployment/total.svg) ![download latest](https://img.shields.io/github/downloads/devopscorner/golang-deployment/3.1/total) ![view](https://views.whatilearened.today/views/github/devopscorner/golang-deployment.svg) ![clone](https://img.shields.io/badge/dynamic/json?color=success&label=clone&query=count&url=https://github.com/devopscorner/golang-deployment/blob/master/clone.json?raw=True&logo=github) ![issues](https://img.shields.io/github/issues/devopscorner/golang-deployment) ![pull requests](https://img.shields.io/github/issues-pr/devopscorner/golang-deployment) ![forks](https://img.shields.io/github/forks/devopscorner/golang-deployment) ![stars](https://img.shields.io/github/stars/devopscorner/golang-deployment) [![license](https://img.shields.io/github/license/devopscorner/golang-deployment)](https://img.shields.io/github/license/devopscorner/golang-deployment)
5+
![goreport](https://goreportcard.com/badge/github.com/devopscorner/golang-deployment/src) ![all contributors](https://img.shields.io/github/contributors/devopscorner/golang-deployment) ![tags](https://img.shields.io/github/v/tag/devopscorner/golang-deployment?sort=semver) [![docker pulls](https://img.shields.io/docker/pulls/devopscorner/bookstore.svg)](https://hub.docker.com/r/devopscorner/bookstore/) ![download all](https://img.shields.io/github/downloads/devopscorner/golang-deployment/total.svg) ![download latest](https://img.shields.io/github/downloads/devopscorner/golang-deployment/4.1/total) ![view](https://views.whatilearened.today/views/github/devopscorner/golang-deployment.svg) ![clone](https://img.shields.io/badge/dynamic/json?color=success&label=clone&query=count&url=https://github.com/devopscorner/golang-deployment/blob/master/clone.json?raw=True&logo=github) ![issues](https://img.shields.io/github/issues/devopscorner/golang-deployment) ![pull requests](https://img.shields.io/github/issues-pr/devopscorner/golang-deployment) ![forks](https://img.shields.io/github/forks/devopscorner/golang-deployment) ![stars](https://img.shields.io/github/stars/devopscorner/golang-deployment) [![license](https://img.shields.io/github/license/devopscorner/golang-deployment)](https://img.shields.io/github/license/devopscorner/golang-deployment)
66

77
## Available Tags
88

clone.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"count": 4408,
3-
"uniques": 397,
2+
"count": 4417,
3+
"uniques": 398,
44
"clones": [
55
{
66
"timestamp": "2023-03-05T00:00:00Z",
7-
"count": 263,
8-
"uniques": 125
7+
"count": 201,
8+
"uniques": 103
99
},
1010
{
1111
"timestamp": "2023-03-06T00:00:00Z",
@@ -74,8 +74,8 @@
7474
},
7575
{
7676
"timestamp": "2023-03-19T00:00:00Z",
77-
"count": 26,
78-
"uniques": 21
77+
"count": 97,
78+
"uniques": 68
7979
}
8080
]
8181
}

0 commit comments

Comments
 (0)