-
Notifications
You must be signed in to change notification settings - Fork 5
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
π [BUG] - SupportedEnv API not worked at Production environment #125
Comments
ymw0407
changed the title
π [BUG] - SupportedEnv API not worked at Production env
π [BUG] - SupportedEnv API not worked at Production environment
Oct 4, 2023
Closed
4 tasks
ymw0407
added a commit
that referenced
this issue
Oct 6, 2023
Signed-off-by: ymw0407 <[email protected]>
ymw0407
added a commit
that referenced
this issue
Oct 6, 2023
ymw0407
pushed a commit
that referenced
this issue
Oct 6, 2023
ymw0407
pushed a commit
that referenced
this issue
Oct 6, 2023
ymw0407
pushed a commit
that referenced
this issue
Oct 6, 2023
ymw0407
pushed a commit
that referenced
this issue
Oct 6, 2023
11 tasks
11 tasks
ymw0407
added a commit
that referenced
this issue
Oct 6, 2023
Fixe : SupportedEnv API not worked at Production environment error resolved at #125
ymw0407
added a commit
that referenced
this issue
Oct 6, 2023
* Revert "Initial Prod Setting #107" * Feat : environment variable ORIGIN added #120 * Feat: auth/check-token controller created #121 Signed-off-by: ymw0407 <[email protected]> * Fix : fix getLicense Service that get wrong pwd #126 Signed-off-by: ymw0407 <[email protected]> Co-authored-by: Kim-Jiyun <[email protected]> * Fix : fix formatter error #126 * Fix : reading default issue file logic changed & nest-cli changed #126 Signed-off-by: ymw0407 <[email protected]> * Fix : nest-cli build without env-template folder error fixed at #125 Signed-off-by: ymw0407 <[email protected]> * Remove : detach env-template repository's submodule * Remove : remove env-template folder #125 * Add : add supportedEnv file #125 * Add : React template added #125 * Add : Express template added #125 * Add : NestJS template added #125 * Fix : resolve expressjs security hotspot problems #130 * Fix : reordering code simply --------- Signed-off-by: ymw0407 <[email protected]> Co-authored-by: Kim-Jiyun <[email protected]>
ymw0407
added a commit
that referenced
this issue
Oct 7, 2023
* Fix : dockerfile permission problem #107 * Fix : --chown=node:node has been removed #113 * Remove : remove unusable CD workflows #107 Signed-off-by: ymw0407 <[email protected]> * Fix : NODE_ENV removed & control at cloud run Signed-off-by: ymw0407 <[email protected]> * CORS error resolved & CD applied (#123) * Revert "Initial Prod Setting #107" * Feat : environment variable ORIGIN added #120 * Feat: auth/check-token controller created #121 Signed-off-by: ymw0407 <[email protected]> --------- Signed-off-by: ymw0407 <[email protected]> * Fixed to using at production(Cloud Run & Netlify) (#132) * Revert "Initial Prod Setting #107" * Feat : environment variable ORIGIN added #120 * Feat: auth/check-token controller created #121 Signed-off-by: ymw0407 <[email protected]> * Fix : fix getLicense Service that get wrong pwd #126 Signed-off-by: ymw0407 <[email protected]> Co-authored-by: Kim-Jiyun <[email protected]> * Fix : fix formatter error #126 * Fix : reading default issue file logic changed & nest-cli changed #126 Signed-off-by: ymw0407 <[email protected]> * Fix : nest-cli build without env-template folder error fixed at #125 Signed-off-by: ymw0407 <[email protected]> * Remove : detach env-template repository's submodule * Remove : remove env-template folder #125 * Add : add supportedEnv file #125 * Add : React template added #125 * Add : Express template added #125 * Add : NestJS template added #125 * Fix : resolve expressjs security hotspot problems #130 * Fix : reordering code simply --------- Signed-off-by: ymw0407 <[email protected]> Co-authored-by: Kim-Jiyun <[email protected]> --------- Signed-off-by: ymw0407 <[email protected]> Signed-off-by: Yun Min Woo <[email protected]> Co-authored-by: Kim-Jiyun <[email protected]>
ymw0407
added a commit
that referenced
this issue
Oct 11, 2023
* Revert "Initial Prod Setting #107" * Feat : environment variable ORIGIN added #120 * Feat: auth/check-token controller created #121 Signed-off-by: ymw0407 <[email protected]> * Fix : fix getLicense Service that get wrong pwd #126 Signed-off-by: ymw0407 <[email protected]> Co-authored-by: Kim-Jiyun <[email protected]> * Fix : fix formatter error #126 * Fix : reading default issue file logic changed & nest-cli changed #126 Signed-off-by: ymw0407 <[email protected]> * Fix : nest-cli build without env-template folder error fixed at #125 Signed-off-by: ymw0407 <[email protected]> * Remove : detach env-template repository's submodule * Remove : remove env-template folder #125 * Add : add supportedEnv file #125 * Add : React template added #125 * Add : Express template added #125 * Add : NestJS template added #125 * Fix : resolve expressjs security hotspot problems #130 * Fix : reordering code simply * Feat : Update Security Policy #133 Signed-off-by: Yun Min Woo <[email protected]> * Feat : getPublicRepo api added #134 Signed-off-by: ymw0407 <[email protected]> * Docs : API specs added & formatting docs files * Fix : permission greater than or equal to push can use another api #134 Signed-off-by: ymw0407 <[email protected]> * Add : senti modules added & senti/template api added #136 Signed-off-by: ymw0407 <[email protected]> * Fix : Senti module's name changed to Review #136 #137 Signed-off-by: ymw0407 <[email protected]> * Feat : review community controller added #136 #137 Signed-off-by: ymw0407 <[email protected]> * Feat : Security review controller added #136 #137 Signed-off-by: ymw0407 <[email protected]> * Chore : change unusable test indentifier * Chore : function name changed * Chore : unusable console log removed * Feat : review/file controller added & pr, issue, contributing, readme api added #140 * Docs : add review controller's sped * Docs : review controller's spec added #140 Signed-off-by: ymw0407 <[email protected]> * Feat : getRepoDetails feature added #142 Signed-off-by: ymw0407 <[email protected]> * Docs : getRepoDetails's spec added #141 --------- Signed-off-by: ymw0407 <[email protected]> Signed-off-by: Yun Min Woo <[email protected]> Co-authored-by: Kim-Jiyun <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Browsers
Firefox, Chrome, Safari, Microsoft Edge, Opera
OS
Windows, Linux, Mac
Description
The methods currently distributed to the server are as follows.
νμ¬ μλ²μ λ°°ν¬λλ λ°©μμ λ€μκ³Ό κ°λ€.
Here, the process of commit -> cloud build proceeds through the continuous deployment option of cloud run. When distributing on-premises, submodules could be pulled and used with commands such as 'git clone --recursive https://github.com/AgainIoT/Open-Set-Go_server ', but Cloud Run does not proceed with this process.
μ¬κΈ°μ commit -> cloud buildμ κ³Όμ μ cloud runμ μ§μμ μΈ λ°°ν¬ μ΅μ μ ν΅ν΄μ μ§νλλ€. μ¨νλ λ―Έμ€λ‘ λ°°ν¬λ₯Ό μ§ννμλλ,
git clone --recursive https://github.com/AgainIoT/Open-Set-Go_server
μ κ°μ 컀맨λλ‘ submoduleλ€μ λμ΄μμ μ¬μ©ν μ μμμ§λ§, Cloud Runμμλ μ΄ κ³Όμ μ μ§νν΄μ£Όμ§ μλλ€.Accordingly, we intend to remove the method of importing supportedEnv through the submodule and develop it in a way that is embedded in the repository.
μ΄μ λ°λΌ, submoduleμ ν΅ν΄μ supportedEnvλ₯Ό κ°μ Έμ€λ λ°©μμ μ κ±°νκ³ ν΄λΉ repositoryμ λ΄μ₯νλ λ°©μμΌλ‘ κ°λ°νκ³ μ νλ€.
Reproduction URL
https://open-set-go-stage-kbplnuaeba-du.a.run.app/file/supportedEnv
Reproduction Steps
Solutions
Screenshots
![DESCRIPTION](LINK.png)
The text was updated successfully, but these errors were encountered: