summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared
Commit message (Collapse)AuthorAgeFilesLines
* Remove .es6 from file extensions (!9241)winniehell2017-03-055-0/+0
|
* Merge branch 'add-svg-loader' into 'master' Fatih Acet2017-03-024-56/+11
|\ | | | | | | | | | | | | Fixes Tech debt: No need to pass svgs as props into Vue with Webpack Closes #27692 and #27840 See merge request !9522
| * Merge branch 'master' into add-svg-loaderFilipa Lacerda2017-02-281-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (21 commits) Move `Group -> Members` to top-level, fix missing sub-nav for Subgroups Left align logo; increase max width of title Add newline to end of frontend.md. Clone nested objects from default data. Checks if key is present before accessing it Update CHANGELOG.md for 8.17.1 Document use of AirBnb js styleguide and eslint. Don't allow a project to be shared with an ancestor of the group it is in Fix access to projects shared with a nested group Ignore builds dir when run rubocop check Remove hidden-xs classes from last columns in environments and pipelines table. Transform pipelines table css to match structure of pipelines table Make environments table overflow Use exceptions for MergeService error handling Clarify when to create EE compatibility MR in code review process New runner API returns 204 Backport new behavior to CI API Backport API to V3 Update documentation Return 204 for delete endpoints API project create: Make name or path required Only create unmergeable todos once Put back the new project button ...
| * | Changes after review - adds alias for icons pathFilipa Lacerda2017-02-271-1/+1
| | |
| * | Use vhtml only when necessaryFilipa Lacerda2017-02-251-1/+0
| | |
| * | Load SVGs into PipelinesFilipa Lacerda2017-02-252-50/+6
| | |
| * | Loads SVGs into JS for environmentsFilipa Lacerda2017-02-241-5/+5
| | |
* | | Merge branch '28818-tech-debt-pipelines-pagination' into 'master' Alfredo Sumaran2017-02-281-9/+7
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Pagination only changes the page parameter. Closes #28818 See merge request !9581
| * | Pagination only changes the page parameter.28818-tech-debt-pipelines-paginationFilipa Lacerda2017-02-281-9/+7
| |/ | | | | | | Fix broken test
* | Remove hidden-xs classes from last columns in environments and pipelines table.28661-ci-tables-buttonsFilipa Lacerda2017-02-281-1/+1
|/ | | | | Transform pipelines table css to match structure of pipelines table Make environments table overflow
* Integrates pagination component with APIFilipa Lacerda2017-02-121-3/+1
| | | | | | | | Adds pagination tests Remove misplaced comment Fix broken store test
* Use CJS in all environments componentsFilipa Lacerda2017-02-091-0/+1
|
* Remove store from global namespace, use CSJ insteadFilipa Lacerda2017-02-091-1/+1
|
* Resolve 500 errorFilipa Lacerda2017-02-091-1/+1
|
* Looks for correct key to pass to commit prop. Adds rspec test.Filipa Lacerda2017-02-081-3/+3
|
* Use webpack to require filesFilipa Lacerda2017-02-053-4/+0
| | | | Changes after review
* Use webpack to require filesFilipa Lacerda2017-02-052-9/+9
|
* Move interceptor to common interceptors filesFilipa Lacerda2017-02-051-0/+8
|
* Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-042-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | * master: (76 commits) fix failing test fix Vue warnings for missing element [ci skip] UX Guide: Button placement in groups Change window size before visiting page, to get correct scroll position Fix slash commands spec error Move project services to new location under Integrations Move webhooks to new a location under Integrations Fixed redirection from http://someproject.git to http://someproject consistently use single quotes allow application.js to require other scripts which start with application* DRY with Gitlab.config.webpack.dev_server references disable webpack proxy in rspec environment due to conflicts with webmock gem remove changes to Procfile configure webpack dev server port via environment variable add rack middleware to proxy webpack dev server remove dev-server config from development environment Document that the retro and kickoff notes are public add CHAGELOG.md entry for webpack branch fix failing rspec build fix test failure for merge request widget ...
* Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * master: (65 commits) Fixed eslint test failure 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 ...
* Moves pagination to shared folderFilipa Lacerda2017-02-034-55/+230
| | | | | | | | | | | | | | | | | | | Document and remove unused code Declare components in a consistent way; Use " instead of ' to improve consistency; Update documentation; Fix commit author verification to match the use cases; Adds tests for the added components Fix paths in pagination spec Adds tests to pipelines table used in merge requests and commits Use same resource interceptor Fix eslint error
* Use new vue js pipelines table to render in merge request viewFilipa Lacerda2017-02-032-19/+38
| | | | | | | | | | | | Remove duplicate data-toggle attributes. Reuse the same pipeline table Remove unneeded required resources Remove unused file; Fix mr pipelines loading Updates documentation
* Transform vue_pipelines index into a non-dependent table component.Filipa Lacerda2017-02-032-243/+226
|
* Use single source of truth for vue_resource_interceptorFilipa Lacerda2017-02-031-1/+4
|
* First iterationFilipa Lacerda2017-02-033-0/+443
Create shared folder for vue common files Update paths Second iteration - refactor main component to be 100% reusable between the 3 tables