|
46d0c8f947
|
Merge pull request 'Fix problems in unit tests where DB access was attempted before DB was ready' (#13) from fix/postgres-health-timeout into main
Run unit tests / unit_tests (push) Successful in 3m48s
Reviewed-on: #13
|
2024-07-30 22:48:29 +00:00 |
|
|
49bbea1364
|
Remove optional parameters that are not needed
Run unit tests / unit_tests (pull_request) Successful in 2m50s
|
2024-07-31 00:41:48 +02:00 |
|
|
424a980e69
|
Remove redundant creation of db
Run unit tests / unit_tests (pull_request) Successful in 3m18s
|
2024-07-30 21:37:22 +02:00 |
|
|
0d82ef3d40
|
Install psql client
Run unit tests / unit_tests (pull_request) Successful in 4m37s
|
2024-07-30 21:33:02 +02:00 |
|
|
eade9f0318
|
Explicitly wait for Postgres to be ready to accept connections
Run unit tests / unit_tests (pull_request) Has been cancelled
|
2024-07-30 21:30:16 +02:00 |
|
|
4ff719fa1f
|
Revert "Increase number of retries for Postgres health checks"
This reverts commit 5f9fd667230b4b7f3b3f7a4cf1f6f7fcb882a875.
|
2024-07-30 21:26:44 +02:00 |
|
|
5f9fd66723
|
Increase number of retries for Postgres health checks
Run unit tests / unit_tests (pull_request) Failing after 1m48s
|
2024-07-30 21:16:43 +02:00 |
|
|
7f0feeddff
|
Define a method to calculate the distance to a common ancestor between two tree nodes
Run unit tests / unit_tests (pull_request) Failing after 1m24s
|
2024-07-30 20:49:26 +02:00 |
|
|
626d6b6f88
|
Add the rubytree gem
Run unit tests / unit_tests (pull_request) Failing after 2m46s
|
2024-07-30 19:54:28 +02:00 |
|
|
7f872060d5
|
Merge pull request 'Update dependency pg to v1.5.7' (#11) from renovate/pg-1.x-lockfile into main
Run unit tests / unit_tests (push) Failing after 3m49s
Reviewed-on: #11
|
2024-07-30 17:39:36 +00:00 |
|
|
874c4cb54d
|
Merge pull request 'Update dependency money to v6.19.0' (#5) from renovate/money-6.x-lockfile into main
Run unit tests / unit_tests (push) Has been cancelled
Reviewed-on: #5
|
2024-07-30 17:39:21 +00:00 |
|
Renovate Bot
|
64f68994f4
|
Update dependency pg to v1.5.7
Run unit tests / unit_tests (pull_request) Successful in 6m33s
|
2024-07-28 12:02:30 +00:00 |
|
Renovate Bot
|
26c476a068
|
Update dependency money to v6.19.0
Run unit tests / unit_tests (pull_request) Successful in 2m34s
|
2024-07-26 14:02:14 +00:00 |
|
|
0b7b7fdbe8
|
Merge pull request 'Update dependency rspec-rails to v6.1.3' (#2) from renovate/rspec-rails-6.x-lockfile into main
Run unit tests / unit_tests (push) Successful in 3m51s
Reviewed-on: #2
|
2024-07-25 11:24:10 +00:00 |
|
Renovate Bot
|
17ffd2fea7
|
Update dependency rspec-rails to v6.1.3
Run unit tests / unit_tests (pull_request) Successful in 7m30s
|
2024-07-25 10:04:42 +00:00 |
|
|
d9b63e4588
|
Merge pull request 'Add feature to import guests from CSV' (#9) from import-guests into main
Run unit tests / unit_tests (push) Failing after 5s
Reviewed-on: #9
|
2024-07-25 08:48:12 +00:00 |
|
|
beeda19186
|
Add feature to import guests from CSV
|
2024-07-25 10:47:49 +02:00 |
|
|
d912bc0ed0
|
Merge pull request 'Update dependency turbo-rails to v2.0.6' (#7) from renovate/turbo-rails-2.x-lockfile into main
Run unit tests / unit_tests (push) Failing after 34s
Reviewed-on: #7
|
2024-07-22 13:00:15 +00:00 |
|
Renovate Bot
|
a2db2a2af7
|
Update dependency turbo-rails to v2.0.6
Run unit tests / unit_tests (pull_request) Successful in 37m10s
|
2024-07-22 08:11:00 +00:00 |
|
|
26934e75cd
|
Merge pull request 'Configure unit tests in CICD' (#4) from feat/unit-tests into main
Run unit tests / unit_tests (push) Failing after 2m34s
Reviewed-on: #4
|
2024-07-12 15:01:18 +00:00 |
|
|
ee46e0fc9c
|
Configure unit tests in CICD
Run unit tests / unit_tests (pull_request) Successful in 1m9s
|
2024-07-12 15:11:24 +02:00 |
|
|
8732dac0a3
|
Order guests by affinity group
|
2024-07-12 15:08:30 +02:00 |
|
|
204771ef2b
|
Make unbreakable bonds belong to the same affinity group in seeds
|
2024-07-12 15:02:52 +02:00 |
|
|
16914c874b
|
Define unbreakable bonds in seed file and guest index
|
2024-07-12 15:02:52 +02:00 |
|
|
155278bb7e
|
Modify seeds file to make sure every guest is part of a group
|
2024-07-12 15:02:49 +02:00 |
|
|
e5bf5ba074
|
Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: #1
|
2024-07-12 13:00:32 +00:00 |
|
|
191fcf4767
|
Modify seeds file to make sure every guest is part of a group
|
2024-07-11 23:25:29 +02:00 |
|
|
0814c7cab5
|
Avoid N+1 queries with acts_as_taggable
|
2024-07-11 23:20:32 +02:00 |
|
|
3660d14d44
|
Fix install of taggable gem and add tags to seeds
|
2024-07-11 20:41:07 +02:00 |
|
|
c0ed5a68c3
|
Install acts_as_taggable gem
|
2024-07-11 20:18:55 +02:00 |
|
|
a0119ad0cc
|
Add row number to table of guests
|
2024-07-11 20:14:23 +02:00 |
|
|
946cd959e2
|
Display list of guests
|
2024-07-11 20:13:22 +02:00 |
|
|
f66957dd3d
|
Include guests in seed
|
2024-07-11 20:11:04 +02:00 |
|
|
2ed9f98695
|
Create guests scaffold
|
2024-07-11 20:08:26 +02:00 |
|
|
2f8f3404bb
|
Format currencies
|
2024-07-11 20:06:48 +02:00 |
|
|
8bac32bb77
|
Display total
|
2024-07-11 20:03:49 +02:00 |
|
|
4a31153dc8
|
Remove destroy link
|
2024-07-11 20:01:53 +02:00 |
|
|
57fcfa3662
|
Configure seed
|
2024-07-11 20:00:55 +02:00 |
|
|
c4e25d22a8
|
Display table of expenses
|
2024-07-11 19:57:51 +02:00 |
|
|
98eb2e0473
|
Expenses scaffold
|
2024-07-11 19:55:48 +02:00 |
|
|
47ac0796b9
|
Install rspec
|
2024-07-11 19:41:36 +02:00 |
|
Renovate Bot
|
1a707a2131
|
Add renovate.json
|
2024-07-11 17:02:21 +00:00 |
|
|
e34665425f
|
Configure database
|
2024-07-11 18:45:19 +02:00 |
|
|
a9f166df7e
|
Initial commit
|
2024-07-11 18:42:31 +02:00 |
|