Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
210 commits
Select commit Hold shift + click to select a range
ed238dd
render unsupported questions in the project wizard as helper during d…
maxceem Feb 6, 2019
045bd10
improve unsupported questions output
maxceem Feb 6, 2019
cf7f4e2
Merge branch 'dev' into feature/form-redesign
maxceem Feb 12, 2019
9c01ebb
temporary mock data if Project Service is unavailable
maxceem Feb 13, 2019
8969b68
winning submission from challenge 30083482 - Topcoder Connect - Wizar…
maxceem Feb 13, 2019
04af385
mock template 92 updates
maxceem Feb 13, 2019
745ad9b
winner submission for challenge 30083506 - Topcoder Connect - Wizard …
maxceem Feb 13, 2019
ffd131a
fix lint
maxceem Feb 13, 2019
cce69c1
fix header for project without wizard
maxceem Feb 14, 2019
0319327
remove console.log to keep browser console clean
maxceem Feb 14, 2019
8094467
winning submission for challenge 30083503 - Topcoder Connect - Wizard…
maxceem Feb 14, 2019
83c6d90
winning submission from challenge 30083501 - Topcoder Connect - Wizar…
maxceem Feb 14, 2019
509a7c7
title for SpecQuestionListItem is not required anymore
maxceem Feb 14, 2019
f4eb145
removed support for read-only mode from Scope tab
maxceem Feb 14, 2019
fbf5898
Revert "mock template 92 updates"
maxceem Feb 14, 2019
47d8819
winner submission for challenge 30083578 - Topcoder Connect - Wizard …
maxceem Feb 14, 2019
ec3032f
improve code readability for the latest winning submission
maxceem Feb 14, 2019
f5991ea
unify approach for hideTitle/hideDescription
maxceem Feb 14, 2019
aa33fca
removed support for read-only mode in during project creation and com…
maxceem Feb 14, 2019
f92be76
renamed wizard entities to make it more clear for people to understan…
maxceem Feb 14, 2019
fa3d959
removed more code related to read-only and old read-optimized mode
maxceem Feb 14, 2019
5c05793
fix duration sum calculation, improved readability
maxceem Feb 15, 2019
836c59a
- Defining different values of previousStepVisibility per level
maxceem Feb 15, 2019
084839b
fix for project estimation
maxceem Feb 15, 2019
5990363
Implementd summary screens:
maxceem Feb 15, 2019
0072a2a
fix lint
maxceem Feb 15, 2019
a25eab3
Potential fix for reducing the number of _search calls
Feb 12, 2019
769bf58
lint fixes
Feb 12, 2019
d91e180
- Added support for previousStepVisibility == `readOptimized`
maxceem Feb 15, 2019
196ee8e
- added support for global form theme prop
maxceem Feb 15, 2019
5590ab7
winning submission for challenge 30083737 - Application Catalog Topco…
maxceem Feb 16, 2019
5cb48ae
Merge branch 'feature/form-redesign-summary' into feature/form-redesign
maxceem Feb 16, 2019
837eff2
improved styles for accordion
maxceem Feb 16, 2019
c742fc3
- multiple style improvements
maxceem Feb 16, 2019
1c8cee8
- rendering wizard form in read-optimized mode on the scope tab / pha…
maxceem Feb 16, 2019
f865550
- put back support for dependant question to the spec tab
maxceem Feb 16, 2019
ea37599
support hiding question on the scope tab
maxceem Feb 16, 2019
afaf5cd
use updated react-components library which supports checkboxes with d…
maxceem Feb 16, 2019
eebea63
winning submission for challenge 30083916 - Topcoder Connect - Wizard…
maxceem Feb 18, 2019
a95eeee
final styles fixes for the first screen of form
maxceem Feb 18, 2019
34b06bc
remove shadow for old form layouts
maxceem Feb 18, 2019
bbb936f
- refactored header styles to be able to implement header with gray f…
maxceem Feb 18, 2019
720880f
fix lint
maxceem Feb 18, 2019
24db680
Merge branch 'dev' into feature/form-redesign
maxceem Feb 18, 2019
e32735e
hide old estimation component for template with wizard enabled
maxceem Feb 18, 2019
5a6f075
Making the feature deployable to dev env for testing
Feb 19, 2019
5e7fdeb
Null pointer check
Feb 19, 2019
9203150
null pointer check
Feb 19, 2019
b561303
null pointer check
Feb 19, 2019
baa84e1
runtime error fix
Feb 19, 2019
0cc60b2
fix mutating project template during editing in metadata editor
maxceem Feb 19, 2019
b4749f9
fix mutating project template during editing in metadata editor 2nd a…
maxceem Feb 19, 2019
d2d01b5
fix dependant questions on the scope tab
maxceem Feb 20, 2019
582eb80
Merge branch 'dev' into feature/form-redesign
maxceem Feb 20, 2019
83457a7
Default mode to “code” for all json editors
Feb 20, 2019
f2125db
temporary let non-admin user see metadata (they still couldn't save b…
maxceem Feb 20, 2019
40afea7
fix lint
maxceem Feb 20, 2019
f34f16b
fix temporary patch
maxceem Feb 20, 2019
7eb9b7d
Fixed bug with ProjectEstimate component on summary screen not being …
Feb 20, 2019
63c03f3
Merge branch 'feature/form-redesign' of https://github.com/appirio-te…
Feb 20, 2019
ba95ef1
Merge branch 'dev' into feature/form-redesign
Feb 21, 2019
382c2b2
winning submission from challenge 30084273 - Topcoder Connect - Metad…
maxceem Feb 23, 2019
671e2f4
Merge commit 'HEAD@{1}' into feature/form-redesign
maxceem Feb 23, 2019
5fe5673
basic support of 'tiled-checkbox-group' question type
maxceem Feb 23, 2019
678c49c
winning submission from challenge 30084623 - Topcoder Connect - Wizar…
maxceem Feb 24, 2019
0221946
- make disabled styles more specific
maxceem Feb 24, 2019
6a93dc5
trigger redeployment
maxceem Feb 24, 2019
89ced2d
winning submission from challenge 30084642 - Topcoder Connect - Wizar…
maxceem Feb 26, 2019
e07fa55
fix issue connected with autoSelect
maxceem Feb 26, 2019
6e65bb4
Changes for new way of configuring price config. It now uses building…
Feb 26, 2019
29e347b
commented the debug statements
Feb 26, 2019
4fc71ce
Updated key for price config to priceConfig from priceConfigOpt and c…
Feb 28, 2019
f4b3f32
Fixed error in complex condition parsing in price config key. It was …
Mar 1, 2019
cfd7b38
lint fixes
Mar 1, 2019
7f9b511
fix metadata loading by issue
maxceem Mar 4, 2019
96126af
fix "Warning: Each child in an array or iterator should have a unique…
maxceem Mar 4, 2019
cb3215c
Handled width of the each phase in project timeline component to adju…
Mar 4, 2019
940f869
Safety check, null pointer prevention
Mar 4, 2019
83598d0
winning submission for challenge 30085491 Topcoder Connect - Wizard -…
maxceem Mar 7, 2019
6c80f54
show descriptions for add-ons checkboxes
maxceem Mar 7, 2019
7876e2e
AddOn pricing logic update
Mar 7, 2019
637f0e9
Merge branch 'dev' into feature/form-redesign
Mar 7, 2019
25a7ed9
lint fix
Mar 7, 2019
89ef25d
Skipping failing test for condition evaluator.
Mar 7, 2019
a298c22
Merge pull request #2884 from maxceem/hotfix/choosing-attachment-members
Mar 7, 2019
bbf3b2a
add disabled test for evaluate method should treat undefined variable…
maxceem Mar 8, 2019
d2ba75a
blank function populatePreparedConditions and failed unit test to ful…
maxceem Mar 8, 2019
53686e8
updated requirements for populatePreparedConditions
maxceem Mar 8, 2019
8373a9a
Merge pull request #2887 from maxceem/hotfix/choosing-attachment-members
Mar 8, 2019
22ce0ea
Merge pull request #2840 from appirio-tech/feature/reduce_number_of_m…
Mar 8, 2019
9bc0353
Removing console logs
Mar 8, 2019
18821f6
Merge branch 'feature/form-redesign' of github.com:appirio-tech/conne…
maxceem Mar 8, 2019
d415347
Merge branch 'dev' into feature/form-redesign
Mar 8, 2019
6c7c51a
Merge pull request #2889 from appirio-tech/feature/form-redesign
Mar 8, 2019
c83d801
Fixed branch for react-components
Mar 8, 2019
d8291da
winning submission for challenge 30085656 - Topcoder Connect - Wizard…
maxceem Mar 9, 2019
78c5c27
support more cases and added more tests for prepared conditions
maxceem Mar 9, 2019
ec4fdc0
Merge branch 'feature/form-redesign' into feature/form-redesign-prepa…
maxceem Mar 9, 2019
bf10005
Merge branch 'dev' into feature/form-redesign-prepared-conditions
maxceem Mar 9, 2019
83ac128
fixed prepared condition RegExp, added one more test
maxceem Mar 11, 2019
5299686
Merge pull request #2891 from appirio-tech/feature/form-redesign-prep…
Mar 12, 2019
b6bf9a1
Merge pull request #2902 from appirio-tech/hotfix/enable_copilots_to_…
RishiRajSahu Mar 13, 2019
bb69515
give unique keys for accordions to avoid misleading React which would…
maxceem Mar 13, 2019
fdba493
Update config.yml
Gunasekar-K Mar 14, 2019
b27e748
Update config.yml
Gunasekar-K Mar 14, 2019
bff9f54
Update config.yml
Gunasekar-K Mar 14, 2019
578f655
Update config.yml
Gunasekar-K Mar 14, 2019
7fd15f0
Update config.yml
Gunasekar-K Mar 14, 2019
1d3ae31
Merge branch 'dev' into hotfix/unable_to_activate_v2_projects
Mar 14, 2019
ebae33a
Merge pull request #2911 from appirio-tech/hotfix/unable_to_activate_…
Mar 14, 2019
e2c572d
Merge pull request #2913 from appirio-tech/hotfix/unable_to_activate_…
Mar 14, 2019
1c09839
Merge pull request #2915 from appirio-tech/hotfix/unable_to_activate_…
Mar 14, 2019
9642f3b
Merge pull request #2919 from appirio-tech/hotfix/copilot_access_chec…
RishiRajSahu Mar 15, 2019
67db556
we don’t need old project estimate component anymore as we are not sh…
Mar 15, 2019
93f692c
Removed console log
Mar 16, 2019
6479b47
lint fix
Mar 16, 2019
8154414
Merge pull request #2924 from appirio-tech/hotfix/topcoder_team_mgmt_…
Mar 18, 2019
3ff1310
Github issue#2926, Null userId for a customer member should not be di…
Mar 18, 2019
c143374
Added support for QA forms and refactored project estimate helper met…
RishiRajSahu Mar 19, 2019
2498e48
Merge pull request #2929 from appirio-tech/feature/support_for_forms_…
Mar 19, 2019
4f5b580
Fixing issue appeared after optimising the _search calls. More detail…
Mar 22, 2019
70c6333
lint fix
Mar 22, 2019
0d5c987
Update config.yml
Gunasekar-K Mar 22, 2019
306b7e3
added support for boolean literal when evaluating conditions.
RishiRajSahu Mar 25, 2019
d7668a6
Merge pull request #2931 from appirio-tech/feature/added_support_for_…
RishiRajSahu Mar 25, 2019
8dcd192
partial fix for issues #2175 and #2575 - phase post notifications lea…
maxceem Mar 29, 2019
dfc0e69
fix: clicking phase post notification will open and scroll to phases …
maxceem Apr 2, 2019
a97ecbb
issue #2455 - red cue for Timeline and Specification tabs
maxceem Apr 9, 2019
737b25c
fixes issue 2856
sumitdaga Apr 11, 2019
f773d8b
fixes issue 2903
sumitdaga Apr 11, 2019
a5452e7
use attachment id instead of attachment index
mfikria Apr 11, 2019
0744bc8
Fix for issue #2933
codeMinter Apr 11, 2019
d769005
issue2935 fix
rashmi73 Apr 11, 2019
8584b2d
issue 2900 fix
PrakashDurlabhji Apr 11, 2019
da866f9
issue 2710 fix
Gauravseta Apr 11, 2019
08d7e3c
Update project.js
rashmi73 Apr 11, 2019
8339d74
issue 2575
sumitdaga Apr 12, 2019
4f476ab
updated url
sumitdaga Apr 12, 2019
c03ab63
open upload attachment directly
mfikria Apr 12, 2019
fcfbec4
fix for issue #2927
codeMinter Apr 12, 2019
47cb72a
proptypes and default value
sumitdaga Apr 13, 2019
eedc73d
issue 2916 fix
rashmi73 Apr 13, 2019
dec0f0c
issue 2791 fixed
Gauravseta Apr 13, 2019
05dab4f
Merge pull request #2948 from sumitdaga/issue-2575
maxceem Apr 15, 2019
5f1a632
Merge pull request #2940 from sumitdaga/issue-2856
maxceem Apr 15, 2019
34415e3
handles unbalanced closing parenthesis
sumitdaga Apr 15, 2019
ff15262
Merge pull request #2941 from sumitdaga/issue-2903
maxceem Apr 15, 2019
4691058
Merge pull request #2942 from mfikria/cf16-2938
maxceem Apr 15, 2019
de56402
Merge pull request #2945 from PrakashDurlabhji/issue_2900
maxceem Apr 15, 2019
9f06d86
incorporate review comments for issue #2933
codeMinter Apr 15, 2019
635cc25
Merge branch 'cf16' into cf16-2897
mfikria Apr 15, 2019
83696a5
fix lint issues for issue #2933
codeMinter Apr 15, 2019
6b3a344
Merge pull request #2943 from gurmeetb/issue_2933
maxceem Apr 15, 2019
3689009
Merge pull request #2950 from mfikria/cf16-2897
maxceem Apr 15, 2019
22acbab
fix for issue #2934
codeMinter Apr 15, 2019
b523867
issue 2935 minor changes
rashmi73 Apr 15, 2019
030a6fa
issue 2899 invites array check
rashmi73 Apr 15, 2019
364e798
issue 2710 patch
Gauravseta Apr 15, 2019
93987b9
Merge pull request #2946 from Gauravseta/issue_2710
maxceem Apr 16, 2019
6314bc4
Merge pull request #2944 from rashmi73/issue_2935
maxceem Apr 16, 2019
9667e92
Merge pull request #2947 from rashmi73/issue_2899
maxceem Apr 16, 2019
bba801e
fix for issue #2927
codeMinter Apr 16, 2019
2a83461
Merge pull request #2951 from gurmeetb/issue_2927
maxceem Apr 16, 2019
b61abb4
Merge pull request #2954 from Gauravseta/issue_2791
maxceem Apr 16, 2019
3df2c91
fix for issue 2180
sumitdaga Apr 16, 2019
10b0c69
move load earlier posts down for issue #2934
codeMinter Apr 16, 2019
692ec61
issue 2916 patch
rashmi73 Apr 16, 2019
ca990dd
lint fix
rashmi73 Apr 16, 2019
07446aa
Merge pull request #5 from appirio-tech/cf16
PrakashDurlabhji Apr 16, 2019
4e6aaa5
issue 2896 fix
PrakashDurlabhji Apr 16, 2019
e295b3b
Merge pull request #2956 from gurmeetb/issue_2934
maxceem Apr 17, 2019
0c61d95
form schemas which cover two types of templates old ones and new one …
maxceem Apr 17, 2019
d069026
issue 2916 fix
rashmi73 Apr 17, 2019
54418fd
private background-color, filter feeds
sumitdaga Apr 17, 2019
dc2e8fb
comment fix
sumitdaga Apr 17, 2019
67121fe
background when creating private post
sumitdaga Apr 17, 2019
5c6c75a
Merge pull request #2953 from rashmi73/issue_2916
maxceem Apr 17, 2019
0908983
Merge pull request #2957 from sumitdaga/issue-2180
maxceem Apr 17, 2019
504f885
Merge branch 'cf16' of https://github.com/appirio-tech/connect-app in…
PrakashDurlabhji Apr 17, 2019
cb89811
issue 2896 with attachment id
PrakashDurlabhji Apr 17, 2019
0277743
fix allFeedCount, load private posts only for users with permissions,…
maxceem Apr 18, 2019
c271ba6
fix issue #2958 - Project timeline summary is not in sync with user s…
maxceem Apr 18, 2019
6f3178f
issue 2896 patch
PrakashDurlabhji Apr 18, 2019
d0e92b3
Merge branch 'cf16' of https://github.com/appirio-tech/connect-app in…
PrakashDurlabhji Apr 18, 2019
877b830
Merge pull request #2959 from PrakashDurlabhji/issue_2896_1
maxceem Apr 19, 2019
fa9b817
fix file uploading after removing
maxceem Apr 19, 2019
f76ad7d
winning submission from challenge 30088714 - Topcoder Connect - Add a…
maxceem Apr 19, 2019
17678d9
use PROJECTS_API_URL constant for metadata, as we need it during loca…
maxceem Apr 19, 2019
7ffdf02
Merge pull request #2965 from appirio-tech/feature/add-ons-flag
RishiRajSahu Apr 19, 2019
91844c5
Merge pull request #2939 from appirio-tech/feature/phase-tabs-notific…
Apr 19, 2019
3613180
Merge pull request #2964 from appirio-tech/cf16
RishiRajSahu Apr 19, 2019
13c8667
Merge pull request #2960 from maxceem/feature/form-schemas
Apr 19, 2019
bcd34c2
skip empty addons
maxceem Apr 22, 2019
cbf7d04
remove console
maxceem Apr 22, 2019
72c85e3
Winning submission from challenge 30088832 - Topcoder Connect - List …
maxceem Apr 22, 2019
be06242
Merge pull request #2974 from appirio-tech/feature/list-links-from-posts
RishiRajSahu Apr 22, 2019
dae60ff
Revert "List post links on the sidebar"
RishiRajSahu Apr 22, 2019
63112cb
fix mutating template object
maxceem Apr 22, 2019
920697a
Merge pull request #2976 from appirio-tech/revert-2974-feature/list-l…
RishiRajSahu Apr 22, 2019
80f2eea
Merge pull request #2971 from appirio-tech/feature/skip-empty-addons
Apr 22, 2019
ff5cf79
fix skip add-ons when there are no add-ons sections or no intermediat…
maxceem Apr 22, 2019
4447997
let customers users to view project list in the Grid View (Card View …
maxceem Apr 22, 2019
30adda7
removed temporary mock project service mock fallback
maxceem Apr 22, 2019
d6fea9c
removed email edit support for customer temporarily
RishiRajSahu Apr 22, 2019
3a3e6b0
fix upload file button on mobile
maxceem Apr 22, 2019
e096bb6
fix lint
maxceem Apr 22, 2019
b602fd4
fix when phase doesn't have an associated topic
maxceem Apr 22, 2019
8ce335e
animate red cue on the phase tabs when removing them
maxceem Apr 23, 2019
f06803d
fix links for mention type of notifications in phases
maxceem Apr 23, 2019
308ad46
Fixing Duplicate metadata button error
Apr 23, 2019
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
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ install_deploysuite: &install_deploysuite
cp ./../buildscript/buildenv.sh .
cp ./../buildscript/awsconfiguration.sh .
restore_cache_settings_for_build: &restore_cache_settings_for_build
key: test-node-modules-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }}
key: connect-node-modules-{{ checksum "package-lock.json" }}
save_cache_settings: &save_cache_settings
key: test-node-modules-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }}
key: connect-node-modules-{{ checksum "package-lock.json" }}
paths:
- node_modules
running_npm_build: &running_npm_build
Expand Down Expand Up @@ -90,6 +90,7 @@ jobs:
./buildenv.sh -e DEV -b dev-connectapp-deployvar
source buildenvvar
./master_deploy.sh -d CFRONT -e DEV -c false

deployProd:
<<: *deploy_defaults
steps:
Expand All @@ -104,13 +105,16 @@ jobs:
./buildenv.sh -e PROD -b prod-connectapp-deployvar
source buildenvvar
./master_deploy.sh -d CFRONT -e PROD -c true

workflows:
version: 2
build:
jobs:
- build-dev:
context : org-global

filters:
branches:
ignore: ['master']
- build-prod:
context : org-global
filters:
Expand Down
Loading