Skip to content

Releases: vagharsh/consul-tree

v7.5.3

14 Mar 07:09
Compare
Choose a tag to compare

update jquery version and php version in dockerfiles

v7.5.2

14 Mar 06:29
3efd736
Compare
Choose a tag to compare
Update jquery version

v7.5.1

24 Sep 08:32
50d3570
Compare
Choose a tag to compare
Merge pull request #26 from vagharsh/dev-b3

v7.5.1

v7.4

12 Jun 12:36
1f24f40
Compare
Choose a tag to compare

Fixed : Not exporting when the keys count is more than 64000.
Updated : Send the exported data to the backend using chunks, instead of a huge object.
Added : Export function progress bar which indicates the percentage of the received data.

v7.1

28 May 16:57
aa02179
Compare
Choose a tag to compare
  • Added : Data import summary which indicated if the key was imported successfully or not (OK, NOK).
  • Added : Content-Length, which indicator below the value box.
  • Added : Data is being sent to the backend as Base64 encoded format.
  • Added : External API for importing JSON file into Consul, more is mentioned here.

v6.8: Merge pull request #17 from vagharsh/dev-b3

15 Nov 07:23
e51b75f
Compare
Choose a tag to compare
  • Added scroll-bar to the tree for better UI/UX. commit
  • Removed the fixed position of the key/value view box.
  • Added the login.php in the backend to redirect to the home when a session gets broken. commit.
  • Desktop / Tablet / Mobile friendly.
  • Added an indicator to the search field when results are found the field's border gets green when no results it gets red.
  • Re-organized files structure.commit
  • Added version file for code centralization. commit

v6.7

05 Nov 19:02
Compare
Choose a tag to compare
  • Re-organizing the JS functions.
  • Fixed issue with misbehave when performing (Rename, Duplicate, Copy, Cut) actions on a root folder/file.