Commit Graph

14 Commits

Author SHA1 Message Date
Eyal Ezer 07b2449bd7
refactor: Unify all json.(loads|dumps) usage to utils.json (#28702)
Co-authored-by: Eyal Ezer <eyal.ezer@ge.com>
2024-05-28 14:17:41 -07:00
Stepan 2e4f6d3f38
perf(export): export generates unnecessary files content (#26765) 2024-02-21 16:28:38 -07:00
Sebastian Liebscher 14a27b1ba3
chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
EugeneTorap 4a828f57f4
chore: Update mypy and fix stubs issue (#24033) 2023-05-12 08:47:14 +01:00
Daniel Vaz Gaspar 694f93326d
fix: methods incorrect type and update deprecated targets (#23935) 2023-05-05 18:57:27 +01:00
Antonio Rivero 3484e8ea7b
feat(ssh_tunnel): Import/Export Databases with SSHTunnel credentials (#23099) 2023-02-24 09:36:21 -08:00
Daniel Vaz Gaspar d00ba15c78
chore: add statsd support to base API and refactor (#22887) 2023-01-27 17:52:08 +00:00
Beto Dealmeida 4126c365c5
chore: fix typo in `importexport/api.py` (#20085) 2022-05-16 10:08:01 -07:00
Daniel Vaz Gaspar 5dd3ea154b
fix: OpenAPI docs small fixes (#19936) 2022-05-04 09:59:16 +01:00
Beto Dealmeida 5c63df522a
fix: allow_browser_login in import/export API (#19656) 2022-04-11 22:29:06 -07:00
Daniel Vaz Gaspar 2451937097
fix: missing init on importexport pkg (#19435) 2022-03-30 15:43:08 +01:00
Beto Dealmeida b05e7dbf2a
feat: API for asset sync (#19220)
* feat: API for asset sync

* Add unit tests.

* Improve tests

* Move files

* Add more tests
2022-03-22 08:29:24 -07:00
Beto Dealmeida 1ebeffa104
chore: remove directory importexport (#11531) 2020-11-03 17:10:52 -08:00
Beto Dealmeida fbcfaacda3
feat: create base class for export commands (#11463)
* Add UUID to saved_query

* Reuse function from previous migration

* Point to new head

* feat: add backend to export saved queries using new format

* Rename ImportMixin to ImportExportMixin

* Create base class for exports

* Add saved queries as well

* Add constant, small fixes

* Fix wrong import

* Fix lint
2020-10-30 11:52:11 -07:00