antares/src/renderer/components
Topollo 6305752ad1 feat(PostgreSQL): Postgress connection string feature for local and server connection string
This feature is based on this [issue](https://github.com/Fabio286/antares/issues/193)  I tested with the following posgress connection strings postgresql://postgres:pgpassword@127.0.0.1:5432/my_local_databse?connection=local postgres://serveruser:serverpass@test.db.elephantsql.com/my_remote_databse?connection=server  postgres://serveruser:serverpass@test.db.elephantsql.com:5432/my_remote_databse postgresql://postgres:pgpassword@127.0.0.1:5432/my_local_databse.

The connection string decoder is loaded before "test-connection", "check-connection", and "connect"
2022-03-06 09:45:55 +01:00
..
BaseConfirmModal.vue feat(UI): modal that shows process query 2021-03-04 19:34:18 +01:00
BaseContextMenu.vue feat: contextual menu option to duplicate table fields 2021-08-04 09:59:50 +02:00
BaseLoader.vue feat: loading animation in properties tabs 2021-01-22 18:27:45 +01:00
BaseMap.vue feat(PostgreSQL): Postgress connection string feature for local and server connection string 2022-03-06 09:45:55 +01:00
BaseNotification.vue refactor: changed material design icon pack 2020-08-12 10:48:18 +02:00
BaseTextEditor.vue feat(UI): option to change query editors font size, closes #77 2021-06-19 11:54:15 +02:00
BaseToast.vue fix: vulnerability in server error toast messages 2021-06-25 09:35:20 +02:00
BaseUploadInput.vue fix(UI): no round borders on left of file upload inputs 2021-08-22 10:37:23 +02:00
BaseVirtualScroll.vue feat(UI): modal that shows process query 2021-03-04 19:34:18 +01:00
FakerSelect.vue refactor: minor changes to support eslint-plugin-vue 8 2021-11-02 21:51:53 +01:00
ForeignKeySelect.vue fix: bigint support, closes #197 2022-02-26 10:02:23 +01:00
ModalAskCredentials.vue fix: wrong loaded schema change 2021-07-21 17:56:55 +02:00
ModalAskParameters.vue refactor: moved to new vue slots API 2021-12-10 17:34:44 +01:00
ModalDiscardChanges.vue refactor: moved to new vue slots API 2021-12-10 17:34:44 +01:00
ModalEditSchema.vue fix: wrong loaded schema change 2021-07-21 17:56:55 +02:00
ModalFakerRows.vue feat(MySQL): manual commit mode 2022-02-15 09:23:07 +01:00
ModalHistory.vue refactor: minor changes to support marked 4.0.0 2021-11-10 11:48:06 +01:00
ModalNewSchema.vue fix(UI): window reload pressing enter in schema creation modal, closes #113 2021-10-05 09:16:45 +02:00
ModalNewTableRow.vue fix: wrong loaded schema change 2021-07-21 17:56:55 +02:00
ModalProcessesList.vue refactor(UI): removed text from refresh buttons 2021-10-20 18:14:02 +02:00
ModalProcessesListContext.vue feat: copy cell/row or kill connections on context menu from processes list 2021-09-26 11:19:48 +02:00
ModalProcessesListRow.vue refactor: moved to new vue slots API 2021-12-10 17:34:44 +01:00
ModalSettings.vue fix: temporary solution on MacOS for unsigned app updates 2021-11-03 14:46:13 +01:00
ModalSettingsChangelog.vue refactor: minor changes to support marked 4.0.0 2021-11-10 11:48:06 +01:00
ModalSettingsUpdate.vue fix: temporary solution on MacOS for unsigned app updates 2021-11-03 14:46:13 +01:00
QueryEditor.vue feat: contextual option to duplicate tables 2021-07-03 12:27:50 +02:00
SettingBarContext.vue refactor: moved to new vue slots API 2021-12-10 17:34:44 +01:00
TheFooter.vue feat(MySQL): manual commit mode 2022-02-15 09:23:07 +01:00
TheNotificationsBoard.vue fix(UI): notifications timeout anomalies 2021-11-24 16:59:07 +01:00
TheScratchpad.vue refactor: moved to new vue slots API 2021-12-10 17:34:44 +01:00
TheSettingBar.vue feat(PostgreSQL): ability to cancel queries 2021-12-26 21:13:02 +01:00
TheTitleBar.vue Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/126 2021-10-31 15:14:49 +01:00
Workspace.vue feat: reminder for uncommitted changes closing a tab 2022-02-15 09:23:07 +01:00
WorkspaceAddConnectionPanel.vue feat(PostgreSQL): Postgress connection string feature for local and server connection string 2022-03-06 09:45:55 +01:00
WorkspaceEditConnectionPanel.vue feat(PostgreSQL): Postgress connection string feature for local and server connection string 2022-03-06 09:45:55 +01:00
WorkspaceEmptyState.vue build: electron-webpack replacement (#130) 2021-10-31 10:36:45 +01:00
WorkspaceExploreBar.vue feat(SQLite): tables management 2021-11-18 11:36:46 +01:00
WorkspaceExploreBarMiscContext.vue refactor: moved to new vue slots API 2021-12-10 17:34:44 +01:00
WorkspaceExploreBarMiscFolderContext.vue feat: new create trigger function tabs 2021-09-11 10:24:21 +02:00
WorkspaceExploreBarSchema.vue feat(PostgreSQL): ability to cancel queries 2021-12-26 21:13:02 +01:00
WorkspaceExploreBarSchemaContext.vue refactor: moved to new vue slots API 2021-12-10 17:34:44 +01:00
WorkspaceExploreBarTableContext.vue refactor: moved to new vue slots API 2021-12-10 17:34:44 +01:00
WorkspaceTabNewFunction.vue feat: new create trigger function tabs 2021-09-11 10:24:21 +02:00
WorkspaceTabNewRoutine.vue feat: new create trigger function tabs 2021-09-11 10:24:21 +02:00
WorkspaceTabNewScheduler.vue feat: new create trigger function tabs 2021-09-11 10:24:21 +02:00
WorkspaceTabNewTable.vue perf(UI): disable save button in table creation when no fields are added 2021-11-25 17:23:46 +01:00
WorkspaceTabNewTableEmptyState.vue feat: new table empty state 2021-08-17 18:54:23 +02:00
WorkspaceTabNewTrigger.vue feat: new create trigger function tabs 2021-09-11 10:24:21 +02:00
WorkspaceTabNewTriggerFunction.vue feat: new create trigger function tabs 2021-09-11 10:24:21 +02:00
WorkspaceTabNewView.vue refactor: improvements in explorebar events on tables 2021-09-06 18:02:54 +02:00
WorkspaceTabPropsFunction.vue refactor: prefix to internal rows id 2021-11-08 15:12:37 +01:00
WorkspaceTabPropsFunctionParamsModal.vue refactor: moved to new vue slots API 2021-12-10 17:34:44 +01:00
WorkspaceTabPropsRoutine.vue refactor: prefix to internal rows id 2021-11-08 15:12:37 +01:00
WorkspaceTabPropsRoutineParamsModal.vue refactor: moved to new vue slots API 2021-12-10 17:34:44 +01:00
WorkspaceTabPropsScheduler.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabPropsSchedulerTimingModal.vue refactor: moved to new vue slots API 2021-12-10 17:34:44 +01:00
WorkspaceTabPropsTable.vue fix: indexes and foreign keys not cleared after deletion of related field, closes #182 2022-01-28 23:57:53 +01:00
WorkspaceTabPropsTableContext.vue refactor: prefix to internal rows id 2021-11-08 15:12:37 +01:00
WorkspaceTabPropsTableFields.vue refactor: prefix to internal rows id 2021-11-08 15:12:37 +01:00
WorkspaceTabPropsTableForeignModal.vue perf: hash for foreign key default names 2021-12-23 11:47:17 +01:00
WorkspaceTabPropsTableIndexesModal.vue refactor: moved to new vue slots API 2021-12-10 17:34:44 +01:00
WorkspaceTabPropsTableRow.vue fix: scale on numeric fields that doesn't support it 2022-01-27 09:12:01 +01:00
WorkspaceTabPropsTrigger.vue refactor: better component names 2021-08-12 09:54:13 +02:00
WorkspaceTabPropsTriggerFunction.vue refactor: prefix to internal rows id 2021-11-08 15:12:37 +01:00
WorkspaceTabPropsView.vue perf(UI): improved view setting tab 2021-08-12 10:07:31 +02:00
WorkspaceTabQuery.vue feat: reminder for uncommitted changes closing a tab 2022-02-15 09:23:07 +01:00
WorkspaceTabQueryEmptyState.vue feat(MySQL): ability to cancel queries 2021-12-19 11:59:09 +01:00
WorkspaceTabQueryTable.vue fix: wrong soft sort algorithm for numeric fields, closes #199 2022-03-05 21:58:56 +01:00
WorkspaceTabQueryTableContext.vue build: resolved dependency conflicts 2022-01-16 11:50:35 +01:00
WorkspaceTabQueryTableRow.vue fix: zero-padded bit fields beyond length 2022-02-21 21:40:26 +01:00
WorkspaceTabTable.vue feat(MySQL): manual commit mode 2022-02-15 09:23:07 +01:00
WorkspaceTabTableFilters.vue fix(PostgreSQL): issue with uppercase characters in table field names 2021-10-19 17:42:31 +02:00