summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Use Gitlab::REVISION over reading HEAD sha from gitsentry-clientside-releasesLuke "Jared" Bennett2017-05-211-2/+2
* Read HEAD commit and use as releases valueLuke "Jared" Bennett2017-05-192-0/+6
* Merge branch 'mr-widget-refresh-failed' into 'master'Filipa Lacerda2017-05-191-1/+27
|\
| * MRWidget: Make error message bold and red.mr-widget-refresh-failedFatih Acet2017-05-191-1/+1
| * MRWidget: Change refresh button place in failed state.Fatih Acet2017-05-191-3/+3
| * MRWidget: Add refresh button into MR widget failed state.Fatih Acet2017-05-191-0/+26
* | Merge branch 'dm-fix-readme-project-view' into 'master'Dmitriy Zaporozhets2017-05-191-0/+2
|\ \
| * | Remove readme project_view optionDouwe Maan2017-05-191-0/+2
* | | Merge branch 'user-avatar-vue-ce' into 'master'Phil Hughes2017-05-1914-66/+301
|\ \ \ | |/ / |/| |
| * | Fixes per feedback on user avatar components.Bryce Johnson2017-05-183-23/+14
| * | Consolidate user avatar Vue logicBryce Johnson2017-05-1815-66/+310
* | | Fix JavaScript translations that are using a namespacefix-js-translationsRuben Davila2017-05-186-11/+11
| |/ |/|
* | Merge branch 'delete-old-mr-widget' into 'master'Fatih Acet2017-05-181-303/+0
|\ \
| * | Delete merge_request_widget.jsdelete-old-mr-widgetLuke "Jared" Bennett2017-05-171-303/+0
* | | Fix clicking disabled clipboard button toolipLuke "Jared" Bennett2017-05-181-2/+2
| |/ |/|
* | Fix ability to edit diff notes multiple timesKushal Pandya2017-05-181-3/+3
* | Merge branch 'fix-trailing-space-mr-widget' into 'master'Fatih Acet2017-05-181-4/+1
|\ \
| * | Refactored the anchor tag to remove the trailing space in the target branchfix-trailing-space-mr-widgetJose Ivan Vargas2017-05-171-4/+1
| |/
* | Merge branch '32424-fix-linking-to-unresolved-expanded-diff-note' into 'master'Phil Hughes2017-05-182-8/+21
|\ \
| * | Fix linking to unresolved/expanded diff note32424-fix-linking-to-unresolved-expanded-diff-noteEric Eastwood2017-05-172-8/+21
| |/
* | Merge branch '32449-fix-note-comparison-trailing-newline-edge-case' into 'mas...Phil Hughes2017-05-181-20/+22
|\ \
| * | Fix missing .original-note-content and trailing new line edge case32449-fix-note-comparison-trailing-newline-edge-caseEric Eastwood2017-05-181-20/+22
| |/
* | Disable reference prefixes in notes for SnippetsSam Rose2017-05-182-5/+13
* | Merge branch '31987-automatically-close-assignee-select-dropdown-after-select...Phil Hughes2017-05-181-0/+9
|\ \ | |/ |/|
| * Remove unnecessary hidden()31987-automatically-close-assignee-select-dropdown-after-selection-when-multiple-assignees-is-disabledClement Ho2017-05-171-2/+0
| * Use to toggle the dropdownClement Ho2017-05-171-1/+1
| * Add test.js and test.css to disable animations during testing and include the...Luke "Jared" Bennett2017-05-161-0/+1
| * Merge branch 'master' into '31987-automatically-close-assignee-select-dropdow...Clement Ho2017-05-1699-1134/+1281
| |\
| * | Fix conflict on users_selectClement Ho2017-05-121-606/+599
| * | Add additional EE checkClement Ho2017-05-111-1/+3
| * | Automatically close user dropdown for CEClement Ho2017-05-091-0/+9
* | | Fix unassigned checkmarkClement Ho2017-05-172-5/+22
* | | Merge branch 'acet-mr-widget-nothing-to-commit-state' into 'master' Filipa Lacerda2017-05-172-11/+37
|\ \ \
| * | | Address MR comments.acet-mr-widget-nothing-to-commit-stateFatih Acet2017-05-161-1/+0
| * | | MRWidget: Fix specs and address WIP comments.Fatih Acet2017-05-161-7/+4
| * | | MRWidget: Implement new design for nothing to commit state.Fatih Acet2017-05-162-11/+41
* | | | Merge branch 'dm-scroll-to-blob-user-content' into 'master' Douwe Maan2017-05-171-0/+1
|\ \ \ \
| * | | | Scroll to anchor when blob content is loadeddm-scroll-to-blob-user-contentDouwe Maan2017-05-161-0/+1
* | | | | Merge branch '32172-improve-responsive-styling-of-pipeline-schedules-form' in...Tim Zallmann2017-05-173-65/+87
|\ \ \ \ \
| * | | | | Clean up UI and styles.Bryce Johnson2017-05-153-65/+87
* | | | | | Merge branch 'ability_to_cancel_attaching_file' into 'master' Douwe Maan2017-05-161-94/+158
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add an ability to cancel attaching file and redesign attaching files UIblackst0ne2017-05-161-94/+158
* | | | | | Merge branch '32326-scrollable-tabs-overflow' into 'master' Annabel Dunstone Gray2017-05-161-0/+2
|\ \ \ \ \ \
| * | | | | | prevent dropdowns from being cut-off by scrollable tab container32326-scrollable-tabs-overflowSimon Knox2017-05-161-0/+2
* | | | | | | Make `gfm_auto_complete` into a module and fix up tech debtEric Eastwood2017-05-166-238/+256
|/ / / / / /
* | | | | | Merge branch 'disable-css-and-jquery-animations-for-capybara' into 'master' Douwe Maan2017-05-161-0/+1
|\ \ \ \ \ \
| * | | | | | Add test.js and test.css to disable animations during testing and include the...disable-css-and-jquery-animations-for-capybaraLuke "Jared" Bennett2017-05-151-0/+1
* | | | | | | Removes nicescroll from issuable sidebarPhil Hughes2017-05-162-13/+0
* | | | | | | Only renders empty state for pipelines table if no pipelines are received whe...Filipa Lacerda2017-05-162-16/+36
* | | | | | | Merge branch 'environments-button-open-same-tab' into 'master' Annabel Dunstone Gray2017-05-161-1/+0
|\ \ \ \ \ \ \