cc10fbfb83 
							
						 
					 
					
						
						
							
							Store website content as HTML  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run unit tests / rubocop (pull_request) Failing after 2m38s 
				
			 
		
			
				
	Run unit tests / check-licenses (pull_request) Successful in 3m1s 
				
			 
		
			
				
	Run unit tests / copyright_notice (pull_request) Successful in 1m55s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 5m25s 
				
			 
		
			
				
	Run unit tests / build-static-assets (pull_request) Has been skipped 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-08 20:59:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6100ce0b99 
							
						 
					 
					
						
						
							
							Make migration reversible  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run unit tests / rubocop (pull_request) Successful in 48s 
				
			 
		
			
				
	Run unit tests / check-licenses (pull_request) Successful in 55s 
				
			 
		
			
				
	Run unit tests / copyright_notice (pull_request) Successful in 1m41s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 3m32s 
				
			 
		
			
				
	Run unit tests / build-static-assets (pull_request) Successful in 35m56s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-01 19:57:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5fb26f42d6 
							
						 
					 
					
						
						
							
							Define a controller for invitations  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run unit tests / copyright_notice (pull_request) Successful in 57s 
				
			 
		
			
				
	Run unit tests / check-licenses (pull_request) Failing after 2m13s 
				
			 
		
			
				
	Run unit tests / rubocop (pull_request) Failing after 3m35s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Failing after 5m6s 
				
			 
		
			
				
	Run unit tests / build-static-assets (pull_request) Has been skipped 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-01 17:58:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							522bcb0032 
							
						 
					 
					
						
						
							
							Generate invitations within the same group  
						
						
						
						
					 
					
						2025-01-28 08:59:15 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ecbb6af4bd 
							
						 
					 
					
						
						
							
							Increase seeds size  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run unit tests / rubocop (pull_request) Successful in 36s 
				
			 
		
			
				
	Run unit tests / check-licenses (pull_request) Successful in 41s 
				
			 
		
			
				
	Run unit tests / copyright_notice (pull_request) Successful in 1m23s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Failing after 3m30s 
				
			 
		
			
				
	Run unit tests / build-static-assets (pull_request) Has been skipped 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-01-27 20:42:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b112aefe21 
							
						 
					 
					
						
						
							
							Optimize seeds file  
						
						
						
						
					 
					
						2025-01-27 20:22:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a5d3062654 
							
						 
					 
					
						
						
							
							Define and seed an invitation model  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run unit tests / rubocop (pull_request) Successful in 48s 
				
			 
		
			
				
	Run unit tests / check-licenses (pull_request) Successful in 55s 
				
			 
		
			
				
	Run unit tests / copyright_notice (pull_request) Successful in 1m16s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Failing after 3m39s 
				
			 
		
			
				
	Run unit tests / build-static-assets (pull_request) Has been skipped 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-01-27 20:08:28 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2147d7ad5e 
							
						 
					 
					
						
						
							
							Redo simulations lifecycle ( #222 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run unit tests / rubocop (push) Successful in 27s 
				
			 
		
			
				
	Run unit tests / check-licenses (push) Successful in 32s 
				
			 
		
			
				
	Run unit tests / copyright_notice (push) Successful in 36s 
				
			 
		
			
				
	Run unit tests / unit_tests (push) Successful in 1m22s 
				
			 
		
			
				
	Run unit tests / build-static-assets (push) Successful in 10m9s 
				
			 
		
		
	 
 
	 
						
						## Why
The current way of creating and deleting simulations doesn't scale for big instances. We cannot generate 50 simulations every time a guest confirms attendance, and we should not delete existing valuable simulations. For example, if a guest confirms attendance and declines right after, previously generated simulations should still be valid.
## What
In this PR we are introducing a series of changes that make simulations management easier:
1. We're removing the automatic creation of simulations.
2. Simulations are not removed anymore, neither manually nor automatically.
3. A new endpoint has been defined to create simulations on demand.
4. A digest property has been defined to determine whether a simulation is still valid (meaning there have not been any change in the list of guests involved).
Reviewed-on: #222 
Co-authored-by: Manuel Bustillo <bustikiller@bustikiller.com>
Co-committed-by: Manuel Bustillo <bustikiller@bustikiller.com> 
						
						
					 
					
						2025-01-26 12:53:21 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							f414acb2d5 
							
						 
					 
					
						
						
							
							Test reversibility of migrations ( #220 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run unit tests / rubocop (push) Failing after 1m10s 
				
			 
		
			
				
	Run unit tests / unit_tests (push) Failing after 1m16s 
				
			 
		
			
				
	Run unit tests / copyright_notice (push) Successful in 1m16s 
				
			 
		
			
				
	Run unit tests / check-licenses (push) Successful in 1m36s 
				
			 
		
			
				
	Run unit tests / build-static-assets (push) Has been skipped 
				
			 
		
		
	 
 
	 
						
						We want to make sure that:
1. Migrations are reversible
2. Reapplying migrations added to a PR leads to the same schema.rb
Reviewed-on: #220 
Co-authored-by: Manuel Bustillo <bustikiller@bustikiller.com>
Co-committed-by: Manuel Bustillo <bustikiller@bustikiller.com> 
						
						
					 
					
						2025-01-25 09:43:43 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8c12884212 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m38s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 3m16s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 5m31s 
				
			 
		
			
				
	Build Nginx-based docker image / build-static-assets (pull_request) Successful in 41m31s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-01-23 21:34:23 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6cead51bb9 
							
						 
					 
					
						
						
							
							Remove all copyright notices to force recreation  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m25s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 3m0s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 4m54s 
				
			 
		
			
				
	Build Nginx-based docker image / build-static-assets (pull_request) Successful in 45m24s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-01-23 22:29:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							74ca20d3e8 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m22s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 2m5s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 3m45s 
				
			 
		
			
				
	Build Nginx-based docker image / build-static-assets (pull_request) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-01-23 21:18:12 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							91bbae1c63 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 59s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 2m21s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 3m2s 
				
			 
		
			
				
	Build Nginx-based docker image / build-static-assets (pull_request) Successful in 25m17s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-01-13 20:38:47 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							e20a366410 
							
						 
					 
					
						
						
							
							Update copyright assignment to cover 2025 and include all contributors  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 56s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 1m36s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 3m56s 
				
			 
		
			
				
	Build Nginx-based docker image / build-static-assets (pull_request) Successful in 28m26s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-01-13 21:37:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0780b17f4b 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m20s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 41s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 2m11s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-12-26 19:30:32 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6c6ae62e5a 
							
						 
					 
					
						
						
							
							Define model and endpoints to store affinity between group pairs  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m7s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 1m18s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 2m16s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-12-26 20:29:06 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9f0773647f 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 2m37s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 3m11s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 4m23s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-12-08 10:41:24 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9e097361d0 
							
						 
					 
					
						
						
							
							Define endpoints to create, update, and delete groups  
						
						
						
						
					 
					
						2024-12-08 11:30:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							93d907cdc8 
							
						 
					 
					
						
						
							
							Remove leftovers of the date attribute  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 47s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 1m13s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 1m50s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-12-07 23:43:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9b612ce01d 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m37s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 2m38s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Failing after 4m38s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-12-07 18:09:21 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8527b20075 
							
						 
					 
					
						
						
							
							Remove wedding date attribute  
						
						
						
						
					 
					
						2024-12-07 12:39:43 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3fca449461 
							
						 
					 
					
						
						
							
							Limit visibility per tenant  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 57s 
				
			 
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m29s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Failing after 3m28s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-12-02 09:04:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ef573c5f73 
							
						 
					 
					
						
						
							
							Require a tenant to be configured for all queries  
						
						
						
						
					 
					
						2024-12-02 08:57:10 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							4d9563cab7 
							
						 
					 
					
						
						
							
							Adapt background job to use acts as tenant  
						
						
						
						
					 
					
						2024-12-01 10:41:05 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6d61e8452a 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 57s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 1m28s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Failing after 2m3s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-30 20:07:45 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							63bb32f2a7 
							
						 
					 
					
						
						
							
							Include users in the list of models affected by tenant  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m3s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 1m30s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Failing after 3m6s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-30 21:06:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							cb90a93ef3 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m7s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 1m59s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Failing after 3m6s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-30 19:07:36 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5b3c1fdfac 
							
						 
					 
					
						
						
							
							Adapt seeds file to use ActsAsTenant  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 40s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 1m9s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Failing after 3m30s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-30 20:06:43 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8bff98b165 
							
						 
					 
					
						
						
							
							Create DB associations  
						
						
						
						
					 
					
						2024-11-30 20:06:43 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							988e158d99 
							
						 
					 
					
						
						
							
							Install acts_as_tenant gem and update documentation  
						
						
						
						
					 
					
						2024-11-30 20:06:43 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							cf6ca5aa17 
							
						 
					 
					
						
						
							
							Create a seed user for the develoment environment  
						
						
						
						
					 
					
						2024-11-30 20:06:43 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9e222f59be 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m47s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 2m49s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 3m26s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-30 18:31:48 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							24c39f331a 
							
						 
					 
					
						
						
							
							Define a simple wedding model  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m6s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 1m53s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 4m17s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-30 19:30:04 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5458c6dd8c 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m57s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 3m5s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 3m48s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-30 13:27:21 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b8e6df732c 
							
						 
					 
					
						
						
							
							Generate user model, document some endpoints (missing email verification)  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 41s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Failing after 1m30s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 4m41s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-30 14:24:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							13bdaf0bd2 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m47s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 1m51s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 2m29s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-30 10:03:46 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							63c7bc8772 
							
						 
					 
					
						
						
							
							Refine columns in the users table  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m20s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 2m15s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 3m52s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-30 11:01:44 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d9ab2f5091 
							
						 
					 
					
						
						
							
							Install devise gem  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m22s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Failing after 2m35s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 3m54s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-30 10:59:28 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3d424c304e 
							
						 
					 
					
						
						
							
							Revert user authentication  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 1m9s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 1m17s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 2m43s 
				
			 
		
		
	 
 
	 
						
						This reverts commit b215e8a3b40be089e7359cfd424f807c2d54b1c2. 
						
						
					 
					
						2024-11-30 10:45:17 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							134bf27955 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 1m13s 
				
			 
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 2m4s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 2m34s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-18 23:27:50 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							aa0986986f 
							
						 
					 
					
						
						
							
							Install Rails' authentication generator  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 1m1s 
				
			 
		
			
				
	Check usage of free licenses / check-licenses (pull_request) Successful in 2m56s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 3m27s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-19 00:26:44 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3b9ca24bcd 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / build-static-assets (pull_request) Successful in 1m27s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 3m5s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 5m2s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-11 06:57:39 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							bd5c4f5482 
							
						 
					 
					
						
						
							
							Merge first and last name and expose guest update endpoint  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / build-static-assets (pull_request) Successful in 1m42s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 3m5s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 5m4s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-11 07:55:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							fa3d3cf13b 
							
						 
					 
					
						
						
							
							Assign similar colors to child groups  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / build-static-assets (pull_request) Successful in 35s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 55s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 3m11s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-10 12:22:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							231ea3fda8 
							
						 
					 
					
						
						
							
							Merge pull request 'Assign a color to every group and expose it via API' ( #94 ) from group-color into main  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / build-static-assets (push) Successful in 41s 
				
			 
		
			
				
	Run unit tests / unit_tests (push) Successful in 1m40s 
				
			 
		
			
				
	Build Nginx-based docker image / build-static-assets (push) Successful in 25m17s 
				
			 
		
		
	 
 
	 
						
						Reviewed-on: #94  
						
						
					 
					
						2024-11-03 13:50:56 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3ae90bfc4e 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Add copyright notice / copyright_notice (pull_request) Failing after 17s 
				
			 
		
			
				
	Check usage of free licenses / build-static-assets (pull_request) Successful in 1m14s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 2m7s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-03 13:43:32 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a42f938530 
							
						 
					 
					
						
						
							
							Assign a color to every group and expose it via API  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Check usage of free licenses / build-static-assets (pull_request) Successful in 55s 
				
			 
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 1m28s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 1m57s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-03 14:41:09 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a67696747b 
							
						 
					 
					
						
						
							
							Enqueue some simulations after running the seed file  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 56s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 1m25s 
				
			 
		
			
				
	Check usage of free licenses / build-static-assets (pull_request) Successful in 2m1s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-03 14:18:30 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0d7f602441 
							
						 
					 
					
						
						
							
							Merge pull request 'Assign a name to every tables arrangement' ( #83 ) from arrangement-names into main  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Run unit tests / unit_tests (push) Successful in 10m57s 
				
			 
		
			
				
	Build Nginx-based docker image / build-static-assets (push) Failing after 13m23s 
				
			 
		
		
	 
 
	 
						
						Reviewed-on: #83  
						
						
					 
					
						2024-11-03 11:04:07 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2fd4549b00 
							
						 
					 
					
						
						
							
							Add copyright notice  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Add copyright notice / copyright_notice (pull_request) Successful in 6m31s 
				
			 
		
			
				
	Run unit tests / unit_tests (pull_request) Successful in 10m41s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2024-11-03 10:47:26 +00:00