Skip to content

Releases: hysds/lightweight-jobs

v1.1.0: Lightweight HySDS core system jobs version 1.1.0

19 Jul 20:32
85c2b7e
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-302: Add job detail information on number of datasets purged (#24)
    • Report number of datasets purged per type
    • only formulate the message if we really did find stuff that was purged.

v1.0.6: Lightweight HySDS core system jobs version 1.0.6

13 Mar 02:57
45926c2
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • added enable_dedup in hysds-io(s) (#23)

v1.0.5: Lightweight HySDS core system jobs version 1.0.5

06 Oct 15:54
ac556d7
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-282: fix permission denied errors when resetting factotum
    • add purge.sh wrapper and disable python bytecode writing
  • bump version

v1.0.4: Lightweight HySDS core system jobs version 1.0.4

02 Oct 13:23
12f58a5
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-253: Update legacy ElasticSearch Code in Lightweight Jobs to conform to ES 7.1 (#21)
    • updated the get functions to ES 7.1 in ligthweight jobs
    • the aws_get and wget functions have been updated to be compliant with ES 7.1
    • in addition, they now use the ElasticSearch utilities from HySDS commons instead of the requests library
    • open the tar file as binary
    • fixed an issue where the first set of results don't get added to the script
    • fixed issue where the first set of results aren't getting captured.
    • read as binary
    • properly get the count
    • clear out scroll_ids after use
  • bump version

v1.0.3: Lightweight HySDS core system jobs version 1.0.3

03 Jun 01:11
bb5877c
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-210
    • fixed imports and black formatted the notify_by_email.py
    • changing notify_by_email.sh so it takes 0 arguments.
    • updated import for MIMEMultipart
    • updated job-spec to consistantly use the /home/ops/lightweight-jobs directory
    • fixed encoders implementation in notify_by_email.py
    • changed context["objectid"] to context["id"]. Don't know if this was supposed to have changed
    • Changed "rule_name" to "name"
    • fixed get_by_id on alias bug
    • encoding string into a bytes object before b64 encoding it.
    • Forgot to include cc_recipients in send_email function.
    • specifiying ascii when encoding the query
    • decoded ascii encoded addresses.
    • fixed doc source issues.
    • fixed facetview link creation
    • Fixed facetview_url again
  • bump version

v1.0.2: Lightweight HySDS core system jobs version 1.0.2

18 May 17:40
9d7add4
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • switch usage to hysds.es_util and refactored PGE's to reflect chhanges to ElasticsearchUtility (#19)

v1.0.1: Lightweight HySDS core system jobs version 1.0.1

30 Apr 03:14
92e2e5b
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-205: improve job revocation mechanism and bug fixes (#17)
    • refactor revoke to include recording of revoked task id; fix bug
    • retrieve uuid correctly
    • remove sleeps and utilize exponential backoff instead
    • initialize redis pool

v1.0.0: Lightweight HySDS core system jobs version 1.0.0

14 Apr 19:26
5f22b0b
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • ES7.1 compatibility
  • bump version

v0.1.0: Lightweight HySDS core system jobs version 0.1.0

13 Jan 23:36
85494e2
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-149: set LD_LIBRARY_PATH (#12)
    • source bash profile to set LD_LIBRARY_PATH for all shell scripts

v0.0.9: Lightweight HySDS core system jobs version 0.0.9

04 Dec 00:08
0b537cb
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-137: set entrypoint to dump docker stats (#11)