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-10-16Update CHANGELOG8-0-stableRobert Speicher
[ci skip]
2015-10-16Track compatible gitlab-git-http-server versionJacob Vosmaer
2015-10-16Prevent a JS error in MergeRequestTabsRobert Speicher
When `window.location.hash` is pointing to a note, e.g. `#note_1234`, `scrollToElement` would throw an error because a selector such as `.commits #note_1234` doesn't exist, so `offset()` returned `undefined`. This error would prevent subsequent calls from running, which caused the loading spinner to never be hidden. Now we ensure the selector returns a valid element before trying to scroll to it.
2015-10-14Version 8.0.5v8.0.5Robert Speicher
2015-10-12Update CHANGELOG for 8.0.5Robert Speicher
[ci skip]
2015-10-12Make the loading spinner toggle more explicitRobert Speicher
Occasionally the loading spinner would stay visible after the tab finished loading. This change makes the toggle explicit so that it's always shown on `beforeSend`, and always hidden on `complete`. Plus a bonus semi-colon eradication! :boom:
2015-10-12Fix ldap email downcasing bugDrew Blessing
2015-10-12Clarify Reply by email settings when using Postfix mail serverDouwe Maan
2015-10-06Version 8.0.4v8.0.4Robert Speicher
2015-10-05Update CHANGELOGRobert Speicher
2015-10-05Fix admin runner page -> assign all buttonDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-05Fix: CI token removal regression from build traceKamil Trzcinski
2015-10-05Fix anchors to comments in diffsValery Sizov
2015-10-05Fix referals for :back and relative URL installs.Geoffrey Challen
2015-10-05Merge branch 'reply-by-email-known-issue' into 'master' Robert Speicher
Document known issue with Reply by email and multiple application servers. See merge request !1499
2015-10-05Golang download instructions assume amd64Jacob Vosmaer
2015-10-05Fix Message-ID field to be RFC 2111-compliant to prevent e-mails from being ↵Stan Hu
dropped Closes #2867
2015-09-30Merge branch 'golang-ruby-versions' into 'master'Robert Speicher
Bump Ruby and Golang versions [ci skip] See merge request !1467
2015-09-30Apache needs gitlab-git-http-server on TCPJacob Vosmaer
[ci skip]
2015-09-29Version 8.0.3v8.0.3Robert Speicher
2015-09-29Make sure Unicorn listens on localhost:8080Jacob Vosmaer
[ci skip]
2015-09-29Fix Error 500 in creating merge requests with > 1000 diffsStan Hu
Closes #2692
2015-09-29Update CHANGELOGRobert Speicher
[ci skip]
2015-09-29Merge branch 'fix-stuck-forked-project-import' into 'master' Dmitriy Zaporozhets
Fix bug where projects would appear to be stuck in the forked import state A race condition existed between when Rails committed the `import_status` to `started` and when the Sidekiq worker forked a project. If this fork were quick, it's possible that the worker would attempt to move into the `finished` state before the `started` state took effect. As mentioned in https://github.com/mperham/sidekiq/wiki/Problems-and-Troubleshooting#cannot-find-modelname-with-id12345, we can either delay the worker to ensure the DB has a chance to update, or use the nice `after_commit_queue` gem to schedule the task after the state machine commit. See: * https://github.com/pluginaweek/state_machine/issues/191 * https://github.com/shellycloud/after_commit_queue Closes #2736 See merge request !1434
2015-09-29Merge branch 'remove-routes-helper' into 'master'Dmitriy Zaporozhets
Fix Slack notification URL and remove the usage of Ci::RoutesHelper Fix for #2644 See merge request !1391
2015-09-25Add unreleased 8.0.3 entry to CHANGELOGRobert Speicher
[ci skip]
2015-09-25Merge branch 'make-checkbox-behaviour-clear' into '8-0-stable' v8.0.2Robert Speicher
Make instructions for CI disable checkbox clear. Fix confusion in https://gitlab.com/gitlab-org/gitlab-ce/issues/2663 See merge request !1431
2015-09-25I misunderstood how the button worked.Sytse Sijbrandij
2015-09-25Make instructions for CI disable checkbox clear.Sytse Sijbrandij
2015-09-24Version 8.0.2Robert Speicher
2015-09-24Mark 8.0.2 as releasedRobert Speicher
[ci skip]
2015-09-24Update 7.14-to-8.0.mdChia Yu Pai
Add missing path change back
2015-09-24Merge branch 'get-ci-token-from-ci-projects' into 'master'Robert Speicher
Get CI token from ci projects This fixes problem when GitLabCiService had different token than stored in Ci::Project. See merge request !1425
2015-09-24Refer to Apache templates in 8.0 update guideJacob Vosmaer
2015-09-24Merge branch 'update-mailroom' into 'master' Robert Speicher
Update mailroom to 0.5.2 Fixes #2698 and #2711. See merge request !1424
2015-09-24Add the newrelic-grape gemJacob Vosmaer
This allows us to see a breakdown of API requests in New Relic.
2015-09-24Merge branch 'rs-troubleshooting' into 'master' Robert Speicher
Add Troubleshooting section to 8.0 docs [ci skip] See merge request !1416
2015-09-24Merge branch 'rs-help-page' into 'master' Douwe Maan
Help page improvements - Only signed-in users can see version information - Add "Community Edition" text so the header is less barren when version information is hidden - Minor copy edits - Make all "Quick help" link text the entire body of the link. Prior, it wasn't obvious which part of each item was an actual link. Closes #2721 See merge request !1415
2015-09-24Use standard Markdown font in Markdown preview instead of fixed-width fontStan Hu
Closes #2585
2015-09-24Fix default avatar not showing up in network graphStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/9657
2015-09-24Remove git refs used internally by GitLab from network graphStan Hu
Closes #2702
2015-09-23Update CHANGELOGRobert Speicher
[ci skip]
2015-09-23Fix LDAP attribute mappingDouwe Maan
2015-09-23Update CHANGELOGRobert Speicher
[ci skip]
2015-09-23Merge branch 'rs-sign-in-margin' into 'master' Robert Speicher
Fix top margin for sign-in button on public pages Closes #2615 [ci skip] See merge request !1412
2015-09-23Update CHANGELOGRobert Speicher
[ci skip]
2015-09-23Make commit graphs responsive to window width changesStan Hu
Closes #2653
2015-09-23clarify confirmation text on user deletion.Hannes Rosenögger
2015-09-23Add unreleased 8.0.2 CHANGELOG entryRobert Speicher
2015-09-23Merge branch 'rs-fix-help-links' into 'master' Douwe Maan
Prevent double-prefixing of help page paths Closes #2679 See merge request !1400