- Sep 13, 2019
-
-
GitLab Bot authored
-
- Sep 10, 2019
-
-
Alessio Caiazza authored
This cop prevents you from using file in API, it points you to the development documentation about workhorse file acceleration.
-
- Aug 30, 2019
-
-
Ash McKenzie authored
rails_helper.rb's only logic was to require spec_helper.rb.
-
- Aug 28, 2019
-
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
Use Rubocop's Include instead of manually checking the matcher in controllers specs.
-
- Aug 27, 2019
-
-
Robert Speicher authored
-
- Aug 26, 2019
-
-
Peter Leitzen authored
Stop checking the file location programmatically.
-
- Aug 14, 2019
-
-
Hordur Freyr Yngvason authored
-
- Jul 19, 2019
-
-
Mike Greiling authored
Moves every fixture source file from spec/javascripts to spec/frontend
-
- Apr 18, 2019
-
-
Toon Claes authored
Related issue: https://gitlab.com/gitlab-org/gitlab-ee/issues/6565
-
- Apr 15, 2019
-
-
Kamil Trzcińśki authored
The `#reload` makes to load all objects into memory, and the main purpose of `#reload` is to drop the association cache. The `#reset` seems to solve exactly that case.
-
- Mar 29, 2019
-
-
Nick Thomas authored
We also enable the rubocop that makes it mandatory
-
- Mar 13, 2019
-
-
Nick Thomas authored
-
- Mar 06, 2019
-
-
Andrew Newdigate authored
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
-
- Jan 22, 2019
-
-
Andrew Newdigate authored
This change allows the GitLab rails and sidekiq components to receive tracing spans from upstream services such as Workhorse and pass these spans on to downstream services including Gitaly and Sidekiq. This change will also emit traces for incoming and outgoing requests using the propagated trace information. This will allow operators and engineers to view traces across the Workhorse, GitLab Rails, Sidekiq and Gitaly components. Additional intra-service instrumentation will be added in future changes.
-
- Dec 18, 2018
-
-
blackst0ne authored
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
-
- Dec 13, 2018
-
-
Yorick Peterse authored
This Cop enforces the rule that injecting EE modules (using prepend, include, or extend) is done by placing the injection on the last line of a file, instead of somewhere in the middle. By placing these lines at the very end, merge conflicts will not happen.
-
- Nov 21, 2018
-
-
gfyoung authored
This should wrap up frozen string enablement for gitlab-ce. xref gitlab-org/gitlab-ce#47424.
-
- Oct 26, 2018
-
-
Lin Jen-Shin authored
-
- Oct 25, 2018
-
-
Sanad Liaquat authored
-
- Oct 24, 2018
-
-
Sanad Liaquat authored
-
- Oct 11, 2018
-
-
Sanad Liaquat authored
Use ACCEPT_INSECURE_CERTS env var and fix step Simplify saml signin Fix rubo cop offence Add missing # frozen_string_literal: true
-
- Oct 09, 2018
-
-
James Edwards-Jones authored
Moves RSpec/FilePath cop from gitlab-styles, so we can specify filepaths to ignore without hardcoding them in the gem.
-
- Oct 08, 2018
-
-
gfyoung authored
Enables frozen string for the following files: * lib/generators/**/*.rb * lib/gitaly/**/*.rb * lib/google_api/**/*.rb * lib/haml_lint/**/*.rb * lib/json_web_token/**/*.rb * lib/mattermost/**/*.rb * lib/microsoft_teams/**/*.rb * lib/object_storage/**/*.rb * lib/omni_auth/**/*.rb * lib/peek/**/*.rb * lib/rouge/**/*.rb * lib/rspec_flaky/**/*.rb * lib/system_check/**/*.rb Partially addresses #47424.
-
- Sep 28, 2018
-
-
gfyoung authored
-
- Sep 21, 2018
-
-
- Aug 14, 2018
-
-
Mark Chao authored
These are dynamic translations, so has to be marked explicitly using `N_`, but they are not used in runtime, so can exist in separate file. https://github.com/grosser/gettext_i18n_rails#unfound-translations-with-rake-gettextfind
-
- Aug 10, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jul 25, 2018
-
-
Lin Jen-Shin authored
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- Jun 06, 2018
-
-
Bob Van Landuyt authored
- All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601
-
- Jun 05, 2018
-
-
Nick Thomas authored
-
- Mar 21, 2018
-
-
Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
-
- Mar 08, 2018
-
-
- Feb 26, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 13, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 26, 2018
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
it's inside lib/tasks/*
-
- Jan 25, 2018
-
-
Lin Jen-Shin authored
-