summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* fix broken variable referenceremove-iifes-1Mike Greiling2017-03-131-1/+1
|
* remove IIFEs in preparation for ES module refactorMike Greiling2017-03-1335-3748/+3683
|
* Merge branch '24501-new-file-existing-branch' into 'master'Sean McGivern2017-03-136-8/+274
|\ | | | | | | | | | | | | New file from interface on existing branch Closes #24501 See merge request !8427
| * New file from interface on existing branchJacopo2017-03-136-8/+274
| | | | | | | | | | | | Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field.
* | Merge branch '27114-add-undo-to-todos-in-the-done-tab' into 'master' Sean McGivern2017-03-131-122/+122
|\ \ | | | | | | | | | | | | | | | | | | Add 'Undo' to Todos in the Done tab Closes #27114 See merge request !8782
| * | Add 'Undo' to Todos in the Done tabJacopo2017-03-101-122/+122
| | | | | | | | | | | | | | | | | | Added the ability to 'Undo' the todos marked complete in the 'Done' tab of the Todo dashboard. Added the ability to 'Undo mark all as done' todos marked complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard.
* | | Simplify selector28385-27189-tech-debt-dropdownFilipa Lacerda2017-03-101-1/+1
| |/ |/|
* | Merge branch 'add-frequently-used-emojis-back-to-menu' into 'master' Filipa Lacerda2017-03-101-18/+12
|\ \ | | | | | | | | | | | | Add frequently used emojis back to awards menu See merge request !9843
| * | Add frequently used emojis back to awards menuadd-frequently-used-emojis-back-to-menuEric Eastwood2017-03-091-18/+12
| | | | | | | | | | | | Thanks @filipa for the shout`
* | | Merge branch '24166-close-builds-dropdown' into 'master' Clement Ho2017-03-103-73/+90
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Prevent dropdown from closing when user clicks in a build. Closes #24166 See merge request !9834
| * | | Target all build links inside a dropdown. Use jQuery to handle event delegation.Filipa Lacerda2017-03-092-4/+8
| | | |
| * | | Use harmony syntax instead of cjsFilipa Lacerda2017-03-091-2/+2
| | | |
| * | | Uses vanilla JS to listen to click eventFilipa Lacerda2017-03-093-88/+85
| | | | | | | | | | | | | | | | | | | | | | | | Removes `:visible` from selector Adds CHANGELOG entry Removes iife
| * | | Prevent dropdown from closing when user clicks in a build.Filipa Lacerda2017-03-091-0/+16
| | |/ | |/|
* | | Merge branch '27899-fix-diff-view-comment-form-placement' into 'master'Jacob Schatz2017-03-091-2/+8
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Get view type based on diff_view Cookie Closes #27899 See merge request !9821
| * | Get view type based on diff_view Cookie27899-fix-diff-view-comment-form-placementAlfredo Sumaran2017-03-081-2/+8
| | | | | | | | | | | | This is because we need to persist the same view type across tabs
* | | Merge branch 'update-native-unicode-emojis-with-harmony-modules' into 'master' Filipa Lacerda2017-03-098-350/+360
|\ \ \ | | | | | | | | | | | | | | | | Update emojis to use harmony modules (import/export) See merge request !9784
| * | | Update emojis to use harmony modules (import/export)update-native-unicode-emojis-with-harmony-modulesEric Eastwood2017-03-088-350/+360
| |/ /
* | | Merge branch '28030-infinite-offset' into 'master' Filipa Lacerda2017-03-092-2/+13
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | respect offset and limit query params for infinite lists Closes #28030 See merge request !9540
| * | respect offset and limit query params for infinite lists28030-infinite-offsetSimon Knox2017-03-092-2/+13
| |/
* | Merge branch 'es6-class-issue' into 'master' Clement Ho2017-03-082-117/+111
|\ \ | |/ |/| | | | | Convert Issue into ES6 class See merge request !9636
| * Convert Issue into ES6 class (!9636)winniehell2017-03-082-117/+111
| |
* | Merge branch 'fix-visual-tokens' into 'master' Alfredo Sumaran2017-03-083-22/+43
|\ \ | | | | | | | | | | | | Prevent visual token dropdown from opening the wrong filter dropdown See merge request !9789
| * | Prevent visual token dropdown from opening the wrong filter dropdownfix-visual-tokensClement Ho2017-03-083-22/+43
| |/
* | Added discussion comments avatars to diffPhil Hughes2017-03-0810-33/+286
|/
* Merge branch 'filtered-search-visual-tokens-improvements' into 'master' Alfredo Sumaran2017-03-081-0/+1
|\ | | | | | | | | Filtered Search Visual Tokens code improvements See merge request !9781
| * Code improvementsfiltered-search-visual-tokens-improvementsClement Ho2017-03-071-0/+1
| |
* | Merge branch 'fix-fs-edit-dropdown' into 'master' Alfredo Sumaran2017-03-081-3/+5
|\ \ | | | | | | | | | | | | Fix filtered search visual token editing dropdown See merge request !9794
| * | Fix filtered search visual token editing dropdownfix-fs-edit-dropdownClement Ho2017-03-071-3/+5
| |/
* | Fix edit last visual tokenfix-edit-last-visual-tokenClement Ho2017-03-071-2/+2
|/
* Add filtered search visual tokensfiltered-search-visual-tokensClement Ho2017-03-079-79/+452
|
* Merge branch 'master' into orderable-issuesDouwe Maan2017-03-072-1/+337
|\
| * Merge branch ↵Sean McGivern2017-03-071-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | '26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages' into 'master' Resolve "Combine Deploy Keys and Push Rules and Mirror Repository and Protect Branches settings pages" Closes #26732 See merge request !8731
| | * Merge branch 'master' into ↵26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pagesPhil Hughes2017-03-0718-817/+1456
| | |\ | | | | | | | | | | | | 26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages
| | * | Fixed tests, changed dispatcher routing to the 'repository:show'Jose Ivan Vargas2017-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | Also modified the render calls to the deploy_keys and protected_branches partials
| * | | Added Prometheus Service and Prometheus graphsKamil Trzciński2017-03-072-0/+336
| | |/ | |/|
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-0718-817/+1456
|\ \ \ | |/ /
| * | Merge branch '23948-assign-to-me' into 'master' Alfredo Sumaran2017-03-071-2/+21
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | re-add Assign to Me link on new MR/Issue forms Closes #23948 See merge request !9499
| | * | re-add Assign to Me link on new MR/Issue formsSimon Knox2017-03-071-2/+21
| | | |
| * | | Merge branch '26371-native-emojis-v3' into 'master' Filipa Lacerda2017-03-078-380/+958
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add emoji images - Base Native Unicode Emojis Closes #26371 See merge request !9569
| | * | | Fix up @DouweM reviewEric Eastwood2017-03-061-0/+3
| | | | |
| | * | | Fix wrong image src with cached gl-emoji and relative rootEric Eastwood2017-03-061-3/+14
| | | | |
| | * | | Fix up potential for build finish event to fire for wrong menuEric Eastwood2017-03-061-4/+3
| | | | |
| | * | | Fix up off index when reading canvas and something failedEric Eastwood2017-03-061-3/+6
| | | | |
| | * | | Fix up `watch` alias lookup in FirefoxEric Eastwood2017-03-062-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | It was pulling https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/watch
| | * | | Use native unicode emojisEric Eastwood2017-03-068-382/+943
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
| * | | | Restore keyboard shortcuts for "Activity" and "Charts"Kushal Pandya2017-03-061-0/+6
| | | | |
| * | | | Merge branch 'zj-create-mattermost-team' into 'master' Kamil Trzciński2017-03-064-3/+56
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create Mattermost Team from GitLab Closes #23964 See merge request !8746
| | * | | | Fix JS linting errorzj-create-mattermost-teamZ.J. van de Weg2017-03-061-1/+1
| | | | | |
| | * | | | Fix no out element caseZ.J. van de Weg2017-03-061-0/+3
| | | | | |