Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Releases: icstechsales/dql-explorer

v0.2.8

21 Mar 23:53
dcad302
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release

New

  • Added the ability to manually enter date #21 #22

v0.2.7

19 Mar 02:22
3b29eb7
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

Fixes

  • Fix to an issue reported in #19 where the UI would crash when typing a text value, it was introduced in v0.2.6.

v0.2.6.1

16 Mar 02:06
Compare
Choose a tag to compare
v0.2.6.1 Pre-release
Pre-release

Updated ntf and nsf files in release assets

v0.2.6

16 Mar 01:51
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release
  • Fixed an issue with the querybuilder when a date field is added, although the default date of 'today' is added, it is not available in the actual dql query
  • Some code refactoring in the PeoplePicker component
  • Removed a warning seen in development builds
  • Added Apache-2.0 license required by OpenNTF

v0.2.5

11 Mar 13:02
5a268f1
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

Fixes

Added fixes for date field selection that was not working correctly, i.e. no results when searching against a date field
Fix #11 Renamed the call for the agent to the correct name
Fix #10 Removed encryption on .ntf

v0.2.4

12 Mar 19:38
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

Added fixes for date field selection that was not working correctly, i.e. no results when searching against a date field

v0.2.3

10 Mar 21:59
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Additions

  • You can now use the dqlexplorer.ntf to create a new dqlexplorer.nsf database and/or upgrade the design of an existing dqlexplorer.nsf

Fixes

  • Fixes #2. The initial app load runs a reduced agent that only gathers the list of databases, additional agents were added that are invoqued only when needed. These modifications improved the performance on the app and reduced the workload on the server
  • Fixes #3. Remove empty field from JSON
  • Fixes #9 #7. The query will properly handle situations where only the form is specified and condition not added
  • Fixes #8. Proper error code is provided if the query or explain fails.

Updated dqlexplorer.nsf to remove our crash feature

08 Mar 15:46
Compare
Choose a tag to compare
  • We decided it was not a good idea to have a server crash feature in dqlexplorer.nsf and took it out.

Removed database encryption

07 Mar 22:50
Compare
Choose a tag to compare
Pre-release
  • Removed database encryption on dqlexplorer.nsf

Updates to dqlexplorer.nsf

07 Mar 21:14
Compare
Choose a tag to compare
Pre-release
  • removed the saved queries from our development environment
  • updated the agents security to not run as one of the users from our demo environment
  • updated readme to specify requirement for Domino Access Services to be enabled on the server and steps