Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | Merge branch 'awardemoji-tooltip-shows-people-multiple-times' into 'master' | Dmitriy Zaporozhets | 2016-01-20 | 1 | -10/+7 | |
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes tooltip doesn't duplicate the "me" name. Checks that "me" is not in the array of names in tooltip  Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/7978 See merge request !2454 | |||||
| | | * | | | | | Fixes issue where other emoji (not thumbup/thumbdown) were not removedawardemoji-tooltip-shows-people-multiple-times | Jacob Schatz | 2016-01-19 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Fix the situation where the user has named themselves "me" | Jacob Schatz | 2016-01-18 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stopped looking for existing user since remove functionality is fixed. | |||||
| | | * | | | | | Fix underlying issue with emoji reactions | Jacob Schatz | 2016-01-18 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue was: blank space was rendering as a element in an array of authors. Element was being used by `join`. Original fix !2450 was trying to remove the space after it happened. This checks properly for it and only moves forward if it does not exist. Also removes "me" upon unchecking emoji. | |||||
| | | * | | | | | Removing initial `,`. | Jacob Schatz | 2016-01-18 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| | | * | | | | | Fixes tooltip doesn't duplicate the "me" name. | Jacob Schatz | 2016-01-18 | 1 | -8/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checks that "me" is not in the array of names in tooltip | |||||
| | * | | | | | | Merge branch 'secret-shortcut-feature' into 'master' | Dmitriy Zaporozhets | 2016-01-20 | 5 | -6/+5 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds "t" as a shortcut for find file anywhere See merge request !2507 | |||||
| | | * | | | | | | Simplifies the HAML if statement for project branch URL | Jacob Schatz | 2016-01-20 | 1 | -6/+2 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Fix HTML so code passessecret-shortcut-feature | Jacob Schatz | 2016-01-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code was failing because branch was named `'test'` with quotes which was escaping the javascript I was using. | |||||
| | | * | | | | | | Fix project find url so branch ref is not nil | Jacob Schatz | 2016-01-19 | 2 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds autocomplete="off" to find input. | |||||
| | | * | | | | | | Proper spacing in HAML file `if` statement. | Jacob Schatz | 2016-01-19 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Removes `defined?` in favor to just `if` | Jacob Schatz | 2016-01-19 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Add reference to the correct branch. | Jacob Schatz | 2016-01-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sometimes `@ref` will be `nil`. this makes sure that the correct branch is passed in. | |||||
| | | * | | | | | | Adds `t` as a shortcut for find file anywhere | Jacob Schatz | 2016-01-19 | 4 | -5/+4 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge branch 'issue_3749' into 'master' | Douwe Maan | 2016-01-20 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Issues/MRs updated_at field when notes are generated Closes #3749 and #9130 See merge request !2493 | |||||
| | | * | | | | | | | Update Issue/MR everytime a Note is saved/destroyed. | Rubén Dávila | 2016-01-19 | 2 | -5/+2 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Check if object respond to #touch before update. | Rubén Dávila | 2016-01-18 | 1 | -1/+2 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Update Issues/MRs updated_at when user leaves comments. | Rubén Dávila | 2016-01-18 | 1 | -1/+3 | |
| | | | |_|/ / / / | | | |/| | | | | | ||||||
| | * | | | | | | | Remove `Compressed to` column from build artifacts browserci/artifacts-remove-compressed-size | Grzegorz Bizon | 2016-01-20 | 3 | -4/+0 | |
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | See #10982. | |||||
| * | | | | | | | Properly highlight lines around '\ No newline at end of file' | Douwe Maan | 2016-01-20 | 2 | -0/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Save and use actual diff base commit for MR diff highlighting | Douwe Maan | 2016-01-20 | 5 | -9/+30 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix MR diff_refs | Douwe Maan | 2016-01-20 | 3 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | Restore helper | Douwe Maan | 2016-01-20 | 1 | -0/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into issue_3945 | Douwe Maan | 2016-01-20 | 72 | -122/+244 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| * | | | | | | | Move parallel diff logic to separate class | Douwe Maan | 2016-01-20 | 4 | -109/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Check if MR is not broken. | Rubén Dávila | 2016-01-19 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Refactor Gitlab::Highlight and fix tests | Douwe Maan | 2016-01-19 | 3 | -6/+10 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into issue_3945 | Rubén Dávila | 2016-01-14 | 345 | -1983/+2586 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | More refactoring from last code review. #3945 | Rubén Dávila | 2016-01-14 | 8 | -10/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use commit objects instead of IDs when generating diffs * Use proper references when generating MR's source and target * Update broken specs | |||||
| * | | | | | | | | Use the adequate reference for the old rev. #3945 | Rubén Dávila | 2016-01-14 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add inline diff markers in highlighted diffs. | Douwe Maan | 2016-01-14 | 3 | -4/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Remove duplication around highlighting. | Douwe Maan | 2016-01-14 | 1 | -15/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Refactor parallel_diff generation a bit. | Douwe Maan | 2016-01-14 | 3 | -57/+83 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Use current commit id if it doesn't have a parent. #3945 | Rubén Dávila | 2016-01-13 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Little refactor for usage of html_safe. #3945 | Rubén Dávila | 2016-01-13 | 3 | -7/+8 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Use html_safe instead of raw. #3945 | Rubén Dávila | 2016-01-13 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix broken specs. #3945 | Rubén Dávila | 2016-01-12 | 1 | -1/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix broken spec. #3945 | Rubén Dávila | 2016-01-12 | 1 | -1/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Small fixes from code review. #3945 | Rubén Dávila | 2016-01-12 | 2 | -4/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Reuse existent vars with ref and path. #3945 | Rubén Dávila | 2016-01-12 | 1 | -3/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Make diff_line_content helper return a safe String. #3945 | Rubén Dávila | 2016-01-12 | 4 | -5/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix css for other highlighting themes. #3945 | Rubén Dávila | 2016-01-09 | 3 | -0/+12 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix broken specs. #3945 | Rubén Dávila | 2016-01-08 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Change strategy to highlight diffs. #3945 | Rubén Dávila | 2016-01-07 | 11 | -9/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now we apply syntax highlighting to the whole old and new files. This basically help us to highlight adequately multiline content. | |||||
| * | | | | | | | | Add some styling for syntax highlighting themes. #3945 | Rubén Dávila | 2016-01-07 | 7 | -2/+78 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Force white theme when viewing diffs. #3945 | Rubén Dávila | 2016-01-06 | 2 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Use #html_safe instead of #raw in some diff views. #3945 | Rubén Dávila | 2016-01-06 | 3 | -5/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Apply syntax highlighting when expanding diff plus some refactor. #3945 | Rubén Dávila | 2015-12-31 | 2 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix broken spec and small refactor. #3945 | Rubén Dávila | 2015-12-30 | 2 | -3/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | New implementation for highlighting diff files. #3945 | Rubén Dávila | 2015-12-30 | 5 | -31/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * It is more performant given now we process all the diff file instead of processing line by line. * Multiline comments are highlighted correctly. |