Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up export/import action mixin #91

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

TheSuperiorStanislav
Copy link
Member

@TheSuperiorStanislav TheSuperiorStanislav commented Jan 10, 2025

Add a way to add export/import actions to views and base views for managing export/import jobs.

Motivation:
I have two projects with the export feature, and each export resource generates 4 endpoints from which only one is unique(start) and another is filtered(list). With the new way, we can set up one view set for managing jobs, and for each resource set-up the action in related view sets.

@coveralls
Copy link

coveralls commented Jan 10, 2025

Pull Request Test Coverage Report for Build 12880358905

Details

  • 155 of 155 (100.0%) changed or added relevant lines in 8 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 12860263942: 0.0%
Covered Lines: 1524
Relevant Lines: 1524

💛 - Coveralls

@TheSuperiorStanislav TheSuperiorStanislav force-pushed the feature/add-export-action-mixin branch 4 times, most recently from c7282fa to c239876 Compare January 14, 2025 08:51
@TheSuperiorStanislav TheSuperiorStanislav marked this pull request as ready for review January 14, 2025 09:03
docs/getting_started.rst Outdated Show resolved Hide resolved
docs/getting_started.rst Outdated Show resolved Hide resolved
docs/getting_started.rst Outdated Show resolved Hide resolved
docs/getting_started.rst Show resolved Hide resolved
docs/getting_started.rst Outdated Show resolved Hide resolved
Copy link
Contributor

@OttoAndrey OttoAndrey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please update History with your changes and fix inv docs.build warnings for history.rst

docs/getting_started.rst Outdated Show resolved Hide resolved
docs/installation.rst Outdated Show resolved Hide resolved
docs/installation.rst Outdated Show resolved Hide resolved
@TheSuperiorStanislav TheSuperiorStanislav force-pushed the feature/add-export-action-mixin branch from c5ebd0d to 037dba3 Compare January 21, 2025 04:53
@TheSuperiorStanislav TheSuperiorStanislav merged commit 0600c50 into main Jan 21, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants