Commit Graph

3 Commits

Author SHA1 Message Date
Cody Leff
4b05a1eddd fix(datasets): Include expression and description in duplicated dataset columns (#22943) 2023-02-02 15:49:30 -08:00
John Bodley
4a330a3630 chore: Refactor ownership (#21938) 2022-11-02 01:05:31 -07:00
Reese
16032ed3e2 feat: Virtual dataset duplication (#20309)
* Inital duplicate functionality

* Fix formatting

* Create dedicated duplicate API

* Make use of new API

* Make use of new api permissions

* Add integration tests for duplicating datasets

* Add licenses

* Fix linting errors

* Change confirm button to 'Duplicate'

* Fix HTTP status code and response

* Add missing import

* Use user id instead of user object

* Remove stray debug print

* Fix sqlite tests

* Specify type of extra

* Add frontend tests

* Add match statement to test
2022-08-26 16:07:56 -06:00