Skip to content

[PROD] Next Release #359

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

Merged
merged 27 commits into from
Jun 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8ab935b
get data from DB instead of ES
eisbilir Jun 16, 2021
db4da77
return query as it was sent
eisbilir Jun 16, 2021
8c7909a
store full error message
eisbilir Jun 16, 2021
b45d7f5
fix: update payment
eisbilir Jun 16, 2021
64e9d0e
get payments from GET RB endpoint
eisbilir Jun 17, 2021
99f4574
update config.yml master deploy script
nkumar-topcoder Jun 18, 2021
0f8fa51
fix: allow empty for job locations and job timezone
sushilshinde Jun 18, 2021
9a26840
fix: allow empty for job locations and job timezone
sushilshinde Jun 18, 2021
01a2e08
Merge branch 'dev' into change-validatations-in-job-jc
sushilshinde Jun 18, 2021
8c8fc41
Merge pull request #361 from topcoder-platform/change-validatations-i…
sushilshinde Jun 18, 2021
0ad4502
Merge pull request #357 from eisbilir/work-period-payment-issues
maxceem Jun 18, 2021
b297a97
fix: improve extractErrorMessage
maxceem Jun 18, 2021
ae14315
refactor: rename fromDB option for internal usage
maxceem Jun 18, 2021
46011a3
fix: allow empty string
sushilshinde Jun 18, 2021
98a5c60
fix: allow empty string
sushilshinde Jun 18, 2021
8ce1707
Merge pull request #363 from topcoder-platform/fix-empty-string
sushilshinde Jun 18, 2021
f63240e
Revert "get payments from GET RB endpoint"
maxceem Jun 18, 2021
c7097b7
fix Inconsistency in payment step between Scheduler and WorkPeriodPay…
xxcxy Jun 18, 2021
355c1f4
update payment-scheduler-step optional
xxcxy Jun 18, 2021
eb4afdb
Add skillsMatch to sendRoleSearchRequest response.
mbaghel Jun 18, 2021
b74d62f
Revert "Revert "get payments from GET RB endpoint""
eisbilir Jun 18, 2021
fc44c1c
fix: RB search issue
eisbilir Jun 18, 2021
bce3165
Merge pull request #365 from eisbilir/fix-rb-search1
maxceem Jun 19, 2021
a63230b
Merge pull request #366 from mbaghel/role-integration
nikolay83 Jun 21, 2021
0361dff
Merge pull request #368 from topcoder-platform/role-integration
nikolay83 Jun 21, 2021
2398ce6
Merge pull request #364 from xxcxy/dev
nkumar-topcoder Jun 21, 2021
3fae727
[skip ci] update config.yml
nkumar-topcoder Jun 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install_dependency: &install_dependency
install_deploysuite: &install_deploysuite
name: Installation of install_deploysuite.
command: |
git clone --branch v1.4.2 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
cp ./../buildscript/master_deploy.sh .
cp ./../buildscript/buildenv.sh .
cp ./../buildscript/awsconfiguration.sh .
Expand Down
26 changes: 23 additions & 3 deletions data/demo-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7621,10 +7621,30 @@
}
],
"Role": [
{
"id": "f5e01b7c-466f-45c8-989c-16ff831d7e59",
"name": "Custom",
"description": null,
"listOfSkills": null,
"rates": [{
"global": 1200,
"offShore": 1200,
"inCountry": 1200
}],
"numberOfMembers": null,
"numberOfMembersAvailable": null,
"imageUrl": null,
"timeToCandidate": null,
"timeToInterview": null,
"createdBy": "57646ff9-1cd3-4d3c-88ba-eb09a395366c",
"updatedBy": null,
"createdAt": "2021-05-27T21:43:08.201Z",
"updatedAt": "2021-05-27T21:43:08.201Z"
},
{
"id": "c145247d-5757-463d-9317-ff9e7026d403",
"name": "Angular Developer",
"description": "Angular is an open-source, client-side framework based on TypeScript and designed for building web applications.",
"description": "* Writes tested and documented JavaScript, HTML and CSS\n* Makes design and technical decisions for AngularJS projects\n* Develops application code and unit test in the AngularJS, Rest Web Services and Java technologies",
"listOfSkills": [
"database",
"winforms",
Expand Down Expand Up @@ -7656,7 +7676,7 @@
{
"id": "d7ff0289-d3ea-44d8-b39a-53bba5b5b309",
"name": "Dev Ops Engineer",
"description": "A DevOps engineer introduces processes, tools, and methodologies to balance needs throughout the software development life cycle, from coding and deployment, to maintenance and updates.",
"description": "* Introduces processes, tools, and methodologies\n* Balances needs throughout the software development life cycle\n* Configures server images, optimizes task performance in correspondence with engineers",
"listOfSkills": [
"dropwizard",
"nginx",
Expand Down Expand Up @@ -7700,7 +7720,7 @@
{
"id": "e7b7e818-40d4-4102-b486-09bdd21400b8",
"name": "Salesforce Developer",
"description": "A Salesforce developer is a programmer who builds Salesforce applications across various PaaS (Platform as a Service) platforms.",
"description": "* Meets with project managers to determine CRM needs\n* Develops customized solutions within the Salesforce platform\n* Designs, codes, and implements Salesforce applications\n* Creates timelines and development goals\n* Tests the stability and functionality of the application\n* Troubleshoots and fixes bugs\n* Writes documents and provides technical training for Salesforce Staff\n* Maintains the security and integrity of the application software",
"listOfSkills": [
"docker",
".net",
Expand Down
Loading