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-02-24Changed the javascript class from using the global scope to exporting it via ↵Jose Ivan Vargas
webpack Also improved accesibility and change the id from user_callouts to a class
2017-02-24Created unit tests, fixtures and integration testsJose Ivan Vargas
Also changed the user_callout haml to a partial and added the corresponding SVG icon
2017-02-22on branch deletion show loading icon and disabled the buttonwendy0402
after user click delete branch, there is no processing indication, and user can click many times till. It seems flaw in UX. this will fix it fix bug in branch deletion link
2017-02-18fix overlooked window binding in spec filesMike Greiling
2017-02-17Merge branch 'dynamic-project-title-fixture' into 'master' Clement Ho
Replace static fixture for project_title_spec.js See merge request !9175
2017-02-17Merge branch '26200-convert-sidebar-to-dropdown' into 'master'Sean McGivern
Resolve "Update global sidebar to dropdown" Closes #26200 See merge request !9199
2017-02-16Merge branch 'fe-paginated-environments-api' into ↵Filipa Lacerda
'paginate-environments-bundle' Integrate with new environments API See merge request !8954
2017-02-15Move change page param to utility functionFilipa Lacerda
Add tests Adds folder name in the top of the table
2017-02-15Delete sidebar specs and fixtures; update shortcuts_spec to check page titleAnnabel Dunstone Gray
2017-02-14Merge branch 'requires-input-fixture' into 'master' Clement Ho
Replace static fixture for behaviors/requires_input_spec.js See merge request !9162
2017-02-14Replace static fixture for behaviors/requires_input_spec.js (!9162)winniehell
2017-02-14Replace static fixture for right_sidebar_spec.js (!9211)winniehell
2017-02-14Add dynamic fixture for todoswinniehell
2017-02-13Merge branch 'quick-submit-fixture' into 'master' Alfredo Sumaran
Replace static fixture for behaviors/quick_submit_spec.js See merge request !9086
2017-02-13Merge branch 'merge-request-tabs-fixture' into 'master' Alfredo Sumaran
Replace static fixture for merge_request_tabs_spec.js See merge request !9172
2017-02-13Merge branch 'dynamic-header-fixture' into 'master' Clement Ho
Replace static fixture for header_spec.js See merge request !9174
2017-02-13Merge branch 'new-branch-fixture' into 'master' Clement Ho
Replace static fixture for new_branch_spec.js See merge request !9131
2017-02-13Replace static fixture for project_title_spec.js (!9175)winniehell
2017-02-13Replace static fixture for header_spec.js (!9174)winniehell
2017-02-13Replace static fixture for merge_request_tabs_spec.js (!9172)winniehell
2017-02-11Replace static fixture for new_branch_spec.js (!9131)winniehell
2017-02-11Replace static fixture for behaviors/quick_submit_spec.js (!9086)winniehell
2017-02-11Use textarea for quick submit specwinniehell
2017-02-11Remove fixed positioning from navbarAnnabel Dunstone Gray
2017-02-08dismiss sidebar on repo buttons clickAdam Pahlevi
make the selector more inclusive spec for dashboard’s sidebar visibility fix linting errors for project dashboard page remove unused var: shouldBeCollapsed use project with repo, so download button became available use es6 style for testing project dashboard un-aliased global reference at sidebar.js.es6 fix spec from linting errors code improvement add singleton to `this` assign `singleton` to class add space in between remove `no-underscore-dangle` add complete changelog sidebar internal state test remove on page change, not exist in master. rebase. only nicescroll if the element is there new require style reference to sidebar content outside of timeout
2017-02-03Resolve conflict after mergeFilipa Lacerda
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
2017-02-03Fix broken testsFilipa Lacerda
Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
2017-01-19Merge branch '25507-handle-errors-environment-list' into 'master' Fatih Acet
Resolve "Error handling in environments list" Closes #25507 See merge request !8461
2017-01-19Merge branch '26601-dropdown-makes-request-close' into 'master' Fatih Acet
Fixes builds dropdown making request when clicked to be closed Closes #26601 See merge request !8545
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-13Use bootstrap dropdown events to only make the request when the dropdown is ↵Filipa Lacerda
being opened Fixes builds dropdown making request when clicked to be closed Adds MR ID to CHANGELOG Improve documentation Use bootstrap dropdown events to only make the request when the dropdown is being opened
2017-01-12Adds testsFilipa Lacerda
Adds changelog entry Finishes tests Fix eslint errors Fix teaspoon test timing out
2017-01-05Merge branch 'fix-u2f-fixtures' into ↵Mike Greiling
26226-generate-all-haml-fixtures-within-teaspoon-fixtures-task * fix-u2f-fixtures: generate u2f frontend fixtures dynamically force utf-8 encoding for prior to fixture parsing to prevent nokogiri issues exclude script type=text/template from dom scrubbing
2017-01-05generate u2f frontend fixtures dynamicallyMike Greiling
2017-01-03make projects.json easier to readMike Greiling
2017-01-03fix dynamic u2f fixturesMike Greiling
2017-01-03create catch-all fixture generator for all static fixturesMike Greiling
2016-12-27Merge branch '18786-go-to-a-project-order' into 'master' Alfredo Sumaran
Go to a project order Closes #18786 See merge request !7737
2016-12-21Maintain milestone filter option when updating filterSam Rose
Setup teaspoon tests for Issuable
2016-12-20Adds tests for the MiniPipelineGraph classFilipa Lacerda
2016-12-19Make CI badge hitboxes better match containerMitchell Hentges
2016-12-16Go to a project orderJacopo
The order of "Go to a project" dropdown is based on last_activity_at
2016-12-15Replace static fixture for abuse_reports_spec (!7644)winniehell
2016-12-13Replace static fixture for awards_handler_spec (!7661)winniehell
2016-12-12Fix testsFilipa Lacerda
Fix broken tests
2016-12-12Adds tests to prevent future errors.Filipa Lacerda
Fix undefined variable in es5
2016-12-09Merge branch '15081-wrong-login-tab-ldap-frontend' into 'master' Fatih Acet
Fixed Wrong Tab Selected When Loggin Fails And Multiple Login Tabs Exists ## What does this MR do? Fixes issue: 15081 Wrong Tab Selected When Loggin Fails And Multiple Login Tabs Exists This is done by saving into a cookie when the active tab changes and by always selecting that tab when the page is loaded. ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? In order to fix the issue: 15081 ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #15081 See merge request !7314
2016-12-08Merge branch 'fix-all-dashboard' into 'master' Sean McGivern
Don't whitelist events for all filter Closes #24826 See merge request !7673
2016-12-05Add issue events filter and make sure "All" really shows everythingOxan van Leeuwen
Currently, the EventFilter whitelists event types for the "All" filter. This has gotten outdated, which causes the confusing behaviour of the "All" tab not really showing all events. To make matters worse, by default no tab at all is selected, which does show all events, so selecting the "All" tab actually hides some events. Fix this by: - Making sure All always includes all activity, by abolishing the whitelist and just returning all events instead. - Make the All tab selected by default. - Add Issue events tab to include the specific events around opening and closing issues, since there was no specific filter to see them yet. Fixes #24826