summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-3023-80/+256
|\
| * Add filter by my reactionHiroyuki Sato2017-08-308-4/+148
| * Adds position fixed to right sidebarPhil Hughes2017-08-291-1/+0
| * Merge branch 'changes-bar-sticky-fix' into 'master'Filipa Lacerda2017-08-292-1/+2
| |\
| | * Fixes the diff changes buttons from toggling when scrollingchanges-bar-sticky-fixPhil Hughes2017-08-292-1/+2
| * | Prevents rendering empty badge when pipeline request fails35048-empty-badgesFilipa Lacerda2017-08-291-20/+34
| * | Merge branch '37102-fix-prometheus-graph-cursor-flag' into 'master'Phil Hughes2017-08-291-8/+8
| |\ \
| | * | ensure graph overlay is in front of cursor flag37102-fix-prometheus-graph-cursor-flagMike Greiling2017-08-281-8/+8
| * | | Resolve "Monitoring graph date formatting is wrong"Mike Greiling2017-08-295-15/+22
| | |/ | |/|
| * | Merge branch 'group-mr-search-bar' into 'master'Clement Ho2017-08-281-2/+2
| |\ \ | | |/ | |/|
| | * Add filtered search to group merge requests dashboardHiroyuki Sato2017-08-191-2/+2
| * | Merge branch '31409-fix-group-and-project-search-for-anonymous-users' into 'm...Kamil TrzciƄski2017-08-251-5/+10
| |\ \
| | * | Fix group and project search for anonymous usersNick Thomas2017-08-241-5/+10
| * | | Add support for copying permalink to notes via more actions dropdownDimitrie Hoekstra2017-08-251-6/+8
| * | | Merge branch '36937-fix-invite-by-email-text' into 'master'Tim Zallmann2017-08-251-3/+4
| |\ \ \
| | * | | Fix invite by email address duplicationMark Fletcher2017-08-251-3/+4
| | |/ /
| * | | Merge branch 'thenable-ajax-api-calls' into 'master'Fatih Acet2017-08-243-15/+18
| |\ \ \ | | |/ / | |/| |
| | * | Added repo_service_spec for commitFlash and corrected repo_commit-Secion api ...thenable-ajax-api-callsLuke "Jared" Bennett2017-08-231-7/+9
| | * | fix eslint violations in repo editor filesMike Greiling2017-08-173-10/+12
| | * | Add thenable ajax calls.Jacob Schatz2017-08-173-9/+8
* | | | IssueNotesRefactor: Fix broken specs.Fatih Acet2017-08-291-0/+1
* | | | IssueNotesRefactor: Fix quick submit spec.Fatih Acet2017-08-251-1/+1
* | | | IssueNotesRefactor: Hide note reply form when submitted and show it again if ...Fatih Acet2017-08-231-9/+11
* | | | IssueNotesRefactor: Empty textarea while submitting comment and restore conte...Fatih Acet2017-08-231-5/+4
* | | | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-239-38/+41
|\ \ \ \ | |/ / /
| * | | Merge branch 'update-monaco-loader-test' into 'master'Jacob Schatz2017-08-222-5/+3
| |\ \ \
| | * | | add global __webpack_public_path__ to eslint configupdate-monaco-loader-testMike Greiling2017-08-182-5/+3
| * | | | Use non-i18n values for setting new group-level issue/MR button textBryce Johnson2017-08-211-13/+20
| * | | | Merge branch 'issue-boards-closed-shows-empty-label' into 'master'Tim Zallmann2017-08-211-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fixed issue boards closed list displaying empty labelissue-boards-closed-shows-empty-labelPhil Hughes2017-08-181-1/+1
| * | | | Correct repo.vue templateLuke "Jared" Bennett2017-08-181-3/+6
| | |/ / | |/| |
| * | | Merge branch '36648-fix-backoff-util-tests' into 'master'Phil Hughes2017-08-181-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | fix unnecessarily long gl.utils.backOff test36648-fix-backoff-util-testsMike Greiling2017-08-181-4/+4
| | |/
| * | Merge branch 'rename-repo-enabled' into 'master'Phil Hughes2017-08-182-10/+6
| |\ \ | | |/ | |/|
| | * use proper object notation and rename isNewRepo to isNewRepoEnabledrename-repo-enabledMike Greiling2017-08-172-10/+6
| * | Merge branch 'fix-height-of-group-share-dropdown' into 'master'Tim Zallmann2017-08-171-2/+1
| |\ \
| | * | Fixed height of group share dropdownPhil Hughes2017-08-171-2/+1
* | | | IssueNotesRefactor: Show placeholder note immediately when editing.Fatih Acet2017-08-232-7/+32
* | | | IssueNotesRefactor: Fix eslint errors.Fatih Acet2017-08-233-17/+16
* | | | IssueNotesRefactor: Fix error messages of edit/reply failure for discussions.Fatih Acet2017-08-233-10/+20
* | | | IssueNotesRefactor: Hide placeholders and flash messages before submitting a ...Fatih Acet2017-08-221-0/+3
* | | | IssueNotesRefactor: Support legacy multiple notes for individual_note: true c...Fatih Acet2017-08-221-1/+16
* | | | IssueNotesRefactor: Fix consistent typo.Fatih Acet2017-08-223-4/+4
* | | | IssueNotesRefactor: Trigger change event for Vue to catch programmatically va...Fatih Acet2017-08-211-1/+1
* | | | IssueNotesRefactor: Poll again when commands applied.Fatih Acet2017-08-211-2/+4
* | | | IssueNotesRefactor: Fix GFM rendering after edits come in.Fatih Acet2017-08-211-0/+3
* | | | IssueNotesRefactor: Show Cmd+Enter to comment tooltip.Fatih Acet2017-08-214-12/+15
* | | | IssueNotesRefactor: First comment and then close the issue.Fatih Acet2017-08-211-8/+13
* | | | IssueNotesRefactor: Minor naming change to improve readability.Fatih Acet2017-08-212-4/+4
* | | | IssueNotesRefactor: Reenable button after failed submit attempt.Fatih Acet2017-08-213-5/+9