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-09-22Resolve "Better SVG Usage in the Frontend"Tim Zallmann
2017-09-09Import modules instead of using the ones in global namespaceFilipa Lacerda
Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
2017-09-05Merge branch 'zj-auto-devops-table' into 37158-autodevops-bannerFilipa Lacerda
* zj-auto-devops-table: (365 commits) Fix boolean logic with nil value Incorporate review Updates settings sections to: - create labels for each radio button - remove elements from form section - visually match the mockups Adds documentation path to pipelines table in merge request page Fix tests Update CHANGELOG.md for 9.5.3 Fix a spec failure dependent on load order Ensure `issuables_count_for_state` returns the requested state count Shorten the search input for "text with other filters" spec Turns out that short name was important, who knew! Combine multiple `it` blocks in filter_issues_spec Remove more redundant specs in filter_issues_spec Re-order top-level `let`s, so that labels are grouped Remove unused select_search_at_index helper Reduce duplication in RSS feed specs for filter_issues_spec Remove the top-level closed issue from filter_issues_spec Remove unused labels from filter_issues_spec Reduce issues and milestones created in global filter_issues_spec setup Clean up the still-way-too-complex filter_issues_spec setup Remove an unnecessary issue creation ...
2017-09-01Creates auto devops calloutFilipa Lacerda
2017-09-01Fix documention pathFilipa Lacerda
2017-09-01Adds documentation link to the autodevops popoverFilipa Lacerda
2017-08-29Fixes the margin of the top buttons of the pipeline pageFilipa Lacerda
2017-07-12Update vue-resourceFilipa Lacerda
2017-06-20Uniformize code between both pipelines tablesFilipa Lacerda
2017-06-14Move vue components to vue files and match docsFilipa Lacerda