This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from purplship/purplship-server-2021.7
[release-candidate] purplship server edition 2021.7
- Loading branch information
Showing
98 changed files
with
2,443 additions
and
638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# https://editorconfig.org/ | ||
|
||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 4 | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
end_of_line = lf | ||
charset = utf-8 | ||
|
||
# Docstrings and comments use max_line_length = 79 | ||
[*.py] | ||
max_line_length = 119 | ||
|
||
# Use 2 spaces for the HTML files | ||
[*.html] | ||
indent_size = 2 | ||
|
||
# The JSON files contain newlines inconsistently | ||
[*.json] | ||
indent_size = 2 | ||
insert_final_newline = ignore | ||
|
||
# Minified JavaScript files shouldn't be changed | ||
[**.min.js] | ||
indent_style = ignore | ||
insert_final_newline = ignore | ||
|
||
# Makefiles always use tabs for indentation | ||
[Makefile] | ||
indent_style = tab | ||
|
||
# Batch files use tabs for indentation | ||
[*.bat] | ||
indent_style = tab | ||
|
||
[docs/**.txt] | ||
max_line_length = 79 | ||
|
||
[*.yml] | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ Help us out… If you love Open standard and great software, give us a star! | |
## Deployment | ||
|
||
### `Docker` | ||
|
||
> check the latest version tags of the purplship/purplship-server image on [Docker Hub](https://hub.docker.com/r/purplship/purplship-server/tags) | ||
<details> | ||
|
@@ -72,7 +72,7 @@ docker run -d \ | |
-e [email protected] \ | ||
-e ADMIN_PASSWORD=demo \ | ||
--link=db:db -p 5002:5002 \ | ||
danh91.docker.scarf.sh/purplship/purplship-server:2021.6.3 | ||
danh91.docker.scarf.sh/purplship/purplship-server:2021.7 | ||
``` | ||
|
||
</details> | ||
|
@@ -99,7 +99,7 @@ services: | |
- db_network | ||
|
||
pship: | ||
image: danh91.docker.scarf.sh/purplship/purplship-server:2021.6.3 | ||
image: danh91.docker.scarf.sh/purplship/purplship-server:2021.7 | ||
restart: unless-stopped | ||
environment: | ||
- DEBUG_MODE=True | ||
|
@@ -155,8 +155,6 @@ purplship is available in two editions - **OSS** and **Enterprise**. | |
|
||
The Open Source Edition is under the `Apache 2` License. | ||
|
||
- [Become a backer or sponsor on Patreon](https://www.patreon.com/danh91) | ||
|
||
To get the quotation of our Enterprise Edition, please visit [purplship.com](https://purplship.com) and contact us. | ||
|
||
- [Book a Live Demo at purplship.com](https://purplship.com/schedule-demo/) | ||
|
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
apps/client/purpleserver/client/static/client/purplship.dashboard.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
apps/client/purpleserver/client/static/client/purplship.dashboard.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
24 changes: 19 additions & 5 deletions
24
apps/client/purpleserver/client/static/client/purplship.dashboard.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
apps/client/purpleserver/client/static/client/purplship.dashboard.min.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
66 changes: 40 additions & 26 deletions
66
apps/client/purpleserver/client/static/client/purplship.graph.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
apps/client/purpleserver/client/static/client/purplship.graph.min.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
apps/client/purpleserver/client/static/client/purplship.rest.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
apps/client/purpleserver/client/static/client/purplship.rest.min.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.