Posda Tools
  1. Posda Tools

oneposda

Public
AuthorCommitMessageCommit dateIssues
Sonya UtechtQuasar JaroszSonya Utecht
d6ab54d2baaMPull request #431: removed default.Merge in PT/oneposda from pathologydateshift to master * commit '83876fa22129ae9356468adbfad9681ebbb78570': removed default. Crash preffered to inaccurate adjustment
Sonya UtechtSonya Utecht
83876fa2212removed default.Crash preffered to inaccurate adjustment
Sonya UtechtQuasar JaroszSonya Utecht
823b742b6c6MPull request #430: PathologydateshiftMerge in PT/oneposda from pathologydateshift to master * commit '428ce08fe1d789030a0fbe82fbb1f5b1ecdf960f': Added a print confirming the date shift bugfix: make details optional
Sonya UtechtSonya Utecht
428ce08fe1dAdded a print confirming the date shift
Sonya UtechtSonya Utecht
654d332c16cbugfix: make details optional
Quasar JaroszQuasar Jarosz
5d693f348f0Add missing spreadsheet_operations to dbif config, and rebuild all.sql
Quasar JaroszQuasar Jarosz
3a391798e70Update all.sql, and fix a few small issues with the schemas
Quasar JaroszQuasar Jarosz
fbbe9e47484Fix broken syntax in query header
Quasar JaroszQuasar Jarosz
b4f00383b3aupdate Makefile to work on macOS and linux
Quasar JaroszQuasar Jarosz
08bbb10d323update all.sql to latest, with all migrations applied
Quasar JaroszQuasar Jarosz
2a259c85b3aAdd dump of db_version data
Quasar JaroszQuasar Jarosz
1d1c78d4f63Encode migration order in filenames and drop the .order filesApply order is now sorted filename order, so there is no index file to keep in sync and no way for it to drift. Numbers come from the line each file occupied in its .order file, so they still cross-reference the commit-diff workflow during the transition. The gap at 0046 is the dangling entry that named a file which never existed on disk. Three files on disk had never been listed in posda_file...
Quasar JaroszQuasar Jarosz
9ba04f7656cAdd migration runner with a per-database applied-migrations ledgerUntil now the apply order lived in hand-maintained .order files and there was no way to ask a database what it had already had applied; the practice was to diff the order file between two commits. That worked, but nothing validated it -- posda_files.order line 46 named a file that never existed on disk, and the drift went unnoticed. ./migrate records every applied migration in that database's ...
Quasar JaroszQuasar Jarosz
39f43f720d3Fix longstanding date_shift bug causing all shifts to be off by 1 dayThe date shift code was using using Time::Piece->new() which was returning time in local time, and then using GMT/UTC time in another location, which resulted in it always being 1 day off any time it was run on a machine with a timezone set that was west of GMT.
Quasar JaroszQuasar Jarosz
a15d8f3aa5bUpdate default web config, disable http2 and fix files root
Quasar JaroszQuasar Jarosz
ebfd0205fa0Fix for check_db.py to work against newer asyncio
Michael RutherfordQuasar JaroszMichael Rutherford
9a49f32cc02Finalize cycle verify stage
Michael RutherfordQuasar JaroszMichael Rutherford
e76eea3ae11Add series based file management
Michael RutherfordQuasar JaroszMichael Rutherford
a9eff2c3777Finalize cycle assemble stage
Michael RutherfordQuasar JaroszMichael Rutherford
49d23ec56a1Add draft and release file names
Michael RutherfordQuasar JaroszMichael Rutherford
df747e0e895Rename file_manifest to imaging_manifest
Michael RutherfordQuasar JaroszMichael Rutherford
a217ca14115Align cycles to dataset release
Michael RutherfordQuasar JaroszMichael Rutherford
1539b200216Finalize cycle setup stage
Michael RutherfordQuasar JaroszMichael Rutherford
705575edd0bAdd updates for cycle setup stage
Michael RutherfordQuasar JaroszMichael Rutherford
2fc32c8c793Rename endpoint
Michael RutherfordQuasar JaroszMichael Rutherford
d5421f51cc6Add dataset cycle endpoint and release status column
Michael RutherfordQuasar JaroszMichael Rutherford
95ddbbbef83Consolidate transfer file tables
Michael RutherfordQuasar JaroszMichael Rutherford
124804781c3Update API to include the new DOIs
Michael RutherfordQuasar JaroszMichael Rutherford
3c3ba1b856bAdd cascade delete and fix url name
Michael RutherfordQuasar JaroszMichael Rutherford
686f0787800Add release (version) DOI and transfer file tables for each destination
Michael RutherfordQuasar JaroszMichael Rutherford
d7484b66b66Make IDC table variable name changes
Michael RutherfordQuasar JaroszMichael Rutherford
8abf68dbafcAdd transfer function and trigger
Quasar JaroszQuasar Jarosz
3c0efc59155Adjust output of QC frames list to match IEC frames
Michael RutherfordQuasar JaroszMichael Rutherford
fafac2206c1Add pagination to needed endpoints
Michael RutherfordQuasar JaroszMichael Rutherford
f82f44ebe0bAdd assignment series file fetch endpoint
Michael RutherfordQuasar JaroszMichael Rutherford
d1a7dbe49fcAdd draft qc review capability
Michael RutherfordQuasar JaroszMichael Rutherford
b34e750cf9eAdd ability to favorite datasets and recordsets for listing on dashboard
Michael RutherfordQuasar JaroszMichael Rutherford
d4f36b8c1c2Update all release tables to use user id instead of user name
Michael RutherfordQuasar JaroszMichael Rutherford
a5fd395cf91Add transfer_idc_file table
Michael RutherfordQuasar JaroszMichael Rutherford
6be1abab8d7Update manifest gen
Michael RutherfordQuasar JaroszMichael Rutherford
e670d8a5940Fix recordset doi requirement
Michael RutherfordQuasar JaroszMichael Rutherford
5d9914858aaFix lookup bug
Michael RutherfordQuasar JaroszMichael Rutherford
8ca99cca44fadd idc dataset manifest gen
Michael RutherfordQuasar JaroszMichael Rutherford
59e062572b6Create wp util script
Michael RutherfordQuasar JaroszMichael Rutherford
f5eb3b5b262Add recordset type name
Quasar JaroszQuasar Jarosz
5a664888c8dInitial test of adding Response Models to distribution api
Michael RutherfordQuasar JaroszMichael Rutherford
719749a13c2Update collection manager endpoints
Michael RutherfordQuasar JaroszMichael Rutherford
5700cfb210dAdd collection manager endpoints
Michael RutherfordQuasar JaroszMichael Rutherford
2c80de673f3Add transfer endpoint
Michael RutherfordQuasar JaroszMichael Rutherford
d706b243de5Add release summary