summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diff_notes
Commit message (Collapse)AuthorAgeFilesLines
* Fixes diff comment avatar tooltip escaping issuesfixed-diff-avatar-tooltip-escapingPhil Hughes2017-03-161-0/+1
| | | | | | We are safe to use `data-html` because we never actually use HTML here, only the pure markdown Closes #29572
* Renamed `.js.es6` to `.js`Bob Van Landuyt2017-03-131-0/+0
|
* Delegate a single discussion to a new issueBob Van Landuyt2017-03-132-1/+31
| | | | | | Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
* Added discussion comments avatars to diffPhil Hughes2017-03-087-12/+193
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-0511-0/+0
|
* remove require.context from diff_notes_bundleremove-require-context-diff-notes-bundleMike Greiling2017-02-201-7/+11
|
* Remove navbar height offsetsAnnabel Dunstone Gray2017-02-101-1/+1
|
* Uses shared vue resource interceptorPhil Hughes2017-02-091-7/+1
|
* Refactored diff notes Vue appPhil Hughes2017-02-097-60/+54
| | | | It now relies on its Vue bundle rather than the window. Fixes some reactivity issues that was happening in EE
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-275-24/+24
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * Merge branch 'simple-eslint-fixes' into 'master' Fatih Acet2017-01-195-24/+24
| |\ | | | | | | | | | | | | Simple eslint fixes See merge request !8536
| | * resolve all prefer-const eslint violationsMike Greiling2017-01-181-2/+2
| | |
| | * resolve all indent eslint violationsMike Greiling2017-01-182-11/+11
| | |
| | * resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-183-6/+6
| | |
| | * resolve all no-plusplus eslint violationsMike Greiling2017-01-182-8/+8
| | |
* | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-181-3/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (67 commits) Add some API endpoints for time tracking. use destructuring syntax instead add changelog yml file correct User_agent placement in robots.txt Fixing typo Fix Project#update_repository_size to convert MB to Bytes properly Remove repository trait from factories that don't need it in features Add the `:repository` trait to `:project` factories in Cucumber steps Add a `:repository` trait to the `:empty_project` factory Update clipboard_button text: Copy commit SHA to clipboard Fix search bar filter dropdown scrollbars get rid of log fix UI behaviour - only make new calls when button is clicked and dropdown is not displayed better UI fix - simple solution Disable all cops in .rubocop_todo.yml fix spec refactored a bunch of stuff based on feedback fix serializer fix bug retrieving medians fix specs ...
| * | Backport timetracking frontend to CE.Bryce Johnson2017-01-151-2/+0
| |/
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-8/+10
|/
* Merge branch ↵Fatih Acet2016-12-281-4/+6
|\ | | | | | | | | | | | | | | | | | | '25957-marking-a-diff-discussion-as-resolved-doesn-t-update-tooltips' into 'master' Defer tooltip update on Resolve Comment button after DOM cycle Closes #25957 See merge request !8335
| * Defer tooltip update on Resolve Comment button after DOM cycleSam Rose2016-12-281-4/+6
| |
* | Merge branch 'fix-non-iife-classes' into 'master' Alfredo Sumaran2016-12-282-0/+4
|\ \ | |/ |/| | | | | Ensure javascript classes declared outside an IIFE are properties of window See merge request !8080
| * ensure classes declared outside an IIFE are properties of windowfix-non-iife-classesMike Greiling2016-12-142-0/+4
| |
* | resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-2/+2
| |
* | expand remaining non-explicit eslint-disable blocks and factor out globals ↵Mike Greiling2016-12-1311-13/+48
|/ | | | when no-undef encountered
* Fixed resolved discussion timeago not renderingPhil Hughes2016-11-221-3/+6
| | | | Closes #24787
* Issue board spec fixesPhil Hughes2016-11-101-1/+1
|
* Fixed jump to discussion button not showingPhil Hughes2016-11-101-1/+5
|
* Changed how resolving notes is renderedPhil Hughes2016-11-101-16/+22
| | | | Vue2 was taking the template out & then appending again. This changes that
* Fixed up resolve discussionsPhil Hughes2016-11-105-16/+30
|
* Migrate Vue v1 to v2.Fatih Acet2016-11-102-4/+4
|
* disable ESLint for all JavaScript fileswinniehell2016-10-2611-0/+11
|
* Pass the full project path for resolve buttonsPhil Hughes2016-09-214-33/+16
| | | | | | This fixes an issue that would stop the resolve buttons working when GitLab is installed with a relative URL Closes #21704
* Fix jumping between discussions on changes tabDouwe Maan2016-08-181-0/+1
|
* Fix bug causing “Jump to discussion” button not to showDouwe Maan2016-08-182-11/+7
|
* Function should return a boolean.Connor Shea2016-08-171-1/+1
|
* Forgot another one.Connor Shea2016-08-171-0/+2
|
* Fix more incomplete if/else statements.Connor Shea2016-08-172-0/+8
|
* Remove non-standard VueJS files from vendor.Connor Shea2016-08-171-0/+2
|
* Add return statements for if statements that were missing them.Connor Shea2016-08-171-0/+4
|
* Resolve feedback.Connor Shea2016-08-151-6/+5
|
* Don’t show “Resolve discussion” for non-author/membersDouwe Maan2016-08-124-6/+27
|
* Fix a bug and a test.Connor Shea2016-08-101-4/+6
|
* If the next discussion is closed, toggle it open.Connor Shea2016-08-091-0/+6
|
* Implement Jump behavior for Changes tabDouwe Maan2016-08-044-28/+127
|
* Jumps between discussions on the changes tabPhil Hughes2016-08-042-25/+34
| | | | Ordered the jump to discussion by order in the DOM
* Comment & resolve button no longer looks for can-resolve attributePhil Hughes2016-08-0410-81/+104
| | | | Fixed some bugs when removing notes
* Moved update headline HTML into discussion modelPhil Hughes2016-08-013-42/+45
|
* Moved method to compile components from window into diffnotesappPhil Hughes2016-08-011-9/+10
|
* Updated method name to be more descriptivePhil Hughes2016-08-012-5/+4
|
* Unminified versions of vue & vue-resourcePhil Hughes2016-08-011-2/+5
|