Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							37de70c4f9 
							
						 
					 
					
						
						
							
							v3.6.4  
						
						
						
						
					 
					
						2021-06-23 15:19:11 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							0ab3503e3c 
							
						 
					 
					
						
						
							
							v3.6.3  
						
						
						
						
					 
					
						2021-06-02 16:24:59 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							43b947b2ba 
							
						 
					 
					
						
						
							
							v3.6.2  
						
						
						
						
					 
					
						2021-05-11 11:43:35 +02:00 
						 
				 
			
				
					
						
							
							
								Ralph 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							81a9a63cad 
							
						 
					 
					
						
						
							
							GraphQL Plugin (bug): Content type's attributes marked as private are being exposed in the exported GraphQL schema ( #9805 )  
						
						... 
						
						
						
						* Fixes  #9804 
* Fixes isPrivateAttribute function in strapi utils to take into account the private property within an attribute
* removing comment
* removing isNotPrivate function + adding call to already existing isPrivateAttribute function instead of isNotPrivate
* isPrivateAttribute fixed based on coments from Alexandre and confirmed that the model does indeed contain all private fields in an array at startup time
* removing isNotPrivate function and fixing generateEnumDefinitions to use the already available isPrivateAttribute function
* checking if created_at and update_at are also marked as private and if this is the case then hiding them
* allowIds by default when generating the input model to see if the tests will pass
* moving allowIds back to false by default
* adding isTypeAttributeEnabled function to check if a type attribute has been disabled and remove it from the exported graphql schema
* removing unused var
* only using isTypeAttributeEnabled instead of isPrivateAttribute.
* adding isPrivateAttribute at association level
* Adding isNotPrivate back together with isTypeAttributeEnabled
* adding unit test for removing a disabled attribute from a graphql schema
* renaming person to player in the test model
* Deleting the file as it has been renamed in the strapi master branch
* fixing lint issues
* fixing some lint issues
* adding isTypeAttributeEnabled support
* adding enumeration field in graphql
* adding use strict; to test file
* fixing test checking that disabled attributes in graphql are removed from the graphql schema
* adding test for buidShadowCrud
* Update packages/strapi-plugin-graphql/services/type-builder.js
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
Co-authored-by: Rmaroun <rmaroun@outlook.com>
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu> 
						
						
					 
					
						2021-05-10 09:35:07 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cfb1eb549f 
							
						 
					 
					
						
						
							
							Bump apollo-server-koa from 2.23.0 to 2.24.0 ( #10214 )  
						
						... 
						
						
						
						Bumps [apollo-server-koa](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-koa ) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-koa@2.24.0/packages/apollo-server-koa )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-03 18:12:36 +11:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							2fd29041f8 
							
						 
					 
					
						
						
							
							v3.6.1  
						
						
						
						
					 
					
						2021-04-29 14:34:38 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							63b285b763 
							
						 
					 
					
						
						
							
							Bump apollo-server-koa from 2.22.1 to 2.23.0 ( #10155 )  
						
						... 
						
						
						
						Bumps [apollo-server-koa](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-koa ) from 2.22.1 to 2.23.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-koa@2.23.0/packages/apollo-server-koa )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-04-27 09:55:21 +02:00 
						 
				 
			
				
					
						
							
							
								Guilherme Pacheco 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							11a128ead2 
							
						 
					 
					
						
						
							
							Fix   #10125  - Accept falsy values returned by controllers in GraphQL queries and mutations ( #10145 )  
						
						... 
						
						
						
						* Fix  #10125  - accept falsy values returned by controllers
