Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Git circuit breaker | Zeger-Jan van de Weg | 2018-10-10 | 1 | -10/+2 |
| | | | | | | | Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0. | ||||
* | Prepare admin/projects/show view to allow EE specific feature | Gabriel Mazetto | 2018-10-05 | 1 | -0/+11 |
| | | | | | | | In EE it will render a Geo Status widget when Geo is enabled and it is in a secondary node. Also added minimal specs to that action. | ||||
* | Simplify runner registration token resetting | Tomasz Maczukin | 2018-10-04 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | This icommit adds several changes related to the same topic - resetting a Runner registration token: 1. On Project settings page it adds a button for resetting the registration token and it removes the Runner token field that was confusing all GitLab users. 2. On Group settings page it adds the same button for resetting the registration token. 3. On Admin Runners settings page it moves the button to the same place as in Project and Group settings and it changes slightly the page layout to make it more similar to Group and Project setting pages. 4. It refactorizes a little the partial that prints runner registration description. Thanks to this Project, Group and Admin settings of the Runner are re-using the same code to generate the button. 5. Updates the translations of changed text. | ||||
* | Add receive_max_input_size setting to Application settings | Rubén Dávila | 2018-09-07 | 1 | -0/+7 |
| | | | | | If user has configure the setting then it will be passed to gitlab-shell and gitlab-workhorse | ||||
* | Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models | gfyoung | 2018-07-26 | 1 | -1/+1 |
| | | | | Partially addresses #47424. | ||||
* | Rails5 ActionController::ParameterMissing: param is missing or the value is ↵ | Jasper Maes | 2018-06-13 | 1 | -1/+1 |
| | | | | empty: application_setting | ||||
* | Update invalid test application_settings_controller_spec.rb | Dmitriy Zaporozhets | 2018-04-14 | 1 | -3/+2 |
| | | | | | | | | | | | | There are 2 problems with this spec: 1. It checks for default visiblity level however there is not code in controller to handle such default. Same check can be performed on model directly. 2. It passes empty application_setting hash while controller requires application_setting not to be empty by using `require` with `permit` Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove N+1 queries in /admin/projects page | Stan Hu | 2018-03-19 | 1 | -0/+10 |
| | |||||
* | Gitaly Server info for admin panel | Zeger-Jan van de Weg | 2018-01-31 | 1 | -0/+15 |
| | | | | | | | | | | | | Implements the client side for gitlab-org/gitaly#819. Which is a server info command. This checks the server version and git binairy version on the server. A small UI was added for administrators, so they can check the status of the Gitaly server. This is done for each storage the monolith knows. Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That MR removed the Git version too, but didn't replace it with anything. | ||||
* | Permits 'password_authentication_enabled_for_git' parameter for ↵ | Mark Fletcher | 2018-01-19 | 1 | -0/+7 |
| | | | | ApplicationSettingsController | ||||
* | reference triggers.values for permitted parameters | Alexis Reigel | 2018-01-17 | 1 | -3/+4 |
| | |||||
* | add missing permitted param | Alexis Reigel | 2018-01-17 | 1 | -0/+1 |
| | |||||
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | Move the circuitbreaker check out in a separate processbvl-circuitbreaker-process | Bob Van Landuyt | 2017-12-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specs | Jacopo | 2017-10-20 | 7 | -21/+21 |
| | |||||
* | Fix namespace deletion tests | Zeger-Jan van de Weg | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Changes the password change workflow for admins.28938-password-change-workflow-for-admins | Tiago Botelho | 2017-08-31 | 1 | -12/+20 |
| | |||||
* | Pending delete projects no longer return 500 error in Admins projects view35435-pending-delete-project-error-in-admin-interface-fix | Tiago Botelho | 2017-08-11 | 1 | -0/+12 |
| | |||||
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-cop | Rémy Coutable | 2017-08-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add a Circuitbreaker for storage paths | Bob Van Landuyt | 2017-08-04 | 1 | -0/+25 |
| | |||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 6 | -8/+8 |
| | |||||
* | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanup | Robert Speicher | 2017-08-01 | 2 | -3/+3 |
| | |||||
* | Backport gitlab-ee!2456 | Oswaldo Ferreira | 2017-07-27 | 1 | -3/+8 |
| | |||||
* | Fixes 500 error caused by pending delete projects in admin dashboard35453-pending-delete-projects-error-in-admin-dashboard-fix | Tiago Botelho | 2017-07-25 | 1 | -0/+21 |
| | |||||
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | Correct RSpec/SingleLineHook cop offenses | Robert Speicher | 2017-06-14 | 2 | -2/+7 |
| | |||||
* | Limit non-administrators to adding 100 members at a time to groups and projects | Nick Thomas | 2017-06-06 | 1 | -0/+9 |
| | |||||
* | Support hard deletion in Admin::UsersController#destroy | Nick Thomas | 2017-06-05 | 1 | -2/+13 |
| | |||||
* | Codestyle | Gabriel Mazetto | 2017-05-13 | 1 | -1/+1 |
| | |||||
* | Make the new repository_update_events configurable in System Hooks UI | Gabriel Mazetto | 2017-05-12 | 1 | -0/+28 |
| | |||||
* | refactor code based on feedback | James Lopez | 2017-05-05 | 1 | -4/+4 |
| | |||||
* | refactor a few things based on feedback | James Lopez | 2017-05-04 | 1 | -0/+32 |
| | |||||
* | Refactor Admin::GroupsController#members_update method and add some specsdz-refactor-admin-group-members | Dmitriy Zaporozhets | 2017-04-20 | 1 | -0/+24 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Port 'Add more usage data to EE ping' to CE | Sean McGivern | 2017-04-14 | 1 | -0/+37 |
| | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/735 | ||||
* | Remove redundant code to convert restricted_levels to integers | Toon Claes | 2017-03-23 | 1 | -3/+11 |
| | | | | | The ApplicationSetting#restricted_visibility_levels= now takes care of converting string formatted levels to integers. | ||||
* | Resolve future conflicts with CE -> EE merge | Toon Claes | 2017-03-23 | 1 | -4/+7 |
| | | | | | EE already includes specs for the ApplicationSettingsController, so ensure future changes will be easier to merge to EE. | ||||
* | Undo explicit conversion to Integer | Toon Claes | 2017-03-20 | 1 | -0/+28 |
| | | | | | With the changes in Gitlab::VisibilityLevel it is no longer needed to explicit conversion to Integer in the controller itself. | ||||
* | Make sure scopes are loaded in admin OAuth application form | Markus Koller | 2017-03-07 | 1 | -0/+65 |
| | |||||
* | Use expect { }.to change { }use-update-runner-service | Lin Jen-Shin | 2017-02-15 | 1 | -9/+9 |
| | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8664#note_23427575 | ||||
* | Add some tests for admin/project runners page | Lin Jen-Shin | 2017-02-15 | 1 | -0/+85 |
| | |||||
* | Use `empty_project` where possible in controller specsrs-empty_project-controllers | Robert Speicher | 2017-01-25 | 2 | -2/+2 |
| | |||||
* | Add tests for admin service templateszj-fix-admin-templates | Z.J. van de Weg | 2017-01-06 | 1 | -0/+26 |
| | |||||
* | Allow admins to stop impersonating users without e-mail addresses | Oren Kanner | 2016-11-17 | 1 | -7/+21 |
| | | | | | | | | Resolves #24576 Modify the guard clause of the `ApplicationController#require_email` before action to skip requests where an admin is impersonating the current user. | ||||
* | Only show one error message for an invalid email | Steve Halasz | 2016-10-27 | 1 | -0/+11 |
| | | | | | | | If notification_email is blank, it's set from email. If an admin attempted to create a user with an invalid email, an error would be displayed for both fields. Only validate the notification_email if it's different from email. | ||||
* | Fix incorrect "stopped impersonation" log messagefix-impersonation-log | Stan Hu | 2016-08-23 | 1 | -0/+2 |
| | | | | Closes #21015 | ||||
* | Merge branch 'akismet-submittable' into 'master' | Robert Speicher | 2016-08-15 | 1 | -0/+12 |
|\ | | | | | | | | | | | | | Submit to Akismet Part 1 (Issues) Related to #5932 #5573 gitlab-com/infrastructure#14 See merge request !5538 | ||||
| * | Further refactor and syntax fixes. | Patricio Cano | 2016-08-15 | 1 | -1/+1 |
| | | |||||
| * | Refactored AkismetHelper into AkismetService and cleaned up `Spammable` | Patricio Cano | 2016-08-15 | 1 | -1/+1 |
| | | | | | | | | - Refactored SpamCheckService into SpamService | ||||
| * | Allow `Issue` to be submitted as spam | Patricio Cano | 2016-08-15 | 1 | -0/+12 |
| | | | | | | | | | | - Added controller actions as reusable concerns - Added controller tests | ||||
* | | This fixes a long running tests due to changed Sidekiq statefix-failing-tests | Kamil Trzcinski | 2016-08-15 | 1 | -2/+3 |
|/ |