summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue with other links being clicked in diffsPhil Hughes2016-04-141-2/+2
|
* Correctly scrolls to the line when clickingPhil Hughes2016-04-141-2/+10
|
* Diff viewer links to correct part of the filePhil Hughes2016-04-141-4/+24
| | | | | | Added highlight colours to diff rows Closes #13852
* Updated dropzone hover stylingPhil Hughes2016-04-141-4/+5
|
* Removed GL Actions classPhil Hughes2016-04-142-54/+0
|
* Updated all GFM forms to use new GLForm classPhil Hughes2016-04-141-3/+3
|
* Milestones use new GLForm classPhil Hughes2016-04-141-1/+1
|
* merge request form uses new GLFormPhil Hughes2016-04-141-1/+1
|
* Updated issue form to use new GLFormPhil Hughes2016-04-142-4/+10
|
* Destroy discussion formPhil Hughes2016-04-142-8/+22
|
* Notes form JS updatePhil Hughes2016-04-143-50/+91
| | | | | Updated the JS to have a standard class with standard actions for each form Created ability to have toolbar buttons that insert different prefixes dependant upon the data-prefix attribute
* Merge branch 'issue_15093' into 'master' Jacob Schatz2016-04-131-1/+3
|\ | | | | | | | | | | | | | | | | Set tooltips for new added labels Fixes #15093 ![Screen_Shot_2016-04-11_at_5.50.21_PM](/uploads/52d06f6ccb3ca42e7ce75b94111514c2/Screen_Shot_2016-04-11_at_5.50.21_PM.png) See merge request !3667
| * Set tooltips for new added labelsissue_15093Alfredo Sumaran2016-04-111-1/+3
| |
* | Merge branch 'async-related-mrs' into 'master' Rémy Coutable2016-04-131-0/+23
|\ \ | | | | | | | | | | | | | | | | | | Load related MRs/branches asynchronously cc @dzaporozhets See merge request !3678
| * | Load related MRs/branches asynchronouslyYorick Peterse2016-04-131-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently this works by loading the HAML partials via XHR. While this is not the nicest setup it _is_ the easiest setup using the tools we currently have. Loading this data asynchronously doesn't make loading the related MRs/branches itself faster, it merely ensures that loading the issue itself is not slowed down. Fixes gitlab-org/gitlab-ce#14949
* | | Merge branch 'fix-bug-causing-comment-to-submit-twice' into 'master' Jacob Schatz2016-04-131-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix bug causing comment form in issue to submit twice when CTRL+Enter is pressed twice See merge request !3655
| * | | fix bug causing comment form in issue to submit twice when CTRL+Enter is ↵fix-bug-causing-comment-to-submit-twiceArinde Eniola2016-04-111-1/+5
| | | | | | | | | | | | | | | | pressed twice
* | | | Merge branch 'carousel-remove' into 'master' Robert Speicher2016-04-131-1/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Bootstrap Carousel The Bootstrap carousel module is used for image carousels, and we don't use it anywhere on the site. Fixes #14670. See merge request !3624
| * | | | Remove Bootstrap Carouselconnorshea2016-04-121-1/+11
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | The Bootstrap carousel module is used for image carousels, and we don't use it anywhere on the site. Also separated the Bootstrap JavaScript into separate components and removed the carousel component. Fixes #14670.
* | | | Merge branch 'label-filter' into 'master' Jacob Schatz2016-04-131-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed not being able to filter by any or no labels Brings back the options to filter by any or no label Closes #15008 ![Screen_Shot_2016-04-07_at_11.26.41](/uploads/20d949b19f537d830118532e1d44feb7/Screen_Shot_2016-04-07_at_11.26.41.png) See merge request !3589
| * | | Filtering by any label keeps the text on the toggle buttonlabel-filterPhil Hughes2016-04-121-1/+1
| | | |
* | | | Fix todo_target_path for todos where target was removedfix-todo-target-pathDouglas Barbosa Alexandre2016-04-121-0/+2
| | | |
* | | | Merge branch 'issue_14206' into 'master' Jacob Schatz2016-04-124-6/+34
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix datetimes on tooltips Closes #14206 Updates tooltip datetimes on `.timeago()` instances. **Inline notes** ![Screen_Shot_2016-04-07_at_1.25.12_PM](/uploads/2f55390a7e91dabf75e71fe3bda91849/Screen_Shot_2016-04-07_at_1.25.12_PM.png) **Existing and new notes** ![Screen_Shot_2016-04-07_at_1.24.49_PM](/uploads/202bb7476738eb048f2d94abb68174e7/Screen_Shot_2016-04-07_at_1.24.49_PM.png) **Issuable dates** ![Screen_Shot_2016-04-07_at_1.24.32_PM](/uploads/80fd5cc3c06fade0b1c615bc7b7611a8/Screen_Shot_2016-04-07_at_1.24.32_PM.png) **Build dates** ![Screen_Shot_2016-04-07_at_1.25.02_PM](/uploads/832f43284005ea610a3ad54a49b97104/Screen_Shot_2016-04-07_at_1.25.02_PM.png) See merge request !3497
| * \ \ \ Merge branch 'master' into issue_14206issue_14206Alfredo Sumaran2016-04-119-18/+138
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Rename method and initialize .timeago insideAlfredo Sumaran2016-04-114-19/+10
| | | | |
| * | | | Update datetime in .timeago elementsAlfredo Sumaran2016-04-073-6/+28
| | | | | | | | | | | | | | | | | | | | This should be done before .timeago() is called on the element
| * | | | Add datetime_utility.js.coffeeAlfredo Sumaran2016-04-071-0/+15
| | | | |
* | | | | Project dropdown in header uses new dropdownPhil Hughes2016-04-122-1/+35
| | | | |
* | | | | Merge branch 'decouple-member-notification' into 'master' Douwe Maan2016-04-122-10/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decouple membership and notifications This allow you to have notification setting per project even if you are member of group. It also creates background for having notification settings in project you are not member of. - [x] Make it work - [x] Migrations - [x] CHANGELOG - [x] More tests - [x] API For #3359 After this merge request there is still some work to be done: * create migration that remove duplicates in notification settings table and create uniq index (8.8 probably) * remove notification_level field from Member model in 9.0 * make proper API for notification settings * use `MemberCreateService` instead of Member#after_create callback for creating notification settings (after #14709) * maybe more tests Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !3421
| * \ \ \ \ Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-115-14/+116
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-0818-145/+754
| |\ \ \ \ \
| * | | | | | Change how notification settings in profile are rendered and updatedDmitriy Zaporozhets2016-03-301-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Create NotificationSettings object only when user change value in dropdownDmitriy Zaporozhets2016-03-301-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Introduce NotificationSetting to user interfaceDmitriy Zaporozhets2016-03-301-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * visiting project will create notification setting if missing * change notification setting per project even without membership * use notification settings instead of membership on profile page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | Merge branch 'build-notification-fixes' into 'master' Jacob Schatz2016-04-122-6/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build notification null check Cancels build notification interval on page change See merge request !3540
| * | | | | | | Fixed missed conflictPhil Hughes2016-04-111-4/+0
| | | | | | | |
| * | | | | | | Preparing build textPhil Hughes2016-04-111-3/+13
| | | | | | | |
| * | | | | | | Hides notification after X amount of secondsPhil Hughes2016-04-111-0/+5
| | | | | | | |
| * | | | | | | Corrects the button color on build status changePhil Hughes2016-04-111-1/+5
| | | | | | | |
| * | | | | | | Build notification null checkPhil Hughes2016-04-111-1/+14
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Cancels build notification interval on page change
* | | | | | | hide help block when user is creating a new project inside a groupArinde Eniola2016-04-121-1/+15
|/ / / / / /
* | | | | | Merge branch 'dashboard-filter-milestone' into 'master' Jacob Schatz2016-04-111-1/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue with dashboard/issues not filtering by milestone Closes #15128 See merge request !3650
| * | | | | Fixed issue with dashboard/issues not filtering by milestonedashboard-filter-milestonePhil Hughes2016-04-111-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Closes #15128
* | | | | | Merge branch 'mr-ui-update' into 'master' Jacob Schatz2016-04-112-9/+99
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated UI for new merge request Closes #2540 ![Screen_Shot_2016-03-29_at_12.53.18](/uploads/426e603675171f0dc4e0af83c7762eba/Screen_Shot_2016-03-29_at_12.53.18.png) ![Screen_Shot_2016-03-29_at_12.53.13](/uploads/645ad7955acfb9f7693245fcc048ee49/Screen_Shot_2016-03-29_at_12.53.13.png) See merge request !3228
| * | | | | Addressed feedbackPhil Hughes2016-04-111-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Removed important from css
| * | | | | Removed un-used get requestPhil Hughes2016-04-061-2/+0
| | | | | |
| * | | | | Fixed target project updatePhil Hughes2016-04-061-23/+29
| | | | | |
| * | | | | Filters by text on elementPhil Hughes2016-04-062-7/+31
| | | | | |
| * | | | | Use new dropdowns for MR comparePhil Hughes2016-04-062-22/+23
| | | | | |
| * | | | | Updated UI for new merge requestPhil Hughes2016-04-061-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | Closes #2540