Skip to content
Merged

v0.22.0 #1115

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
52190b3
Block if no interactions.
jvwong Sep 2, 2022
8fc9fb9
Merge pull request #1083 from PathwayCommons/master
jvwong Sep 2, 2022
bf6010b
Run all subdirectory tests
jvwong Oct 6, 2022
4c85a3e
The sitemap converter expects output from Document.docJSON (Date obje…
jvwong Oct 6, 2022
61cfa9f
Merge pull request #1079 from PathwayCommons/iss1070_block-zero-inter…
jvwong Oct 6, 2022
83ee7ce
Fixed the issues in id mapping feature (#1087)
metincansiper Oct 6, 2022
c623249
Merge pull request #1089 from PathwayCommons/iss1088_sitemap-tests
jvwong Oct 6, 2022
084d6c2
Getting started - Feb 2
lindajiawenli Feb 2, 2023
62630f0
Getting started - Feb 2
lindajiawenli Feb 3, 2023
b14dc20
Merge branch 'neo4j_branch' of github.com:PathwayCommons/factoid into…
lindajiawenli Feb 3, 2023
efec3da
Getting started - Feb 2
lindajiawenli Feb 3, 2023
6dbdfaa
Merge branch 'neo4j_branch' of github.com:PathwayCommons/factoid into…
lindajiawenli Feb 3, 2023
72b9ebe
restore package-lock.json
jvwong Feb 3, 2023
ac28a88
Migrating to Google Analytics 4.
jvwong Feb 3, 2023
29b5086
Use Google Tag Manager instead of GA Tag.
jvwong Feb 3, 2023
a5f5f39
Merge pull request #1109 from PathwayCommons/iss1053_ga-4
maxkfranz Feb 6, 2023
f193276
Merge pull request #1108 from PathwayCommons/neo4j_branch
lindajiawenli Feb 6, 2023
17a7967
temp disable linting
jvwong Feb 6, 2023
044039d
Bump node version
jvwong Feb 6, 2023
b330de0
Merge pull request #1112 from PathwayCommons/iss1111_docker-node-version
jvwong Feb 6, 2023
f2271f0
0.22.0
jvwong Feb 6, 2023
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.19.0
FROM node:16.17.0

# Allow user configuration of variable at build-time using --build-arg flag
# See src/client-env-vars.json
Expand Down
Loading