summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use the right way to construct action url41758-after-changing-username-url-still-redirects-to-old-routeLukas Eipert2018-04-061-1/+1
* append '?format=json' to the API call URLLukas Eipert2018-04-051-1/+2
* remove unnecessary model assignmentLukas Eipert2018-04-051-1/+0
* remove fdescribeLukas Eipert2018-04-051-1/+1
* remove unnecessary spies on `axios.put`Lukas Eipert2018-04-051-4/+0
* remove unnecessary `Vue.nextTick`Lukas Eipert2018-04-051-5/+1
* move button translation to `$options`Lukas Eipert2018-04-051-5/+3
* remove unnecessary escaping in sprintfLukas Eipert2018-04-051-1/+1
* adjust selectors in rspec testsLukas Eipert2018-04-053-7/+7
* add tests for proper username escapingLukas Eipert2018-04-051-4/+19
* rename pending request status to a proper `isRequestPending`Lukas Eipert2018-04-052-7/+7
* rethrow error and adjust tests to work without `Vue.nextTick`Lukas Eipert2018-04-052-34/+30
* update changelog phrasingLukas Eipert2018-04-051-1/+1
* move ids to `$options`Lukas Eipert2018-04-054-17/+20
* i18n for all the strings!Lukas Eipert2018-04-052-5/+10
* remove usage of `.finally`Lukas Eipert2018-04-051-2/+1
* escape usernames properlyLukas Eipert2018-04-051-2/+2
* fix failing rspec testLukas Eipert2018-04-051-1/+1
* run prettier on gl_modalLukas Eipert2018-04-041-38/+33
* use HTTP 422 instead of 400 on faulty update_username requestsLukas Eipert2018-04-041-1/+1
* add newlineLukas Eipert2018-04-041-1/+1
* add newlineLukas Eipert2018-04-041-0/+1
* revert fdescribeLukas Eipert2018-04-041-1/+1
* disable button and input while API call is on the wayLukas Eipert2018-04-042-2/+31
* split API and button testsLukas Eipert2018-04-041-26/+31
* add test for failing XHR requestLukas Eipert2018-04-041-1/+26
* add test for modal header and bodyLukas Eipert2018-04-041-7/+25
* add comments to the double tickLukas Eipert2018-04-041-2/+2
* properly check for the disabled state of the buttonLukas Eipert2018-04-041-4/+3
* properly use axiosMock only onceLukas Eipert2018-04-041-4/+4
* fix failing test and resolve open BE discussionLukas Eipert2018-04-041-2/+1
* Merge branch 'master' into 41758-after-changing-username-url-still-redirects-...Lukas Eipert2018-04-0423-211/+440
|\
| * Merge branch 'blackst0ne-rails5-update-gemfile-rails5-lock' into 'master'Rémy Coutable2018-04-041-4/+4
| |\
| | * [Rails5] Update Gemfile.rails5.lock [ci skip]blackst0ne-rails5-update-gemfile-rails5-lockblackst0ne2018-04-041-4/+4
| * | Merge branch 'bvl-handle-missing-attribute-when-updating-username' into 'master'Douwe Maan2018-04-042-1/+12
| |\ \
| | * | Handle invalid params when trying update_usernameBob Van Landuyt2018-04-042-1/+12
| * | | Merge branch '41224-pipeline-icons' into 'master'Tim Zallmann2018-04-042-5/+8
| |\ \ \
| | * | | Increase dropdown width in pipeline graph & center action icon41224-pipeline-iconsFilipa Lacerda2018-03-292-5/+8
| * | | | Merge branch 'dz-improve-app-settings-4' into 'master'Grzegorz Bizon2018-04-0416-202/+297
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Remove unnecessary section looking in admin settings qaDmitriy Zaporozhets2018-04-031-12/+2
| | * | | Explicitly use page context for qa/factory/settings/hashed_storage.rbDmitriy Zaporozhets2018-04-031-2/+2
| | * | | Move repository, storage, abuse settings and logging settings to expandable s...Dmitriy Zaporozhets2018-04-0216-202/+307
| * | | | Merge branch '5547-backport-gitlab-git-checksum-to-ce' into 'master'Stan Hu2018-04-032-0/+120
| |\ \ \ \
| | * | | | Backport Gitlab::Git::Checksum to CEDouglas Barbosa Alexandre2018-04-032-0/+120
* | | | | | add tests for new json version of update_username endpointLukas Eipert2018-04-041-0/+22
* | | | | | add semantic classes to modal buttons, makes it easier for testingLukas Eipert2018-04-043-7/+5
* | | | | | fix rspec feature tests to work with the new modalLukas Eipert2018-04-042-5/+17
* | | | | | add tests for update_username componentLukas Eipert2018-04-042-5/+104
* | | | | | escape usernameLukas Eipert2018-04-041-2/+3
* | | | | | satisfy the naming convention godsLukas Eipert2018-04-041-2/+2