1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-20 22:48:02 +00:00
Commit Graph

127 Commits

Author SHA1 Message Date
5deab93162 Find view: confirm deletion (fixes #58) 2023-07-19 21:07:50 +02:00
43fce1f27e Added shell documentation 2023-07-19 20:45:05 +02:00
77747c10c2 Added horizontal/vertical view toggle to the shell (#37) 2023-07-19 20:18:40 +02:00
9d577ac429 Added functionality to save and import shell scripts (#37) 2023-07-19 20:01:15 +02:00
6027ab155a Find view: paste ID and press Enter (fixes #55) 2023-07-08 13:17:30 +02:00
5476df5fe9 Preserve state between tabs (cc #37) (fixes #56) 2023-07-08 13:07:55 +02:00
7a5354c5f4 Report stderr in shell (#37) 2023-07-02 10:10:45 +02:00
61142844fa Shell feature (#44)
Resolves #37: adds a shell tab where the user can write mongo shell
scripts and execute them.
2023-07-01 21:34:32 +02:00
24b0df95df Add ability to see host logs (#54)
Squashed commit of the following:

commit 93b2d67cef
Author: Romein van Buren <romein@vburen.nl>
Date:   Sat Jul 1 20:07:33 2023 +0200

    Add filter functionality

commit 30b65a198f
Author: Romein van Buren <romein@vburen.nl>
Date:   Sat Jul 1 19:27:20 2023 +0200

    Renamed `form-row` class to `formrow`

commit 21afb01ea1
Author: Romein van Buren <romein@vburen.nl>
Date:   Sat Jul 1 19:26:04 2023 +0200

    Hide object types in object grid

commit 037d5432a4
Author: Romein van Buren <romein@vburen.nl>
Date:   Sat Jul 1 19:21:54 2023 +0200

    Make auto reload interval input smaller

commit 49d5022027
Author: Romein van Buren <romein@vburen.nl>
Date:   Sat Jul 1 15:08:00 2023 +0200

    Implement logs autoreload

commit 1f8984766b
Author: Romein van Buren <romein@vburen.nl>
Date:   Sat Jul 1 15:04:00 2023 +0200

    Return on error

commit 9c85259964
Author: Romein van Buren <romein@vburen.nl>
Date:   Sat Jul 1 15:03:37 2023 +0200

    Add log error handling

commit 7a98a63866
Author: Romein van Buren <romein@vburen.nl>
Date:   Sat Jul 1 14:46:39 2023 +0200

    Update log tab icon

commit f30827ae2e
Author: Romein van Buren <romein@vburen.nl>
Date:   Sat Jul 1 14:41:59 2023 +0200

    Add host log panel
2023-07-01 20:30:43 +02:00
823ae1328b Added some PR talk 2023-06-29 14:37:39 +02:00
ce9934faa7 Update shortcuts (fixes #51) 2023-06-29 09:50:18 +02:00
0e4c5d474b CSS: renamed .btn to .button 2023-06-27 17:21:54 +02:00
3b4be3ebf6 Experimental Excel export feature (WIP) 2023-06-26 21:18:29 +02:00
efcc78e3bb Use new loading interface for collection indexes 2023-06-26 21:09:28 +02:00
9acb89205d Improved the app menu 2023-06-26 21:05:05 +02:00
8bebdfccd8 Small frontend fixes 2023-06-25 08:16:31 +02:00
eef74b306b Made it possible to input loose JSON into find view inputs
I.e. `{ key: 'val' }` or `{ 'num': 2 }` besides `{ "strict": "json" }`.
2023-06-24 16:05:33 +02:00
dc0094b27c Made harsh loading/error experience friendlier 2023-06-23 17:22:47 +02:00
a1456b3987 Implement OOP hosttree (#32)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-18 21:31:55 +02:00
2ee5c7dadd Fixed frontend coding style problems 2023-06-11 09:34:00 +02:00
15d30e67c3 Correct doc link in about box (resolves #30) 2023-06-10 09:40:38 +02:00
abc9df0897 Added meaningful window titles 2023-06-09 20:52:15 +02:00
be4e3e778e Display host stats 2023-06-07 21:52:43 +02:00
be7643bd31 Display sb stats generated by dbStats command (#15) 2023-06-07 21:30:22 +02:00
ea376f5ba7 Fix host/database selection bug in grid 2023-06-07 21:12:09 +02:00
b29b534b2f Show version number in about dialog (#28) 2023-06-06 21:52:02 +02:00
7eb7f97d21 Find view: make changes to single documents from within the object editor 2023-06-02 22:33:43 +02:00
8a0d305d7b Fixed infinite loop bug when a document in the find view has been double clicked 2023-06-02 21:30:47 +02:00
415efe9ac4 Multiple improvements to the frontend
* Consistent usage of modal footer
* Remove hosts
* Moved hosts to dedicated store
2023-05-31 20:20:39 +02:00
b29502e3cc Correct prefrences typos into preferences 2023-05-31 18:24:54 +02:00
e7ff075744 Added a nice welcome screen for first-time users 2023-05-31 18:24:00 +02:00
aeb3c46df4 Added readme 2023-05-30 21:45:51 +02:00
6513eab608 Reamed btn-sm class to button-small 2023-05-30 19:40:12 +02:00
313153d01d Added ? icon 2023-05-30 19:39:57 +02:00
2be4ff0a94 Removed indices objectviewer 2023-05-29 22:14:50 +02:00
e3f033ee6b Moved collation options component 2023-05-29 22:10:06 +02:00
c252b57655 About dialog 2023-05-29 22:09:09 +02:00
b22734d6d1 Copy collection stats as JSON 2023-05-29 21:36:44 +02:00
890dac30ed Use objecteditor throughout the app 2023-05-29 20:51:54 +02:00
035d5211d9 Style updates 2023-05-29 20:22:06 +02:00
a7727eaa84 Import organisation 2023-05-29 17:08:52 +02:00
5015a47495 Implement object viewer based on codemirror 2023-05-29 17:07:58 +02:00
82d880dbff Improvememts to export tool and logging 2023-05-28 21:54:40 +02:00
f18eea7915 menu mess 2023-05-27 21:18:47 +02:00
ab1891be27 Improvements to progress dialogs 2023-05-27 17:52:51 +02:00
a84b1498a3 First commit in a long time 2023-05-26 17:21:39 +02:00
b15fde11db Removed export functionality. Only dumping for now 2023-02-21 20:26:46 +01:00
5dd9e0573d Zenity progress bar 2023-02-21 20:11:40 +01:00
44c94d0d72 Moved UI methods to their own struct 2023-02-21 17:47:21 +01:00
1f76b16e75 Rename collection through zenity dialog 2023-02-21 08:14:52 +01:00