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-11-22Merge branch '28377-add-edit-button-to-mobile-file-view' into 'master'Clement Ho
Add edit button to mobile file view Closes #28377 See merge request gitlab-org/gitlab-ce!15199
2017-11-22Merge branch '40295-fix-reply-quote-shortcut-on-mr' into 'master'Clement Ho
Fix reply quote keyboard shortcut on MRs Closes #40295 See merge request gitlab-org/gitlab-ce!15523
2017-11-22Add edit button to mobile file viewTravis Miller
2017-11-22Merge branch '39720-group-milestone-sorting' into 'master'Sean McGivern
Add Group Milestone sorting Closes #39720 See merge request gitlab-org/gitlab-ce!15230
2017-11-22Merge branch 'feature_add_mermaid' into 'master'Phil Hughes
Add support of Mermaid Closes #3711 See merge request gitlab-org/gitlab-ce!15107
2017-11-22Add support of MermaidVitaliy @blackst0ne Klachkov
2017-11-21Fix reply quote keyboard shortcut on MRsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40295
2017-11-21Merge branch '39821-fix-commits-list-with-multi-file-editor' into 'master'Phil Hughes
Fix commits list 500 with multi-file editor new_repo cookie Closes #39821 See merge request gitlab-org/gitlab-ce!15502
2017-11-20Fix commits list 500 with multi-file editor new_repo cookieEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39821 /<namespace>/<project>/commmits/master
2017-11-20Impersonation no longer gets stuck on password change.Tiago Botelho
2017-11-20Async notification subscriptions in issue boardsEric Eastwood
2017-11-17Merge branch 'rc/use-existing-url-helper' into 'master'Grzegorz Bizon
Replace ci_status_path with pipeline_path See merge request gitlab-org/gitlab-ce!15369
2017-11-14Merge branch 'bvl-subgroup-in-dropdowns' into 'master'Sean McGivern
Include child projects a user can manage in namespace dropdowns Closes #39987 See merge request gitlab-org/gitlab-ce!15294
2017-11-14Include child projects a user can manage in namespace dropdownsBob Van Landuyt
These dropdown options are used for creating and transfering projects.
2017-11-14Stops page reload when changing tabs or pages - uses API requests insteadFilipa Lacerda
2017-11-14Replace ci_status_path with pipeline_pathRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-14Merge branch 'bvl-refresh-member-listing-on-removal' into 'master'Tim Zallmann
Don't perform a JS request when deleting a membership. Closes #39933 and #31720 See merge request gitlab-org/gitlab-ce!15344
2017-11-13fix to allow integer label refernceshaseeb
2017-11-13Merge branch '39335-add-time-spend-to-milestones' into 'master'Sean McGivern
Add total time spent to milestones Closes #39335 See merge request gitlab-org/gitlab-ce!15116
2017-11-13Don't perform a JS request when deleting a membership.Bob Van Landuyt
2017-11-12Merge branch '39564-clear-filter-on-gitlab-dropdown-open' into 'master'Tim Zallmann
Clear filter on gl_dropdown open Closes #39564 See merge request gitlab-org/gitlab-ce!15214
2017-11-11Add feature test to milestoneGeorge Andrinopoulos
2017-11-10Merge branch 'cleanup-issues-schema' into 'master'Sean McGivern
Clean up the schema of the table "issues" Closes #31811 See merge request gitlab-org/gitlab-ce!15225
2017-11-09Clean up schema of the "issues" tableYorick Peterse
This adds various foreign key constraints, indexes, missing NOT NULL constraints, and changes some column types from timestamp to timestamptz. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
2017-11-09Move clear search test to JS to reduce overkillEric Eastwood
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/33661
2017-11-07Add group milestone to feature spec and minor changesGeorge Andrinopoulos
2017-11-07Add feature spec for IngressEric Eastwood
2017-11-07Merge branch 'master' into 38464-k8s-appsShinya Maeda
2017-11-07Merge branch '39878-commit-pipeline-reads-wrong-key' into 'master'Tim Zallmann
Fix commit pipeline showing wrong status Closes #39878 See merge request gitlab-org/gitlab-ce!15238
2017-11-07Add feature spec for app installationShinya Maeda
2017-11-07Merge branch 'fix/import-export-arguments' into 'master'Douwe Maan
Fix arguments error on Import/Export fetch_ref method Closes #39541 See merge request gitlab-org/gitlab-ce!15241
2017-11-07Fix arguments error on Import/Export fetch_ref methodJames Lopez
Added unit test and updated integration spec to test for this as well.
2017-11-07Merge branch 'multi-file-editor-separate-commits-call' into 'master'Filipa Lacerda
Multi-file editor fetch log data from a different endpoint Closes #38360 See merge request gitlab-org/gitlab-ce!15132
2017-11-07Fix commit pipeline showing wrong statusFilipa Lacerda
2017-11-07Merge branch '35616-move-gke-form-1st-iteration' into 'master'Grzegorz Bizon
First iteration of Move Kubernetes from service to Cluster page See merge request gitlab-org/gitlab-ce!15061
2017-11-07Fix specShinya Maeda
2017-11-07Add Group Milestone sortingGeorge Andrinopoulos
2017-11-07Merge branch 'es-module-copy_as_gfm' into 'master'Filipa Lacerda
Convert copy_as_gfm into ES module and move to behaviors See merge request gitlab-org/gitlab-ce!14859
2017-11-07Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski
35616-move-gke-form-1st-iteration
2017-11-07Merge remote-tracking branch ↵Kamil Trzcinski
'origin/move-kubernetes-from-service-to-clusters-page-10-2-ver' into 35616-move-gke-form-1st-iteration
2017-11-07Merge branch 'refactor-clusters' into 'master'Grzegorz Bizon
Refactor Clusters to be consisted from GcpProvider and KubernetesPlatform See merge request gitlab-org/gitlab-ce!14879
2017-11-06Remove create MR button from issues when MRs are disabledGeorge Andrinopoulos
2017-11-06add feature spec to assert no linked filter inputsLuke "Jared" Bennett
2017-11-06fixed specsPhil Hughes
2017-11-05Merge branch 'refactor-clusters' into ↵Shinya Maeda
move-kubernetes-from-service-to-clusters-page-10-2-ver
2017-11-05Merge branch 'master' into refactor-clustersShinya Maeda
2017-11-03fix flaky tests by removing unneeded clicks and focus actionsMike Greiling
2017-11-03Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (33 commits) Ignore SQL CACHE hits in Sherlock Fix SQL timings for the performance bar Find the LFS-objects for a fork within a the fork network Remove bottom-border from last responsive table row Add system hooks user_rename and group_rename Unlink a project from a fork network when it's source was deleted. Make sure the settings page renders when root of a fork is deleted Remove Peek's original keyboard shortcut (numpad 0, keycode 96) Add application setting to Auto DevOps docs Enable MergeableSelector in scss-lint (for !14567) Enable MergeableSelector in scss-lint (for !14055) Enable MergeableSelector in scss-lint (for !14062) Enable MergeableSelector in scss-lint (for !14398) Enable MergeableSelector in scss-lint (for !13480) Enable MergeableSelector in scss-lint (for !13473) Enable MergeableSelector in scss-lint (for !13600) Enable MergeableSelector in scss-lint Resolve ""To do" should be "Todos" on Todos list page" Avoid regenerating the ref path for the environment Remove white space at bottom of issue boards ...
2017-11-03fix flaky test in gfm_autocomplete_spec.rbMike Greiling
2017-11-03Merge branch '35616-move-gke-form-1st-iteration' into ↵Shinya Maeda
move-kubernetes-from-service-to-clusters-page-10-2-ver