Commits on Source (20)
-
Perun-GitLab Service Account authored
-
Pavel Břoušek authored
chore(deps): update commitlint monorepo to v18.6.1 See merge request !61
-
Perun-GitLab Service Account authored
-
Pavel Břoušek authored
chore(deps): update dependency @commitlint/config-conventional to v18.6.2 See merge request !62
-
Perun-GitLab Service Account authored
-
Pavel Břoušek authored
chore(deps): lock file maintenance See merge request !63
-
Perun-GitLab Service Account authored
-
Pavel Břoušek authored
chore(deps): update commitlint (major) See merge request !64
-
Perun-GitLab Service Account authored
-
Pavel Břoušek authored
chore(deps): update commitlint See merge request !65
-
Perun-GitLab Service Account authored
-
Pavel Břoušek authored
chore(deps): update dependency @perun/commitlint-config-perun to v1.0.1 See merge request !66
-
Pavel Břoušek authored
-
Perun-GitLab Service Account authored
-
Pavel Břoušek authored
chore(deps): lock file maintenance See merge request !67
-
Perun-GitLab Service Account authored
-
Jiří Prokop authored
-
Pavel Břoušek authored
chore(deps): update commitlint See merge request !68
-
Pavel Břoušek authored
feat: script for oracle db to postgresql sync Closes PRX-341 See merge request !70
-
semantic-release-bot authored
# [2.7.0](v2.6.0...v2.7.0) (2024-04-22) ### Features * script for oracle db to postgresql sync ([8ad295fc](8ad295fc))
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- README.md 21 additions, 1 deletionREADME.md
- config_templates/oracle2postgresql_cfg.yaml 27 additions, 0 deletionsconfig_templates/oracle2postgresql_cfg.yaml
- package-lock.json 1590 additions, 860 deletionspackage-lock.json
- package.json 5 additions, 5 deletionspackage.json
- perun/proxy/utils/oracle2postgresql.py 213 additions, 0 deletionsperun/proxy/utils/oracle2postgresql.py
- setup.cfg 1 addition, 1 deletionsetup.cfg
- setup.py 5 additions, 0 deletionssetup.py
config_templates/oracle2postgresql_cfg.yaml
0 → 100644
This diff is collapsed.
... | ... | @@ -4,16 +4,16 @@ |
"private": true, | ||
"devDependencies": { | ||
"@beepbeepgo/semantic-release-python": "1.1.0", | ||
"@commitlint/config-conventional": "18.6.0", | ||
"@commitlint/cz-commitlint": "18.6.0", | ||
"@perun/commitlint-config-perun": "1.0.0", | ||
"@commitlint/config-conventional": "19.2.2", | ||
"@commitlint/cz-commitlint": "19.2.0", | ||
"@perun/commitlint-config-perun": "1.0.1", | ||
"@perun/semantic-release-perun-config": "1.0.1", | ||
"commitizen": "4.3.0", | ||
"inquirer": "8.2.6" | ||
"inquirer": "9.2.19" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/@commitlint/cz-commitlint" | ||
"path": "@commitlint/cz-commitlint" | ||
} | ||
} | ||
} |
perun/proxy/utils/oracle2postgresql.py
0 → 100644