Skip to content

Releases: appbaseio/dejavu

Patch: Importer fix

08 Oct 01:28
Compare
Choose a tag to compare

Fixes babel-polyfill error in the importer view.

Changelog - 1.1.0...1.1.1

1.1.0

07 Oct 01:06
Compare
Choose a tag to compare

1.1.0

This release introduces the new cell based inline editing UI that is inspired from Google Sheets and Airtable. It also provides important fixes w.r.t connecting to an AWS based Elasticsearch service, smoother scroll behavior, export w/ filters enabled.

This release bakes in major enhancements from the 1.0.0 release and is a good build up towards the 2.0.0 release.

Enhancements

  • New cell based UI - Now you can edit the data inline, add a new field (and mapping data type) from the UI, #94 #95 #100
  • Support for adding new fields (aka columns) and the mapping data types, including a custom mapping #96
  • Applies a fixed column order based on alphabetical A->Z,a->z sort. #98
  • Editing queries (for filtered views) is now supported. #112
  • A new image datatype has been added. #97 #113
  • Separate View and Edit modes with the default being view mode to prevent accidental updates. #101

Fixes

  • CSV export functionality with filters #104
  • Dejavu can now work with an Elasticsearch cluster that is hosted on AWS #108 #105

Full log - 1.0.0...1.1.0

Dejavu 1.0.0 is here

31 Jul 22:16
Compare
Choose a tag to compare

dejavu_banner-09

We are excited to announce 🍾 the 1.0.0 release for dejavu which includes an ability to import data via JSON and CSV files (via the importer project), an export to CSV option and a number of bug fixes.

We have also upgraded the codebase to be compatible with React v15.6.

Run with Docker or get the chrome extension.

Features

  • Support functionality for JSON / CSV import #75.
  • Export filtered results to a CSV file #80.

Fixes

  • Fixes the inability to change or apply additional query filters on a field in #87.
  • Filtered queries were being overridden on page change. #89 fixes that.
  • There was an interesting side effect in the docker image as reported in #86. That has been fixed.
  • Moved to webpack based build system to avoid issues such as #85.
  • 10MB file upload limit for importer has now been upgraded to a 100MB upload limit #78.
  • FIxes #17, #45, #60 and #77.

Full changelog v0.13.0...1.0.0.

v0.13.0 - Import Data, Multiple Filters

01 May 17:12
Compare
Choose a tag to compare

This release adds support for a direct import of JSON or CSV data. It also adds support for applying multiple data filters at the same time.

All the major enhancements and bug fixes:

  • Support functionality for CSV / JSON import enhancement #75
  • Change data loading message when no data is present enhancement #62
  • Only first 10 types are shown bug #63
  • Add an inline chrome extension installer on the home page chrome app enhancement #64
  • Support multiple search filters simultaneously enhancement #65
  • download fails when records are more than 1k #67
  • git not installed in node docker image #72
  • docker file not in default location #73

Code changes since v0.12.1: v0.12.1...v0.13.0

v0.12.1 - Patches Update Functionality

20 Mar 08:45
Compare
Choose a tag to compare

Patches

  • Update data issues is resolved #60
  • Default loading text says "Loading data .." instead of "No data to view" #45

All commits v0.12.0...v0.12.1

v0.12.0 - Enhancements and fixes

09 Mar 12:49
Compare
Choose a tag to compare
  • A more consistent "Add Data" behavior #59
  • Fixes subscribe to dejavu updates modal's behavior (shows up less frequently) #57
  • Adds an error display when adding bulk data fails #58

Support for adding bulk data

01 Mar 10:43
Compare
Choose a tag to compare
  • Adding bulk data is possible now #56
  • appbase branch is synced with gh-pages, one less branch to maintain going forward #55
  • Fixes a bug for filter option not appearing with ES 5.0 text and keyword datatypes #50
  • Fixes a bug related to id selection ambiguity #44

Elasticsearch Plugin - Support for Queries

23 Jan 19:16
Compare
Choose a tag to compare
  • Adds support for a queries view 💯 . You can now write one or more Elasticsearch queries to create continuous views.

Dejavu query view

  • dejavu is embeddable now in an iframe with header, footer, sidebar on/off switches.
  • Adds two new filters for query and type selections.

Type Filter

Query Filter

  • UI style improvements.

Get the latest chrome extension here or try the hosted web app at opensource.appbase.io/dejavu.

Support for Queries

23 Jan 18:47
Compare
Choose a tag to compare
  • Adds support for a queries view 💯 . You can now write one or more Elasticsearch queries to create continuous views.

Dejavu query view

  • dejavu is embeddable now in an iframe with header, footer, sidebar on/off switches.
  • Adds two new filters for query and type selections.

Type Filter

Query Filter

  • UI style improvements.

Get the latest chrome extension here or try the hosted web app at opensource.appbase.io/dejavu.

Fixes Subscription Behavior

13 Nov 17:57
Compare
Choose a tag to compare
  • Fixes the subscription behavior in the Auth Callback.