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 (Expand)Author
2016-11-19Wrapped in container like the other buttons and added a nowrap to the action...fix-environments-redeploy-button-inlineLuke "Jared" Bennett
2016-11-18Merge branch '24057-a11y-content-shortcut' into 'master' Annabel Dunstone Gray
2016-11-18Merge branch 'issue-24512' into 'master' Annabel Dunstone Gray
2016-11-18Merge branch 'feature/24072-improve-importing-of-github-pull-requests' into '...Sean McGivern
2016-11-18Merge branch 'update-supported-web-browsers' into 'master' Jacob Schatz
2016-11-18Fix indentationAnnabel Dunstone Gray
2016-11-18Merge branch 'sort-api-groups' into 'master' Sean McGivern
2016-11-18Merge branch 'copy-guidelines-merge-requests' into 'master' Allison Whilden
2016-11-18Update copy.md with issue guideline updates and merge request guidelinesVictor Wu
2016-11-18Refactor github import to reduce number of API callsAndrew Smith
2016-11-18Merge branch 'docs/fix-url-environments' into 'master' Achilleas Pipinellis
2016-11-18Fix missing URL from environments docsAchilleas Pipinellis
2016-11-18Merge branch 'cs-fix-firefox-height' into 'master' Annabel Dunstone Gray
2016-11-17Merge branch 'google-singletons-are' into 'master' Jacob Schatz
2016-11-17Merge branch 'fix-singin-redirect-for-fork-new' into 'master' Sean McGivern
2016-11-17Merge branch 'feature/subscribe-to-group-level-labels' into 'master' Sean McGivern
2016-11-17Allow sorting groups in APISean McGivern
2016-11-17Merge branch 'chat-name-authorize' into 'master' Rémy Coutable
2016-11-17Merge branch 'rs-remove-ci-gems' into 'master' Kamil Trzciński
2016-11-17Merge branch '23740-create-a-doc-for-the-ce-ee-development-workflow' into 'ma...Robert Speicher
2016-11-17Fix typosRémy Coutable
2016-11-17Fix wrong changelog itemRémy Coutable
2016-11-17Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceRémy Coutable
2016-11-17Add missing item for 8.13.6Rémy Coutable
2016-11-17Merge branch 'assignee-dropdown-autocomplete' into 'master' Fatih Acet
2016-11-17Remove extra subscribable_type filter on migrationDouglas Barbosa Alexandre
2016-11-17Add feature spec for labels subscriptionDouglas Barbosa Alexandre
2016-11-17Avoid code duplication for label subscription status on label partialDouglas Barbosa Alexandre
2016-11-17Rename LabelSubscription javascript to ProjectLabelSubscriptionDouglas Barbosa Alexandre
2016-11-17Fix label subscription menu on small screens resolutionDouglas Barbosa Alexandre
2016-11-17Allow users to subscribe to a group label at group or project levelDouglas Barbosa Alexandre
2016-11-17Use button instead of an icon to subscribe/unsubscribe to labelsDouglas Barbosa Alexandre
2016-11-17Add CHANGELOG entryDouglas Barbosa Alexandre
2016-11-17Add toggle_subscription action to Groups::LabelsControllerDouglas Barbosa Alexandre
2016-11-17Allow subscriptions to be created without a projectDouglas Barbosa Alexandre
2016-11-17Use subqueries instead of joins to migrate subscriptionsDouglas Barbosa Alexandre
2016-11-17Add helper method to toggle label subscription on labels controller specDouglas Barbosa Alexandre
2016-11-17Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre
2016-11-17Use @project as default on ToggleSubscriptionAction concernDouglas Barbosa Alexandre
2016-11-17Allow users to subscribe to group labels at project-levelDouglas Barbosa Alexandre
2016-11-17Pass project to Entities::Label to check if user is subscribedDouglas Barbosa Alexandre
2016-11-17Fix specs to pass a project when creating subscriptionsDouglas Barbosa Alexandre
2016-11-17Refactoring label subscription toggle button text to accept a projectDouglas Barbosa Alexandre
2016-11-17Refactoring label subscription status to accept a projectDouglas Barbosa Alexandre
2016-11-17Refactoring notification service to find subscriptions per projectDouglas Barbosa Alexandre
2016-11-17Add subscribable_project to ToggleSubscriptionAction concernDouglas Barbosa Alexandre
2016-11-17Refactoring Subscribable concern to accept a projectDouglas Barbosa Alexandre
2016-11-17Fix small typo on NotificationServiceDouglas Barbosa Alexandre
2016-11-17Add unique index to subscriptions on subscribable and user and projectDouglas Barbosa Alexandre
2016-11-17Migrate subscribable project id to the subscriptions tableDouglas Barbosa Alexandre