Skip to content

Commit

Permalink
automatic merge to finish v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Apr 21, 2024
2 parents 868e20e + 890e810 commit 248a722
Show file tree
Hide file tree
Showing 63 changed files with 2,161 additions and 1,291 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ jobs:
body: |
## Using elasticvue
### Desktop app
* [Linux .AppImage](https://github.com/cars10/elasticvue/releases/download/${{ github.ref_name }}/elasticvue_${{ steps.package-version.outputs.current-version }}_amd64.AppImage) / [Linux .deb](https://github.com/cars10/elasticvue/releases/download/${{ github.ref_name }}/elasticvue_${{ steps.package-version.outputs.current-version }}_amd64.deb)
* [Mac x68 .dmg](https://github.com/cars10/elasticvue/releases/download/${{ github.ref_name }}/elasticvue_${{ steps.package-version.outputs.current-version }}_x64.dmg) / [Mac aarch64 .dmg](https://github.com/cars10/elasticvue/releases/download/${{ github.ref_name }}/elasticvue_${{ steps.package-version.outputs.current-version }}_aarch64.dmg)
* [Windows .msi](https://github.com/cars10/elasticvue/releases/download/${{ github.ref_name }}/elasticvue_${{ steps.package-version.outputs.current-version }}_x64_en-US.msi)
* [Mac x68 .dmg](https://github.com/cars10/elasticvue/releases/download/${{ github.ref_name }}/elasticvue_${{ steps.package-version.outputs.current-version }}_x64.dmg) / [Mac aarch64 .dmg](https://github.com/cars10/elasticvue/releases/download/${{ github.ref_name }}/elasticvue_${{ steps.package-version.outputs.current-version }}_aarch64.dmg)
* [Linux .AppImage](https://github.com/cars10/elasticvue/releases/download/${{ github.ref_name }}/elasticvue_${{ steps.package-version.outputs.current-version }}_amd64.AppImage) / [Linux .deb](https://github.com/cars10/elasticvue/releases/download/${{ github.ref_name }}/elasticvue_${{ steps.package-version.outputs.current-version }}_amd64.deb)
### Browser extension
* [Google Chrome](https://chrome.google.com/webstore/detail/elasticvue/hkedbapjpblbodpgbajblpnlpenaebaa)
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Changelog

## 1.0.5

* adds request logging to desktop app
* fix issue when elasticsearch url ends with a slash, fixes [#214](https://github.com/cars10/elasticvue/pull/214)
* fix build setup when hosting elasticvue on a subdirectory
* fix error when showing documents that include `id` prop, fixes [#219](https://github.com/cars10/elasticvue/issues/219)
* save per_page & sort settings on indices page
* show index creation date on indices page
* warn when selecting huge page sizes
* add some query string examples
* show search query execution time
* adds "clear" button to search column selection options

## 1.0.4

* show shard size on hover, fixes [#199](https://github.com/cars10/elasticvue/pull/199) and [#203](https://github.com/cars10/elasticvue/pull/203)
* show shard size on hover, fixes [#199](https://github.com/cars10/elasticvue/pull/199)
and [#203](https://github.com/cars10/elasticvue/pull/203)
* fix cluster selection filter, fixes [#210](https://github.com/cars10/elasticvue/issues/210)
* limit index bulk actions to 16 indices sent in chunks, fixes [#213](https://github.com/cars10/elasticvue/issues/213)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ build_browser_extensions:
docker run --rm -v "$(CURDIR)/artifacts":/app/artifacts elasticvue-build_browser_ext scripts/build_browser_extensions.sh

run_docker_nginx:
docker run -p 8080:8080 elasticvue
docker run -p 8080:8080 elasticvue
29 changes: 11 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![Edge extension](https://img.shields.io/badge/dynamic/json?label=microsoft%20edge%20add-on&query=%24.version&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Fgeifniocjfnfilcbeloeidajlfmhdlgo)](https://microsoftedge.microsoft.com/addons/detail/geifniocjfnfilcbeloeidajlfmhdlgo)
[![Firefox addon](https://img.shields.io/amo/v/elasticvue?label=firefox%20add-on)](https://addons.mozilla.org/en-US/firefox/addon/elasticvue/)
[![Docker build](https://img.shields.io/docker/image-size/cars10/elasticvue)](https://hub.docker.com/r/cars10/elasticvue)
[![AUR version](https://img.shields.io/aur/version/elasticvue-bin?label=UNOFFICIAL%20aur)](https://aur.archlinux.org/packages/elasticvue-bin)

English / [简体中文](./docs/README_CN.md)

Expand Down Expand Up @@ -47,30 +46,22 @@ the [FAQ](https://github.com/cars10/elasticvue/wiki/FAQ) for more details.

You can use elasticvue in several ways:

* **Recommended:** [desktop app for linux, mac and windows](#desktop-app)
### Desktop App - *recommended*

Other:
* [Windows .msi](https://update.elasticvue.com/download/windows/x86_64)
* [Mac x68 .dmg](https://update.elasticvue.com/download/darwin/x86_64) / [Mac aarch64 .dmg](https://update.elasticvue.com/download/darwin/aarch64)
* [Linux .AppImage](https://update.elasticvue.com/download/linux/x86_64)

* [Browser extension for chrome, firefox and edge](#browser-extensions)
* [Docker image](#docker)
* [Web version](#web-version)
* [Self-hosted](#self-hosted)

### Desktop App

Please check the [releases page](https://github.com/cars10/elasticvue/releases) for the latest desktop app download.

### Browser extensions
### Browser extension

* [Google chrome](https://chrome.google.com/webstore/detail/elasticvue/hkedbapjpblbodpgbajblpnlpenaebaa)
* [Firefox](https://addons.mozilla.org/en-US/firefox/addon/elasticvue/)
* [Microsoft edge](https://microsoftedge.microsoft.com/addons/detail/geifniocjfnfilcbeloeidajlfmhdlgo)

Start elasticvue by clicking on the icon in your toolbar.

### Docker

*You have to configure your elasticsearch cluster if you use elasticvue via docker*
> **You have to configure your elasticsearch cluster if you want to use elasticvue via docker**
Use the [existing image](https://hub.docker.com/r/cars10/elasticvue):

```bash
Expand Down Expand Up @@ -120,12 +111,14 @@ Your users will be prompted to optionally import these clusters.

### Web version

*You have to configure your elasticsearch cluster if you use the web version of elasticvue*
> **You have to configure your elasticsearch cluster if you want to use elasticvue via docker**
Visit [https://app.elasticvue.com](https://app.elasticvue.com).

### Self-hosted

*You have to configure your elasticsearch cluster if you use a self-hosted version of elasticvue*
> **You have to configure your elasticsearch cluster if you want to use elasticvue via docker**
Please check the [wiki](https://github.com/cars10/elasticvue/wiki/Building-Elasticvue) for more information.

## Elasticsearch configuration
Expand Down
2 changes: 1 addition & 1 deletion browser_extension/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Elasticvue",
"version": "1.0.4",
"version": "1.0.5",
"description": "Elasticsearch frontend",
"manifest_version": 3,
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion browser_extension/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Elasticvue",
"version": "1.0.4",
"version": "1.0.5",
"description": "Elasticsearch frontend",
"manifest_version": 2,
"icons": {
Expand Down
8 changes: 0 additions & 8 deletions docker/docker-compose.yml

This file was deleted.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticvue",
"private": true,
"version": "1.0.4",
"version": "1.0.5",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@intlify/unplugin-vue-i18n": "^3.0.1",
"@quasar/extras": "^1.16.9",
"@tauri-apps/api": "^1.5.3",
"codemirror": "^6.0.1",
Expand All @@ -27,27 +27,27 @@
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"pretty-bytes": "^6.1.1",
"quasar": "^2.14.4",
"vue": "^3.4.19",
"vue-i18n": "^9.9.1",
"quasar": "^2.15.1",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
"vue-resizable": "^2.1.7",
"vue-router": "^4.2.5"
"vue-router": "^4.3.0"
},
"devDependencies": {
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.42.1",
"@quasar/vite-plugin": "^1.6.0",
"@tauri-apps/cli": "^1.5.9",
"@tauri-apps/cli": "^1.5.11",
"@types/json-bigint": "^1.0.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"sass": "^1.71.0",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vite-bundle-visualizer": "^1.0.1",
"vitest": "^1.3.0",
"vue-tsc": "^1.8.27"
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"sass": "^1.72.0",
"typescript": "^5.4.3",
"vite": "^5.2.3",
"vite-bundle-visualizer": "^1.1.0",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7"
}
}
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default defineConfig({

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
screenshot: 'only-on-failure'
},

/* Configure projects for major browsers */
Expand Down
Loading

0 comments on commit 248a722

Please sign in to comment.