GitLab Bot
6cd5b7dbfa
Add latest changes from gitlab-org/gitlab@master
2019-09-19 11:50:12 +00:00
Brandon Labuschagne
25dac80988
Internationalisation of diff_note directory
...
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.
i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-02 13:53:44 +00:00
Tim Zallmann
c9bacfd682
Fixed Resolving, Loading more and Line Bugs
2018-09-07 12:25:50 +02:00
Felipe Artur
3e66795ef1
Changes tab VUE refactoring
2018-06-21 12:22:40 +00:00
Fatih Acet
059ab73b8e
Render MR Notes with Vue with behind a cookie
2018-02-28 00:10:43 +00:00
Douwe Maan
e4eba908cd
Allow commenting on individual commits inside an MR
2017-12-07 09:01:19 -05:00
Phil Hughes
fa2af5e0f5
Flash is now a ES6 module
...
Reduced the technical debt around our JS flash function by making it a
module that is imported rather than relying on the global function.
The global function still exists mainly for technical debt with how
some requests are being completed, but new JS should import the module
directly.
Also reduces some tech debt in the file by removing the need for jQuery.
Instead Flash is now 100% vanilla JS.
2017-10-10 10:14:22 +01:00
Filipa Lacerda
aaa78199c2
Update vue-resource
2017-07-12 14:47:09 +00:00
Mike Greiling
c594ed49f9
update diff_notes_bundle to ES module syntax
2017-05-16 15:48:57 -05:00
Fatih Acet
0151325dac
Merge request widget redesign
2017-05-09 04:15:34 +00:00
Kushal Pandya
d586b6cced
Add ES lint support to identify poorly written Promises
2017-04-20 11:11:51 +00:00
Alfredo Sumaran
e8561287dc
Remove IIFEs from diff_notes_bundle.js
2017-04-17 01:35:56 -05:00
Mike Greiling
d9dedc36c3
remove Vue from the global space
2017-03-20 22:12:01 -05:00
winniehell
572f9782d5
Remove .es6 from file extensions ( !9241 )
2017-03-05 21:22:40 +01:00
Phil Hughes
88fb39c229
Uses shared vue resource interceptor
2017-02-09 15:54:19 +00:00
Phil Hughes
f9c58d9388
Refactored diff notes Vue app
...
It now relies on its Vue bundle rather than the window. Fixes some reactivity issues that was happening in EE
2017-02-09 15:54:19 +00:00
Mike Greiling
96931b1748
resolve all indent eslint violations
2017-01-18 17:16:41 -06:00
Mike Greiling
e7b5945c59
resolve all semi and no-extra-semi eslint violations
2017-01-18 17:15:27 -06:00
Mike Greiling
23f5865e18
expand remaining non-explicit eslint-disable blocks and factor out globals when no-undef encountered
2016-12-13 21:07:31 -06:00
winniehell
02f94cf038
disable ESLint for all JavaScript files
2016-10-26 10:02:58 +02:00
Phil Hughes
5461a5d10a
Pass the full project path for resolve buttons
...
This fixes an issue that would stop the resolve buttons working when GitLab is installed with a relative URL
Closes #21704
2016-09-21 10:07:24 +01:00
Douwe Maan
ffbba55bc8
Implement Jump behavior for Changes tab
2016-08-04 18:01:32 -07:00
Phil Hughes
433f1c42c3
Comment & resolve button no longer looks for can-resolve attribute
...
Fixed some bugs when removing notes
2016-08-04 09:52:17 +01:00
Phil Hughes
ee62a2fd5a
Moved update headline HTML into discussion model
2016-08-01 11:31:35 +01:00
Phil Hughes
f65d8eb326
Updated method name to be more descriptive
2016-08-01 10:15:15 +01:00
Phil Hughes
c51cbc1f2f
Updated issues with jump tp button
...
Fixed styling bugs
2016-08-01 10:06:31 +01:00
Phil Hughes
03ea267f67
Added tests for hidden jump to button
2016-07-29 15:50:58 +01:00
Phil Hughes
4e679819f2
Fixed failing tests
2016-07-29 11:52:08 +01:00
Phil Hughes
efb74875cf
Moved most of the data handling into discussion & notes models
...
Reduced some duplicated code with compiling components
Fixed bug with resolve button tooltip not updating after resolving discussion
2016-07-29 11:19:56 +01:00
Douwe Maan
27471d01c2
Don’t depend on unique class.
2016-07-28 20:09:50 -06:00
Phil Hughes
8b1a2e4d0b
Moved the parentheses outside to make Babel happy
2016-07-28 15:07:47 +01:00
Phil Hughes
2247d8a4fd
Updates the text above discussions when resolving notes & discussions
2016-07-27 18:34:04 +01:00
Phil Hughes
86446846e9
Added tests for resolving comments feature
2016-07-27 16:57:48 +01:00
Phil Hughes
a678fef836
Added resolved by users name into tooltip
2016-07-26 15:47:19 +01:00
Phil Hughes
5e8606562d
Added ability to toggle resolving by commenting
2016-07-26 14:30:57 +01:00
Phil Hughes
6537a4a8fe
Correctly resolves/unresolves discussions
2016-07-26 13:44:51 +01:00