-
Notifications
You must be signed in to change notification settings - Fork 33
[$30]Dockerize the application #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
Comments
Contest https://www.topcoder.com/challenges/30147472 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30147472 has been updated - it has been assigned to zxyding. |
@dengzikun any update on this? |
@dengzikun when run through docker I get this error |
GET /v5/users is not mocked.
| |
deng_zxy
|
|
[email protected]
|
签名由网易邮箱大师定制
On 10/30/2020 11:01,veshu<[email protected]> wrote:
@dengzikun when run through docker I get this error
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@dengzikun please mock that as well. |
ok.
| |
deng_zxy
|
|
[email protected]
|
签名由网易邮箱大师定制
On 10/30/2020 12:43,veshu<[email protected]> wrote:
@dengzikun please mock that as well.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@dengzikun Following the docker run steps I can't consume the API. Could you please confirm that? |
Run app on local host, Is it ok to consume API?
| |
deng_zxy
|
|
[email protected]
|
签名由网易邮箱大师定制
On 10/30/2020 20:01,veshu<[email protected]> wrote:
@dengzikun Following the docker run steps I can't consume the API. Could you please confirm that?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@dengzikun Yes if run without docker it runs correctly. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30147472 |
- Updated model definition - Updated Joi schemas - Updated Swagger - Added migration script - Fixed existing lint errors - Updated Postman collection The following requests in Postman is updated: * Jobs * create job with booking manager * create job with m2m create * create job with connect user * create job with member success * create job with user id not exist * create job with invalid token * put job with booking manager * put job with m2m update * put job with connect user * put job with member 403 * put job with member success * put job with member with user id not exist * put job with invalid token * patch job with booking manager * patch job with m2m update * patch job with connect user * patch job with member 403 * patch job with member success * patch job with user id not exist * patch job with invalid token * Create Demo Data For Team * Create job topcoder-platform#1 "sourcing" * create job topcoder-platform#1 * Create job topcoder-platform#2 "in-review" * create job topcoder-platform#2 * Create job topcoder-platform#3 "assigned" * create job topcoder-platform#3 * Create job topcoder-platform#4 "closed" * create job topcoder-platform#4 * Create job topcoder-platform#5 "cancelled" * create job topcoder-platform#5 * Test Permission Rules * Request with Administrator Role * Jobs * ✔ create job with administrator * ✔ put job with administrator * ✔ patch job with administrator * Request with Topcoder User Role * Jobs * ✔ create job with member * ✔ put job with member * ✔ patch job with member * Request with Connect Manager Role * Jobs * ✔ create job with connect manager * ✔ put job with connect manager * ✔ patch job with connect manager
Fixes topcoder-platform#5 Signed-off-by: Alessandro De Blasis <[email protected]>
The text was updated successfully, but these errors were encountered: