Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Releases: arcsecond-io/oort

New "upload" command!

19 Aug 13:28
1.9.0
f32c127
Compare
Choose a tag to compare

Added a new non-batch single-folder no-zipping upload command, as it should be since the beginning.

Even more focused and stable.

19 Aug 09:04
1.8.0
c268ea7
Compare
Choose a tag to compare

No more NightLogs, Observation and Calibration syncing! Data syncing is always hard. Keeping the wish that Oort is able to sync such a sophisticated schema from local files to the cloud is way too risky, and makes Oort less reliable and focused.

Thanks to the newly-exposed tags of Datasets and Datafiles, such NightLogs, Observation and Calibrations objects, built upon the content of the DataFiles will be made later on, on the backend itself.

More stable than ever.

16 Aug 07:34
1.7.0
e107e11
Compare
Choose a tag to compare

Changes:

  • The zipping of data files is now an option (default = False) in the watch command.
  • The possibility of providing a custom astronomer to upload on behalf of whom is temporarily removed.
  • Added the possibility to login with the primary email address.

Improvements:

  • The dropdown for selected a watched folder in the server webpage doesn't "jump" anymore when open.
  • The watch command now correctly returns without being tight to the initial_walk of the folder watch. It is a non-trivial fix. No more duplicate PathObserver, one held by uploader process, and one help by the command line.
  • The watch command warns for a folder already watched, and whether this is the home folder.
  • A SqliteQueuedDatabase is used in place of the default SqliteDatabase to avoid database locked issues.
  • Logs format have been improved and are more consistent throughout.
  • Adding object types in various places to improve code checks.
  • Improved the footer message about hidden files in the server webpage.
  • The state of the uploader process appears in red in the server page if it is stopped.

Bugfixes:

  • There is no conflict anymore between providing an upload_key and an organisation subdomain in the API requests. File will be directed to the organisation account of an organisation is provided, no matter what (unless uploader is not a member, of course).
  • The check for an existing remote resource does not rely on the resource's name anymore, since this is a loosely-defined value anyway, and makes the search filtering less reliable.
  • The target_name of the FITS/XISF file is correctly used instead of the dataset_name in the Observation and Calibration objects.
  • The keywords DATE-OBS and DATE_OBS are checked before the DATE one in the FITS files to avoid the case where the latter is used for legacy date formats.
  • Fixed the upload restart query by filtering the Upload objects also by the folder_path associated with the event_handler!
  • Fixed the name and usage of config functions to avoid conflicting with the ones of the Arcsecond CLI.
  • Important permission & filtering fix on the backend which prevented the upload of some files because their name already existed in another dataset.

More complete uploads

10 Apr 15:37
1.1.0
71b0e51
Compare
Choose a tag to compare

In this release, along with numerous small fixes, we allow to upload files that have no date in their headers (see documentation for more details), and files that zipped (with zip, gzip or bzip2).

1.0!

23 Nov 14:21
1.0.0
92369cd
Compare
Choose a tag to compare

After much of polishing, here is Oort tool 1.0, the simplest way to upload your astronomical data to arcsecond.io.

Including server files

26 Jan 18:29
0.1.2
12a5cdf
Compare
Choose a tag to compare
0.1.2

Including server files

First release to Pypi

23 Jan 21:25
0.1.1
8f6f6c7
Compare
Choose a tag to compare
0.1.1

First release to Pypi

First release

23 Jan 21:19
0.1.0
bfc10f6
Compare
Choose a tag to compare

First release of Oort cloud!