summaryrefslogtreecommitdiff
path: root/spec/controllers/profiles
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-221-0/+32
|
* Change `be_success` to `be_successful` in specsfix-deprecation-warnings-change-success-to-successfulVitali Tatarintev2019-08-191-3/+3
| | | | | | | | | | Fixes deprecation warning: ``` DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? as provided by Rack::Response::Helpers. ```
* Add some frozen string to spec/**/*.rbgfyoung2019-04-158-0/+16
| | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Move language setting to preferencesFabian Schneider2019-02-201-1/+2
|
* Add setting for first day of the weekFabian Schneider2019-02-061-1/+2
|
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-197-20/+20
| | | | | | | | | | 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 }`
* Remove content disposition attachment displaying all ssh keysFrancisco Javier López2018-12-181-6/+0
|
* Fix deprecation: Comparing equality between ActionController::Parameters and ↵Jasper Maes2018-12-161-1/+1
| | | | a Hash is deprecated
* Set content disposition attachment to several endpointsFrancisco Javier López2018-11-231-0/+7
|
* Display impersonation token value only after creationif-53347_fix_impersonation_tokensImre Farkas2018-11-121-0/+6
| | | | | Since we migrated all PersonlAccessTokens to store only its hash in the DB, the token value can no longer be shown to the user.
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
|
* Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-1/+1
|
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-3/+3
|
* spacing and small optimisationsAlexandra2017-10-011-3/+4
|
* fixes for rubocopBrett Walker2017-09-231-2/+2
|
* tweaks for rubocopBrett Walker2017-09-231-4/+3
|
* add verified/unverified labels to profile emails.Brett Walker2017-09-231-0/+15
| | | | added "Resend confirmation email" for unverified emails
* Send a confirmation email when the user adds a secondary email address. ↵Brett Walker2017-09-231-0/+20
| | | | Utilizes the Devise `confirmable` capabilities. Issue #37385
* Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-2/+4
| | | This reverts merge request !14148
* Revert "Merge branch ↵revert-f2421b2bRubén Dávila2017-09-081-4/+2
| | | | | '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619
* Restore some changes from !9199Rubén Dávila2017-09-061-2/+4
|
* Added authentiq provider to tests and updated documentation, gem and config ↵Alexandros Keramidas2017-07-181-1/+1
| | | | file.
* update preferences controllerJames Lopez2017-06-231-2/+3
|
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
|
* Lint our factories creation in addition to their build33139-lint-our-factoriesRémy Coutable2017-06-021-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-0/+0
| | | | | | - Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-1/+1
| | | | | | | FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Prevent users from disconnecting gitlab account from CASTiago Botelho2017-03-311-15/+37
|
* Simplify specStan Hu2017-03-241-1/+1
|
* Revert "Merge branch '8836-mr-revert' into 'master'Stan Hu2017-03-161-0/+45
| | | | | This reverts commit 68e40bd49fde7b790bb31b9ac85a249bedd817d2, reversing changes made to 2d1f823b4c8b60cee525384cb52e547d2be8925a.
* Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-151-45/+0
| | | | | This reverts commit 5e9666880376b3f53edb95cba77b5642d3cc1810, reversing changes made to b35378a938e22f745b6c6ea32b53cb50f9b6c627.
* Fix access token specsfix-specs-for-access-tokensSean McGivern2017-03-071-2/+2
| | | | | de37dcee90ac44ba794ad504e91f18b8fb4b13a3 was a manual merge, which meant it didn't have a build, so I broke master :-(
* Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern2017-03-071-21/+7
|\
| * Require explicit scopes on personal access tokensMarkus Koller2017-03-071-22/+7
| | | | | | | | | | | | Gitlab::Auth and API::APIGuard already check for at least one valid scope on personal access tokens, so if the scopes are empty the token will always fail validation.
* | Merge remote-tracking branch ↵Douwe Maan2017-03-071-4/+25
|\ \ | |/ |/| | | 'origin/personal_access_token_api_and_impersonation_token'
| * apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-2/+2
| |
| * refactors documentation and personal access tokens form to not allow admins ↵Tiago Botelho2017-02-281-6/+2
| | | | | | | | to generate non impersionation tokens
| * add impersonation tokenSimon Vocella2017-02-281-2/+27
| |
| * manage personal_access_tokens through apiSimon Vocella2017-02-281-2/+2
| |
* | Remove remnants of git annexPawel Chojnacki2017-03-031-10/+0
|/
* Enable Style/WordArrayDouwe Maan2017-02-231-2/+2
|
* Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-151-4/+2
|
* Merge branch '27480_deploy_keys_should_not_show_up_in_users_keys_list' into ↵Douwe Maan2017-02-131-10/+9
|\ | | | | | | | | | | | | | | | | | | 'master' Make deploy key not show in User's keys list Closes #27480 See merge request !9024
| * Make deploy key not show in User's keys listPawel Chojnacki2017-02-131-10/+9
| |
* | Use `let` in Profiles::NotificationsController specRichard Macklin2017-02-031-12/+9
| |
* | Add missing newline in Profiles::NotificationsController specRichard Macklin2017-02-011-0/+1
| |
* | Add notified_of_own_activity to permitted attributesRichard Macklin2017-02-011-1/+2
| | | | | | | | in Profiles::NotificationsController#update
* | Add controller spec for Profiles::NotificationsControllerRichard Macklin2017-02-011-0/+46
|/
* Add a controller spec for personal access tokens.Timothy Andrew2016-12-161-0/+49
| | | | | | Split the existing feature spec into both feature and controller specs. Feature specs assert on browser DOM, and controller specs assert on database state.