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
2016-10-15Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lintClement Ho
2016-09-12Removed horizontal overflow from collapsed issuable sidebarLuke Bennett
2016-09-08Refactor code for bulk update merge requests featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-09-08Add bulk update support for merge requests listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-08-16Load issues and merge requests templates from repositoryFelipe Artur
2016-07-21Merge branch '4142-show-inline-video' into 'master' Rémy Coutable
Add support for inline videos in issue, MR and notes (on issue, commit, MR, and MR diff) ## What does this MR do? It adds support for inline videos in issue, MR and notes (on issue, commit, MR, and MR diff). Most of the work was done by @hayesr in !3508 but a few improvements were still missing. ## Why was this MR needed? To be able to play uploaded videos in GitLab! ## What are the relevant issue numbers? Closes #4142. ## Screenshots ### Video players ![Screen_Shot_2016-07-19_at_18.44.09](/uploads/e85e531b455a41c3e66b26b356abaafd/Screen_Shot_2016-07-19_at_18.44.09.png) ----- ![Screen_Shot_2016-07-19_at_18.44.29](/uploads/05f52a812760210d1eae86a7f8fc48bc/Screen_Shot_2016-07-19_at_18.44.29.png) ----- ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - Tests - [x] Test `VideoLinkFilter` - [x] Test in `spec/features/markdown_spec.rb` - [x] Improve `spec/uploaders/file_uploader_spec.rb` - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5215
2016-07-20Remove VideoJS and clean the integrationRémy Coutable
Handle videos in: - MD preview in notes: commit, issue/MR, MR diff - New notes in: commit, issue/MR, MR diff - Persisted notes in: commit, issue/MR, MR diff Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-07-18Remove white background on clipboard button; position iconAnnabel Dunstone
2016-06-27Wrap images in divs with Banzai and limit max-height.Connor Shea
Add max-height to prevent images from displaying larger than the provided screen size. Also fix a failing test and add a new one.
2016-06-20Emoji shouldn't have borders. #EmojiWithoutBordersConnor Shea
2016-06-20Add borders to images in issues, MRs, and Help.Connor Shea
2016-06-16Merge branch 'hide-todo-collapsed-sidebar' into 'master' Jacob Schatz
Hide the Todo button in the collapsed issuable sidebar. ## What does this MR do? Fixes a bug where the "Add Todo" button was displayed in the collapsed sidebar. ## Are there points in the code the reviewer needs to double check? This shouldn't remove any other elements from the collapsed sidebar. ## What are the relevant issue numbers? None ## Screenshots (if relevant) Before: ![Screen_Shot_2016-06-15_at_11.41.46_AM](/uploads/27a1ace58cf8c44ad96accd3d0b32f11/Screen_Shot_2016-06-15_at_11.41.46_AM.png) After: ![Screen_Shot_2016-06-15_at_11.40.53_AM](/uploads/91a8585680fc482682d0efafdba4d599/Screen_Shot_2016-06-15_at_11.40.53_AM.png) See merge request !4686
2016-06-15Merge branch 'issuable-sidebar-bold' into 'master' Jacob Schatz
Fixed issue with bold in issuable sidebar ## What does this MR do? ~~The sidebar contained both normal font weight & bold font weight, so this standardises them to bold.~~ After looking at the designs, i've updated the font weights & colors throughout the sidebar to correctly match them ## Screenshots (if relevant) ![Screen_Shot_2016-06-02_at_11.03.40](/uploads/0a3eb6a67ce5722c77f6adf2fe883017/Screen_Shot_2016-06-02_at_11.03.40.png) See merge request !4398
2016-06-15Hide the Todo button in the collapsed issuable sidebar.Connor Shea
2016-06-14Fixed issue with todo button not updating statePhil Hughes
This would happen when a todo already exists, the state of the button wouldn't update after the ajax call
2016-06-14Manually create todo for issuablePhil Hughes
Added a button into the sidebar for issues & merge requests to allow users to manually create todo items Closes #15045
2016-06-10CI build page UI updatePhil Hughes
Added sidebar Removed elements not present in design
2016-06-10Uses already defined color for text in sidebarPhil Hughes
2016-06-10Updated link colorPhil Hughes
2016-06-10Corrected all sidebar font weights to correctly match the designPhil Hughes
2016-06-10Fixed issue with bold in issuable sidebarPhil Hughes
2016-05-23Added remove due date buttonPhil Hughes
In the sidebar when there is a due date, a link to remove due date becomes visible Closes #17392
2016-05-13Fix issue sidebar top position after header height changeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-04-21Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran
2016-04-20Posts the due date through AJAXPhil Hughes
2016-04-20Merge branch 'right-sidebar-z-index' into 'master' Jacob Schatz
Increased z-index of right sidebar Fixes issue with active button overlapping it Closes #15243 See merge request !3722
2016-04-20Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran
# Conflicts: # app/views/shared/issuable/_sidebar.html.haml
2016-04-16Refactored issue header to work better for mobilePhil Hughes
This will also work better for when the title makes the buttons drop down a new line Closes #14228
2016-04-15Fix Label dropdown and organize codeAlfredo Sumaran
# Conflicts: # app/assets/javascripts/labels_select.js.coffee
2016-04-14Merge branch 'subscribe-button-fix' into 'master' Jacob Schatz
Removed references to subscribe-button CSS class These were being blocked by adblocks Closes #15043 See merge request !3677
2016-04-14Increased z-index of right sidebarPhil Hughes
Fixes issue with active button overlapping it Closes #15243
2016-04-13Merge branch 'issuable-form-alignment' into 'master' Jacob Schatz
Fixed alignment on issuable new form Fixes #13802 ![Screen_Shot_2016-04-11_at_17.03.29](/uploads/d359580e693284d4b694d8158d4f736e/Screen_Shot_2016-04-11_at_17.03.29.png) See merge request !3661
2016-04-12Removed references to subscribe-button CSS classPhil Hughes
These were being blocked by adblocks Closes #15043
2016-04-11Fixed alignment on issuable new formPhil Hughes
Fixes #13802
2016-04-07Fixed colour of dropdown link hoverPhil Hughes
2016-03-25Fixed some colours in sidebarPhil Hughes
2016-03-25Assign current user when no user is assigned linkJacob Schatz
2016-03-25Fix broken functionality in sidebar after merge.Jacob Schatz
Added nice animations too.
2016-03-25Add milestone sidebar update via JSONJacob Schatz
2016-03-25Ajax call to milestones via new dropdownsJacob Schatz
2016-03-19Follow the CSS Style Guide rules for using shorthand where possible.connorshea
Fixes violations of Shorthand. Discussed in #14299. [ci skip]
2016-03-18Links to user on collapsed issue sidebarPhil Hughes
2016-03-18Fixed issue when user doesnt existPhil Hughes
Fixed button hover color
2016-03-18Fixed tooltip issue for participantsPhil Hughes
2016-03-18Improved issue sidebarPhil Hughes
Updated the spacing throughout the sidebar so that it fits better on smaller screens Added more participants button Closes #13353
2016-03-17Merge branch 'edited-text' into 'master' Robert Speicher
Edited timeago text on comments Unified the 'edited text' to be the same in descriptions and comments Closes #5538 See merge request !3063
2016-03-17Follow the CSS Style Guide rules for including a space after the property colon.connorshea
Fixes violations of SpaceAfterPropertyColon. Discussed in #14299. [ci skip]
2016-03-15Follow the CSS Style Guide rules for HEX colors.connorshea
Use lowercase letters and shorthand values for HEX colors where possible. Discussed in #14299.
2016-03-10Edited timeago text on commentsPhil Hughes
Unified the 'edited text' to be the same in descriptions and comments Closes #5538
2016-03-04Fix remaining media queries using correct bs paradigms.Jacob Schatz