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 (Collapse)Author
2017-02-08Merge branch 'fix-pipelines-store-test' into 'master' Alfredo Sumaran
Replace arrow function with regular function to prevent overiding function context See merge request !9057
2017-02-08Replace arrow function with regular function to prevent overiding function ↵Clement Ho
context
2017-02-08Merge branch '27822-default-bulk-assign-labels' into 'master' Alfredo Sumaran
Add default labels to bulk assign dropdowns Closes #27822 See merge request !9042
2017-02-08Merge branch 'no-sidebar-on-action-btn-click' into 'master' Clement Ho
dismiss sidebar on action button click Closes #27227 See merge request !8798
2017-02-08Merge branch '25134-mobile-issue-view-doesn-t-show-organization-membership' ↵Annabel Dunstone Gray
into 'master' Show organisation membership and delete comment action on smaller viewports, plus chang… Closes #25134 See merge request !8905
2017-02-08Add default labels to bulk assign dropdownsAnnabel Dunstone Gray
2017-02-08dismiss sidebar on repo buttons clickAdam Pahlevi
make the selector more inclusive spec for dashboard’s sidebar visibility fix linting errors for project dashboard page remove unused var: shouldBeCollapsed use project with repo, so download button became available use es6 style for testing project dashboard un-aliased global reference at sidebar.js.es6 fix spec from linting errors code improvement add singleton to `this` assign `singleton` to class add space in between remove `no-underscore-dangle` add complete changelog sidebar internal state test remove on page change, not exist in master. rebase. only nicescroll if the element is there new require style reference to sidebar content outside of timeout
2017-02-08Merge branch 'fix/gb/invalid-new-merge-request-api' into 'master' Fatih Acet
Fix rendering pipelines for a new merge request See merge request !9032
2017-02-07Merge branch 'fix-droplab-rendering' into 'master' Alfredo Sumaran
Fix droplab rendering template when data-dynamic selector is unavailable Closes gitlab-ee#1655 See merge request !9012
2017-02-07Fix static class errorAnnabel Dunstone Gray
2017-02-07Merge branch ↵Alfredo Sumaran
'23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graph' into 'master' added inline pipeline graph Closes #23785 See merge request !8576
2017-02-07Merge branch 'route-map' into 'master' Robert Speicher
Add 'View on [env]' link to blobs and individual files in diffs See merge request !8867
2017-02-07Remove changelog entry; Changes after reviewFilipa Lacerda
2017-02-07Merge branch '26908-add-foreign-keys-to-timelogs' into 'master' Rubén Dávila Santos
Use normal associations instead of polymorphic Closes #26908 See merge request !8769
2017-02-07Merge branch '27352-search-label-filter-header' into 'master' Annabel Dunstone Gray
27352 Update label dropdown titles for bulk edits Closes #27352 See merge request !8852
2017-02-07Merge branch ↵Filipa Lacerda
'27774-text-color-contrast-is-barely-readable-for-pipelines-visualization-graph-page-with-roboto-fonts' into 'master' Give ci status text on pipeline graph a better font-weight Closes #27774 See merge request !9033
2017-02-07Merge branch '24716-fix-ctrl-click-links' into 'master' Clement Ho
Fix Ctrl+Click support for Todos and Merge Request page tabs Closes #24716 See merge request !8898
2017-02-07Merge branch ↵Clement Ho
'25487-small-improvements-to-the-ui-of-mattermost-and-slack-command-services' into 'master' Resolve "Small improvements to the UI of Mattermost and Slack Command services" Closes #25487 See merge request !8491
2017-02-07Merge branch '27639-emoji-panel-under-the-side-panel-in-the-merge-request' ↵Annabel Dunstone Gray
into 'master' Layer dropdowns over right sidebar Closes #27639 See merge request !9004
2017-02-07Merge branch 'disallow-ci-finished-time-wrapping' into 'master'Rémy Coutable
Disallow CI’s finished time wrapping See merge request !8499
2017-02-07Merge branch 'fix-anchor-scrolling' into 'master' Clement Ho
Fix broken anchor links when special characters are used Closes #26778 See merge request !8961
2017-02-07added inline pipeline graphLuke "Jared" Bennett
Added tests review changes
2017-02-07Move permission check before more expensive checksDouwe Maan
2017-02-07Don't skip authorization when stopping CI environmentsDouwe Maan
2017-02-07Added small improvments to the chat slash command servicesLuke "Jared" Bennett
Updated specs
2017-02-07Merge branch '26059-segoe-ui-vertical' into 'master' Filipa Lacerda
Align Segoe UI label text See merge request !8884
2017-02-07Merge branch 'timeago-perf' into 'master' Alfredo Sumaran
Improved timeago performance Closes #25728 See merge request !8231
2017-02-07Simplify conditionsKushal Pandya
2017-02-07Merge branch '24147-delete-env-button' into 'master' Rémy Coutable
Makes stop button visible in environment page Closes #24147 See merge request !7379
2017-02-07Merge branch 'refresh-permissions-when-moving-projects' into 'master' Rémy Coutable
Refresh authorizations when transferring projects See merge request !9029
2017-02-07Use `gl.utils.isMetaClick` to identify meta-clicksKushal Pandya
2017-02-07Add utility `isMetaClick` to identify cross-platform meta-clickKushal Pandya
2017-02-07Update _pipelines.html.hamlKamil Trzciński
2017-02-07Use plain JS within `clickTab`, make comment more conciseKushal Pandya
2017-02-07Use plain JS in `goToTodoUrl`, make comment more conciseKushal Pandya
2017-02-07Add Ctrl+Click support for tabsKushal Pandya
2017-02-07Add Ctrl+Click supportKushal Pandya
2017-02-07Use normal associations instead of polymorphic.Ruben Davila
We can't properly use foreign keys on columns that are configured for polymorphic associations which has disadvantages related to data integrity and storage. Given we only use time tracking for Issues and Merge Requests we're moving to the usage of regular associations.
2017-02-07Merge branch '8082-permalink-to-file' into 'master' Alfredo Sumaran
Add keyboard shortcut to move to file permalink `y` Closes #8082 See merge request !8799
2017-02-07Fix rendering pipelines for a new merge requestGrzegorz Bizon
2017-02-07Give ci status text on pipeline graph a better font-weightdimitrieh
2017-02-07Align Segoe UI label textAnnabel Dunstone Gray
2017-02-07Pass proper endpoint path to MR pipelines partialGrzegorz Bizon
2017-02-07Merge branch '21518_recaptcha_spam_issues' into 'master'Sean McGivern
Use reCaptcha when an issue identified as spam Closes #21518 See merge request !8846
2017-02-07Merge branch '27632_fix_mr_widget_url' into 'master'Sean McGivern
Fix MR widget url Closes #27632 See merge request !8989
2017-02-07Refresh authorizations when transferring projectsYorick Peterse
This ensures that project authorizations are refreshed when moving a project from one namespace to another. When doing so the permissions for all users of both the old and new namespaces are refreshed. See #26194 for more information.
2017-02-07Fix stoppable?Kamil Trzcinski
2017-02-07Merge branch 'fix/import-group-members' into 'master' Rémy Coutable
Fix missing group members from Import/Export Closes #25124 See merge request !8923
2017-02-07Use reCaptcha when an issue identified as spamJarka Kadlecova
2017-02-07Merge branch 'issue_19262' into 'master' Sean McGivern
Disallow system notes for closed issuables Closes #19262 See merge request !8848