Commit 72d0e8f
authored
Release/0.1.0 (#11)
* docs: 📝 Update README.md
Add shields, update information, add logo for both light and dark theme.
* fix: 🐛 Use picture tag
https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#specifying-the-theme-an-image-is-shown-to
* fix: 📝 Add new line
* feat: ✨ Improve order for serving static files, implement remote version check, fix env banner API response
Improve serving static files by updating the order of the hlapp's loading pattern, this enables serving static files that have naming collision with hlambda's example: favicon.ico, add remote version check via github API, fix env banner boolean flags, update example metadata
* feat: ✨ Update UI
Update image to contain new UI files
* fix: 🎨 Update example metadata
Update metadata example to match yaml syntax
* fix: 🐛 Remove duplicate shields in README.md
* fix: 🐛 Add .env to .dockerignore, update defaults in constants
Add .env to .dockerignore, update defaults in constants.js, update new version to beta.4, add output for environment, added file upload to editor
* feat: 🚀 Add new UI to the core
* feat: 🚀 Add support for socket.io, update metadata example, add metadata history
Add support for socket.io, update metadata example including socket.io example, add metadata history and timestamps.
* feat: 🚀 Update UI to v0.0.7
Update Console UI to v0.0.7
* fix: 🐛 Fixes
Return valid content for metadata-history
* feat: 🚀 Update UI, update CHANGELOG.md
* feat: 🎨 Added support for JSON output, prepare code for next minor version release
Added support for JSON output to stdout, added new env variable JSON_STDOUT default:false, bugfixes
* feat: 🎨 Update Core Console UI
* fix: 🐛 Fix metadata reset
Fix metadata reset, fix typo
* fix: 🐛 Fix logged text, fix swagger's custom js
* fix: 🐛 Fix metadata example copy location1 parent b51d749 commit 72d0e8f
File tree
44 files changed
+633
-96
lines changed- data
- metadata-examples
- metadata-history
- metadata
- apps
- example-demo-app
- example-hasura
- socket-io-app
- public
- static-app-root
- public
- test
- public/console
- static/js
- src
- constants
- routes
- console-files
- metadata-management
- utils
- watcher_trigger
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+633
-96
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
5 | | - | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | | - | |
9 | | - | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments