ivaosthu
							
						 
					 | 
					
						
						
						
						
							
						
						
							553f20c3a6
							
						
					 | 
					
						
						
							
							Syntax
						
						
						
						
						
					 | 
					
						2014-12-10 18:51:27 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								ivaosthu
							
						 
					 | 
					
						
						
						
						
							
						
						
							65225ffba0
							
						
					 | 
					
						
						
							
							Validation logic should probably not be in the db-code
						
						
						
						
						
					 | 
					
						2014-12-10 18:49:08 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								ivaosthu
							
						 
					 | 
					
						
						
						
						
							
						
						
							6133f4920b
							
						
					 | 
					
						
						
							
							Cleaned up and changed promises used in the feature API
						
						
						
						
						
					 | 
					
						2014-12-10 18:45:02 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								ivaosthu
							
						 
					 | 
					
						
						
						
						
							
						
						
							778b81f1cd
							
						
					 | 
					
						
						
							
							changed order for feature toggles.
						
						
						
						
						
					 | 
					
						2014-12-10 17:13:26 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								ivaosthu
							
						 
					 | 
					
						
						
						
						
							
						
						
							c16f4a1867
							
						
					 | 
					
						
						
							
							Implemented server side API for deleting strategies.
						
						
						
						
						
						
						
						relates to #60 
						
					 | 
					
						2014-12-08 20:56:22 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								ivaosthu
							
						 
					 | 
					
						
						
						
						
							
						
						
							6eaf18a7f7
							
						
					 | 
					
						
						
							
							strategies should be order after createdAt ASC
						
						
						
						
						
					 | 
					
						2014-11-29 11:51:57 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jari Bakken
							
						 
					 | 
					
						
						
						
						
							
						
						
							20c4fe6702
							
						
					 | 
					
						
						
							
							Add ability to create custom stratgies. Closes #11.
						
						
						
						
						
					 | 
					
						2014-11-25 15:28:31 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ivar Østhus
							
						 
					 | 
					
						
						
						
						
							
						
						
							7c5aa8e5bb
							
						
					 | 
					
						
						
							
							strategies should be fetched from DB
						
						
						
						
						
					 | 
					
						2014-11-17 22:39:04 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ivar Østhus
							
						 
					 | 
					
						
						
						
						
							
						
						
							e3b8a868d1
							
						
					 | 
					
						
						
							
							Added the default strategies via migration
						
						
						
						
						
					 | 
					
						2014-11-17 21:23:23 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Gard Rimestad
							
						 
					 | 
					
						
						
						
						
							
						
						
							cf3eaefb46
							
						
					 | 
					
						
						
							
							Improvements on log view
						
						
						
						
						
					 | 
					
						2014-11-17 10:13:30 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jari Bakken
							
						 
					 | 
					
						
						
						
						
							
						
						
							92eda2660e
							
						
					 | 
					
						
						
							
							Fix getFeature() semantics
						
						
						
						
						
						
						
						It will always reject if the feature is not found, not resolve to null. 
						
					 | 
					
						2014-11-14 16:58:05 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jari Bakken
							
						 
					 | 
					
						
						
						
						
							
						
						
							d591cdad2b
							
						
					 | 
					
						
						
							
							Use knex' map()
						
						
						
						
						
					 | 
					
						2014-11-14 16:40:13 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jari Bakken
							
						 
					 | 
					
						
						
						
						
							
						
						
							3d52d97f85
							
						
					 | 
					
						
						
							
							Use knex for DB access. Closes #46.
						
						
						
						
						
					 | 
					
						2014-11-14 15:06:53 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jari Bakken
							
						 
					 | 
					
						
						
						
						
							
						
						
							981c383bb5
							
						
					 | 
					
						
						
							
							Replace PATCH with PUT, which enables editing multiple fields at once.
						
						
						
						
						
						
						
						Closes #47. 
						
					 | 
					
						2014-11-14 12:56:23 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Gard Rimestad
							
						 
					 | 
					
						
						
						
						
							
						
						
							f9477e2e35
							
						
					 | 
					
						
						
							
							Fix event api
						
						
						
						
						
					 | 
					
						2014-11-14 07:28:40 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Gard Rimestad
							
						 
					 | 
					
						
						
						
						
							
						
						
							360c1bc37a
							
						
					 | 
					
						
						
							
							Adding events/:name
						
						
						
						
						
					 | 
					
						2014-11-14 07:13:08 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jari Bakken
							
						 
					 | 
					
						
						
						
						
							
						
						
							178f2111dd
							
						
					 | 
					
						
						
							
							Add features.description to db and ui
						
						
						
						
						
					 | 
					
						2014-11-10 16:21:22 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jari Bakken
							
						 
					 | 
					
						
						
						
						
							
						
						
							d30bc6a54c
							
						
					 | 
					
						
						
							
							Reduce duplication when adding a new migration.
						
						
						
						
						
					 | 
					
						2014-11-10 15:58:11 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ivar Østhus
							
						 
					 | 
					
						
						
						
						
							
						
						
							954f6c76ad
							
						
					 | 
					
						
						
							
							Strategies should also have description #34
						
						
						
						
						
					 | 
					
						2014-11-03 21:32:25 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jari Bakken
							
						 
					 | 
					
						
						
						
						
							
						
						
							fee7838d20
							
						
					 | 
					
						
						
							
							Get rid of deprecation warnings.
						
						
						
						
						
					 | 
					
						2014-11-03 12:43:23 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								ivaosthu
							
						 
					 | 
					
						
						
						
						
							
						
						
							0ba223dc4e
							
						
					 | 
					
						
						
							
							Simple tab-based menu to have a contianer for strategies
						
						
						
						
						
					 | 
					
						2014-11-01 14:52:37 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								ivaosthu
							
						 
					 | 
					
						
						
						
						
							
						
						
							f38a07325d
							
						
					 | 
					
						
						
							
							added server side validation of feature name
						
						
						
						
						
					 | 
					
						2014-11-01 11:47:21 +01:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jari Bakken
							
						 
					 | 
					
						
						
						
						
							
						
						
							8c3fdfc9d4
							
						
					 | 
					
						
						
							
							Move unleash-server to top level.
						
						
						
						
						
					 | 
					
						2014-10-31 16:35:35 +01:00 | 
					
					
						
						
							
							
							
						
					 |