Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-18Update specs for new upload pathBob Van Landuyt
2017-07-08Update tests to test what the component renders and what the clicks callsFilipa Lacerda
2017-07-07Prevent default click since we change the url manuallyFilipa Lacerda
Adds tests
2017-06-26Fixed multi-line markdown in issue edit formPhil Hughes
Closes #34318
2017-06-23Add support for multiple tooltips in the same Vue componentEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
2017-06-20Uniformize code between both pipelines tablesFilipa Lacerda
2017-06-16Create responsive mobile view for pipelines tableAnnabel Dunstone Gray
2017-06-16Merge branch 'karma-headless-chrome-redux' into 'master'Tim Zallmann
Replace PhantomJS with Chrome in Karma test runner (2nd attempt) Closes #33633 See merge request !12144
2017-06-14Move vue components to vue files and match docsFilipa Lacerda
2017-06-14fix incorrect equals assertionMike Greiling
2017-06-13Merge branch '33642-timeago-update' into 'master'Phil Hughes
Remove js classes from vue component that are not needed in vue component Closes #33642 See merge request !12133
2017-06-13Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling
This reverts merge request !12036
2017-06-13Remove js classes from vue component that are not needed in vue componentFilipa Lacerda
2017-06-13fix incorrect equals assertionMike Greiling
2017-06-12Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-06-02Pipeline show view real time header sectionFilipa Lacerda
2017-05-30Merge branch 'master' into issue-edit-inlinePhil Hughes
2017-05-26Creates CI Header component to use in pipelines and job details pagesFilipa Lacerda
2017-05-25Merge branch 'master' into issue-edit-inlinePhil Hughes
2017-05-18Fixes per feedback on user avatar components.Bryce Johnson
2017-05-18Consolidate user avatar Vue logicBryce Johnson
2017-05-15Added specs for description fieldPhil Hughes
[ci skip]
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-12Uniform CI status components in vueFilipa Lacerda
2017-05-11Add failing test for #29368winh
2017-05-10Replace pipeline mock data with JSON fixturewinh
2017-05-10Tech debt: Creates vue component for loading iconFilipa Lacerda
2017-05-10Use vue file for table pagination componentFilipa Lacerda
2017-05-10Merge branch '31053-pipeline-ux' into 'master' Fatih Acet
Adds left connector class to the rendered graph Closes #31053 See merge request !11179
2017-05-09Add Prometheus memory sparkline to MR widgetkushalpandya
2017-05-08Adds left connector class to the rendered graphFilipa Lacerda
2017-05-06Single commit squash of all changes for ↵Kamil Trzcinski
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
2017-04-26Removed t filter from other placesPhil Hughes
2017-04-26Changed JS translation functionsPhil Hughes
Added context function
2017-04-19Created a plural filterPhil Hughes
Added tests for the filter [ci skip]
2017-04-03Clean history after every test that changes historyFilipa Lacerda
2017-03-30Merge branch '29539-fix-pipelines-container-width-with-parallel-diff' into ↵Alfredo Sumaran
'master' Reset container width when switching to pipelines MR tab Closes #29539 See merge request !10169
2017-03-29use correct first/last symbols in vue pagination componentSimon Knox
2017-03-28Reset container width when switching to pipelines MR tabEric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
2017-03-17Remove UJS actions from pipelines tablesFilipa Lacerda
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-02-28Pagination only changes the page parameter.Filipa Lacerda
Fix broken test
2017-02-12Remove spec checking for scope 'all' since it's no longer part of componentFilipa Lacerda
Changes after review Fix typo
2017-02-07fix lint errorMike Greiling
2017-02-07fix broken frontend testsMike Greiling
2017-02-07Fix broken specs from the Frontend sideFilipa Lacerda
2017-02-05Use webpack to require filesFilipa Lacerda
2017-02-04Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda
* 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 ...
2017-02-03Moves pagination to shared folderFilipa Lacerda
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