summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Fix Style/CaseIndentation cop violationsStan Hu2015-06-221-10/+10
| | | | | |
| * | | | | Fix Style/AlignHash cop violationsStan Hu2015-06-2215-80/+178
| | | | | |
| * | | | | Fix bad multi-line split from previous commitRobert Speicher2015-06-221-1/+2
| | | | | |
| * | | | | Fix Style/Blocks cop violationsRobert Speicher2015-06-2234-213/+197
| | | | | |
| * | | | | Fix Style/CommentIndentation cop violationRobert Speicher2015-06-221-7/+7
| | | | | |
| * | | | | Fix Style/HashSyntax violationsRobert Speicher2015-06-223-3/+3
| | | | | |
| * | | | | Fix Style/Not cop violationsRobert Speicher2015-06-221-2/+2
| | | | | |
| * | | | | Fix Style/AsciiComments cop violationRobert Speicher2015-06-221-1/+1
| | | | | |
| * | | | | Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-2218-45/+45
| | | | | | | | | | | | | | | | | | | | | | | | These fixes were performed automatically by Rubocop's `-a` flag.
| * | | | | Fix Style/TrailingBlankLines cop violationsRobert Speicher2015-06-2212-26/+1
| | | | | |
| * | | | | Fix Style/IndentationConsistency cop violationsRobert Speicher2015-06-223-7/+5
| | | | | |
| * | | | | Fix part of api specs for rubocopDmitriy Zaporozhets2015-06-224-84/+84
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Remove unnecessary whitespace between let and (Dmitriy Zaporozhets2015-06-227-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Fix rubocop issues at feature/ directoryDmitriy Zaporozhets2015-06-229-37/+35
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Enable rubocop for tests tooDmitriy Zaporozhets2015-06-221-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Merge branch 'identity-validation' into 'master'Dmitriy Zaporozhets2015-06-231-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Validate presence of provider field in Identity Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !869
| * | | | | Validate presence of provider field in Identityidentity-validationDmitriy Zaporozhets2015-06-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Its 7.13 time :)Dmitriy Zaporozhets2015-06-231-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'animation-sidebar' into 'master'Dmitriy Zaporozhets2015-06-234-18/+38
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Animation of Sidebar (video in here) Edited the CSS of header and sidebar; added a new div of gitlab-logo-container to the html to make things easier. The transition-duration is set to 0.3s and when the nav bar expands, it opens up over the text, essentially revealing hidden text. [animation-sidebar-2.mov](https://gitlab.com/gitlab-org/gitlab-ce/uploads/b15996a256d6bed03a19c68549d116e4/animation-sidebar-2.mov) /cc @JobV @nicolas2 See merge request !849
| * | | | | fixed the resizing icon issueanimation-sidebarDarby2015-06-221-2/+2
| | | | | |
| * | | | | Edited the CSS of header and sidebar; added a new class of logo-container to ↵Darby2015-06-194-16/+36
| | | | | | | | | | | | | | | | | | | | | | | | the html to make things easier
* | | | | | Merge branch 'rs-dev-issue-2414' into 'master'Dmitriy Zaporozhets2015-06-237-56/+117
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow Admin to filter users by 2FA status > ![Screen_Shot_2015-06-19_at_4.38.12_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/deba7f2a6b8d1548c1d1ac401e0e35a1/Screen_Shot_2015-06-19_at_4.38.12_PM.png) Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2414 See merge request !852
| * | | | | Use alias_attribute to define User#two_factor_enabledrs-dev-issue-2414Robert Speicher2015-06-222-38/+3
| | | | | |
| * | | | | Correct AddDefaultOtpRequiredForLoginValue migrationRobert Speicher2015-06-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also MySQL complains when you change a field to be not null if any existing records already have a null value, so this updates those rows.
| * | | | | Make default value for otp_required_for_login false instead of nullRobert Speicher2015-06-204-8/+17
| | | | | |
| * | | | | Add CHANGELOG entry for 2FA status and filtering in admin areaRobert Speicher2015-06-191-0/+2
| | | | | |
| * | | | | Allow Admin to filter users by 2FA statusRobert Speicher2015-06-194-14/+97
| | | | | |
* | | | | | Merge branch 'fix-project-icon-links' into 'master'Dmitriy Zaporozhets2015-06-236-19/+19
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix avatar tests to use banana_sample.gif Fixes tests that were broken in f5e0e5c0 due to the purge of `gitlab_logo.png`. See merge request !866
| * | | | | Fix avatar tests to use banana_sample.gif since SVG is not supportedStan Hu2015-06-226-19/+19
| | | | | |
* | | | | | Merge branch 'revert-mr-state-names'Dmitriy Zaporozhets2015-06-2215-45/+45
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/merge_requests.rb
| * | | | | Merge requests API returns closed for closed and merged for merged.revert-mr-state-namesDmitriy Zaporozhets2015-06-222-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Fix closed merge request scope at milestone pageDmitriy Zaporozhets2015-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Revert merge request states renamingDmitriy Zaporozhets2015-06-1914-41/+41
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced: * "Accepted" with "Merged" * "Rejected" with "Closed" Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'nginx_defaulthost_documentation' into 'master'Dmitriy Zaporozhets2015-06-223-0/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close #178 Nginx conf default_host documentation This closes #178 We're just making it clear that some nginx installs such as by default on recent Ubuntu's, the /etc/nginx/sites-enabled/default file will conflict the listen line of the gitlab nginx conf's due to the default_server directive. changed installation.md to identify the issue to a user added notes to both nginx configs for gitlab and gitlab-ssl [ci-skip See merge request !225
| * | | | | fixed typoLuke Ashe-Browne2014-12-031-2/+2
| | | | | |
| * | | | | adding notes to gitlab nginx confLuke Ashe-Browne2014-12-033-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to make users aware that the nginx default config will conflict with the gitlab default_server conf file.
* | | | | | Merge branch 'see-full-size-avatar' into 'master'Dmitriy Zaporozhets2015-06-221-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link an users avatar to the fullsize version When we want to see the fullsize avatar of a user we can click the avatar on the profile page and the fullsize version will be opened in a new window/tab. See merge request !415
| * | | | | | When we want to see the fullsize avatar of a user we can click the avatar on ↵Sander Boom2015-03-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the profile page and the fullsize version will be opened in a new window/tab.
* | | | | | | Merge branch 'remove_unused_except' into 'master'Dmitriy Zaporozhets2015-06-221-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | projects doesn't seem to be a valid action in this controller Hi, This is just a tiny change. Let me know if I'm doing it wrong... Eaden See merge request !696
| * | | | | | | projects doesn't seem to be a valid action in this controllerEaden2015-05-161-2/+2
| | | | | | | |
* | | | | | | | Merge branch 'rs-rspec3' into 'master'Dmitriy Zaporozhets2015-06-22105-556/+662
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RSpec3 Upgrades rspec to 3.3.0, we're now up-to-date! :tada: See merge request !831
| * | | | | | | Fix Gitlab::OAuth::User specrs-rspec3Robert Speicher2015-06-221-37/+48
| | | | | | | |
| * | | | | | | Add sleep call before yield in allowing_for_delayRobert Speicher2015-06-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to give pending AJAX requests time to complete before we navigate away, for example.
| * | | | | | | Change `to_not` calls to `not_to`Robert Speicher2015-06-2213-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both work, but now we're consistent across the entire app.
| * | | | | | | Fix `raise_error` without an argument deprecation warningsRobert Speicher2015-06-228-16/+16
| | | | | | | |
| * | | | | | | Remove junk from db_cleaner spec support fileRobert Speicher2015-06-221-29/+0
| | | | | | | |
| * | | | | | | Move CapybaraHelpers to its own support fileRobert Speicher2015-06-222-33/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case we end up wanting to use it in Spinach as well.
| * | | | | | | Bump pg gem to 0.18.2Robert Speicher2015-06-221-1/+1
| | | | | | | |
| * | | | | | | Bump database_cleaner to ~> 1.4.0Robert Speicher2015-06-222-6/+3
| | | | | | | |
| * | | | | | | Fix GitPushService specRobert Speicher2015-06-221-4/+6
| | | | | | | |