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-26Fix issues filter search token ee importrevert-4a5b3707Luke Bennett
2019-02-26Revert "Merge branch 'revert-82d7b5a0-ce' into 'master'"Luke Bennett
This reverts merge request !25537
2019-02-25Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono
This reverts commit 9202bbd129537a698b986e6295d0c783b5a84815, reversing changes made to 4b282e9ce1ae246c4538b3ede18d1380ea778029.
2019-02-25Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono
This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
2019-02-25Extract ResolveWithIssueButton from NoteableDiscussion componentWinnie Hellmann
2019-02-25Merge branch ↵Filipa Lacerda
'55925-if-there-is-only-one-changed-page-in-review-app-go-directly-there' into 'master' If there is one changed page in review app, link to it Closes #55925 See merge request gitlab-org/gitlab-ce!25048
2019-02-25Link to Changed Page if Only One Change PresentAndrew Fontaine
Given a static page mapping, and a review app with a single static page change, the review app link will now go directly to that change instead of to the home page of the review app.
2019-02-25Merge branch '57794-project-template-for-net' of ↵Jason Lenny
https://gitlab.com/gitlab-org/gitlab-ce into 57794-project-template-for-net
2019-02-25Style avatars for groups and projectsMartin Wortschack
- Add rectangular avatar classes - Update avatar for groups - Update avatar for projects - Update avatar for frequent items - Update avatar on "Fork project" page - Conditionally add rectangular avatar class to autocomplete items
2019-02-25Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński
Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
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-21Ability to filter confidential issuesRobert Schilling
Add a new search bar filter for confidential issues. Add filtering support to the IssuesFinder.
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