You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Constant reference in code: ENV_ENABLE_HLAMBDA_GIT_SYNC | Default value: false
126
+
# Turns on the GIT SYNC option, where the server will be able to sync metadata with remote repository. (Default: false)
127
+
ENABLE_HLAMBDA_GIT_SYNC="false"
128
+
129
+
# Constant reference in code: ENV_HLAMBDA_GIT_SYNC_URL | Default value:
130
+
# Sync repository url.
131
+
HLAMBDA_GIT_SYNC_URL=""
132
+
133
+
# Constant reference in code: ENV_HLAMBDA_GIT_SYNC_USERNAME | Default value:
134
+
# Sync repository username.
135
+
HLAMBDA_GIT_SYNC_USERNAME=""
136
+
137
+
# Constant reference in code: ENV_HLAMBDA_GIT_SYNC_PASSWORD | Default value:
138
+
# Sync repository password.
139
+
HLAMBDA_GIT_SYNC_PASSWORD=""
140
+
141
+
# Constant reference in code: ENV_HLAMBDA_GIT_SYNC_BRANCH | Default value: master
142
+
# Sync default branch. (Default: master) If falsey value, the current HEAD branch will be used.
143
+
HLAMBDA_GIT_SYNC_BRANCH="master"
144
+
145
+
# Constant reference in code: ENV_HLAMBDA_GIT_SYNC_INTERVAL_SECONDS | Default value: 240
146
+
# When sync is enabled, system will automatically try to sync with the current branch, it will work only if there is no conflicts, to not destroy live work. (Default: 240 (4m). If set to 0, disables pooling)
- Added option to reload server via vscode status bar.
8
+
- If set, auto connect to Hasura instance from Hlambda environment variables. (Retreive GraphQL schema introspection, and list of custom actions.) System will look for `HASURA_GRAPHQL_API_ENDPOINT_EXTERNAL` to have access from the browser. (This can be tunnel url if Hasura instance is not available from the browser)
9
+
- Bugfixes.
10
+
11
+
# Release 0.3.1
12
+
13
+
- Fix the CORS issue with the vscode when requesting external data from vscode-unpkg CDN.
14
+
- Fix the issue with Webpack miss-configuration that was wrapping dist and src folder instead of only dist.
I've recently created Patreon that will enable me to work more on the Hlambda services.
83
+
I've recently created Patreon which will enable me to work more on the Hlambda services.
82
84
83
85
<spanclass="badge-patreon"><ahref="https://www.patreon.com/bePatron?u=70751523"title="Donate to this project using Patreon"><imgsrc="https://img.shields.io/badge/patreon-donate-green.svg"alt="Patreon donate button" /></a></span>
86
+
87
+
You can also sponsor the developers directly through the GitHub Sponsors program.
# Consider that cwd for the script is ./metadata/ , also we suggest that you do not deploy ts as metadata, only js and do transpilation before metadata apply.
22
23
# But if you want you can slow down the reload time and await for scripts to run after every reload.
0 commit comments