| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | convert remaining instances of import * to use spyOnDependency | Mike Greiling | 2018-04-23 | 2 | -25/+15 |
| | | |||||
| * | move render_gfm into behaviors directory | Mike Greiling | 2018-03-19 | 1 | -2/+1 |
| | | |||||
| * | require jQuery to be explicitly importedremove-jquery-globals | Mike Greiling | 2018-03-09 | 1 | -0/+1 |
| | | |||||
| * | Move EE-specific JavaScript files to ee/app/assets/javascripts | Rémy Coutable | 2018-02-26 | 2 | -2/+2 |
| | | |||||
| * | Use restore() instead of reset() for removing axios MockAdapterwinh-axios-mock-restore | Winnie Hellmann | 2018-01-23 | 1 | -1/+1 |
| | | |||||
| * | Add confirm when navigating away from page with tests. | Jacob Schatz | 2018-01-18 | 1 | -0/+33 |
| | | |||||
| * | Tidy up main JS filemain-js-tidy-up | Phil Hughes | 2018-01-10 | 2 | -4/+0 |
| | | |||||
| * | Switch issue_show to Axios | Eric Eastwood | 2018-01-02 | 2 | -78/+55 |
| | | |||||
| * | Rename recaptcha-dialog to recaptcha-modal | Winnie Hellmann | 2017-12-12 | 2 | -5/+5 |
| | | |||||
| * | Merge branch 'master' into 'url-utility-es-module' | Phil Hughes | 2017-12-11 | 2 | -0/+79 |
| |\ | | | | | | | # Conflicts: # app/assets/javascripts/issue_show/components/app.vue | ||||
| | * | Resolve "No feedback when checking on checklist if potential spam was detected" | Luke Bennett | 2017-12-08 | 2 | -0/+79 |
| | | | |||||
| * | | use exported methods instead of gl.utils | Phil Hughes | 2017-12-08 | 1 | -7/+8 |
| |/ | |||||
| * | Export template selector as ES6 modules | Filipa Lacerda | 2017-12-06 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'backport-border-inline-edit' into 'master' | Fatih Acet | 2017-11-29 | 1 | -4/+4 |
| |\ | | | | | | | | | Backport - Add border for epic edit button See merge request gitlab-org/gitlab-ce!15637 | ||||
| | * | Backport border inline editbackport-border-inline-edit | Clement Ho | 2017-11-28 | 1 | -4/+4 |
| | | | |||||
| * | | Backport epic tasklist | Clement Ho | 2017-11-29 | 2 | -40/+64 |
| |/ | |||||
| * | Backport delete epic changesbackport-delete-epic | Clement Ho | 2017-11-15 | 2 | -14/+46 |
| | | |||||
| * | Add inline edit button to issue_show app | Clement Ho | 2017-10-17 | 2 | -3/+47 |
| | | |||||
| * | Remove confidential toggle checkbox and related code as no longer necessary37454-remove-confidential-cb-edit-issue | kushalpandya | 2017-09-11 | 1 | -25/+0 |
| | | |||||
| * | Move "Move to different project" to sidebar34261-move-move-to-sidebar | Eric Eastwood | 2017-09-03 | 3 | -60/+1 |
| | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261 | ||||
| * | Merge branch 'master' into issue-discussions-refactor | Douwe Maan | 2017-08-31 | 1 | -0/+10 |
| |\ | | | | | | | | | # Conflicts: # app/models/issue.rb | ||||
| | * | Fix invalid attribute used for time-ago-tooltip component | Clement Ho | 2017-08-30 | 1 | -0/+10 |
| | | | |||||
| * | | Rename a few attribute suffixes from `_url` to `_path` | Douwe Maan | 2017-08-17 | 4 | -9/+9 |
| |/ | |||||
| * | Update vue-resource | Filipa Lacerda | 2017-07-12 | 1 | -28/+27 |
| | | |||||
| * | refactor TaskList class to ES module syntax | Mike Greiling | 2017-07-06 | 1 | -26/+28 |
| | | |||||
| * | Remove empty afterEach() from issue_show app_spec.jswinh-issue-show-aftereach | Winnie Hellmann | 2017-06-29 | 1 | -3/+0 |
| | | |||||
| * | Fixes ctrl+enter not submit issue edit formissue-inline-edit-quick-submit | Phil Hughes | 2017-06-24 | 3 | -0/+50 |
| | | | | | Closes #33758 | ||||
| * | Make JavaScript tests fail for unhandled Promise rejections | Winnie Hellmann | 2017-06-23 | 1 | -39/+46 |
| | | |||||
| * | Stop showing task status if no tasks are present | Phil Hughes | 2017-06-20 | 1 | -0/+12 |
| | | | | | | | | | | | | Previously the task status would be visible even if there where no tasks in the description. This fixes that by changing the regex to check for tasks without 0. This also fixes a bug where update the description inline would not update the task status text on screen. Closes #33880 | ||||
| * | Clean up Vue warnings in tests | Winnie Hellmann | 2017-06-20 | 1 | -1/+0 |
| | | |||||
| * | Fix issue description syntax highlighting and math rendering33877-fix-issue-description-highlight-and-math | Eric Eastwood | 2017-06-19 | 1 | -0/+16 |
| | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33877 Regressed in https://gitlab.com/gitlab-org/gitlab-ce/commit/5a95d6f8dae00b31b694759c6ddbf6d83b1a7890#3a15290e7696397415523e0b664aceb3dd4010ae_0_46 where the ref no longer matches what we call `renderGFM` on. | ||||
| * | fix frontend test failures after jasmine upgradekarma-headless-chrome-redux | Mike Greiling | 2017-06-15 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into ↵ | Luke "Jared" Bennett | 2017-06-02 | 8 | -1/+701 |
| |\ | | | | | | | fix-realtime-edited-text-for-issues-9-3 | ||||
| | * | fixed issuable shortcuts not working | Phil Hughes | 2017-05-30 | 1 | -1/+1 |
| | | | | | | | | | moved setstate method into store | ||||
| | * | Warn before moving issue in inline edit form | Phil Hughes | 2017-05-25 | 1 | -1/+21 |
| | | | | | | | | | [ci skip] | ||||
| | * | renamed path to web_url in endpoint | Phil Hughes | 2017-05-25 | 1 | -6/+6 |
| | | | |||||
| | * | fixed karma failures | Phil Hughes | 2017-05-24 | 1 | -3/+3 |
| | | | | | | | | | [ci skip] | ||||
| | * | Merge branch 'issue-edit-inline-getdata-after-update' into 'issue-edit-inline' | Filipa Lacerda | 2017-05-24 | 1 | -0/+24 |
| | |\ | | | | | | | | | | | | | Get new data after inline edit save See merge request !11601 | ||||
| | | * | Get new data after inline edit saveissue-edit-inline-getdata-after-update | Phil Hughes | 2017-05-22 | 1 | -0/+24 |
| | | | | | | | | | | | | | [ci skip] | ||||
| | * | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-template | Phil Hughes | 2017-05-22 | 3 | -0/+57 |
| | |\ \ | | |/ | | | | | | | [ci skip] | ||||
| | | * | Added test to check if warning is not visible | Phil Hughes | 2017-05-22 | 1 | -0/+8 |
| | | | | | | | | | | | | | [ci skip] | ||||
| | | * | Merge branch 'issue-edit-inline' into issue-edit-inline-locked-warning | Phil Hughes | 2017-05-22 | 3 | -13/+124 |
| | | |\ | | | | | | | | | | | | | [ci skip] | ||||
| | | * | | Added specs for testing when warning is visible | Phil Hughes | 2017-05-18 | 2 | -0/+69 |
| | | | | | | | | | | | | | | | | | [ci skip] | ||||
| | * | | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-template | Phil Hughes | 2017-05-22 | 3 | -6/+168 |
| | |\ \ \ | | | |/ | | |/| | | | | | [ci skip] | ||||
| | | * | | Merge branch 'issue-edit-inline-move-project' into 'issue-edit-inline' | Filipa Lacerda | 2017-05-19 | 2 | -7/+96 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | Added move to project in issue inline edit form See merge request !11437 | ||||
| | | | * | | Removed un-used CSSissue-edit-inline-move-project | Phil Hughes | 2017-05-18 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed random if statement [ci skip] | ||||
| | | | * | | Added back a removed test | Phil Hughes | 2017-05-18 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| | | | * | | Merge branch 'issue-edit-inline' into issue-edit-inline-move-project | Phil Hughes | 2017-05-18 | 3 | -1/+79 |
| | | | |\ \ | | | | |/ | | | | | | | | | | | [ci skip] | ||||
| | | | * | | Added move to project in issue inline edit form | Phil Hughes | 2017-05-17 | 2 | -1/+82 |
| | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| | | * | | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-field-specsissue-edit-inline-description-field-specs | Phil Hughes | 2017-05-18 | 3 | -2/+73 |
| | | |\ \ \ | | | | |/ | | | |/| | | | | | | [ci skip] | ||||
