Skip to content
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
merged 53 commits into from
Oct 7, 2022

Conversation

jay-dee7
Copy link
Contributor

@jay-dee7 jay-dee7 commented Sep 27, 2022

This PR brings in quite a few changes:

  • Latest @cheqd/did-provider-cheqd
  • Added workflows to build and deploy with Digital Ocean Apps
  • Moved Auth0 Service endpoint to environment variable
  • Added a basic README.md

@jay-dee7 jay-dee7 force-pushed the did-provider-version-bump branch from ca91590 to c0396dc Compare September 27, 2022 15:14
@jay-dee7 jay-dee7 changed the title add(no-release): DID Provider init logic fix(no-release): DID Provider init logic Sep 27, 2022
@jay-dee7 jay-dee7 changed the title fix(no-release): DID Provider init logic fix(no-release): DID provider init logic Sep 27, 2022
@jay-dee7 jay-dee7 changed the title fix(no-release): DID provider init logic fix(no-release): DID provider version bump Oct 4, 2022
@jay-dee7 jay-dee7 changed the title fix(no-release): DID provider version bump fix(no-release): Version bump @cheqd/did-provider-cheqd Oct 4, 2022
@jay-dee7 jay-dee7 force-pushed the did-provider-version-bump branch from b1a17af to 0a24ba4 Compare October 4, 2022 12:04
@jay-dee7 jay-dee7 temporarily deployed to staging October 7, 2022 13:14 Inactive
@ankurdotb ankurdotb temporarily deployed to staging October 7, 2022 18:59 Inactive
@ankurdotb ankurdotb changed the title feat: Update build, publish, deploy system feat: Update build, publish, deploy system [DEV-1805] Oct 7, 2022
@ankurdotb ankurdotb temporarily deployed to staging October 7, 2022 19:16 Inactive
@ankurdotb ankurdotb merged commit 107da68 into main Oct 7, 2022
@ankurdotb ankurdotb deleted the did-provider-version-bump branch October 7, 2022 19:20
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))
@cheqd-bot
Copy link

cheqd-bot bot commented Oct 7, 2022

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@cheqd-bot cheqd-bot bot added the released label Oct 7, 2022
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
Labels
Development

Successfully merging this pull request may close these issues.

2 participants