Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-23Its 7.13 time :)Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-23Merge branch 'animation-sidebar' into 'master'Dmitriy Zaporozhets
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
2015-06-23Merge branch 'rs-dev-issue-2414' into 'master'Dmitriy Zaporozhets
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
2015-06-23Merge branch 'fix-project-icon-links' into 'master'Dmitriy Zaporozhets
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
2015-06-23Use alias_attribute to define User#two_factor_enabledRobert Speicher
2015-06-22Fix avatar tests to use banana_sample.gif since SVG is not supportedStan Hu
2015-06-22fixed the resizing icon issueDarby
2015-06-22Correct AddDefaultOtpRequiredForLoginValue migrationRobert Speicher
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.
2015-06-22Merge branch 'revert-mr-state-names'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/merge_requests.rb
2015-06-22Merge branch 'nginx_defaulthost_documentation' into 'master'Dmitriy Zaporozhets
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
2015-06-22Merge branch 'see-full-size-avatar' into 'master'Dmitriy Zaporozhets
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
2015-06-22Merge branch 'remove_unused_except' into 'master'Dmitriy Zaporozhets
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
2015-06-22Merge branch 'rs-rspec3' into 'master'Dmitriy Zaporozhets
RSpec3 Upgrades rspec to 3.3.0, we're now up-to-date! :tada: See merge request !831
2015-06-22Merge requests API returns closed for closed and merged for merged.Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-22Merge branch 'rs-remove-link-to-override'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/helpers/application_helper_spec.rb
2015-06-22Merge branch 'new-logo' into 'master'Dmitriy Zaporozhets
Replace old logo with new one Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @JobV @sytses See merge request !848
2015-06-22Fix Gitlab::OAuth::User specRobert Speicher
2015-06-22Add sleep call before yield in allowing_for_delayRobert Speicher
This is to give pending AJAX requests time to complete before we navigate away, for example.
2015-06-22Change `to_not` calls to `not_to`Robert Speicher
Both work, but now we're consistent across the entire app.
2015-06-22Fix `raise_error` without an argument deprecation warningsRobert Speicher
2015-06-22Remove junk from db_cleaner spec support fileRobert Speicher
2015-06-22Move CapybaraHelpers to its own support fileRobert Speicher
In case we end up wanting to use it in Spinach as well.
2015-06-22Bump pg gem to 0.18.2Robert Speicher
2015-06-22Bump database_cleaner to ~> 1.4.0Robert Speicher
2015-06-22Fix GitPushService specRobert Speicher
2015-06-22Replace remaining references to `Note.create_cross_reference_note`Robert Speicher
2015-06-22Use to_reference for issue and merge request mentionable specsRobert Speicher
2015-06-22Bump rspec to 3.3.0Robert Speicher
2015-06-22Update spec/features/security specsRobert Speicher
2015-06-22Update email_spec gemRobert Speicher
This fixes spec/mailers/notify_spec Also only require email_spec in the one place it's used
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-06-22Update and simplify Import controller specsRobert Speicher
2015-06-22Fix include_module matcherRobert Speicher
2015-06-22Bump poltergeist to 1.6.0Robert Speicher
2015-06-22Fix features syntaxRobert Speicher
2015-06-22Upgrade to newer version of CapybaraJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-06-22Started on the actual rspec 3 upgradeJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-06-22Merge branch 'web-editor-autocrlf' into 'master'Dmitriy Zaporozhets
Convert CRLF newlines to LF when committing using the web editor. Fixes #1823 and https://github.com/gitlabhq/gitlabhq/issues/7950. Depends on https://gitlab.com/gitlab-org/gitlab_git/merge_requests/29 being merged and a new gitlab_git being released. cc @jacobvosmaer See merge request !858
2015-06-22Fix closed merge request scope at milestone pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-22Merge branch 'change_log_update' into 'master'Jacob Vosmaer
Minor changelog fix See merge request !861
2015-06-22Merge branch 'restore_uploads_fix' into 'master'Dmitriy Zaporozhets
Avoid "cannot copy directory ... to itself" error on restore (on Docker?) rake gitlab:backup:restore fails for me in my Docker-hosted Gitlab-CE instance; during the restore, any existing "uploads" directory is backed up by [this code](https://gitlab.com/gitlab-org/gitlab-ce/blob/833bc30/lib/backup/uploads.rb#L23) -- ```ruby def backup_existing_uploads_dir timestamped_uploads_path = File.join(app_uploads_dir, '..', "uploads.#{Time.now.to_i}") if File.exists?(app_uploads_dir) FileUtils.mv(app_uploads_dir, timestamped_uploads_path) end end ``` When this executes for me, the ```FileUtils.mv``` parameters are "/home/git/gitlab/public/uploads" and "/home/git/gitlab/public/uploads/../uploads.1407019546"; an exception is raised, producing this double stacktrace: ``` ArgumentError: cannot copy directory /home/git/gitlab/public/uploads to itself /home/git/gitlab/public/uploads/../uploads.1407019546 /home/git/gitlab/lib/backup/uploads.rb:26:in `backup_existing_uploads_dir' /home/git/gitlab/lib/backup/uploads.rb:18:in `restore' /home/git/gitlab/lib/tasks/gitlab/backup.rake:73:in `block (4 levels) in <top (required)>' /home/git/gitlab/lib/tasks/gitlab/backup.rake:30:in `block (3 levels) in <top (required)>' Errno::EXDEV: Invalid cross-device link @ sys_fail2 - (/home/git/gitlab/public/uploads, /home/git/gitlab/public/uploads/../uploads.1407019546) /home/git/gitlab/lib/backup/uploads.rb:26:in `backup_existing_uploads_dir' /home/git/gitlab/lib/backup/uploads.rb:18:in `restore' /home/git/gitlab/lib/tasks/gitlab/backup.rake:73:in `block (4 levels) in <top (required)>' /home/git/gitlab/lib/tasks/gitlab/backup.rake:30:in `block (3 levels) in <top (required)>' Tasks: TOP => gitlab:backup:uploads:restore (See full trace by running task with --trace) ``` I'm guessing from the first message that ```mv``` walks the destination path to ensure that we're not moving the source into itself -- it doesn't get as far as interpreting the '..', but throws when it sees that the destination appears to start with the source path. The second stacktrace I have no clue about - maybe it's AUFS- or Docker-related? I attempted to reproduce this separately with the omnibus distribution in a fresh Ubuntu 14.04 install without Docker involved, and was unable to - backup and restore worked fine. I then tested my theory by FileUtils.expand_path-ing the destination in my own Docker setup code, and that made the problem go away, so that's what this merge request does. (I'm using backups created and restored on gitlab-ce 7-1-stable, at facfec4b2; this is on Ubuntu 14.04 with Docker 1.1.1) I know I'd look askance at a PR without tests for an unreproducable problem, but even if this is rejected, I'm submitting it anyway because maybe someone else will Google it and find it useful. I'm happy to do more work to improve this if you have suggestions. See merge request !165
2015-06-22Merge branch 'rs-dev-issue-2355' into 'master'Dmitriy Zaporozhets
MergeRequest#show performance improvements This is a first pass on improving the performance of the `MergeRequests#show` page. Notable changes: - The "Commits" tab is loaded lazily, so the initial page load should be much faster for MRs with many commits. - Relative timestamps via `timeago` are only initialized once per load instead of `O(n^2)`. This greatly improves frontend rendering times for a large number of commits. - Refactored `User.find_for_commit` to use a single ARel-generated SQL query instead of the old method which resulted in one query, and could result in up to three. See merge request !838
2015-06-22Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-06-22Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2015-06-22Bump gitlab_git to 7.2.5Jacob Vosmaer
2015-06-22changelog fixValery Sizov
2015-06-22Add MergeRequestTabs specsRobert Speicher
2015-06-22Minor style fixes in MergeRequestTabsRobert Speicher
2015-06-21Merge pull request #9401 from strand/patch-2stanhu
Update Code of Conduct to Contributor Covenant 1.1.0
2015-06-21Make default value for otp_required_for_login false instead of nullRobert Speicher