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-12Update CHANGELOG for 8.0.5Robert Speicher
[ci skip]
2015-10-05Update CHANGELOGRobert Speicher
2015-10-05Fix anchors to comments in diffsValery Sizov
2015-10-05Fix referals for :back and relative URL installs.Geoffrey Challen
2015-10-05Fix Message-ID field to be RFC 2111-compliant to prevent e-mails from being ↵Stan Hu
dropped Closes #2867
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-25Add unreleased 8.0.3 entry to CHANGELOGRobert Speicher
[ci skip]
2015-09-24Mark 8.0.2 as releasedRobert Speicher
[ci skip]
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-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-23Update CHANGELOGRobert Speicher
[ci skip]
2015-09-23Update CHANGELOGRobert Speicher
[ci skip]
2015-09-23Make commit graphs responsive to window width changesStan Hu
Closes #2653
2015-09-23Add unreleased 8.0.2 CHANGELOG entryRobert Speicher
2015-09-228.0.0 is released; add 8.0.1 entry to CHANGELOGRobert Speicher
[ci skip]
2015-09-21Update CHANGELOGKamil Trzcinski
2015-09-21Remove milestones from merge requests when milestones are deletedStan Hu
Reported by https://github.com/gitlabhq/gitlabhq/issues/9643
2015-09-21Merge branch 'notification-levels' into 'master' Douwe Maan
Notification levels can now be set on the Project's main page ![Screen_Shot_2015-09-16_at_7.49.49_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/0ac517bdfdc801f0e2115463c3ea9e10/Screen_Shot_2015-09-16_at_7.49.49_PM.png) The notification settings for a project can now be set directly on the Project's page. The drop down list and the button label reflect the current level. Saving is done via a remote form submission and if successful shows the user a flash message: ![Screen_Shot_2015-09-16_at_6.09.02_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/8a6e1fde5177aa3976cadf59fdb8d375/Screen_Shot_2015-09-16_at_6.09.02_PM.png) @DouweM can you please review my code. I gave my bestest effort to make in clean and readable. @rspeicher hopefully we can include it with the 8.0 release, maybe? /cc @darby See merge request !1322
2015-09-21Merge branch 'fail-ci-builds-without-yml' into 'master' Dmitriy Zaporozhets
Fail ci builds without yml Fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/2551 See merge request !1349
2015-09-20Fail builds if no .gitlab-ci.yml is foundKamil Trzcinski
2015-09-20Fix Markdown links not showing up in dashboard activity feedStan Hu
Closes #2586
2015-09-18remove API calls from CE to CIValery Sizov
2015-09-18add pg_schema to backup configValery Sizov
2015-09-18Allow custom info to be added to Help pageJeroen van Baarsen
Fixes #2536 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-09-17Merge pull request #9618 from pjknkda/repo-info-to-issue-hookStan Hu
add repository field to issue hook data
2015-09-17Merge branch 'restrict-user-api-integers' into 'master'Dmitriy Zaporozhets
Restrict users API endpoints to use integer IDs Closes #2267 See merge request !1156
2015-09-17Fix HTML link that was improperly escaped in new user e-mailStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/9640
2015-09-17Merge branch 'master' into notification-levelsPatricio Cano
2015-09-17Merge branch 'master' into notification-levelsPatricio Cano
2015-09-17Added Spinach tests and updated CHANGELOGPatricio Cano
2015-09-16add repository field to issue hook dataJungkook Park
add a test for to_hook_data of issue model update CHANGELOG
2015-09-16Merge branch 'ldap-attributes' into 'master'Robert Speicher
Allow configuration of LDAP attributes GitLab will use for the new user account. Fixes #2412. See merge request !1261
2015-09-16Fix broken sort in merge request APIStan Hu
Closes #2266
2015-09-16Sorted autocomplete users list by nameAllister Antosik
2015-09-15Merge pull request #9138 from liyakun/masterStan Hu
add "replace" and "upload" functionality
2015-09-15 Add "Replace" and "Upload" featuresliyakun
Refactor upload and replace functionality Rename file and move CSS Fix typo Make dropzone a div Remove unnecessary file Change color of "upload existing one" Add missing changes
2015-09-14Merge branch 'public_profiles' into 'master'Dmitriy Zaporozhets
Make all group public https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1219# Internal issue - https://dev.gitlab.org/gitlab/gitlabhq/issues/1361 See merge request !1247
2015-09-11Import forked repositories asynchronously to prevent large repositories from ↵Stan Hu
timing out Use import_status to track async import status and give feedback to the user Closes #2388 Closes #2400
2015-09-11Merge branch 'fix-rouge-warning-noise' into 'master'Robert Schilling
Bump rouge to 1.10.1 to remove warning noise and fix other syntax highlighting bugs rouge warnings begone! Closes #2128 Closes #2433 See merge request !1277
2015-09-10Bump rouge to 1.10.1Stan Hu
2015-09-10Bump rouge to 1.10 to remove warning noise and fix other syntax highlighting ↵Stan Hu
bugs Closes #2128 Closes #2433
2015-09-10Fix some CHANGELOG entriesStan Hu
2015-09-10Add missing 7.14.x CHANGELOG entriesRobert Speicher
2015-09-10Merge branch 'rescue-syntax-highlighting-errors' into 'master'Robert Schilling
Gracefully handle errors in syntax highlighting by leaving the block unformatted A bug in Rouge caused an Exception: ```undefined method `sub' for :Literal:Symbol``` That caused https://gitlab.com/embeddable-common-lisp/ecl/issues/156 to hit Error 500 and fail to display. If a failure occurs, just render the text as preformatted. Closes #2433 See merge request !1274
2015-09-10Added service API endpoint to retrieve service parametersPetheo Bence