Skip to content

Release v1.19.5 #6716

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 47 commits into from
Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
6e8801a
Timeline wall UI Prototype
igoroshko Sep 23, 2022
04d214e
added fix for 'document is not defined error'
igoroshko Sep 24, 2022
acc9f37
fixed lint error
igoroshko Sep 24, 2022
8dd1c7c
temporary disable test
igoroshko Sep 24, 2022
da1a421
fix lint error
igoroshko Sep 24, 2022
3af70be
restored test and updated snapshot
igoroshko Sep 24, 2022
d535df0
fixed line endings
igoroshko Sep 24, 2022
1dab5ae
fixed snapshot manually
igoroshko Sep 24, 2022
e3a9ae8
Timeline Wall submission 639273
igoroshko Sep 25, 2022
114e274
Revert "Timeline Wall submission 639273"
igoroshko Sep 28, 2022
37519b1
integration challenge submission
igoroshko Oct 7, 2022
a248c7d
fixed whitespaces issue in integration code
igoroshko Oct 7, 2022
9d049dc
timeline final fix
nursoltan-chemantics Oct 12, 2022
4f68c9b
Merge pull request #6678 from nursoltan-s/timeline-wall-final-fix
igoroshko Oct 17, 2022
887ed74
fix upload bugs
nursoltan-s Oct 18, 2022
98cef23
Merge pull request #6688 from nursoltan-s/timeline-wall-final-fix
igoroshko Oct 19, 2022
6fe5989
sort events descending order
nursoltan-s Oct 19, 2022
ab735ad
fix scroll issue
nursoltan-s Oct 19, 2022
28f678b
Merge pull request #6689 from nursoltan-s/timeline-wall-final-fix
igoroshko Oct 19, 2022
edeb7b0
fix filter nav
nursoltan-s Oct 21, 2022
f382cb3
Merge pull request #6695 from nursoltan-s/timeline-wall-final-fix
igoroshko Oct 23, 2022
9c0ebee
issue#1: button alignment
nursoltan-s Oct 23, 2022
07dc7e6
issue#3: make right filter sticky
nursoltan-s Oct 23, 2022
6797fb4
issue#4: text update
nursoltan-s Oct 23, 2022
39db9c0
issue#5: thumbnail height fix
nursoltan-s Oct 23, 2022
ccacf20
issue#6: fix thumbnail for pending tab
nursoltan-s Oct 23, 2022
147053f
issue #8: fix upload component
nursoltan-s Oct 23, 2022
c22b138
issue#9: delete events
nursoltan-s Oct 23, 2022
8b9d559
Merge pull request #6696 from nursoltan-s/timeline-wall-final-fix
igoroshko Oct 23, 2022
da8c96d
fix mobile thumbnail
nursoltan-s Oct 23, 2022
13070b5
fix delete reject
nursoltan-s Oct 24, 2022
a4544b2
fix lint error
nursoltan-s Oct 24, 2022
2b671a5
Merge pull request #6697 from nursoltan-s/timeline-wall-final-fix
igoroshko Oct 24, 2022
cc07f9e
fix reject api call
nursoltan-s Oct 24, 2022
9fecc59
issue10: side navigation style
nursoltan-s Oct 24, 2022
97f26b5
fix border radius
nursoltan-s Oct 24, 2022
70c6bb0
Merge pull request #6698 from nursoltan-s/timeline-wall-final-fix
igoroshko Oct 24, 2022
212c7cf
issue #1: fix alignment issue
nursoltan-s Oct 24, 2022
de7933a
Merge pull request #6700 from nursoltan-s/timeline-wall-final-fix
igoroshko Oct 24, 2022
d6d3563
fix mobile nav
nursoltan-s Oct 25, 2022
1548856
Merge pull request #6702 from nursoltan-s/timeline-wall-final-fix
igoroshko Oct 25, 2022
549c116
change timeline api route
nursoltan-s Nov 1, 2022
1d0a52d
Merge pull request #6709 from nursoltan-s/timeline-wall-final-fix
igoroshko Nov 1, 2022
3caf1de
Timeline Wall: Updated backend URL
igoroshko Nov 1, 2022
3575562
Merged DEV to feature-timeline-wall
Nov 7, 2022
1228c07
Updated Timeline Wall backend API endpoint in the PROD config file
Nov 7, 2022
c565010
Merge pull request #6713 from topcoder-platform/feature-timeline-wall
luizrrodrigues Nov 8, 2022
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 @@ -356,7 +356,7 @@ workflows:
filters:
branches:
only:
- free
- feature-timeline-wall
# This is alternate dev env for parallel testing
- "build-qa":
context : org-global
Expand Down
Loading