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-09-28Merge branch 'label-update-check-new' into 'master' Jacob Schatz
Send ajax request for label update only if they are changed ## What does this MR do? At the moment we send requests to update the labels on issue even if nothing has been changed. This fixes that and only sends requests when something has actually been changed. The code gets the initial selected values based on the inputs & then compares that to the selected values when submitting. If they are equal, then no request is sent. ## What are the relevant issue numbers? Closes #19472 See merge request !5071
2016-09-07Reordered dropdown optionsLuke Bennett
Rearranged datetime created line Added `avatar_class` option to `link_to_member` so it can be hidden Made snippet title font heavier Added file title bar Hidden unneeded info from xs screens Added visibility icon Reveal file-actions on xs screens Added comments icon to snippets list items Refactored no-comments declaration into framework stylesheet Final touch ups Fixed snippets_spec
2016-08-22Revert the revert of Optimistic LockingValery Sizov
2016-08-20Disable “issue by email” feature until it uses a different tokenDouwe Maan
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-08-01State specific default sort order for issuableszs
Provide more sensible default sort order for issues and merge requests based on the following table: | type | state | default sort order | |----------------|--------|--------------------| | issues | open | last created | | issues | closed | last updated | | issues | all | last created | | merge requests | open | last created | | merge requests | merged | last updated | | merge requests | closed | last updated | | merge requests | all | last created |
2016-07-27Test both for having existing issues or notLin Jen-Shin
2016-07-26Update the description a bitLin Jen-Shin
2016-07-26Test if we're showing the modal and has the right emailLin Jen-Shin
2016-07-16Revert "Merge branch 'gl-dropdown-issuable-form' into 'master'"Douwe Maan
This reverts merge request !4970
2016-07-15Merge branch 'revert-lock-for-issuable' into 'master' Robert Speicher
Revert "Optimistic locking for Issue and Merge Requests" The migration to add `lock_version` in !5146 to every issue and merge request takes too long on GitLab.com since it has to add a default value of 0 to every row. Unfortunately, Rails 4.2 doesn't work properly if the value is left as `nil`; anything using optimistic locking cannot be edited. This bug was fixed in Rails 5.0 via this commit: https://github.com/rails/rails/commit/13772bfa49325a8dc26410d2dcb555665a320f92. I suggest we revert this change for now, and when we upgrade to Rails 5.0 we can reintroduce this feature. See merge request !5245
2016-07-15Merge branch 'gl-dropdown-issuable-form' into 'master' Jacob Schatz
GL dropdowns in issuable form ## What does this MR do? Changed all the issuable dropdown menus over to user GL dropdowns. This brings the dropdowns to be inline with the issuable filter dropdowns and allows for labels to be created whilst creating/editing an issuable. ## What are the relevant issue numbers? Closes #12574 ## Screenshots (if relevant) See merge request !4970
2016-07-14Revert "Optimistic locking for Issue and Merge Requests"Stan Hu
This reverts commit c39356998b1850f3dc26fe0b987cb419c1d1afb4.
2016-07-12Optimistic locking for Issue and Merge RequestsValery Sizov
2016-07-07Updated testsPhil Hughes
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-29Enable Style/SpaceAfterComma Rubocop copGrzegorz Bizon
2016-06-17Make tests pass.Jacob Schatz
2016-06-17Fix spec issueJacob Schatz
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-15Fixed issue with de-selecting dropdown option in issue sidebarPhil Hughes
Closes #18641
2016-06-10Fixed testsPhil Hughes
2016-06-09Fixed testsPhil Hughes
2016-06-05Fixed JS errorsPhil Hughes
CHANGELOG item
2016-05-25Merge branch 'master' into awardablesZJ van de Weg
2016-05-23Added due date testsPhil Hughes
2016-05-16Fixed rubocop issuesPhil Hughes
2016-05-16Added testsPhil Hughes
2016-05-11Merge branch 'master' into awardablesZeger-Jan van de Weg
2016-05-10Add tests on Awardables and Award EmojiZeger-Jan van de Weg
2016-05-06Use outer join for issues ordering by milestones due.Takuya Noguchi
2016-04-22Fixed issue with assignee object not being returnedPhil Hughes
Closes #15515
2016-04-21Remove the `.distinct` when finding issuesRémy Coutable
This is not needed anymore after !3815. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-20Forgot a Rubocop offense, doh!Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-20Address MR feedbackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-20Fix functionality of due this week. Add due this month and overdue, remove ↵Mehmet Beydogan
due tomorrow to issues. Fix typos on sorting dropdown related to due date Remove constant array and add Structs on Issue to keep due date data to fill options
2016-04-20Add due_date:time field to Issue modelMehmet Beydogan
Add due_date text field to sidebar issue#show Add ability sorting issues by due date ASC and DESC Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options Add handling issue due_date field for MergeRequest Update CHANGELOG Fix ambigous match for issues#show sidebar Fix SCREAMING_SNAKE_CASE offenses for due date contants Add specs for due date sorting and filtering on issues
2016-04-17Added upload file test to new issue formPhil Hughes
2016-04-14Do not include award emojis in issue view comment_counttheoretick
Fixes Issue #14431
2016-04-04Tests updatePhil Hughes
2016-03-25Fix minor code style issuesJacob Schatz
Fix underscore template error. Fix `=` spacing
2016-03-25Fix features until tests pass.Jacob Schatz
Milestones needed a none selector Assignee needed unassign.
2016-01-07Fixed issue sorting specs for ID changesYorick Peterse
These specs assumed data was still sorted by timestamp, instead of by ID.
2015-12-11Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-11Fix tests for new issuable sidebarDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-09Fix specsDouwe Maan
2015-12-02Use consistent casing for form field labelsDouwe Maan
2015-07-07Remove duplicate feature spec for filtering issues by no milestoneRobert Speicher
2015-06-26Update tests and use js-issuable class for context formDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-22Fix Style/Blocks cop violationsRobert Speicher