- 14 Jun, 2016 5 commits
-
-
Yorick Peterse authored
We can't do a lot with classes without names as we can't filter by them, have no idea where they come from, etc. As such it's best to just ignore these.
-
Paco Guzman authored
By default instrumentation will instrument public, protected and private methods, because usually heavy work is done on private method or at least that’s what facts is showing
-
Paco Guzman authored
Generating the following tags Grape#GET /projects/:id/archive from Grape::Route objects like { :path => /:version/projects/:id/archive(.:format) :version => “v3”, :method => “GET” } Use an instance variable to cache raw_path transformations. This variable is only going to growth to the number of endpoints of the API, not with exact different requests We can store this cache as an instance variable because middleware are initialised only once
-
Paco Guzman authored
-
Grzegorz Bizon authored
-
- 13 Jun, 2016 9 commits
-
-
Douglas Barbosa Alexandre authored
-
Jacob Vosmaer authored
-
Yorick Peterse authored
This ensures that whenever changing the NULL constraint of a column fails we still drop the column.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 10 Jun, 2016 3 commits
-
-
Jacob Vosmaer authored
Auth.find was a very generic name for a very specific method. Auth.find_in_gitlab_or_ldap was inaccurate in GitLab EE where it also looks in Kerberos.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 09 Jun, 2016 3 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 08 Jun, 2016 5 commits
-
-
Patricio Cano authored
-
Kamil Trzcinski authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 07 Jun, 2016 10 commits
-
-
Patricio Cano authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
This is a temporary refactoring stub, that is planned to be removed after removing legacy config processor.
-
Kamil Trzcinski authored
-
- 06 Jun, 2016 5 commits
-
-
Patricio Cano authored
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Felipe Artur authored
-
Douglas Barbosa Alexandre authored
Fix comments on diff after LegacyDiffNote was extracted from Note
-