- Sep 13, 2019
-
-
GitLab Bot authored
-
- Aug 24, 2019
-
-
Brett Walker authored
User images and videos will get proxied through the Camo server in order to keep malicious sites from collecting the IP address of users.
-
- Aug 23, 2019
-
-
Add to the service and migration both.
-
- Jul 25, 2019
-
-
Thong Kuah authored
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
- Jul 17, 2019
-
-
- Set access level in before_validation hook - Add post migration for updating existing project_features
-
- Jun 28, 2019
-
-
Stan Hu authored
This will make it possible to whitelist multiple IP addresses (e.g. 192.168.0.1/24).
-
- Jun 25, 2019
-
-
Roger Meier authored
-
- May 21, 2019
-
-
Brett Walker authored
-
- Apr 10, 2019
-
-
Lin Jen-Shin authored
-
- Mar 19, 2019
-
-
In this commit, some methods that aren't being used are removed from `Gitlab::Shell`. They are the ff: - `#remove_keys_not_found_in_db` - `#batch_read_key_ids` - `#list_key_ids` The corresponding methods in `Gitlab::Keys` have been removed as well.
-
- Feb 05, 2019
-
-
Nick Thomas authored
-
- Dec 03, 2018
-
- Sep 11, 2018
-
-
Lin Jen-Shin authored
-
- Aug 23, 2018
-
-
Douglas Barbosa Alexandre authored
-
- Jul 23, 2018
-
-
Grzegorz Bizon authored
-
- Jul 20, 2018
-
-
Grzegorz Bizon authored
-
- Apr 23, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 05, 2018
-
-
Kamil Trzcińśki authored
-
- Mar 21, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Dec 15, 2017
-
-
Sean McGivern authored
The ApplicationSetting model uses the CacheMarkdownField concern, which updates the cached HTML when the field is updated in the database. However, in specs, when we want to test conditions using ApplicationSetting, we stub it, because this is accessed in different ways throughout the application. This means that if a spec runs that caches one of the Markdown fields, and a later spec uses `stub_application_setting` to set the raw value of that field, the cached value was still the original one. We can work around this by ignoring the Markdown cache in contexts where we're using `stub_application_setting`. We could be smarter, and only do this on the Markdown fields of the model, but this is probably fine.
-
- Dec 08, 2017
-
-
Bob Van Landuyt authored
Moving the check out of the general requests, makes sure we don't have any slowdown in the regular requests. To keep the process performing this checks small, the check is still performed inside a unicorn. But that is called from a process running on the same server. Because the checks are now done outside normal request, we can have a simpler failure strategy: The check is now performed in the background every `circuitbreaker_check_interval`. Failures are logged in redis. The failures are reset when the check succeeds. Per check we will try `circuitbreaker_access_retries` times within `circuitbreaker_storage_timeout` seconds. When the number of failures exceeds `circuitbreaker_failure_count_threshold`, we will block access to the storage. After `failure_reset_time` of no checks, we will clear the stored failures. This could happen when the process that performs the checks is not running.
-
- Nov 03, 2017
-
-
Bob Van Landuyt authored
-
- Oct 17, 2017
-
-
Bob Van Landuyt authored
Instead of from the configuration file
-
- Sep 22, 2017
-
-
Nick Thomas authored
-
- Aug 16, 2017
-
-
Bob Van Landuyt authored
This allows testing every storage attempt after a failure. Which could be useful for tests
-
- Aug 09, 2017
-
-
Bob Van Landuyt authored
-
- Jul 27, 2017
-
-
Markus Koller authored
-
- Jul 18, 2017
-
-
Lin Jen-Shin authored
-
- Jul 07, 2017
-
-
Rémy Coutable authored
The implementation now simply rely on the `performance_bar_allowed_group_id` Application Setting. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jul 06, 2017
-
-
Rémy Coutable authored
A `performance_team` Flipper group has been created. By default this group is nil but this can be customized in `gitlab.yml` via the performance_bar.allowed_group setting. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jun 21, 2017
-
-
Grzegorz Bizon authored
-
- Jun 02, 2017
-
-
Maxime Besson authored
This commit lets a user bypass the automatic signin on the login form, in order to login with a technical (admin, etc) account Closes #3786 Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 28, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Feb 23, 2017
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- Nov 30, 2016
-
-
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>
-
- Sep 21, 2015
-
-
Douwe Maan authored
-
- Aug 20, 2015
-
-
Douwe Maan authored
-
- Jul 07, 2015
-
-
Robert Speicher authored
These specs also failed when run by themselves before this change, so we've likely got some kind of cross-test contamination going on.
-