Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
9ef5233
Merge branch 'develop'
da70 Apr 11, 2019
e7c5902
Merge branch 'develop'
da70 Apr 17, 2019
7d5ef7a
Merge branch 'develop'
da70 Apr 22, 2019
5de56b5
Merge branch 'develop'
da70 Apr 23, 2019
980c780
Merge branch 'develop'
da70 Apr 23, 2019
9d6422b
Merge branch 'develop'
da70 May 31, 2019
7399bf9
Merge branch 'develop'
da70 Jun 14, 2019
2591cd7
Merge branch 'develop'
da70 Jun 17, 2019
a9721a8
Merge branch 'develop'
da70 Jul 30, 2019
f6fee21
Merge branch 'develop'
da70 Oct 29, 2019
d0ef08e
wdio.main.conf.js: restrict Firefox to a single running instance [+]
da70 Oct 29, 2019
afdc544
Merge branch 'nyup-682_open-square-search-firefox-browser-tests-faili…
da70 Oct 29, 2019
39d25eb
Merge branch 'develop'
da70 Oct 29, 2019
57120cf
Merge branch 'develop'
da70 Jan 25, 2021
8c0cf8f
Merge branch 'develop'
da70 Jun 10, 2021
65ffbbf
Merge branch 'develop'
da70 Jun 11, 2021
94da8bf
Merge branch 'develop'
da70 Aug 5, 2021
0013e85
Merge branch 'develop'
da70 Sep 20, 2021
f66fa18
Fix architecture diagram
teikmeout Oct 1, 2025
4775087
Cleanup environment variables for deployment
teikmeout Oct 2, 2025
49c658b
Change Solr query to use dateBook in queryFields
teikmeout Oct 28, 2025
faed3c2
Add ellipsis to description
teikmeout Oct 28, 2025
0606194
Cleanup utils
teikmeout Oct 28, 2025
597039b
Fix alignment of search results
teikmeout Oct 29, 2025
87507d0
Change wording to match new design
teikmeout Nov 18, 2025
0e661eb
forward ports for the vite preview server
teikmeout Nov 18, 2025
f99e8d1
Stop ignoring public/fonts public/images
teikmeout Nov 18, 2025
683ff00
Remove old opensquare images
teikmeout Nov 18, 2025
0da5b65
New location for images
teikmeout Nov 18, 2025
dd78e81
Adding fonts
teikmeout Nov 18, 2025
3be7f40
Quiet down some scss errors
teikmeout Nov 18, 2025
5ec6264
Deploy scripts: Allow images and fonts to be pushed to bucket
teikmeout Nov 18, 2025
f83f70a
Comment out unused assets
teikmeout Nov 18, 2025
c289d2b
Add CSS from static hugo site
teikmeout Nov 18, 2025
8b6ce3d
Use correct lightgray color
teikmeout Nov 19, 2025
24c64e4
Fix navlink word break
teikmeout Nov 23, 2025
a90787e
Fixup margins on navlinks
teikmeout Nov 25, 2025
ab6afe0
Add bakcup script
teikmeout Dec 1, 2025
d32f9c0
Fix vite bug with font sourcing, remove from public dir
teikmeout Dec 2, 2025
17cab5d
Remove duplicate fonts and unify font imports
teikmeout Dec 2, 2025
91a39ff
Cleanup comments and whitespace
teikmeout Dec 2, 2025
6c292d1
Rename, bump version, add author
teikmeout Dec 2, 2025
9b659d5
Merge pull request #49 from NYULibraries/release/v2.0.0
teikmeout Dec 2, 2025
bab6d04
Merge branch 'master' into NYUP1051/documentation
teikmeout Dec 5, 2025
80ea463
Trim and cleanup readme
teikmeout Dec 5, 2025
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
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [
5173
5173,
4173
],
"customizations": {
"vscode": {
Expand Down
10 changes: 4 additions & 6 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VITE_TITLE=.env.development
# For deployment to https://opensquare-dev.nyupress.org/

# variables to point at the Viewer API (by Alberto) that points to Solr
# API parses data and formats the data better for rendering
Expand All @@ -7,13 +7,11 @@ VITE_VIEWER_API_PROTOCOL=https
VITE_VIEWER_API_HOST=stage-sites.dlib.nyu.edu/viewer/api/v1/search?
VITE_SOLR_CORE_PATH='index=open-square-metadata-v1'


# dev environment, not used
# VITE_SOLR_URL=https://devdiscovery.dlib.nyu.edu/solr/open-square-metadata/select?
# stage environment
VITE_SOLR_URL=https://stagediscovery.dlib.nyu.edu/solr/open-square-metadata-v1/select?



VITE_OPEN_SQUARE_ROOT=https://opensquare-dev.nyupress.org

# other addresses
# https://devdiscovery.dlib.nyu.edu/solr/open-square-metadata/select?
# no analytics in development
25 changes: 11 additions & 14 deletions .env.stage
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
# For deployment to stageweb1.dlib.nyu.edu
# For deployment to https://opensquare-stage.nyupress.org/

NODE_ENV=production
# VUE_APP_SOLR_HOST=stagediscovery.dlib.nyu.edu
# VUE_APP_SOLR_PORT=443
# VUE_APP_SOLR_PROTOCOL=https
# variables to point at the Viewer API (by Alberto) that points to Solr
# API parses data and formats the data better for rendering
# pointing at stage environment since this API is not deployed on development yet
VITE_VIEWER_API_PROTOCOL=https
VITE_VIEWER_API_HOST=stage-sites.dlib.nyu.edu/viewer/api/v1/search?
VITE_SOLR_CORE_PATH='index=open-square-metadata-v1'

# variables to point at the API (by Alberto) that relays to Solr
# API also parses data and formats the data better for rendering
VITE_API_TO_SOLR_PROTOCOL=https
VITE_API_TO_SOLR_HOST=stage-sites.dlib.nyu.edu/viewer/api/v1/search?index=open-square-metadata-v1
VITE_TITLE=.env.stage

# TODO: remove in favor of Matomo analytics tracking tag
# Uncomment this to include GA <script> code in <head> of index.html
# VUE_APP_GOOGLE_ANALYTICS_TRACKING_ID=UA-XXXXXXXX-X
# stage environment
VITE_SOLR_URL=https://stagediscovery.dlib.nyu.edu/solr/open-square-metadata-v1/select?

VITE_OPEN_SQUARE_ROOT=https://opensquare-stage.nyupress.org

# no analytics in staging
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
node_modules
/dist
/backups

# local env files
.env.local
Expand All @@ -26,8 +27,8 @@ open-square-search-application.iml
# using webpack-dev-server
public/books
public/css
public/fonts
public/images
# public/fonts
# public/images
public/open-square-reader

/tests/browser/errorShots/
Expand Down
Loading