Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: another release/webcapture jinja2 check | Bryan Newbold | 2022-04-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'bnewbold-dataset-ingest-fixes' | Bryan Newbold | 2022-04-07 | 10 | -64/+563 |
|\ | |||||
| * | web: improve no-file release page behavior | Bryan Newbold | 2022-04-07 | 1 | -12/+13 |
| | | |||||
| * | web: fileset manifest table as 'single line' class, with scrolling overflow | Bryan Newbold | 2022-04-07 | 1 | -1/+3 |
| | | |||||
| * | web: fileset manifest table to front (z-index) and width | Bryan Newbold | 2022-04-05 | 1 | -1/+1 |
| | | |||||
| * | fileset ingest: handle missing/partial file-level metadata | Bryan Newbold | 2022-04-05 | 1 | -3/+3 |
| | | |||||
| * | ingest importer: improved extra/edit_extra code flow | Bryan Newbold | 2022-04-05 | 1 | -20/+13 |
| | | |||||
| * | ingest tests: check that URL checks actually run | Bryan Newbold | 2022-04-04 | 1 | -1/+9 |
| | | |||||
| * | fileset ingest: remove a TODO | Bryan Newbold | 2022-04-04 | 1 | -1/+0 |
| | | |||||
| * | filesets: typo bugfix, and test 'mimetype' on entity, not extra | Bryan Newbold | 2022-04-04 | 2 | -2/+2 |
| | | |||||
| * | web: refactor fileset manifest display | Bryan Newbold | 2022-03-31 | 1 | -14/+65 |
| | | |||||
| * | web metadata display: multi-line for some array values | Bryan Newbold | 2022-03-31 | 1 | -0/+8 |
| | | |||||
| * | fileset ingest: fix mimetype handling | Bryan Newbold | 2022-03-31 | 1 | -4/+5 |
| | | |||||
| * | bugfix: logic flow in fileset release checking | Bryan Newbold | 2022-03-23 | 1 | -3/+6 |
| | | |||||
| * | single-file variant of fileset importer for dataset attempts | Bryan Newbold | 2022-03-23 | 5 | -0/+340 |
| | | |||||
| * | fix typo in fileset comparison helper | Bryan Newbold | 2022-03-23 | 2 | -4/+3 |
| | | |||||
| * | ingest fileset fixes, and some test coverage | Bryan Newbold | 2022-03-23 | 4 | -16/+110 |
| | | |||||
| * | dataset ingest: JSON object fixes | Bryan Newbold | 2022-03-22 | 1 | -5/+5 |
| | | |||||
* | | Fix typo "Registery" in templates | Federico Leva | 2022-03-31 | 1 | -1/+1 |
|/ | |||||
* | quick fix: coverage search | Bryan Newbold | 2022-03-09 | 1 | -1/+2 |
| | |||||
* | web editing: set entity status, eg when re-editing | Bryan Newbold | 2022-03-09 | 2 | -1/+12 |
| | |||||
* | web editing: fix links between edit tabs for re-editing behavior | Bryan Newbold | 2022-03-09 | 7 | -11/+14 |
| | |||||
* | Merge branch 'bnewbold-container-web' into 'master' | bnewbold | 2022-03-10 | 14 | -339/+965 |
|\ | | | | | | | | | container web interface improvements See merge request webgroup/fatcat!140 | ||||
| * | hack around mypy complaints | Bryan Newbold | 2022-02-15 | 2 | -5/+8 |
| | | |||||
| * | containers: update preservation page | Bryan Newbold | 2022-02-15 | 3 | -81/+101 |
| | | | | | | | | Mostly adding copy and a KBART holdings page. | ||||
| * | web: update container landing page | Bryan Newbold | 2022-02-15 | 2 | -46/+65 |
| | | |||||
| * | container browse: more polish | Bryan Newbold | 2022-02-15 | 3 | -25/+48 |
| | | |||||
| * | web: small improvements to release SERP rows | Bryan Newbold | 2022-02-15 | 1 | -1/+4 |
| | | |||||
| * | container browse: refactor count data structure to fix sorting | Bryan Newbold | 2022-02-15 | 3 | -30/+79 |
| | | |||||
| * | containers: small fixes to browse view | Bryan Newbold | 2022-02-15 | 1 | -3/+8 |
| | | |||||
| * | web: tweak 'generic' / container mix-in search result behavior | Bryan Newbold | 2022-02-15 | 1 | -1/+10 |
| | | |||||
| * | web: remove generic entity fields from 'metadata' tab | Bryan Newbold | 2022-02-15 | 2 | -4/+17 |
| | | |||||
| * | containers: iterate on browse interface, showing year/volume/issue | Bryan Newbold | 2022-02-11 | 3 | -51/+94 |
| | | |||||
| * | containers: progress on browse interface | Bryan Newbold | 2022-02-11 | 4 | -28/+146 |
| | | |||||
| * | container browse: quick fix type annotation | Bryan Newbold | 2022-02-09 | 1 | -1/+1 |
| | | |||||
| * | move container_status ES query code from fatcat_web to fatcat_tools | Bryan Newbold | 2022-02-09 | 6 | -157/+205 |
| | | | | | | | | | | | | The main motivation is to never have fatcat_tools import from fatcat_web, only vica-versa. Some code in fatcat_tools needs container stats, so starting with that code path (plus some generic helpers). | ||||
| * | containers: initial work on 'browse' feature | Bryan Newbold | 2022-02-09 | 4 | -1/+107 |
| | | |||||
| * | web: move search-in-container to dedicated tab | Bryan Newbold | 2022-02-09 | 4 | -3/+119 |
| | | |||||
| * | search: improve container_id handling | Bryan Newbold | 2022-02-09 | 1 | -27/+6 |
| | | |||||
| * | container SERP: fix layout on mobile | Bryan Newbold | 2022-02-09 | 2 | -54/+62 |
| | | |||||
| * | container search: iterate on SERP page (including stats) | Bryan Newbold | 2022-02-09 | 3 | -10/+72 |
| | | |||||
| * | container: scholars portal kbart link; unknown type display | Bryan Newbold | 2022-02-09 | 1 | -1/+3 |
| | | |||||
* | | entity updates: don't try to ingest arxiv DOIs (for now) | Bryan Newbold | 2022-02-28 | 1 | -0/+2 |
| | | |||||
* | | importer: hotfix for sentry config error | Bryan Newbold | 2022-02-25 | 1 | -1/+1 |
| | | |||||
* | | ingest: longer ES timeout | Bryan Newbold | 2022-02-25 | 1 | -1/+1 |
| | | |||||
* | | update sentry SDK configuration | Bryan Newbold | 2022-02-25 | 8 | -28/+12 |
| | | |||||
* | | Merge branch 'bnewbold-datacite-skip-ir-containers' into 'master' | bnewbold | 2022-02-14 | 1 | -0/+34 |
|\ \ | |/ |/| | | | | | datacite importer: skip container_id for some repository sources See merge request webgroup/fatcat!138 | ||||
| * | datacite importer: skip container_id for some repository sources | Bryan Newbold | 2022-02-09 | 1 | -0/+34 |
| | | |||||
* | | update/consolidate python TODO | Bryan Newbold | 2022-02-09 | 1 | -1/+4 |
|/ | |||||
* | Merge remote-tracking branch 'github/master' | Bryan Newbold | 2022-02-09 | 1 | -1/+7 |
|\ |