Skip to content

Commit

Permalink
Merge branch 'main' into pattern-search-controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Jan 28, 2025
2 parents c3ff609 + 14e2cc0 commit 21adbb1
Show file tree
Hide file tree
Showing 633 changed files with 25,203 additions and 17,393 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci_rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
- name: Start mySQL
run: sudo systemctl start mysql.service

# https://github.com/trilogy-libraries/activerecord-trilogy-adapter/issues/64
# Issue in the trilogy gem where it cannot support `caching_sha2_password`
# https://github.com/trilogy-libraries/trilogy/issues/26
# For now need to ensure user is IDENTIFIED WITH `mysql_native_password`
# (change is in db/initialize.sql)
- name: Create and configure db
run: |
mysql -u root -proot < db/initialize.sql
Expand Down
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,19 @@ coverage
/config/master.key
/config/newrelic.yml
/config/credentials/production.key
/config/credentials/test.key
/config/credentials/mo-image-archive-service-account.json

# This is created by a cronjob, not checked in.
public/name_list_data.js

# Local field slip jobs
public/field_slips

# Original image cache
public/orig_cache

# DB snapshots are often lying about, don't want them accidentally checked in.
checkpoint*
db/checkpoint*

/config/credentials/test.key
Loading

0 comments on commit 21adbb1

Please sign in to comment.