1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

Fixes file formatting (#2085)

* Updates prettier ignore

* Updates prettier ignore

* Updates formatting

* Fixes tests

* Fixes tests
This commit is contained in:
Amir Raminfar
2023-03-15 10:46:32 -07:00
committed by GitHub
parent 93dc547b9d
commit 77cce86e29
12 changed files with 40 additions and 35 deletions

View File

@@ -1,10 +1,9 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: '' title: ""
labels: '' labels: ""
assignees: amir20 assignees: amir20
--- ---
**Describe the bug** **Describe the bug**
@@ -12,6 +11,7 @@ A clear and concise description of what the bug is.
**To Reproduce** **To Reproduce**
Steps to reproduce the behavior: Steps to reproduce the behavior:
1. Go to '...' 1. Go to '...'
2. Click on '....' 2. Click on '....'
3. Scroll down to '....' 3. Scroll down to '....'
@@ -24,9 +24,10 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):** **Desktop (please complete the following information):**
- OS: [e.g. iOS, Windows or Mac Os]
- Docker version [e.g. `docker version`'s output] - OS: [e.g. iOS, Windows or Mac Os]
- Browser & version [e.g. chrome, safari] - Docker version [e.g. `docker version`'s output]
- Version [e.g. 1.26.1. Can be found at `<Dozzle-host>/version`] - Browser & version [e.g. chrome, safari]
- Version [e.g. 1.26.1. Can be found at `<Dozzle-host>/version`]
**If applicable include logs with `--level debug` and browser logs** **If applicable include logs with `--level debug` and browser logs**

View File

@@ -1,10 +1,9 @@
--- ---
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
title: '' title: ""
labels: enhancement labels: enhancement
assignees: amir20 assignees: amir20
--- ---
**Is your feature request related to a problem? Please describe.** **Is your feature request related to a problem? Please describe.**

5
.prettierignore Normal file
View File

@@ -0,0 +1,5 @@
auto-imports.d.ts
components.d.ts
docs/.vitepress/cache
docs/.vitepress/dist
dist

View File

@@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
Examples of behavior that contributes to creating a positive environment Examples of behavior that contributes to creating a positive environment
include: include:
* Using welcoming and inclusive language - Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences - Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism - Gracefully accepting constructive criticism
* Focusing on what is best for the community - Focusing on what is best for the community
* Showing empathy towards other community members - Showing empathy towards other community members
Examples of unacceptable behavior by participants include: Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or - The use of sexualized language or imagery and unwelcome sexual attention or
advances advances
* Trolling, insulting/derogatory comments, and personal or political attacks - Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment - Public or private harassment
* Publishing others' private information, such as a physical or electronic - Publishing others' private information, such as a physical or electronic
address, without explicit permission address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a - Other conduct which could reasonably be considered inappropriate in a
professional setting professional setting
## Our Responsibilities ## Our Responsibilities

View File

@@ -109,8 +109,8 @@ function addColumn(container: Container) {
.panel { .panel {
min-height: 200px; min-height: 200px;
width: auto; width: auto;
margin-left: 0.25rem!important; margin-left: 0.25rem !important;
margin-right: 0.25rem!important; margin-right: 0.25rem !important;
} }
} }

View File

@@ -87,5 +87,5 @@ export {
menuWidth, menuWidth,
size, size,
search, search,
settings settings,
}; };

View File

@@ -1,8 +1,7 @@
import { type App } from "vue"; import { type App } from "vue";
import { createPinia } from "pinia"; import { createPinia } from "pinia";
export const install = (app: App) => {
export const install = (app:App) => {
const pinia = createPinia(); const pinia = createPinia();
app.use(pinia); app.use(pinia);
}; };

View File

@@ -1,6 +1,7 @@
--- ---
title: Getting Started title: Getting Started
--- ---
# Getting Started # Getting Started
This section will help you to setup Dozzle locally. Dozzle can also be used to connect to remote hosts via `tcp://` and tls. See remote host if you want to connect to other hosts. This section will help you to setup Dozzle locally. Dozzle can also be used to connect to remote hosts via `tcp://` and tls. See remote host if you want to connect to other hosts.
@@ -14,10 +15,11 @@ docker run --detach --volume=/var/run/docker.sock:/var/run/docker.sock -p 8080:8
``` ```
## Using Docker Compose ## Using Docker Compose
Docker compose makes it easier to configure Dozzle as part of an existing configuration. Docker compose makes it easier to configure Dozzle as part of an existing configuration.
```yaml ```yaml
version: '3' version: "3"
services: services:
dozzle: dozzle:
container_name: dozzle container_name: dozzle

View File

@@ -1,6 +1,7 @@
--- ---
title: What is Dozzle? title: What is Dozzle?
--- ---
# What is Dozzle? # What is Dozzle?
Dozzle is open-sourced project sponsored by Docker OSS. It is a log viewer designed to simplify the process of monitoring and debugging containers. It is a lightweight, web-based application that provides real-time log streaming, filtering, and searching capabilities through an intuitive user interface. Dozzle is open-sourced project sponsored by Docker OSS. It is a log viewer designed to simplify the process of monitoring and debugging containers. It is a lightweight, web-based application that provides real-time log streaming, filtering, and searching capabilities through an intuitive user interface.
@@ -8,5 +9,3 @@ Dozzle is open-sourced project sponsored by Docker OSS. It is a log viewer desig
Users can quickly and easily access logs generated by their Docker containers, making it an essential tool for debugging and troubleshooting applications running in a Docker environment. Out of the box, Dozzle supports JSON logs with intelligent color coding. Users can quickly and easily access logs generated by their Docker containers, making it an essential tool for debugging and troubleshooting applications running in a Docker environment. Out of the box, Dozzle supports JSON logs with intelligent color coding.
Dozzle is easy to install and can be configured with minimal effort, making it an ideal solution for developers and system administrators looking for an efficient and user-friendly log viewer for their Docker environment. The tool is available under the MIT license and is actively maintained by its developer, Amir Raminfar. Dozzle is easy to install and can be configured with minimal effort, making it an ideal solution for developers and system administrators looking for an efficient and user-friendly log viewer for their Docker environment. The tool is available under the MIT license and is actively maintained by its developer, Amir Raminfar.

View File

@@ -1,5 +1,5 @@
import { defineConfig } from "cypress"; import { defineConfig } from "cypress";
import { initPlugin } from '@frsource/cypress-plugin-visual-regression-diff/dist/plugins'; import { initPlugin } from "@frsource/cypress-plugin-visual-regression-diff/dist/plugins";
export default defineConfig({ export default defineConfig({
fixturesFolder: false, fixturesFolder: false,

View File

@@ -14,8 +14,8 @@
// *********************************************************** // ***********************************************************
// Import commands.js using ES2015 syntax: // Import commands.js using ES2015 syntax:
import './commands' import "./commands";
import '@frsource/cypress-plugin-visual-regression-diff/dist/support'; import "@frsource/cypress-plugin-visual-regression-diff/dist/support";
// Alternatively you can use CommonJS syntax: // Alternatively you can use CommonJS syntax:
// require('./commands') // require('./commands')

View File

@@ -69,9 +69,9 @@ export default defineConfig(() => ({
"/api": { "/api": {
target: { target: {
host: "127.0.0.1", host: "127.0.0.1",
port: 3100 port: 3100,
}, },
changeOrigin: false changeOrigin: false,
}, },
}, },
}, },