Skip to content

Commit

Permalink
Update healthcheck (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Aug 26, 2024
1 parent c8549bc commit eb1ec0b
Show file tree
Hide file tree
Showing 14 changed files with 7,287 additions and 3,691 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@typescript-eslint/no-non-null-assertion": "warn",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/indent": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/consistent-type-imports": "warn",
Expand Down
22 changes: 11 additions & 11 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@ diverse, inclusive, and healthy community.
Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the overall
- Focusing on what is best not just for us as individuals, but for the overall
community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or advances of
- The use of sexualized language or imagery, and sexual attention or advances of
any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email address,
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email address,
without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
- Other conduct which could reasonably be considered inappropriate in a
professional setting

### Enforcement Responsibilities
Expand Down Expand Up @@ -131,7 +131,7 @@ Violating these terms may lead to a permanent ban.
#### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within the
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ This repository contains the code for Ditto's content engine connector on the Lo
In its current state, this connector enables users to import their workspace's components to be translated within Lokalise. The Ditto integration is still in the process of being added to Lokalise's app marketplace so setup instructions will be added in the future.

## Maintainers
[The MAX squad](https://lokalise.atlassian.net/wiki/spaces/PDE/pages/2501345749/MAX+Squad+-+Marketing+Persona+Experience).

[The MAX squad](https://lokalise.atlassian.net/wiki/spaces/PDE/pages/2501345749/MAX+Squad+-+Marketing+Persona+Experience).

## Tech stack:

Expand Down
4 changes: 2 additions & 2 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Overview

![Overview](./overview.jpg "Overview")
![Overview](./overview.jpg 'Overview')

https://miro.com/app/board/uXjVM7XR3KA=/

## Deployment diagram

![Deployment diagram](https://user-images.githubusercontent.com/34307113/191231514-21e824b6-6e2e-417a-88f2-cf9592fcad83.png "Deployment diagram")
![Deployment diagram](https://user-images.githubusercontent.com/34307113/191231514-21e824b6-6e2e-417a-88f2-cf9592fcad83.png 'Deployment diagram')
2 changes: 1 addition & 1 deletion docs/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In production you are expected to set environment variables during deployment (e

### app

- `APP_NAME` -
- `APP_NAME` -
- `CLUSTER` -
- `GIT_REPO_NAME` -
- `GIT_BASE_BRANCH` -
Expand Down
Loading

0 comments on commit eb1ec0b

Please sign in to comment.