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
2019-06-19Merge branch '12-1-auto-deploy-0010836' into 12-0-stableRobert Speicher
2019-06-18Merge branch '59023-fix-web-ide-creating-branches-off-new-commits' into 'master'Phil Hughes
Fix IDE commit to use start_ref See merge request gitlab-org/gitlab-ce!29769 (cherry picked from commit c4efc7b53aad3be5109c4256f3438f908e180c20) 894ad6f6 Fix IDE commit to use start_ref
2019-06-17Merge branch 'generate-spans-for-sections' into 'master'Sean McGivern
Add collapsible sections to job log See merge request gitlab-org/gitlab-ce!28642
2019-06-17Merge branch 'error-pipelines-for-blocked-users' into 'master'Grzegorz Bizon
Preventing blocked users and their PipelineSchdules from creating new Pipelines Closes #47756 See merge request gitlab-org/gitlab-ce!27318
2019-06-17Merge branch 'revert-3a50fc5d' into 'master'Filipa Lacerda
Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'" See merge request gitlab-org/gitlab-ce!29684
2019-06-15Merge branch '57813-merge-request-tabs-do-not-handle-ctrl-click-correctly' ↵Fatih Acet
into 'master' Resolve "Merge request tabs do not handle ctrl+click correctly" Closes #57813 See merge request gitlab-org/gitlab-ce!29506
2019-06-14Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"Kamil Trzciński
This reverts merge request !26853
2019-06-14Added diff suggestion popoverPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
2019-06-14Update class namesFilipa Lacerda
2019-06-14Fix missing deployment rockets in monitor dashboardDhiraj Bodicherla
Fixed inconsistencies in variable names for deployment endpoints for monitoring dashboard which causes deployment rocket icons to disappear
2019-06-14Use scoped routes for labels and milestonesDmitriy Zaporozhets
Update frontend code to use /-/ scope for milestones and labels routes Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-06-13Adds specs and changelog - squashFilipa Lacerda
2019-06-12Allow command and control click to work on MR tabsSam Bigelow
2019-06-12Remove the grafana_dashboard_link feature flagReuben Pereira
2019-06-12Merge branch 'sh-fix-resolve-button-not-available' into 'master'Fatih Acet
Fix "Resolve conflicts" button not appearing for some users Closes #47954 See merge request gitlab-org/gitlab-ce!29535
2019-06-12Merge branch 'prom-api-3' into 'master'Mike Greiling
Switch charts to Prometheus API endpoint CE-3 Closes #58516 See merge request gitlab-org/gitlab-ce!29280
2019-06-12Merge branch 'prom-api-2' into 'master'Mike Greiling
Switch charts to Prometheus API endpoint CE-2 See merge request gitlab-org/gitlab-ce!29226
2019-06-12Merge branch '59651-remove-unnecessary-decimal-places-on-chart-axes' into ↵Phil Hughes
'master' Resolve "Remove unnecessary decimal places on chart axes" Closes #59651 See merge request gitlab-org/gitlab-ce!29468
2019-06-12Merge branch '62788-clean-up-pagination' into 'master'Phil Hughes
Moves table pagination component Closes #62788 See merge request gitlab-org/gitlab-ce!29543
2019-06-12Strip trailing decimal zeros from Metrics axisSimon Knox
2019-06-12Merge branch 'ce-remove-merge-request-pipeline-checkes' into 'master'Lin Jen-Shin
CE backport for gitlab-org/gitlab-ee!12309: Remove merge request pipeline check in mergeable method See merge request gitlab-org/gitlab-ce!29074
2019-06-12Merge branch '9186-implement-atmtwps-state-to-mr-widget' into 'master'Filipa Lacerda
CE backport for gitlab-org/gitlab-ee!12156: Update the merge request widget's "Merge" button to support merge trains See merge request gitlab-org/gitlab-ce!27594
2019-06-12Moves table pagination componentFilipa Lacerda
Move the table paginaiton component under the new pagination folder in vue shared components and updates all the paths
2019-06-12Merge branch ↵Filipa Lacerda
'62300-target-area-for-dropdown-list-items-is-too-small-on-metrics-dashboard' into 'master' Resolve "Target area for dropdown list items is too small on Metrics Dashboard" Closes #62300 See merge request gitlab-org/gitlab-ce!29458
2019-06-12Remove "target branch advanced" warning from FE code (CE)Nathan Friend
Removes the "target branch advanced" warning from the frontend as it is no longer needed due to the new merge trains feature.
2019-06-12Fix "Resolve conflicts" button not appearing for some usersStan Hu
Previously the frontend assumed that the user had to be able to merge to that project in order to resolve conflicts. However, this is overly restrictive, as the user only has to be able to push to the source branch. In fact, appending the text /conflicts to the merge request would bring up the conflict resolution page. This confusion happens when a project contains a protected branch that only allows maintainers to push. Users with Developer access no longer have permission to merge, but they still can create branches in that project. To fix this issue, we now loosen the permission check for the "Resolve conflicts" button and only check for access to push to the source branch. This is consistent with what the backend does in MergeRequests::Conflicts::ListService#can_be_resolved_by?. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47954
2019-06-12Make time window links take up full dropdown widthSimon Knox
2019-06-11Merge branch '62788-graphql-pagination' into 'master'Phil Hughes
Creates pagination component graphql Closes #62788 See merge request gitlab-org/gitlab-ce!29277
2019-06-11Creates pagination component graphqlFilipa Lacerda
creates a pagination component for the graphql api
2019-06-11Add merge train support to MR merge button (CE)Nathan Friend
This commit updates the merge request widget's "Merge" button to support merge trains.
2019-06-10User link styling for commitsMarcel van Remmerden
2019-06-07Move Vue models from vue_shared to boardsMartin Hanzel
Some classes in vue_shared were used only by boards, so they were moved to the boards directory.
2019-06-07Merge branch ↵Stan Hu
'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137' into 'master' Allow masking if 8 or more characters in base64 See merge request gitlab-org/gitlab-ce!29143
2019-06-07Use Prometheus API for dashboard metricsSimon Knox
Make API request for each chart
2019-06-07Add feature flag and dashboard endpointSimon Knox
First part of FE for Prometheus API Dashboard endpoint fetches all info except for chart results Renders empty groups after loading
2019-06-07Merge branch 'ce-5276-2-update-stores-for-terminal-file-sync' into 'master'Phil Hughes
[CE of Part 2] 5276 Update existing stores for file terminal sync See merge request gitlab-org/gitlab-ce!29333
2019-06-07Remove metrics_time_window feature flagSarah Yasonik
2019-06-07IDE trigger files change eventPaul Slaughter
- On CMD+S when editor is focused - On editor blur - When file is created in tree - When file is removed in tree - When file is renamed in tree
2019-06-06Add masked toggle click to frontend specmfluharty
Need to set masked to true before testing now that the default is false
2019-06-06Add frontend specsmfluharty
Test that a regex is provided Test that it is the expected regex Test length of variable Test special character set
2019-06-06Change "Report abuse to GitLab" to more generic wording.Marc Schwede
2019-06-06Merge branch '60034-default-web-ide-s-merge-request-checkbox-to-true' into ↵Phil Hughes
'master' Resolve "Default Web IDE's merge request checkbox to true" Closes #60034 See merge request gitlab-org/gitlab-ce!28665
2019-06-06Use the selected time window for metrics dashboardSarah Yasonik
2019-06-06Default MR checkbox to true in most casesSam Bigelow
- Pull the new MR option out into it's own component - Default MR checkbox to true when creating a new MR and committing to a branch that does not have an MR - Still change the MR checkbox to false when a user is on a branch that already has an MR - Hide MR option when on a branch that already has an MR and committing to current branch - Don't default to true when committing directly to master
2019-06-06Migrate old notes app test from Karma to JestMartin Hanzel
2019-06-05Extract setListDetail() into issue boards storeWinnie Hellmann
2019-06-05Merge branch ↵Filipa Lacerda
'61910-common_utils_spec-js-fails-locally-on-master-for-roundofffloat' into 'master' Resolve "common_utils_spec.js fails locally for roundOffFloat" Closes #61910 See merge request gitlab-org/gitlab-ce!28963
2019-06-05Merge branch 'jivanvl-add-single-stat-chart-component' into 'master'Filipa Lacerda
Add single_stat chart component to the monitoring bundle See merge request gitlab-org/gitlab-ce!28948
2019-06-05Fix whitespace changes visibility when the related file was initially collapsedOndřej Budai
2019-06-05preventing blocked users and their PipelineSchdules from creating new Pipelinesdrew cimino
updated several specs and factories to accomodate new permissions