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-09Use a new class to keep old behaviorFilipa Lacerda
2017-02-09Revert "Merge branch 'revert-a91ff32b' into 'master'"Filipa Lacerda
This reverts merge request !8688
2017-02-09Merge branch 'remove-jquery-ui-datepicker' into 'master' Jacob Schatz
Removed jQuery UI datepicker See merge request !8421
2017-02-09Merge branch 'remove-jquery-ui-sortable' into 'master' Jacob Schatz
Removed jQuery UI sortable See merge request !8478
2017-02-09Merge branch 'dz-fix-route-rename-descendants' into 'master' Dmitriy Zaporozhets
Fix route rename descendants if route.name is blank See merge request !9074
2017-02-09Fix route rename descendants if route.name is blankDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-08Merge branch 'bypass-whitelist-for-external-user' into 'master' Robert Speicher
Bypass signup domain validation for external users Closes #25279 See merge request !8575
2017-02-08Merge branch 'mr-widget-pipelines' into 'master' Fatih Acet
Reduce padding of mr widget mini graph See merge request !9071
2017-02-08Merge branch '27756-fix-json-404-response' into 'master' Clement Ho
Fixes ajax requests when current URL has a trailing slash Closes #27756 See merge request !9010
2017-02-08Merge branch '27880-pipelines-table-not-showing-commit-branch' into 'master' Clement Ho
Looks for correct key to pass to commit prop. Adds rspec test. Closes #27880 See merge request !9070
2017-02-08Merge branch 'dz-refactor-full-path' into 'master' Dmitriy Zaporozhets
Store group and project full name and full path in routes table See merge request !8979
2017-02-08Reduce padding of mr widget mini graphAnnabel Dunstone Gray
2017-02-08Looks for correct key to pass to commit prop. Adds rspec test.Filipa Lacerda
2017-02-08Merge branch 'rename_delete_services' into 'master'Rémy Coutable
Fix inconsistent naming for services that delete things See merge request !5803
2017-02-08Merge branch 'minigraph-fix' into 'master' Filipa Lacerda
Listens on document for mini-pipeline graph See merge request !9066
2017-02-08Merge branch 'backport-ee-build-fixes' into 'master' Filipa Lacerda
Backport fixes for pipelines_store frontend specs Closes #27871 See merge request !9067
2017-02-08Store group and project full name and full path in routes tableDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-08Merge branch '20495-plus-icon-button' into 'master' Alfredo Sumaran
Remove plus icon from compare view Closes #20495 See merge request !9056
2017-02-08backport fixes for pipelines_store frontend specsMike Greiling
2017-02-08Listens on document for mini-pipeline graphPhil Hughes
This technically fixes an issue in EE, but to keep code the same this is the CE port
2017-02-08Merge branch 'dz-limit-nested-groups' into 'master' Douwe Maan
Limit level of nesting for groups See merge request !9000
2017-02-08Remove plus icon in commits view MR buttonAnnabel Dunstone Gray
2017-02-08Merge branch '26705-filter-todos-by-manual-add' into 'master'Sean McGivern
Filter todos by manual add Closes #26705 See merge request !8861
2017-02-08Merge branch 'feature/gb/paginated-environments-api' into 'master'Rémy Coutable
Expose paginated environments list API endpoint See merge request !8928
2017-02-08Merge branch 'restore-issues_mentioned_but_not_closing' into 'master'Sean McGivern
pass in current_user in MergeRequest and MergeRequestsHelper See merge request !8624
2017-02-08Merge branch 'removed-unused-parameter-status-only' into 'master'Rémy Coutable
Removed unused parameter status only Closes #25607 See merge request !9035
2017-02-08Merge branch 'lfs-noauth-public-repo' into 'master'Rémy Coutable
lfs: do not require auth for public repositories Closes #23360 See merge request !8824
2017-02-08Limit level of nesting for groupsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-08Bypass signup domain validation for external usersReza Mohammadi
Fixes #25279
2017-02-08Fix inconsistent naming for services that delete thingsdixpac
* Changed name of delete_user_service and worker to destroy * Move and change delete_group_service to Groups::DestroyService * Rename Notes::DeleteService to Notes::DestroyService
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-08Add testsAlfredo Sumaran
2017-02-08Replace arrow function with regular function to prevent overiding function ↵Clement Ho
context
2017-02-08Fixes ajax requests when current URL has a trailing slashAlfredo Sumaran
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-08Remove plus icon from compare viewAnnabel Dunstone Gray
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