Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create idea of read-only databasetc-geo-read-only-idea | Toon Claes | 2017-10-06 | 1 | -0/+14 |
| | | | | | | | | | | | | 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. | ||||
* | Merge branch 'master' into ↵ | Douwe Maan | 2017-10-05 | 2 | -5/+11 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | digitalmoksha/gitlab-ce-feature/verify_secondary_emails # Conflicts: # app/controllers/admin/users_controller.rb # app/controllers/confirmations_controller.rb # app/controllers/profiles/emails_controller.rb # app/models/user.rb # app/services/emails/base_service.rb # app/services/emails/destroy_service.rb # app/views/devise/mailer/confirmation_instructions.html.haml # lib/api/users.rb # spec/services/emails/destroy_service_spec.rb | ||||
| * | refactor emails servicerefactor-services | James Lopez | 2017-09-28 | 1 | -1/+1 |
| | | |||||
| * | refactor users update service | James Lopez | 2017-09-28 | 1 | -2/+2 |
| | | |||||
| * | refactor some controllers to make them EE friendly | James Lopez | 2017-09-28 | 1 | -2/+8 |
| | | |||||
| * | refactor services to match EE signature | James Lopez | 2017-09-28 | 1 | -3/+3 |
| | | |||||
* | | fix calls to Emails::DestroyService | Brett Walker | 2017-09-23 | 1 | -1/+1 |
|/ | |||||
* | Fix notification message when admin label was modifiedfix-label-message | Robert Schilling | 2017-09-18 | 1 | -1/+1 |
| | |||||
* | created services for keys | haseeb | 2017-09-15 | 1 | -3/+2 |
| | |||||
* | Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8 | Annabel Dunstone Gray | 2017-09-11 | 1 | -0/+1 |
| | | | This reverts merge request !14148 | ||||
* | Revert "Merge branch ↵revert-f2421b2b | Rubén Dávila | 2017-09-08 | 1 | -1/+0 |
| | | | | | '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619 | ||||
* | Merge branch '23079-remove-default-scope-in-sortable' into 'master' | Douwe Maan | 2017-09-07 | 3 | -5/+5 |
|\ | | | | | | | | | | | | | Removes default scope from sortable Closes #23079 See merge request !13558 | ||||
| * | Removes default scope from sortable23079-remove-default-scope-in-sortable | Tiago Botelho | 2017-09-07 | 3 | -5/+5 |
| | | |||||
* | | Merge branch ↵ | Sean McGivern | 2017-09-07 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | '35012-navigation-add-option-to-change-navigation-color-palette' into 'master' Add option to change navigation color palette Closes #35012 See merge request !13619 | ||||
| * | | Restore some changes from !9199 | Rubén Dávila | 2017-09-06 | 1 | -0/+1 |
| | | | |||||
* | | | Remove the `pretty` parameter for `usage_data`rs-remove-usage-ping-pretty | Robert Speicher | 2017-09-06 | 1 | -2/+1 |
|/ / | |||||
* | | Merge branch 'tc-test-admin-log-links' into 'master' | Dmitriy Zaporozhets | 2017-09-06 | 1 | -1/+8 |
|\ \ | |/ |/| | | | | | Put Admin loggers in before_action for easier overriding in EE See merge request !14081 | ||||
| * | Put loggers in before_action for easier overriding in EEtc-test-admin-log-links | Toon Claes | 2017-09-06 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | Make it easier to override the set of loggers, by putting them in a separate method. Also modify spec so it tests for links, instead of checking for regular text. | ||||
* | | Merge branch '28938-password-change-workflow-for-admins' into 'master' | Sean McGivern | 2017-08-31 | 1 | -4/+11 |
|\ \ | |/ |/| | | | | | | | | | Changes the password change workflow for admins. Closes #28938 See merge request !13901 | ||||
| * | Changes the password change workflow for admins.28938-password-change-workflow-for-admins | Tiago Botelho | 2017-08-31 | 1 | -4/+11 |
| | | |||||
* | | Refactor Admin::ProjectsFinder by extracting finders as private methods | Mehdi Lahmam | 2017-08-24 | 1 | -3/+3 |
|/ | |||||
* | Refactor `Admin::LogsController#show`rs-fix-admin-logs-timeout | Robert Speicher | 2017-08-22 | 1 | -0/+9 |
| | | | | | We should be defining the list of loggers in the controller, not the view. | ||||
* | Cache Appearance instances in Redisappearances-caching-and-schema | Yorick Peterse | 2017-08-10 | 1 | -1/+1 |
| | | | | | | | | This caches the result of Appearance.first in a similar fashion to how ApplicationSetting instances are cached. We also add some NOT NULL constraints to the table and correct the timestamp types. Fixes gitlab-org/gitlab-ce#36066, fixes gitlab-org/gitlab-ce#31698 | ||||
* | Add a Circuitbreaker for storage paths | Bob Van Landuyt | 2017-08-04 | 1 | -0/+7 |
| | |||||
* | Merge branch 'bvl-add-all-settings-to-api' into 'master' | Robert Speicher | 2017-07-27 | 1 | -78/+3 |
|\ | | | | | | | | | Add all ApplicationSettings attributes to the API See merge request !12851 | ||||
| * | Make the attribute list for application settings reusable | Bob Van Landuyt | 2017-07-27 | 1 | -78/+3 |
| | | |||||
* | | Use params#require instead params[] access | Oswaldo Ferreira | 2017-07-27 | 1 | -1/+1 |
| | | |||||
* | | Backport gitlab-ee!2456 | Oswaldo Ferreira | 2017-07-27 | 1 | -1/+1 |
|/ | |||||
* | Merge branch '35453-pending-delete-projects-error-in-admin-dashboard-fix' ↵ | Sean McGivern | 2017-07-26 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | into 'master' Fixes 500 error caused by pending delete projects in admin dashboard Closes #35453 See merge request !13067 | ||||
| * | 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 | -1/+1 |
| | | |||||
* | | Merge branch 'backport-ee-2328' into 'master' | Sean McGivern | 2017-07-25 | 1 | -2/+2 |
|\ \ | |/ |/| | | | | | Backport changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2328 See merge request !13022 | ||||
| * | Backport changes from ↵ | Nick Thomas | 2017-07-21 | 1 | -2/+2 |
| | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2328 | ||||
* | | Decrease ABC threshold to 56.96 | Maxim Rydkin | 2017-07-24 | 1 | -12/+3 |
|/ | |||||
* | Wrong data type when testing webhooks | Alexander Randa | 2017-07-20 | 2 | -15/+4 |
| | |||||
* | Fixes needed when GitLab sign-in is not enabled | Robin Bobbitt | 2017-07-13 | 1 | -1/+1 |
| | | | | | | | | | When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController | ||||
* | Allow to enable the Performance Bar for a group from the admin area | Rémy Coutable | 2017-07-06 | 1 | -0/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch '32408-enable-disable-all-restricted-visibility-levels' into ↵ | Douwe Maan | 2017-07-05 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | 'master' Resolve "Unable to disable all restricted visibility levels" Closes #32408 See merge request !12649 | ||||
| * | Allow admin to disable all restricted visibility levels32408-enable-disable-all-restricted-visibility-levels | Tiago Botelho | 2017-07-05 | 1 | -0/+2 |
| | | |||||
* | | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -2/+2 |
|/ | |||||
* | fix spec failures | James Lopez | 2017-06-23 | 1 | -1/+1 |
| | |||||
* | update code based on feedback | James Lopez | 2017-06-23 | 1 | -4/+2 |
| | |||||
* | refactor update user service not to do auth checks | James Lopez | 2017-06-23 | 1 | -2/+2 |
| | |||||
* | fix specs | James Lopez | 2017-06-23 | 1 | -3/+3 |
| | |||||
* | add missing action to block | James Lopez | 2017-06-23 | 1 | -3/+3 |
| | |||||
* | more refactoring based on feedback | James Lopez | 2017-06-23 | 1 | -2/+2 |
| | |||||
* | refactor emails service | James Lopez | 2017-06-23 | 1 | -6/+2 |
| | |||||
* | update to use emails destroy service | James Lopez | 2017-06-23 | 1 | -1/+1 |
| | |||||
* | fix api and controller issues | James Lopez | 2017-06-23 | 1 | -2/+2 |
| | |||||
* | fix specs | James Lopez | 2017-06-23 | 1 | -7/+8 |
| | |||||
* | finish off refactoring users controller | James Lopez | 2017-06-23 | 1 | -10/+25 |
| |