-
Notifications
You must be signed in to change notification settings - Fork 79
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
Update advanced-csv-import #891
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix reference issue with upload script if officers aren't defined
* Add unit/job creation on upload for the advanced assignments importer * Update docs
abandoned-prototype
force-pushed
the
csv_import/backport
branch
2 times, most recently
from
August 28, 2022 02:00
59a3129
to
02d7792
Compare
abandoned-prototype
force-pushed
the
csv_import/backport
branch
from
August 28, 2022 02:02
02d7792
to
7220f9e
Compare
r4v5
approved these changes
Sep 4, 2022
sea-kelp
pushed a commit
to OrcaCollective/OpenOversight
that referenced
this pull request
Sep 6, 2023
* Backport csv-import. * Fix reference issue with upload script if officers aren't defined * backport csv_import * Add unit/job creation on upload for the advanced assignments importer * Update docs * Update required/optional fields for csv_import. * Allow field named unit_name. * Add assignment overwrite functionality. * Add unit test for assignment overwriting command. * Update documentation with added flag. * Pin package versions. Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>
sea-kelp
pushed a commit
to OrcaCollective/OpenOversight
that referenced
this pull request
Sep 25, 2023
* Backport csv-import. * Fix reference issue with upload script if officers aren't defined * backport csv_import * Add unit/job creation on upload for the advanced assignments importer * Update docs * Update required/optional fields for csv_import. * Allow field named unit_name. * Add assignment overwrite functionality. * Add unit test for assignment overwriting command. * Update documentation with added flag. * Pin package versions. Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>
sea-kelp
pushed a commit
to OrcaCollective/OpenOversight
that referenced
this pull request
Oct 5, 2023
* Backport csv-import. * Fix reference issue with upload script if officers aren't defined * backport csv_import * Add unit/job creation on upload for the advanced assignments importer * Update docs * Update required/optional fields for csv_import. * Allow field named unit_name. * Add assignment overwrite functionality. * Add unit test for assignment overwriting command. * Update documentation with added flag. * Pin package versions. Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>
AetherUnbound
added a commit
to OrcaCollective/OpenOversight
that referenced
this pull request
Oct 9, 2023
* Backport csv-import. * Fix reference issue with upload script if officers aren't defined * backport csv_import * Add unit/job creation on upload for the advanced assignments importer * Update docs * Update required/optional fields for csv_import. * Allow field named unit_name. * Add assignment overwrite functionality. * Add unit test for assignment overwriting command. * Update documentation with added flag. * Pin package versions. Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Status
Ready for review
Description of Changes
Fixes most points of #866.
Changes proposed in this pull request:
--overwrite-assignments
flag to allow existing assignments to be replaced with the new ones instead of merging them.Tests and linting
I have rebased my changes on current
develop
pytests pass in the development environment on my local machine
flake8
checks pass