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
path: root/app
AgeCommit message (Expand)Author
2016-11-18Merge branch '24617-skipped-icon-title' into 'master' Fatih Acet
2016-11-18Merge branch '23205-information-about-environments-build-page' into 'master' Fatih Acet
2016-11-18Merge branch 'pass-correct-tag-target-to-post-receive' into 'master' Sean McGivern
2016-11-18Merge branch 'issue_13232' into 'master' Sean McGivern
2016-11-18Remove title from skipped status svgAnnabel Dunstone Gray
2016-11-18Merge branch 'fix-admin-ci-table' into 'master' Annabel Dunstone Gray
2016-11-18Pass correct tag target to post-receive hook when creating tag via UIAdam Niedzielski
2016-11-18Merge branch 'feature/cycle-analytics-events' into 'master' Douwe Maan
2016-11-18Merge branch 'optimize-mr-index' into 'master' Yorick Peterse
2016-11-18Merge branch '23223-group-deletion-race-condition' into 'master' Rémy Coutable
2016-11-18Merge branch 'jacopo-beschi/gitlab-ce-19981-admin-links-new-group-default-vis...Robert Speicher
2016-11-18Merge branch 'pipelines-page-redesign' into 'master' Fatih Acet
2016-11-18More aggressively preload on merge request and issue index pagesDouwe Maan
2016-11-18Add JIRA remotelinks and prevent duplicated closing messagesFelipe Artur
2016-11-18refactored updater and updated specsJames Lopez
2016-11-18Fix Admin Links to new Group does not respect Default Visibilityjacopo-beschi-intersail
2016-11-18added new build updater, specs and refactored allowed_idsJames Lopez
2016-11-18Merge branch '24276-usernames-with-dots' into 'master' Douwe Maan
2016-11-18Merge branch 'namespace-validation' into 'master' Rémy Coutable
2016-11-18Fix a race condition that allowed soft-deleted groups to remain in the database.Timothy Andrew
2016-11-18Allow registering users where the username contains dots (.).Timothy Andrew
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-18Fix indentationAnnabel Dunstone Gray
2016-11-18Merge branch 'cs-fix-firefox-height' into 'master' Annabel Dunstone Gray
2016-11-17Create global secondary inverted buttonAnnabel Dunstone Gray
2016-11-17Fix builds/show spec; use iid instead of idAnnabel Dunstone Gray
2016-11-17Merge branch 'fix-singin-redirect-for-fork-new' into 'master' Sean McGivern
2016-11-17Check all namespaces on validation of new username.Bryce Johnson
2016-11-17Merge branch 'feature/subscribe-to-group-level-labels' into 'master' Sean McGivern
2016-11-17Merge branch 'chat-name-authorize' into 'master' Rémy Coutable
2016-11-17Merge branch 'assignee-dropdown-autocomplete' into 'master' Fatih Acet
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 toggle_subscription action to Groups::LabelsControllerDouglas Barbosa Alexandre
2016-11-17Allow subscriptions to be created without a projectDouglas 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-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-17Add project_id to subscriptionsDouglas Barbosa Alexandre