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

Track users who initiate CSV imports #2078

Merged
merged 3 commits into from
May 17, 2021
Merged

Conversation

DavisRayM
Copy link
Contributor

Changes / Features implemented

  • Save request users username in Instance metadata
  • Add IMPORTED_VIA_CSV_BY common tag
  • Modify safe_create_instance function; Add instance_status arguement

Steps taken to verify this change does what is intended

  • Added tests

Side effects of implementing this change

N/A

Before submitting this PR for review, please make sure you have:

  • Included tests
  • Updated documentation

Closes #1984

@DavisRayM DavisRayM force-pushed the 1984-track-csv-import-details branch 3 times, most recently from 27b5088 to f618e22 Compare May 13, 2021 14:53
- Add `instance_csv_imported_by` static function to the `MetaData` class
Track users who initiate CSV Imports by saving their name in the
Instances metadata
@DavisRayM DavisRayM force-pushed the 1984-track-csv-import-details branch from f618e22 to c969feb Compare May 17, 2021 08:26
@DavisRayM DavisRayM merged commit 9ec7982 into master May 17, 2021
@DavisRayM DavisRayM deleted the 1984-track-csv-import-details branch May 17, 2021 08:58
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.

CSV Import: Track user who initiated CSV Import process
2 participants