* Add test for falsy ctx.body on built graphql resolver
* Use test instead of it in unit tests 
						
						
					 
					
						2021-04-26 16:46:37 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							4ab210eec6 
							
						 
					 
					
						
						
							
							v3.6.0  
						
						
						
						
					 
					
						2021-04-21 17:00:57 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							387b53bf35 
							
						 
					 
					
						
						
							
							Target shadowcrud mutations only  
						
						
						
						
					 
					
						2021-04-14 17:14:45 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							686aa2ae80 
							
						 
					 
					
						
						
							
							Pass extra args in ctx.query for every mutation  
						
						
						
						
					 
					
						2021-04-14 16:30:00 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							614ce35d37 
							
						 
					 
					
						
						
							
							Merge branch 'master' into features/i18n  
						
						
						
						
					 
					
						2021-04-09 17:43:59 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							773069f7c5 
							
						 
					 
					
						
						
							
							Remove unnecessary code  
						
						
						
						
					 
					
						2021-04-09 10:46:10 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							c7d67c53ed 
							
						 
					 
					
						
						
							
							Add tests & handle _or & _where  
						
						
						
						
					 
					
						2021-04-08 14:47:05 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca237cffdf 
							
						 
					 
					
						
						
							
							Bump lodash from 4.17.20 to 4.17.21 ( #9990 )  
						
						... 
						
						
						
						Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-04-08 14:06:59 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							02342ace0a 
							
						 
					 
					
						
						
							
							Use objects instead of strings to declare queries & mutattions  
						
						
						
						
					 
					
						2021-04-08 13:26:03 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							a408dc1940 
							
						 
					 
					
						
						
							
							init  
						
						
						
						
					 
					
						2021-04-06 16:59:32 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							fd18d2a67a 
							
						 
					 
					
						
						
							
							Merge branch 'master' into features/i18n  
						
						
						
						
					 
					
						2021-04-02 17:33:24 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ee59d4fbc7 
							
						 
					 
					
						
						
							
							Bump apollo-server-koa from 2.19.1 to 2.22.1 ( #9855 )  
						
						... 
						
						
						
						Bumps [apollo-server-koa](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-koa ) from 2.19.1 to 2.22.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-koa@2.22.1/packages/apollo-server-koa )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-03-29 12:49:23 +02:00 
						 
				 
			
				
					
						
							
							
								Convly 
							
						 
					 
					
						
						
						
						
							
						
						
							4c21bea64b 
							
						 
					 
					
						
						
							
							Use a global timeout instead of redefining it everytime  
						
						
						
						
					 
					
						2021-03-26 20:15:38 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							a66e0269da 
							
						 
					 
					
						
						
							
							Merge branch 'master' into features/i18n  
						
						
						
						
					 
					
						2021-03-25 15:07:41 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							3065d72a4b 
							
						 
					 
					
						
						
							
							v3.5.4  
						
						
						
						
					 
					
						2021-03-25 14:34:45 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							c57b3be1eb 
							
						 
					 
					
						
						
							
							Merge branch 'master' into features/i18n  
						
						
						
						
					 
					
						2021-03-12 09:45:51 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							33552e43b8 
							
						 
					 
					
						
						
							
							v3.5.3  
						
						
						
						
					 
					
						2021-03-11 14:25:37 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre BODIN 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3635962a3 
							
						 
					 
					
						
						
							
							Fix component assoc resolvers in graphql ( #9660 )  
						
						
						
						
					 
					
						2021-03-10 10:46:46 +01:00 
						 
				 
			
				
					
						
							
							
								DMehaffy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ba0637e26b 
							
						 
					 
					
						
						
							
							Update all documentation links in the code-base and readmes ( #9643 )  
						
						... 
						
						
						
						Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com> 
						
						
					 
					
						2021-03-09 09:13:15 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							e9b4bf5616 
							
						 
					 
					
						
						
							
							Merge branch 'master' into features/i18n  
						
						
						
						
					 
					
						2021-03-05 12:22:18 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre BODIN 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							65bc2d04d3 
							
						 
					 
					
						
						
							
							Fix config renamed by error ( #9559 )  
						
						
						
						
					 
					
						2021-03-01 19:12:54 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							1a472c98a7 
							
						 
					 
					
						
						
							
							v3.5.2  
						
						
						
						
					 
					
						2021-03-01 11:24:44 +01:00 
						 
				 
			
				
					
						
							
							
								Convly 
							
						 
					 
					
						
						
						
						
							
						
						
							3cc49c4ea8 
							
						 
					 
					
						
						
							
							v3.5.1  
						
						
						
						
					 
					
						2021-02-23 11:23:21 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							469991f9f2 
							
						 
					 
					
						
						
							
							Merge branch 'master' into features/i18n  
						
						
						
						
					 
					
						2021-02-18 14:36:32 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							d02a7ba2fa 
							
						 
					 
					
						
						
							
							v3.5.0  
						
						
						
						
					 
					
						2021-02-18 11:28:28 +01:00 
						 
				 
			
				
					
						
							
							
								Pierre Noël 
							
						 
					 
					
						
						
						
						
							
						
						
							b3a9b5ad76 
							
						 
					 
					
						
						
							
							add pluginOptions  
						
						
						
						
					 
					
						2021-02-10 14:29:54 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							de552b6dd5 
							
						 
					 
					
						
						
							
							Bump koa from 2.13.0 to 2.13.1 ( #9311 )  
						
						... 
						
						
						
						Bumps [koa](https://github.com/koajs/koa ) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/koajs/koa/releases )
- [Changelog](https://github.com/koajs/koa/blob/master/History.md )
- [Commits](https://github.com/koajs/koa/compare/2.13.0...2.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-02-08 09:38:42 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							544f98b8ee 
							
						 
					 
					
						
						
							
							v3.4.6  
						
						
						
						
					 
					
						2021-02-03 19:32:36 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre BODIN 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42d1d2b38e 
							
						 
					 
					
						
						
							
							test fix for many many perf issues ( #9286 )  
						
						
						
						
					 
					
						2021-02-03 19:29:30 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d44c63f1b 
							
						 
					 
					
						
						
							
							Bump graphql from 15.4.0 to 15.5.0 ( #9276 )  
						
						... 
						
						
						
						Bumps [graphql](https://github.com/graphql/graphql-js ) from 15.4.0 to 15.5.0.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v15.4.0...v15.5.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-02-01 09:37:52 +01:00 
						 
				 
			
				
					
						
							
							
								Pierre Noël 
							
						 
					 
					
						
						
						
						
							
						
						
							b0bf427ac4 
							
						 
					 
					
						
						
							
							Merge branch 'master' into features/i18n  
						
						
						
						
					 
					
						2021-01-29 10:11:52 +01:00 
						 
				 
			
				
					
						
							
							
								Jorrit Schippers 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							175422d760 
							
						 
					 
					
						
						
							
							Update .npmignore files ( #8865 )  
						
						... 
						
						
						
						Add .editorconfig, .snyk, __tests__, jest.config.js
Remove .npmignore and .gitignore from admin subdirectories
Signed-off-by: Jorrit Schippers <jorrit@ncode.nl> 
						
						
					 
					
						2021-01-28 16:57:29 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							5524d72396 
							
						 
					 
					
						
						
							
							Merge branch 'master' into features/i18n  
						
						
						
						
					 
					
						2021-01-28 11:35:17 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							4f9cc8a22c 
							
						 
					 
					
						
						
							
							v3.4.5  
						
						
						
						
					 
					
						2021-01-26 11:59:47 +01:00 
						 
				 
			
				
					
						
							
							
								pimsomeday 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5d5ed0890b 
							
						 
					 
					
						
						
							
							Fix/8754 disable graphql queries other than crud ( #9131 )  
						
						... 
						
						
						
						* removes disabled resolvers from definitions
* cleanup
* fix empty query or mutation in schema
* filters disabled resolvers using graphql-tools
* returns generated schema directly
* return complete schema
* use lodash to get resolver
* uses printSchema from graphql 
						
						
					 
					
						2021-01-22 19:06:04 +01:00 
						 
				 
			
				
					
						
							
							
								Pierre Noël 
							
						 
					 
					
						
						
						
						
							
						
						
							3729f69e08 
							
						 
					 
					
						
						
							
							init i18n plugin  
						
						
						
						
					 
					
						2021-01-22 17:57:15 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							542786f263 
							
						 
					 
					
						
						
							
							v3.4.4  
						
						
						
						
					 
					
						2021-01-20 17:31:59 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							553d64cafd 
							
						 
					 
					
						
						
							
							v3.4.3  
						
						
						
						
					 
					
						2021-01-14 10:46:50 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2a79cd57c5 
							
						 
					 
					
						
						
							
							Bump apollo-server-koa from 2.18.2 to 2.19.1 ( #9123 )  
						
						... 
						
						
						
						Bumps [apollo-server-koa](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-koa ) from 2.18.2 to 2.19.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-koa@2.19.1/packages/apollo-server-koa )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-01-14 10:00:35 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Bodin 
							
						 
					 
					
						
						
						
						
							
						
						
							7505de6ad9 
							
						 
					 
					
						
						
							
							v3.4.2  
						
						
						
						
					 
					
						2021-01-13 12:16:44 +01:00 
						 
				 
			
				
					
						
							
							
								Convly 
							
						 
					 
					
						
						
						
						
							
						
						
							2a483ba958 
							
						 
					 
					
						
						
							
							Cleanup  
						
						... 
						
						
						
						Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> 
						
						
					 
					
						2021-01-08 10:09:08 +01:00 
						 
				 
			
				
					
						
							
							
								Convly 
							
						 
					 
					
						
						
						
						
							
						
						
							44b213dc6d 
							
						 
					 
					
						
						
							
							Fix memory leak (causing heap overflow)  
						
						... 
						
						
						
						Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> 
						
						
					 
					
						2021-01-08 10:09:06 +01:00 
						 
				 
			
				
					
						
							
							
								Convly 
							
						 
					 
					
						
						
						
						
							
						
						
							857a78e252 
							
						 
					 
					
						
						
							
							Add all missing e2e tests (draft)  
						
						... 
						
						
						
						Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> 
						
						
					 
					
						2021-01-08 09:52:22 +01:00