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
2017-04-10Merge branch 'master' into 20827-getting-started-update-new-group-viewLuke "Jared" Bennett
2017-04-10Merge branch 'clean_carrierwave_tempfiles' into 'master'Rémy Coutable
Clean carrierwave tempfiles Closes #28540 See merge request !9466
2017-04-10Periodically clean up temporary upload files to recover storage spaceblackst0ne
2017-04-09Merge branch 'refactor-behaviors' into 'master' Alfredo Sumaran
Refactor javascript behaviors directory See merge request !10439
2017-04-09Merge branch 'remove_is_admin' into 'master' Robert Speicher
Remove the `User#is_admin?` method Closes #30584 See merge request !10520
2017-04-09Merge branch 'add-field-for-group-name' into 'master' Alfredo Sumaran
Add a name field to the group edit form See merge request !10502
2017-04-09Add a name field to the group edit formDouglas Lovell
Enables user specification of group name vs. name inferred from group path. Cause new group form to copy name from path Adds some new page-specific javascript that copies entry from the group path field to the group name field when the group name field is initially empty. Remove duplicate group name entry field on group edit form This corrects the duplicated name entry field and tests that the JavaScript does not update the group name field if the user edits the group path. (Editing the group path is not recommended in any case, but it is possible.) Address eslint errors in group.js Enable group name copy with dispatch and explore group creation The dispatch and explore group creation forms require the group.js asset, and their tests now require testing against poltergeist Update workflow new group instruction Update the gitlab basics group creation document Add a change log entry Remove unused variable for eslint
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-04-08Merge branch 'new-resolvable-discussion' into 'master' Douwe Maan
Add option to start a new resolvable discussion in an MR Closes #24378 See merge request !7527
2017-04-08Merge branch 'rs-rubocop-rspec' into 'master' Douwe Maan
Update rubocop-rspec 1.12.0 -> 1.15.0 See merge request !10561
2017-04-08Merge branch 'master' into new-resolvable-discussionDouwe Maan
2017-04-08Fix specsDouwe Maan
2017-04-08Merge branch 'dm-remove-copy-link-on-blame-page' into 'master' Douwe Maan
Don't show Copy contents button on Blame page See merge request !10560
2017-04-08Enable RSpec/DescribeSymbol; update .rubocop_todo.ymlRobert Speicher
2017-04-08Update rubocop-rspec 1.12.0 -> 1.15.0Robert Speicher
2017-04-08Merge branch 'clarify-mr-with-someone' into 'master' Stan Hu
Clarify what an MR needs to be 'with' a maintainer See merge request !10544
2017-04-08Merge branch 'safari-svg-bug' into 'master' Jacob Schatz
Give explicit height to SVG icons for Safari See merge request !10550
2017-04-08Merge branch 'dm-wait-for-pipeline' into 'master' Stan Hu
Wait for AJAX requests to complete so they don't blow up if they are only handle… Closes #30633 See merge request !10559
2017-04-08Rename displaying_blame to blameDouwe Maan
2017-04-08Merge branch 'adam-finish-5993-closed-issuable' into 'master' Douwe Maan
Add indication for closed or merged issuables in GFM Closes #1369 See merge request !9462
2017-04-08Merge branch 'activity-feed-user-name' into 'master' Annabel Dunstone Gray
Put back usernames in activity and profile feed See merge request !10539
2017-04-08Actually include WaitForAjax!Douwe Maan
2017-04-08Merge branch 'feature/add-rake-task-prints-storage-config-in-toml' into ↵Robert Speicher
'master' Add rake task that prints TOML storage configuration Closes gitaly#173 See merge request !10448
2017-04-08Merge branch '30588-fix-javascript-sourcemaps-w-chrome-breakpoints' into ↵Jacob Schatz
'master' Upgrade webpack and webpack-dev-server to latest Closes #30588 and #28438 See merge request !10552
2017-04-08Don't show Copy contents button on Blame pageDouwe Maan
2017-04-08alfredo review changesLuke "Jared" Bennett
2017-04-08Give explicit height to SVG icons for SafariAnnabel Dunstone Gray
2017-04-08Merge branch 'title-change-icon' into 'master' Annabel Dunstone Gray
Update MR title change icon See merge request !10540
2017-04-08Update MR title change iconAnnabel Dunstone Gray
2017-04-07Put back usernames in activity and profile feedAnnabel Dunstone Gray
2017-04-07Wait for AJAX requests to complete so they don't blow up if they are only ↵Douwe Maan
handled after DatabaseCleaner has already run
2017-04-07Revert yarn.lock changesLuke "Jared" Bennett
2017-04-07Merge branch 'test-failure-fix' into 'master' Stan Hu
Revert yarn.lock file changes Closes #30627 See merge request !10558
2017-04-07add CHANGELOG.md entry for !10522Mike Greiling
2017-04-07upgrade webpack-dev-server to fix issues with SockJS causing odd reload ↵Mike Greiling
behavior in firefox https://github.com/webpack/webpack-dev-server/issues/762
2017-04-07Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07upgrade webpack to v2.3.3 to resolve sourcemap issuesMike Greiling
2017-04-07Rever yarn.lock changesLuke "Jared" Bennett
2017-04-07Revert yarn.lock file changesPhil Hughes
2017-04-07Merge branch '30151-fix-vue-production-warnings' into 'master' Alfredo Sumaran
Remove Vue from main bundle and disable production warnings Closes #30151 See merge request !10458
2017-04-07Remove Vue from main bundle and disable production warningsMike Greiling
2017-04-07Add indication for closed or merged issuables in GFMAdam Buckland
Example: for issues that are closed, the links will now show '[closed]' following the issue number. This is done as post-process after the markdown has been loaded from the cache as the status of the issue may change between the cache being populated and the content being displayed. In order to avoid N+1 queries problem when rendering notes ObjectRenderer populates the cache of referenced issuables for all notes at once, before the post processing phase. As a part of this change, the Banzai BaseParser#grouped_objects_for_nodes method has been refactored to return a Hash utilising the node itself as the key, since this was a common pattern of usage for this method.
2017-04-07Merge branch ↵Sean McGivern
'dosuken123/gitlab-ce-2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-implementation-with-quick-ui' into 'master' Add "engineering" UI for Pipeline Schedule See merge request !10533
2017-04-07Merge branch 'fix-github-import-rake-task' into 'master' Sean McGivern
Fix rake test to import Github repositories See merge request !10549
2017-04-07Merge branch 'docs/ci-variables-remove-my-email' into 'master' Achilleas Pipinellis
Remove wrong user email from CI variables example output See merge request !10554
2017-04-07Remove wrong user email from CI variables example outputAchilleas Pipinellis
[ci skip]
2017-04-07Review changesLuke "Jared" Bennett
2017-04-07Add ref and active to import/export configSean McGivern
2017-04-07Merge branch 'optimise-builds' into 'master' Sean McGivern
Optimise Pipelines > Jobs index controller Closes #27389 See merge request !10546
2017-04-07Fix rake test to import Github repositoriesDouglas Barbosa Alexandre