- Feb 15, 2018
-
-
Stan Hu authored
Right now Project::VariablesController users the `value` parameter to send the secret variable value. `value` is a pretty generic term and could be used in other controllers, but for now it's better to err on the side of caution and filter this out. Closes #43313
-
- Feb 09, 2018
-
-
Brett Walker authored
This fixes an issue where the Rails autoload system would throw various `Unable to autoload constant` errors (such as `Unable to autoload constant EE::ProjectsHelper`) when using the autoload system (such with `spring` or `reload!` in the rails console. This error was specifically ocurring in the EE code, however, it's seems reasonable to place the fix in CE as a general innoculation.
-
- Jan 26, 2018
-
-
Lin Jen-Shin authored
-
- Jan 25, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 11, 2018
-
-
- Dec 21, 2017
-
-
Jose Ivan Vargas Lopez authored
-
- Dec 14, 2017
-
-
Nick Thomas authored
Rake doesn't respect eager-loading, so to avoid explicit requires we have to duplicate the eager-load config into the auto-load config. This backports an EE change made in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3706
-
Rémy Coutable authored
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md ) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 17, 2017
-
-
- Oct 06, 2017
-
-
Toon Claes authored
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
-
- Oct 04, 2017
-
-
Bob Van Landuyt authored
-
Tim Zallmann authored
-
- Sep 25, 2017
-
-
Annabel Dunstone Gray authored
-
- Sep 10, 2017
-
-
Stan Hu authored
Now that we are logging API requests in `api_json.log`, we see that the runner token was not filtered properly.
-
- Aug 31, 2017
-
-
Stan Hu authored
Upon inspection of logs, there were a number of fields not filtered. For example: * authenticity_token: CSRF token * rss_token: Used for RSS feeds * secret: Used with Projects::UploadController Rails provides a way to match regexps, so we now filter: * Any parameter ending with `_token` * Any parameter containing `password` * Any parameter containing `secret`
-
- Aug 08, 2017
-
-
Brian Neel authored
-
- Aug 07, 2017
-
-
Sean McGivern authored
Group milestones can only be referred to by name, not IID. They also do not support cross-project references.
-
- Aug 04, 2017
-
- Jul 11, 2017
-
-
- Jul 07, 2017
-
-
James Lopez authored
-
Douwe Maan authored
-
- Jul 06, 2017
-
-
Rémy Coutable authored
-
Sean McGivern authored
I don't know exactly when Rails picks each module to use, but this seems to be used by `app` in the console (for instance, `app.project_path` would fail before, but works now).
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Jun 28, 2017
-
-
Annabel Dunstone Gray authored
-
- Jun 21, 2017
-
-
Phil Hughes authored
Start of the new navigation by redesigning just the top navigation menu. This is only shown when a cookie is set. Part of #32794
-
- Jun 09, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- May 24, 2017
-
-
Alexis Reigel authored
-
- May 16, 2017
-
-
Luke "Jared" Bennett authored
Add test.js and test.css to disable animations during testing and include these in _head when testing
-
- May 15, 2017
-
-
Luke "Jared" Bennett authored
Add test.js and test.css to disable animations during testing and include these in _head when testing
-
- May 09, 2017
-
-
Grzegorz Bizon authored
CI/CD models are already located inside `CI` module, thus usual Rails autoloading principles apply. See https://github.com/rails/rails/issues/28854 for more details.
-
- May 04, 2017
-
-
Luke "Jared" Bennett authored
Review changes, removed api/v3 updates as its frozen, removed the clientside_sentry properties from the sensitive data filter as they\'re both available publically
-
Ruben Davila authored
It isn't working fine when using POROs in forms like WikiPage, the following error is being raised: undefined method `abstract_class?' for Object:Class
-
- Apr 28, 2017
-
-
Luke "Jared" Bennett authored
-
Luke "Jared" Bennett authored
-
- Apr 03, 2017
-
-
Tiago Botelho authored
-
- Mar 16, 2017
-
-
Eric Eastwood authored
-