-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3028 from tulibraries/qa
Week of 09-22-2023
- Loading branch information
Showing
48 changed files
with
3,929 additions
and
4,024 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,61 @@ | ||
tmp/db | ||
*.sw[p-z] | ||
*/tmp* | ||
tags | ||
|
||
node_modules | ||
!/log/.keep | ||
!/tmp/.keep | ||
|
||
|
||
.git | ||
.gitignore | ||
.DS_Store | ||
README.md | ||
/Dockerfile | ||
/log | ||
|
||
/solr | ||
/sample_data | ||
/rspec | ||
/env.* | ||
|
||
## Copied from .gitignore | ||
# See https://help.github.com/articles/ignoring-files for more about ignoring files. | ||
# | ||
# If you find yourself ignoring temporary files generated by your text editor | ||
# or operating system, you probably want to add a global ignore instead: | ||
# git config --global core.excludesfile '~/.gitignore_global' | ||
|
||
# Ignore bundler config. | ||
/.bundle | ||
|
||
# Ignore the default SQLite database. | ||
/db/*.sqlite3 | ||
/db/*.sqlite3-journal | ||
|
||
# Ignore all logfiles and tempfiles. | ||
/log/* | ||
/tmp/* | ||
!/log/.keep | ||
!/tmp/.keep | ||
|
||
# Ignore Byebug command history file. | ||
.byebug_history | ||
|
||
# Ignore vim swap files | ||
.*.sw* | ||
|
||
Vagrantfile | ||
ansible | ||
config/secrets.yml | ||
vendor/bundle/ | ||
coverage | ||
|
||
config/master.key | ||
|
||
spec/examples.txt | ||
/public/packs-test | ||
/node_modules | ||
yarn-debug.log* | ||
.yarn-integrity | ||
yarn-error.log | ||
vdebug_log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
DOCKER_IMAGE_VERSION=0.2.38 | ||
BASE_IMAGE=ruby:3.1-alpine | ||
DOCKER_IMAGE_VERSION=0.3.1 | ||
BASE_IMAGE=ruby:3.1-alpine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.