Naoki Takezoe
Naoki Takezoe
In aws-dynamodb-scala, the object which corresponds to the dynamo table like below is required. ``` scala object Members extends DynamoTable { protected val table = "members" val id = DynamoHashKey[Int]("id")...
Closes #2480 but not sure if the existing GitBucket APIs actually follow 2.21.0 🤔 ### Before submitting a pull-request to GitBucket I have first: - [ ] read the [contribution...
Considering to make it possible to run GitBucket using multiple servers for load balancing or/and HA. Listing obstacles and potential solutions below: - HttpSession - Use sticky session or configure...
**Impacted version**: 4.38.0 - 4.38.3 **Problem description**: - The following exception was reported in https://github.com/gitbucket/gitbucket/issues/3183 so we have downgraded MariaDB JDBC driver to 2.7.4 in GitBucket 4.38.4 to solve the...
https://github.com/gitbucket/gitbucket/pull/3283