Skip to content

Releases: Arattian/DynamoDb-GUI-Client

Release v.3.3.1

30 Jun 20:04
f64097b
Compare
Choose a tag to compare

Table list is now paginated.
Now supports more than 100 tables.
Table search is case insensitive.

Rewriting process of an app is on the go!

DynamoDb GUI Client (v3.3.0)

31 Mar 22:51
7fdee35
Compare
Choose a tag to compare

Features

  • Code Editor added, now you can just copy/paste json data right into an editor.
  • Configs of databases now can be edited, just click the Icon next to 'edit database' text.
  • Sorting of columns moved into column header boxes.

Issues covered

  • Removed requirement of ports, for local running databases, now you provide an endpoint of database.
  • Sidebar resizing issue
  • Sorting after changing limit

Still working

  • Boolean type added in scan fields (not ready yet)
  • Cover Dynamodb reserve words in scan fields
  • I am confused a little, of current folder structure and data accessing, planning to change it when i got free time and less bugs on project.

DynamoDb GUI Client (v3.2.6)

10 Feb 20:29
7fdee35
Compare
Choose a tag to compare

UI Fixes:

  1. Table height set to 100%
  2. Horizontal scrollbar height and displaying on table
  3. Decreased delete selected icon size.

Packages updated.

TODO:
Currently trying to figure out how to speed up table rendering for big datas.
The issue related to element ui and already have opened issue on their github page.

Also working on providing aws profiles through UI and small features.

DynamoDb GUI Client (v3.2.5)

04 Feb 11:33
d782e54
Compare
Choose a tag to compare
Merge pull request #26 from Arattian/dev-feature

Dev feature

DynamoDb GUI Client (v3.2.4)

24 Jan 08:21
f7a474b
Compare
Choose a tag to compare
Merge pull request #19 from Arattian/dev-feature

Release 3.2.3

DynamoDb GUI Client (v3.2.3)

23 Jan 13:50
6559d67
Compare
Choose a tag to compare
Merge pull request #18 from Arattian/dev-feature

Database delete modal added. Table boolean values display fixed.

DynamoDb GUI Client (v3.2.2)

23 Jan 11:16
567ee83
Compare
Choose a tag to compare
Merge pull request #16 from Arattian/dev-feature

Selected rows delete feature added, resizable sidebar. Some bugfixes.

DynamoDb GUI Client (v3.2.1)

22 Jan 08:54
086f6fd
Compare
Choose a tag to compare
Merge pull request #14 from Arattian/dev-feature

Added help text for filtered rows

DynamoDb GUI Client (v3.2.0)

15 Jan 11:19
c413249
Compare
Choose a tag to compare
Merge pull request #10 from Arattian/dev-feature

Merge

DynamoDb GUI Client (v3.1.0)

09 Jan 08:58
e3c4d3d
Compare
Choose a tag to compare

Improved application loading, now it's shows when application is ready.
Fixed copy-paste issue in input fields.
Added dynamodb table pagination feature.