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-04-24Create constants for IDE commit action valuesPaul Slaughter
**Why?** These values will be used to help build the mirroring diff. It is helpful keeping it controlled in a constant. **Links:** - https://gitlab.com/gitlab-org/gitlab-ee/issues/10232 - https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/11478
2019-04-23Fix issue with list label text colorTucker Chapman
2019-04-23Merge branch 'upgrade-to-rails-5-1' into 'master'Rémy Coutable
Upgrade Rails to 5.1 See merge request gitlab-org/gitlab-ce!27480
2019-04-23Revert "Increased page size to 100"Natalia Tepluhina
This reverts commit 2869a61f3b7aeb8b6d79c74332c93e32cec20caa.
2019-04-23Merge branch '59514-uploading-images-base64' into 'master'Phil Hughes
Resolve "Web IDE uploading images shows base64 string" Closes #59514 See merge request gitlab-org/gitlab-ce!27471
2019-04-23Make swipe view images line upftab
If left without a width/height, swipeFrame goes off track when the image isn't wide enough to fill the available width. The spaceLeft prevented reaching the right edge of the image.
2019-04-23Upgrade Rails to 5.1.6.1Jasper Maes
Model.new.attributes now also returns encrypted attributes.
2019-04-19Merge branch '10502-board-list-spec-ce' into 'master'Kushal Pandya
Move EE specific testcase to EE spec file See merge request gitlab-org/gitlab-ce!27505
2019-04-19Move EE specific testcase to EE spec fileRajat Jain
Refactor `board_list` such that we can reuse the parts of component creation with prop passing with ee specific spec.
2019-04-19Resolve cluster metrics regressionAdriel Santiago
Fixes a regression causing cluster metrics not to display
2019-04-18Replace ee-specific code for boards/issue_card_innerRoman Rodionov
2019-04-18Stores 'binary' and 'rawPath' attr after uploadDenys Mishunov
- When uploading a file, we need to flag binary files correspondingly so that it gets propagated all the way to RepoEditor as it decides on whether to show editor for this or that file or not (shouldHideEditor()) - rawPath needs to be propagate all the way to ContentViewer as well so that uploaded images could be rendered as a base64 image right away instead of raw base64 string
2019-04-18Passes file type down to ContentViewerDenys Mishunov
Instead of ContentViewer attempts to compute file type and render appropriate viewer type, compute it on the parent RepoEditor having all file-related information at its disposal and pass it down to ContentViewer as a prop
2019-04-17Merge branch 'sh-add-gitaly-backtrace' into 'master'Sean McGivern
Add backtrace to Gitaly performance bar Closes #60092 See merge request gitlab-org/gitlab-ce!27345
2019-04-17Add backtrace to Gitaly performance barStan Hu
This adds the backtrace to a table to show exactly where the Gitaly call was made to make it easier to understand where the call originated. This change also collapses the details in the same row to improve the usability when there is a backtrace.
2019-04-17Merge branch '10083-dropdown-ce-ee-difference' into 'master'Filipa Lacerda
Removes EE diffs for dropdown_value_collapsed.vue Closes gitlab-ee#10083 See merge request gitlab-org/gitlab-ce!27367
2019-04-16`None` for assigneesVictor Wu
Update assignees_spec.js Update sidebar_spec.rb Update issues_spec.rb
2019-04-16Add sync: false to fix Karma testsNathan Friend
2019-04-16Merge branch 'nfriend-update-merge-request-widget-for-post-merge-pipelines' ↵Filipa Lacerda
into 'master' Update merge request widget to accommodate post-merge pipelines See merge request gitlab-org/gitlab-ce!25983
2019-04-16Merge branch 'gt-fix-styling-for-pages-status' into 'master'Filipa Lacerda
Fix styling for `app/assets/stylesheets/pages/status.scss` Closes #59929 See merge request gitlab-org/gitlab-ce!26875
2019-04-16Merge branch '60533-tooltip-for-view-file-shows-raw-html' into 'master'Kushal Pandya
Resolve "Tooltip for "View file" shows raw HTML" Closes #60533 See merge request gitlab-org/gitlab-ce!27398
2019-04-16Rename CI related selectorsGeorge Tsiolis
2019-04-16Autosave description in epicsRajat Jain
When editing an epic, the progress was previously lost due to lack of localstorage syncing code. This commit adds support for localstorage sync.
2019-04-16Fix showing HTML content in view file tooltipFatih Acet
2019-04-15Add two warning messages to the MR widgetNathan Friend
This commit adds two new warning messages to the MR widget that handle cases involving merge request pipelines.
2019-04-15Display scoped labels in Issue BoardsRajat Jain
This change brings new Scoped labels to Issue board as well. With the last change, this was missed.
2019-04-15Removes EE diffs for dropdown_value_collapsedDenys Mishunov
2019-04-12Fix isDesktop function to return proper valueSam Bigelow
2019-04-12Fixed fluid layout preference not being respected in diffsPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
2019-04-12Merge branch 'winh-notes_spec-timeout' into 'master'Fatih Acet
Increase timeout for notes_spec.js See merge request gitlab-org/gitlab-ce!27270
2019-04-11Increase timeout for notes_spec.jsWinnie Hellmann
2019-04-11Delete static_fixtures.rb for static HAML fixturesWinnie Hellmann
2019-04-10Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"Tim Zallmann
Reverts the loading of emojis and its images to move forward with RC
2019-04-09Merge branch 'osw-multi-assignees-merge-requests' into 'master'Nick Thomas
[Backport] Support multiple assignees for merge requests See merge request gitlab-org/gitlab-ce!27089
2019-04-09Resolve Environments#additional_metrics TypeError, ensure unix formatSarah Yasonik
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
2019-04-08Migrate clusters tests to jestEnrique Alcántara
Move cluster applications manager tests from karma to jest. Fixes some migration issues related with timeouts, and HTTP request expectations.
2019-04-07Move karma serverless tests to jest for isolationLuke Bennett
These tests cause master failures because of an overflow in vue-test-utils sync watcher setup.
2019-04-07Merge branch '_acet-related-mrs-widget-rewrite' into 'master'Kushal Pandya
Rewrite related MRs widget with Vue Closes #58926 and #57662 See merge request gitlab-org/gitlab-ce!27027
2019-04-06Add Knative metrics to PrometheusChris Baumbauer
2019-04-06Merge branch ↵Clement Ho
'31368-support-different-time-windows-for-performance-dashboard' into 'master' Resolve "Support different time windows for performance dashboard" Closes #31368 See merge request gitlab-org/gitlab-ce!26047
2019-04-06Wrap long chart tooltip series label namesAdriel Santiago
Resolves an issue where long series label names overflow the popover chart tooltip container
2019-04-05Support multiple queries per chart on metrics dashSarah Yasonik
Adding support for metrics alerts disabled multiple query support. To avoid a data model refactor, this enables the visual of multiple queries per chart on the front end, combining queries based on metric group, title, and y-axis label. This also adds support for adding and editing alerts based on the query selected rather than the single metric associated with the chart.
2019-04-05Do not display ingress IP help textEnrique Alcántara
if there isn’t an ingress IP assigned for the cluster yet
2019-04-05Rewrite related MRs widget with VueFatih Acet
This MR rewrites existing Related Merge Requests widget with Vue with reusing shared Related Issues components
2019-04-05Improve diff navigation headerSam Bigelow
- Compare versions header is full width except in the unified diff mode with no tree sidebar - Bar is always full width, but the content within stays centered when unified and no tree sidebar - File header is the same height as the "Compare versions header" - aligns with the design system grid guidelines => 56px - Diff file headers use a button group, switch icon order to open file externally being the last option, all buttons will become icon buttons (icon delivery by @dimitrieh) - If a file header becomes sticky no rounded corner/double border problem is visible anymore
2019-04-05Merge branch 'winh-ee-environment-variable' into 'master'Mike Greiling
Rename environment variable EE to IS_GITLAB_EE Closes #60080 See merge request gitlab-org/gitlab-ce!27044
2019-04-05Merge branch ↵Filipa Lacerda
'ce-9262-move-project-search-bar-into-modal-dialog-on-operations-dashboard-page' into 'master' CE backport: Add reusable project_selector component See merge request gitlab-org/gitlab-ce!25036
2019-04-05Merge branch '57482-shortcut-to-create-merge-request-from-web-ide' into 'master'Phil Hughes
Resolve "Shortcut to create merge request from Web IDE" Closes #57482 See merge request gitlab-org/gitlab-ce!26792
2019-04-05Merge branch '57668-create-file-from-url' into 'master'Phil Hughes
Resolve "Support creating new file from URL in the Web IDE" Closes #57668 See merge request gitlab-org/gitlab-ce!26622