[PR #1129] [CLOSED] Csv upload #1327

Closed
opened 2026-03-01 14:49:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1129
Author: @andyfcx
Created: 3/28/2023
Status: Closed

Base: devHead: csv_upload


📝 Commits (5)

  • a79cffe wip: /csv-upload for accepting csv files with jwt auth
  • 661c2de wip: serializer
  • bba9418 wip: Parse csv
  • 5435d17 Fix submodules with symbolic links
  • 7995a4a wip: Parse csv

📊 Changes

16 files changed (+2047 additions, -43 deletions)

View changed files

.idea/.gitignore (+8 -0)
.idea/DTLArchiveBox.iml (+19 -0)
.idea/inspectionProfiles/Project_Default.xml (+35 -0)
.idea/inspectionProfiles/profiles_settings.xml (+6 -0)
.idea/misc.xml (+4 -0)
.idea/modules.xml (+8 -0)
.idea/vcs.xml (+6 -0)
📝 Pipfile (+2 -0)
Pipfile.lock (+1912 -0)
archivebox/core/serializers.py (+4 -0)
📝 archivebox/core/settings.py (+13 -1)
📝 archivebox/core/urls.py (+2 -36)
📝 archivebox/core/views.py (+22 -2)
📝 archivebox/system.py (+1 -1)
📝 docker-compose.yml (+2 -2)
📝 setup.py (+3 -1)

📄 Description

Summary

Related issues

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/1129 **Author:** [@andyfcx](https://github.com/andyfcx) **Created:** 3/28/2023 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `csv_upload` --- ### 📝 Commits (5) - [`a79cffe`](https://github.com/ArchiveBox/ArchiveBox/commit/a79cffee66996c815d04d0c50ac246fd89ff2a70) wip: /csv-upload for accepting csv files with jwt auth - [`661c2de`](https://github.com/ArchiveBox/ArchiveBox/commit/661c2dea3db37c0f5c3bdf8794f31b65351fdf12) wip: serializer - [`bba9418`](https://github.com/ArchiveBox/ArchiveBox/commit/bba941855399b21fb2259e6bc8dba728eec2e5f5) wip: Parse csv - [`5435d17`](https://github.com/ArchiveBox/ArchiveBox/commit/5435d175b355a347954fba4c120478566b17222f) Fix submodules with symbolic links - [`7995a4a`](https://github.com/ArchiveBox/ArchiveBox/commit/7995a4aa7df66817a013f5c26272a3561fe1c1ad) wip: Parse csv ### 📊 Changes **16 files changed** (+2047 additions, -43 deletions) <details> <summary>View changed files</summary> ➕ `.idea/.gitignore` (+8 -0) ➕ `.idea/DTLArchiveBox.iml` (+19 -0) ➕ `.idea/inspectionProfiles/Project_Default.xml` (+35 -0) ➕ `.idea/inspectionProfiles/profiles_settings.xml` (+6 -0) ➕ `.idea/misc.xml` (+4 -0) ➕ `.idea/modules.xml` (+8 -0) ➕ `.idea/vcs.xml` (+6 -0) 📝 `Pipfile` (+2 -0) ➕ `Pipfile.lock` (+1912 -0) ➕ `archivebox/core/serializers.py` (+4 -0) 📝 `archivebox/core/settings.py` (+13 -1) 📝 `archivebox/core/urls.py` (+2 -36) 📝 `archivebox/core/views.py` (+22 -2) 📝 `archivebox/system.py` (+1 -1) 📝 `docker-compose.yml` (+2 -2) 📝 `setup.py` (+3 -1) </details> ### 📄 Description <!-- IMPORTANT: Do not submit PRs with only formatting / PEP8 / line length changes. --> # Summary <!--e.g. This PR fixes ABC or adds the ability to do XYZ...--> # Related issues <!-- e.g. #123 or Roadmap goal # https://github.com/pirate/ArchiveBox/wiki/Roadmap --> # Changes these areas - [ ] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Snapshot data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:49:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1327
No description provided.