Skip to content

Releases: OriHoch/data4dappl

v0.1.1

30 Nov 09:24
Compare
Choose a tag to compare

Changelog

data pipelines

upload via email monitoring and alerts

  • added monitoring service which checks the pipelines status every 20 seconds
  • the following notifications are sent to Hasadna slack channel odata-notifications:
    • failure - for the first failure only
    • succeeded - for the first success after the last error
    • created datasets - with links to the created datasets
    • processed messages - messages were processed but no datasets were created
  • the details of each event are in a json file which is attached to the message
  • all json files can be browsed here - https://pipelines.odata.org.il/ckan/data/pipelines/upload_via_email/errors/ (requires authorization)

Minor changes / bug-fixes

v0.0.9

18 Oct 10:57
Compare
Choose a tag to compare

New Features

Bug Fixes

  • #92 fix robots.txt preventing download of files uploaded with file uploader ui (thanks @zstadler)

Notes

v0.0.8

04 Oct 10:44
Compare
Choose a tag to compare

New Features

Bug Fixes

  • fix missing font files - causing missing icons in file uploader ui

Detailed Changelog

  • upgrade file uploader ui to support xloader for private resources
  • misc. upgrades and improvements to docker files
  • datastore db: added script to set permissions on datastore tables of public resources only to publicreadonly role - used hasadna redash

v0.0.7

04 Sep 09:58
Compare
Choose a tag to compare

New Features

  • upgrade to ckan 2.8.1 - improved UI, performance and security patches
  • #57: drag & drop / upload multiple files at once
  • #45: add rss and facebook icons to footer
  • #47: add RSS icon to group and organization pages

Bug Fixes

  • #60: link to resource from dataset page should open in new tab
  • #51: fix right to left alignments in english site
  • #49: revert colors to ckan default theme

Technical Changes / Notes

  • integrated db backup to the k8s cluster (see changes in hasadna-k8s repo)
  • Switched to gunicorn for serving the app

v0.0.6

23 Aug 12:22
Compare
Choose a tag to compare

New Features

  • #43 dataset page: link to resource should download the resource data
  • #44 dataset page: add facebook comments
  • #46 add credit for Israel Internet Association
  • #50 homepage popular tags should show random tags which have more then 20 datasets

Bug Fixes

  • #48 fix items displayed in latest updates on homepage
  • #55 fix handling of comma in hebrew keyboard when entering tags for a dataset
  • prevent aggressive bots from overloading the site (set crawl-delay in robots.txt)

Technical changes / notes

  • update to use minikube from hasadna-k8s environment for local development
  • continuous deployment to hasadna-k8s
  • support hot reload of the ckan extension
  • for #55 - did some overrides of core ckan code, see details in 59623b5

v0.0.5

14 Jan 16:03
Compare
Choose a tag to compare
  • update to ckan 2.7.2 with fix for attachment of members to groups - OriHoch/ckan@4a75c0d
  • added latest datasets display on homepage
  • added documenation regarding updating the search index

v0.0.4

16 Nov 09:28
Compare
Choose a tag to compare
  • Block Google from indexing the site in other languages #24
  • Kubernetes deployment
  • Add credit for The Public Knowledge Workshop in footer (they donated servers)
  • fix a general bug with the new server, hopefully it solves #32 and the upload button which disappeared, and possibly other bugs
  • upgrade to ckan 2.7.2 + remove homepage items
  • Added sentence in about page regarding license
  • update header colors and logo

v0.0.3

28 Aug 10:10
Compare
Choose a tag to compare
  • fixes #13 - some more translations in homepage
  • fixes #22 - add odata logo
  • fixes #21 - dataset pages should be displayed properly on mobile - without horizontal scroll
  • add google analytics pageview tracking code to all pages

v0.0.2

17 Aug 10:54
Compare
Choose a tag to compare

Hebrew right / left alignments and translation fixes

  • rtl alignments (#11 #14)
  • translations of document / dataset (מסמך / מסמכים / קבוצת מסמכים)‎ (#12)
  • trnaslations and alignment on homepage (#13)
  • rtl for file formats (#15)

v0.0.1

10 Aug 12:26
Compare
Choose a tag to compare
  • added odata.org.il ckan plugin, moved all changes to this plugin
  • added preliminary rtl support in the plugin (#1)