Skip to content

Commit

Permalink
Merge with Master Branch (#37)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
zeroc0d3 and actions-user authored Mar 19, 2023
1 parent 205e9a7 commit bdaed75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Kubernetes Deployment for Simple Golang API

![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)
![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)

## Available Tags

Expand Down
12 changes: 6 additions & 6 deletions clone.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"count": 4408,
"uniques": 397,
"count": 4417,
"uniques": 398,
"clones": [
{
"timestamp": "2023-03-05T00:00:00Z",
"count": 263,
"uniques": 125
"count": 201,
"uniques": 103
},
{
"timestamp": "2023-03-06T00:00:00Z",
Expand Down Expand Up @@ -74,8 +74,8 @@
},
{
"timestamp": "2023-03-19T00:00:00Z",
"count": 26,
"uniques": 21
"count": 97,
"uniques": 68
}
]
}

0 comments on commit bdaed75

Please sign in to comment.