This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
3,717 additions
and
2,932 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,12 @@ | ||
interface/static/** linguist-vendored | ||
*.inc linguist-vendored | ||
hawthorne.inc linguist-vendored=false | ||
|
||
core/migrations/** linguist-generated | ||
log/migrations/* linguist-generated | ||
|
||
docs/** linguist-documentation | ||
api/reference/** linguist-documentation | ||
|
||
include/** linguist-language=SourcePawn | ||
*.inc linguist-language=SourcePawn |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,13 +106,13 @@ def handle(self, *args, **options): | |
base['openapi'] = '3.0.0' | ||
base['info'] = { | ||
'description': 'The hawthorne API is the main way to interact with the management server.', | ||
'version': '1.0.0a2', | ||
'version': '0.8.7', | ||
'title': 'hawthorne', | ||
'contact': {'email': '[email protected]'}, | ||
} | ||
base['servers'] = [ | ||
{'url': 'demo.hawthorne.in/api/v1', 'description': 'Demo production server'}, | ||
{'url': 'dev.hawthorne.in/api/v1', 'description': 'Bleeding edge test machine for public use'}, | ||
{'url': 'demo.hawthornepanel.org/api/v1', 'description': 'Demo production server'}, | ||
{'url': 'dev.hawthornepanel.org/api/v1', 'description': 'Bleeding edge test machine for public use'}, | ||
{'url': '{host}:{port}/api/v1', 'description': 'Your own server'} | ||
] | ||
base['components'] = {} | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.