| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added specs for board list component | Phil Hughes | 2017-04-05 | 1 | -0/+201 |
| | | |||||
| * | Stops triggering board sidebar when clicking avatar | Phil Hughes | 2017-03-28 | 1 | -0/+19 |
| | | |||||
| * | Merge branch 'rename_done_to_closed' into 'master' | Sean McGivern | 2017-03-27 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | Change Done column to Closed in issue boards Closes #29420 See merge request !10198 | ||||
| | * | Change Done column to Closed in issue boards | blackst0ne | 2017-03-24 | 1 | -2/+2 |
| | | | |||||
| * | | Fixed up issue boards JS specs | Phil Hughes | 2017-03-27 | 3 | -16/+16 |
| |/ | | | | | | The objects where passed in the wrong order so would actually cause a timeout eventually. Also changed to used random numbers so this error would of been more obvious Closes #29329 | ||||
| * | remove Cookies class from global space | Mike Greiling | 2017-03-22 | 1 | -1/+1 |
| | | |||||
| * | remove Vue from the global space | Mike Greiling | 2017-03-20 | 5 | -5/+8 |
| | | |||||
| * | Fixed eslintboards-blank-state-template-in-js | Phil Hughes | 2017-03-16 | 1 | -6/+7 |
| | | |||||
| * | Catches errors when generating lists | Phil Hughes | 2017-03-16 | 1 | -0/+92 |
| | | |||||
| * | Organize our polyfills and standardize on core-js | Mike Greiling | 2017-03-13 | 2 | -2/+0 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issues | Valery Sizov | 2017-03-06 | 6 | -0/+0 |
| |\ | |||||
| | * | Remove .es6 from file extensions (!9241) | winniehell | 2017-03-05 | 6 | -0/+0 |
| | | | |||||
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issues | Valery Sizov | 2017-03-03 | 2 | -1/+192 |
| |\ \ | |/ | |||||
| | * | Import vue into specboard-new-issue-template-in-js | Phil Hughes | 2017-03-01 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed eslint | Phil Hughes | 2017-03-01 | 1 | -11/+13 |
| | | | |||||
| | * | Moved issue boards new issue form template | Phil Hughes | 2017-03-01 | 2 | -1/+190 |
| | | | |||||
| * | | Fixed sidebar spec | Phil Hughes | 2017-03-01 | 1 | -5/+4 |
| | | | |||||
| * | | Fixed frontend specs | Phil Hughes | 2017-03-01 | 2 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issues | Valery Sizov | 2017-02-27 | 2 | -0/+189 |
| |\ \ | |/ | |||||
| | * | Merge branch 'moving-issue-with-two-list-labels' into 'master' | Alfredo Sumaran | 2017-02-24 | 1 | -0/+21 |
| | |\ | | | | | | | | | | | | | | | | | | | Removes label from previous list Closes #28484 See merge request !9418 | ||||
| | | * | Removes label from previous listmoving-issue-with-two-list-labels | Phil Hughes | 2017-02-21 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | When dragging an issue to a list that it already exists in it was previously not removing the label for the list it was moving from. This changes that to make that API call. Closes #28484 | ||||
| | * | | Fixed eslint errorsboards-card-template-to-js | Phil Hughes | 2017-02-23 | 1 | -3/+7 |
| | | | | |||||
| | * | | Issue boards card in JS | Phil Hughes | 2017-02-23 | 1 | -0/+164 |
| | |/ | | | | | | | | | | | Moved the issue boards card template into the JS. This helps to improve the code coverage & will eventually make it easier to move this to .vue files | ||||
| * | | Added JS specs | Phil Hughes | 2017-02-17 | 2 | -0/+93 |
| |/ | |||||
| * | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-02-03 | 5 | -19/+327 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ... | ||||
| | * | Removed Masonry, instead uses groups of data | Phil Hughes | 2017-02-03 | 2 | -2/+2 |
| | | | | | | | | | | | Added some error handling which reverts the frontend data changes & notifies the user | ||||
| | * | Fixed up specs | Phil Hughes | 2017-02-03 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed issue card spec | Phil Hughes | 2017-02-03 | 1 | -2/+4 |
| | | | |||||
| | * | Fixed up JS tests | Phil Hughes | 2017-02-03 | 2 | -17/+2 |
| | | | |||||
| | * | Some styling updates | Phil Hughes | 2017-02-03 | 1 | -0/+19 |
| | | | | | | | | | Does not remove the issue from the selected tab when it it de-selected, it instead gets purged when changing tab | ||||
| | * | Added more tests | Phil Hughes | 2017-02-03 | 2 | -0/+306 |
| | | | |||||
| | * | ensure helper classes and constants are exposed globally | Mike Greiling | 2017-02-02 | 1 | -0/+5 |
| | | | |||||
| * | | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-01-27 | 1 | -5/+5 |
| |\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ... | ||||
| | * | resolve all indent eslint violations | Mike Greiling | 2017-01-18 | 1 | -5/+5 |
| | | | |||||
| * | | fix globals within boards_bundle mock data | Mike Greiling | 2017-01-10 | 1 | -0/+5 |
| | | | |||||
| * | | use ~ to reference non-local scripts instead of resolve.root | Mike Greiling | 2017-01-10 | 3 | -21/+21 |
| | | | |||||
| * | | move additional libraries into spec_helper | Mike Greiling | 2017-01-10 | 3 | -12/+0 |
| | | | |||||
| * | | include spec_helper within karma config rather than each individual test | Mike Greiling | 2017-01-10 | 3 | -3/+0 |
| | | | |||||
| * | | correct vue require statements | Mike Greiling | 2017-01-10 | 3 | -6/+6 |
| | | | |||||
| * | | correct misnamed require statements | Mike Greiling | 2017-01-10 | 3 | -3/+3 |
| | | | |||||
| * | | fix broken js.cookie imports | Mike Greiling | 2017-01-10 | 3 | -3/+3 |
| | | | |||||
| * | | fix spec_helper missing/broken references | Mike Greiling | 2017-01-10 | 3 | -0/+3 |
| | | | |||||
| * | | Swapped out teaspoon for karma | Luke "Jared" Bennett | 2017-01-10 | 3 | -39/+36 |
| |/ | |||||
| * | expand remaining non-explicit eslint-disable blocks and factor out globals ↵ | Mike Greiling | 2016-12-13 | 4 | -4/+21 |
| | | | | | when no-undef encountered | ||||
| * | Move Ajax interceptor into describe block (!7304) | winniehell | 2016-11-05 | 3 | -108/+116 |
| | | |||||
| * | Fixed boards store specissue-board-welcome-cookie-monster | Phil Hughes | 2016-10-28 | 1 | -1/+4 |
| | | |||||
| * | disable ESLint for all JavaScript files | winniehell | 2016-10-26 | 4 | -0/+4 |
| | | |||||
| * | replace jquery.cookie vendor script with js.cookie | Mike Greiling | 2016-10-24 | 3 | -4/+4 |
| | | |||||
| * | Fixed JS tests | Phil Hughes | 2016-10-11 | 4 | -7/+7 |
| | | |||||
| * | Shows count at bottom of list | Phil Hughes | 2016-08-31 | 1 | -6/+9 |
| | | | | | Only visible when scrollable area is larger than height | ||||
