harbor/make/migrations/postgresql
Prasanth Baskar 221037378a
feat: Single Active Replication (#21347)
feat(replication): add Single Active Replication per policy

* Added single_active_replication field to schema & DB table
* Updated API, controller & handler to enforce single execution per policy
* Added checkbox in UI to enable/disable single_active_replication for a
  policy
* Implemented necessary backend & frontend tests
* Prevents parallel runs per policy if single_active_replication is enabled

Signed-off-by: bupd <bupdprasanth@gmail.com>
2025-08-11 18:02:56 +08:00
..
0001_initial_schema.up.sql
0002_1.7.0_schema.up.sql
0003_add_replication_op_uuid.up.sql
0004_1.8.0_schema.up.sql
0005_1.8.2_schema.up.sql
0010_1.9.0_schema.up.sql
0011_1.9.1_schema.up.sql
0012_1.9.4_schema.up.sql
0015_1.10.0_schema.up.sql
0030_2.0.0_schema.up.sql
0031_2.0.3_schema.up.sql
0040_2.1.0_schema.up.sql
0041_2.1.4_schema.up.sql
0050_2.2.0_schema.up.sql
0051_2.2.1_schema.up.sql
0052_2.2.2_schema.up.sql
0053_2.2.3_schema.up.sql
0060_2.3.0_schema.up.sql
0061_2.3.4_schema.up.sql
0070_2.4.0_schema.up.sql
0071_2.4.2_schema.up.sql
0080_2.5.0_schema.up.sql
0081_2.5.2_schema.up.sql
0082_2.5.3_schema.up.sql
0090_2.6.0_schema.up.sql
0091_2.6.2_schema.up.sql
0100_2.7.0_schema.up.sql
0110_2.8.0_schema.up.sql style: adjust the style of migration SQL (#18475) 2023-04-04 17:37:27 +08:00
0111_2.8.1_schema.up.sql fix: cherry pick the migration sql (#18644) 2023-05-10 16:35:07 +08:00
0120_2.9.0_schema.up.sql Sort most dangerous vulnerabilities by score and severity level (#19103) 2023-08-07 10:13:34 +08:00
0130_2.10.0_schema.up.sql perf: optimize the performance of accessory query (#19557) 2023-11-22 02:11:11 +00:00
0140_2.11.0_schema.up.sql Add sbom_report table to store sbom related information (#20473) 2024-05-24 08:48:55 +00:00
0150_2.12.0_schema.up.sql Refactor: p2p preheat dragonfly driver (#20922) 2024-09-21 11:05:01 +08:00
0160_2.13.0_schema.up.sql Adjust the audit_log_ext column size to keep align with audit_log table (#21678) 2025-02-27 10:17:04 +00:00
0170_2.14.0_schema.up.sql feat: Single Active Replication (#21347) 2025-08-11 18:02:56 +08:00