-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Update build, publish, deploy system [DEV-1805] #38
Merged
Conversation
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
ca91590
to
c0396dc
Compare
b1a17af
to
0a24ba4
Compare
This was referenced Oct 4, 2022
251711a
to
98de17b
Compare
cheqd-bot bot
pushed a commit
that referenced
this pull request
Oct 7, 2022
## [1.1.0](1.0.0...1.1.0) (2022-10-07) ### Features * Update build, publish, deploy system [DEV-1805] ([#38](#38)) ([107da68](107da68))
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
ankurdotb
added a commit
that referenced
this pull request
Oct 7, 2022
commit 1f58111 Author: semantic-release-bot <[email protected]> Date: Fri Oct 7 19:38:16 2022 +0000 chore(release): 1.1.0 [skip ci] ## [1.1.0](1.0.0...1.1.0) (2022-10-07) ### Features * Update build, publish, deploy system [DEV-1805] ([#38](#38)) ([107da68](107da68)) commit 2f31182 Author: Ankur Banerjee <[email protected]> Date: Fri Oct 7 20:29:46 2022 +0100 ci: Fix NPM Token commit 107da68 Author: Jasdeep Singh <[email protected]> Date: Sat Oct 8 00:50:51 2022 +0530 feat: Update build, publish, deploy system [DEV-1805] (#38) * fix(no-release): DID provider init logic * fix(deps): Move devDependencies out of dependencies block * fix: Run with miniflare * add: GitHub Action for DO Apps deployment * fix(deps): Version bump * fix: NPM config * refactor: Use auth0 service endpoint from secrets * fix: Staging Deployment on DO Apps * chore: Add README * fix(deps): Version bump dependencies - @semantic-release/github 8.0.6 - ts-loader 9.3.1 - prettier 2.7.1 - terser-webpack-plugin - semantic-release 19.0.5 * Update .dockerignore * Remove redundant Docker image metadata * Changed build image names and labels * Rename staging image * fix: Updated Dockerfile to use default node user * Turn verbose mode off in linter * Update gitignore and remove agent.yml * Add a start command for NPM * Remove custom shell entrypoint in Dockerfile Removed the custom entrypoint script call in Dockerfile, since most of this can be handled as build/run time variables * Remove line breaks * Change port to Miniflare default * Delete default agent.yml config * Delete scripts folder * Delete docker-compose.yml * refactor: Constants and Dockerfile * fix: Dockerfile ENV definition * fix: Labels for docker image * Update Dockerfile * Update build.yml * Change commitlint file * Remove variables from Wrangler * Update Dockerfile * Set build stage target * Update Dockerfile * Update Dockerfile * Add curl and log errors * wip --skip-ci * Create dependabot.yml * Add release guard * Add staging URL * Fix package lock * Update Dockerfile Signed-off-by: jay-dee7 <[email protected]> Co-authored-by: Ankur Banerjee <[email protected]>
ankurdotb
added a commit
that referenced
this pull request
Oct 7, 2022
commit 1f58111 Author: semantic-release-bot <[email protected]> Date: Fri Oct 7 19:38:16 2022 +0000 chore(release): 1.1.0 [skip ci] ## [1.1.0](1.0.0...1.1.0) (2022-10-07) ### Features * Update build, publish, deploy system [DEV-1805] ([#38](#38)) ([107da68](107da68)) commit 2f31182 Author: Ankur Banerjee <[email protected]> Date: Fri Oct 7 20:29:46 2022 +0100 ci: Fix NPM Token commit 107da68 Author: Jasdeep Singh <[email protected]> Date: Sat Oct 8 00:50:51 2022 +0530 feat: Update build, publish, deploy system [DEV-1805] (#38) * fix(no-release): DID provider init logic * fix(deps): Move devDependencies out of dependencies block * fix: Run with miniflare * add: GitHub Action for DO Apps deployment * fix(deps): Version bump * fix: NPM config * refactor: Use auth0 service endpoint from secrets * fix: Staging Deployment on DO Apps * chore: Add README * fix(deps): Version bump dependencies - @semantic-release/github 8.0.6 - ts-loader 9.3.1 - prettier 2.7.1 - terser-webpack-plugin - semantic-release 19.0.5 * Update .dockerignore * Remove redundant Docker image metadata * Changed build image names and labels * Rename staging image * fix: Updated Dockerfile to use default node user * Turn verbose mode off in linter * Update gitignore and remove agent.yml * Add a start command for NPM * Remove custom shell entrypoint in Dockerfile Removed the custom entrypoint script call in Dockerfile, since most of this can be handled as build/run time variables * Remove line breaks * Change port to Miniflare default * Delete default agent.yml config * Delete scripts folder * Delete docker-compose.yml * refactor: Constants and Dockerfile * fix: Dockerfile ENV definition * fix: Labels for docker image * Update Dockerfile * Update build.yml * Change commitlint file * Remove variables from Wrangler * Update Dockerfile * Set build stage target * Update Dockerfile * Update Dockerfile * Add curl and log errors * wip --skip-ci * Create dependabot.yml * Add release guard * Add staging URL * Fix package lock * Update Dockerfile Signed-off-by: jay-dee7 <[email protected]> Co-authored-by: Ankur Banerjee <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR brings in quite a few changes:
@cheqd/did-provider-cheqd