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-02-25Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable
Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
2019-02-25Merge branch 'design-management-vue-app-ce' into 'master'Filipa Lacerda
Port design-management-vue-app to CE See merge request gitlab-org/gitlab-ce!25494
2019-02-25Merge branch 'sh-fix-double-xhr-pipelines' into 'master'Filipa Lacerda
Remove duplicate XHR request when requesting new pipeline page Closes #58095 See merge request gitlab-org/gitlab-ce!25506
2019-02-25Merge branch '57785-create-project-template-for-netlify' of ↵Jason Lenny
https://gitlab.com/gitlab-org/gitlab-ce into 57785-create-project-template-for-netlify
2019-02-25Fix misspellings in app/spec commentsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-25Merge branch 'winh-remove-convertPermissionToBoolean' into 'master'Clement Ho
Remove convertPermissionToBoolean() from common_utils.js See merge request gitlab-org/gitlab-ce!25454
2019-02-24Remove duplicate XHR request when requesting new pipeline pageStan Hu
When a user clicked on another page in the pipeline page, the following would happen: 1. PipelinesService.getPipelines() would be called to fetch the new page 2. In the success handler, Poll.restart() would be called 3. This would invoke Poll.makeRequest(), which would fire off a new request. To fix this, we introduce a enable(), which will: 1. Update the request data accordingly 2. Clear the old timeout if necessary and start a new timer Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58095
2019-02-22Port design-management-vue-app to CEPhil Hughes
2019-02-22Merge branch '55703-md-image-borders' into 'master'Kushal Pandya
Only show borders around markdown images in notes Closes #55703 See merge request gitlab-org/gitlab-ce!25448
2019-02-22Merge branch '55057-system-message-to-core' into 'master'Sean McGivern
Port EE System Header And Footer feature to CE Closes #55057 See merge request gitlab-org/gitlab-ce!25241
2019-02-22Remove auto-appended unitsAdriel Santiago
Remove duplicate units from metrics dashboard graphs
2019-02-22Merge branch '56873-only-load-syntax-highlighting-css-when-selected' into ↵Phil Hughes
'master' Resolve "Only load syntax highlighting css when selected" Closes #57739 and #56873 See merge request gitlab-org/gitlab-ce!25232
2019-02-22fix-52198-timer-is-vertically-misaligned-for-delayed-jobs-in-pipelactionsGokhan Apaydin
2019-02-22Merge branch 'fix-broken-select2-import-project-app' into 'master'Phil Hughes
Fix select2 import for project import app namespace select See merge request gitlab-org/gitlab-ce!25307
2019-02-22Only show borders for images in notesSimon Knox
Compatible with https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5162
2019-02-22Move highlight themes to subfolderSimon Knox
2019-02-21Remove padding for mr-widget-sectionPaul Slaughter
This class is used in: - `group_test_reports_app.vue` where the padding is overruled by `.mr-report` - `mr_widget_options.vue` where the padding is overruled by `p-0` - `ee/mr_widget_options.vue` where there is a bug because the padding is not overruled.
2019-02-21Port EE System Header And Footer feature to CEDouwe Maan
remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
2019-02-21Add `.text-underline` Utility ClassAndrew Fontaine
Style status box links using bootstrap and other utility classes instead of styling all `a` tags in the status-box.
2019-02-21Make "moved" Link to Moved IssueAndrew Fontaine
The text "moved" now links to the issue the closed issue was moved to.
2019-02-21Merge branch 'mind-the-oxford-comma' into 'master'Kushal Pandya
Mind the oxford comma See merge request gitlab-org/gitlab-ce!25252
2019-02-21Catch exception in calculate reactive cacheReuben Pereira
Return the exception as an error.
2019-02-21Remove convertPermissionToBoolean() from common_utils.jsWinnie Hellmann
2019-02-20CE backport of design-management-issue-tabPhil Hughes
Backports template and Vue changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9632 to CE
2019-02-20Docs: change badges.svg example to pipeline.svgAviad Levy
2019-02-19Fixes the top position of job log topbarFilipa Lacerda
The top bar of the job log was always expecting the performance bar to be enabled. This commit adds CSS to fix the top position for both scenarios.
2019-02-19Fixes some requests not being tracked in performance barPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57886
2019-02-18Merge branch 'fix-diffs-not-rendering' into 'master'Filipa Lacerda
Fix diff files not rendering See merge request gitlab-org/gitlab-ce!25358
2019-02-18Fix diff files not renderingPhil Hughes
Fixes some diff files not rendering when the renderIt property is updated. Previously it was using a local copy of renderIt which meant Vue wouldn't update it when the files renderIt property was updates
2019-02-18Merge branch 'diff-tree-resizable' into 'master'Filipa Lacerda
Make the file tree in merge requests resizable Closes #51857 See merge request gitlab-org/gitlab-ce!25097
2019-02-18Merge branch 'fix-job-name-overflow' into 'master'Kushal Pandya
Fix job name overflow in Firefox, Safari and IE Closes #56426 See merge request gitlab-org/gitlab-ce!24707
2019-02-18Merge branch '55312-svg' into 'master'Kushal Pandya
Use export-import svg from gitlab-svgs Closes #55312 See merge request gitlab-org/gitlab-ce!24954
2019-02-18Remove noteId prop from ReplyButton componentWinnie Hellmann
Move convertToDiscussion call from ReplyButton to NoteApp component
2019-02-18Merge branch ↵Phil Hughes
'57123-revert-single-comments-to-initial-state-after-cancelling-reply' into 'master' Resolve "Revert single comments to initial state after cancelling reply" Closes #57123 See merge request gitlab-org/gitlab-ce!25339
2019-02-18Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Ehsan Abdulqader
feature/56787-realtime-validation-for-user-fullname-and-username
2019-02-18Use export-import svg from gitlab-svgsRajat Jain
Use SVG assets from @gitlab/svgs instead of using svg illustrations from project folder
2019-02-18Cancelling reply reverts comment to initial stateConstance Okoghenun
When converting a comment to a discussion if the "Cancel" button is used to exit the new discussion note, the comment would revert back to its initial state
2019-02-16Merge branch '57768-remove-vertical-line' into 'master'Fatih Acet
Remove vertical connecting line placeholder from diff discussion notes Closes #57768 See merge request gitlab-org/gitlab-ce!25292
2019-02-16Fix select2 import for project import app namespace selectLuke Bennett
2019-02-15Merge branch '54725-fix-emoji-button-active-state' into 'master'Phil Hughes
Resolve "Add reaction emoji styling is off" See merge request gitlab-org/gitlab-ce!25295
2019-02-15Replaced part of diff file properties with diff viewerNatalia Tepluhina
- replaced file.too_large - replaced file.text - replaced file.collapsed
2019-02-15Fix hover and active state colors of award emoji buttonAnnabel Dunstone Gray
2019-02-15Merge branch '50433-make-emoji-picker-bigger' into 'master'Annabel Dunstone Gray
Resolve "Make emoji picker bigger" Closes #50433 See merge request gitlab-org/gitlab-ce!25187
2019-02-15Merge branch '55893-artifacts-download' into 'master'Phil Hughes
Fixes dropdowns not working in Pipelines pages Closes #55893 and #56071 See merge request gitlab-org/gitlab-ce!25043
2019-02-15Make emoji picker biggerJacopo
The emoji picker shows 9 emoji for each row. On mobile devices the width is reduced to 7 emoji for each row.
2019-02-15Remove vertical connecting line placeholder from diff discussion notesAnnabel Dunstone Gray
2019-02-15Merge branch '55206-discussion-text-alignment' into 'master'Annabel Dunstone Gray
Correctly align resolved discussion text Closes #55206 See merge request gitlab-org/gitlab-ce!25001
2019-02-15Merge branch 'import-go-to-project-cta-nibble-backend' into 'master'Lin Jen-Shin
BE Improve the GitHub and Gitea import feature table interface See merge request gitlab-org/gitlab-ce!24606
2019-02-15Make the file tree in merge requests resizablePhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51857
2019-02-15Only load selected syntax highlight CSSSimon Knox
Compile highlight CSS separately Move highlight-specific mixins out of mixins.scss Rename solarized themes to match theme name as this was a smaller change than changing all instances to snake_case