-
### Description
Spammers found a way to register an account without using the given Login Providers (as you can see from the screenshot below)
### Gitea Version
1.22.0
### Can you reproduce the bu…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
DROP DATABASE IF EXISTS db0;
CREATE DATABASE db0;
USE db0;…
-
# Summary
| Status | Count |
|---------------|-------|
| 🔍 Total | 1105 |
| ✅ Successful | 1060 |
| ⏳ Timeouts | 2 |
| 🔀 Redirected | 0 |
| 👻 Excluded | 34 |
| ❓ Unknown …
-
my docker file:
```
FROM postgres:16.5-bullseye
# Install dependencies and wal2json
RUN apt-get update && \
apt-get install -y gcc git make postgresql-server-dev-16 && \
git clone…
-
**List the direct Git links to be added to our Augur database**
https://github.com/teemtee/tmt
https://github.com/packit/packit
https://gitlab.com/testing-farm
-
I manage my configs for plugins using Github and I also use test server/prod server which use different credentials and database setups.
please can you seperate the MySQL storage settings into its …
-
**Describe the bug**
There is no current support in the cloudsql-instance module for setting the password_validation_policy, which means the new database shows up in the console with some security wa…
-
**Describe the bug**
When logging in using the database id, sometimes the error "ERROR Invalid database credential ID 1! connection.py:351" despite the fact that authen…
-
### What's needed and why?
BunkerWeb Development Team,
I have been using BunkerWeb to secure several industrial services, such as web servers, virtualization interfaces (Proxmox, oVirt), git servi…
-
### 1. Minimal reproduce step (Required)
```sql
create table t1 (c1 double);
insert into t1 (c1) values (-2147483646.5);
select
c1,
round(c1),
c1 > round(c1)
from
t1
where c1 > …