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-12-12Adds i18nFilipa Lacerda
2017-12-12Merge branch 'master' into 40468-empty-statesFilipa Lacerda
* master: (54 commits) Updated image for diff navigation docs Milestone sidebar docs Use app host instead of asset host when rendering image blob or diff ActiveRecord::StaleObjectError: Attempted to update a stale object: Ci::Build Use shared interceptor in note specs Ignore temporary table in schema Check for null in job tooltip title Clarify casing of I18N placeholder names fixes some markup issues in the js style guide docs Fix migration that removes issues.branch_name small change to make less conflict with EE version Add cop for use of remove_column Resolve merge conflicts with dev.gitlab.org/master after security release add index for doc/administration/operations/ Remove RubySampler#sample_objects for performance as well Bugfix: User can't change the access level of an access requester Add spec for removing issues.assignee_id updated imports Keep track of storage check timings Remove a header level in the new 'Automatic CE->EE merge' doc ...
2017-12-11Check for null in job tooltip titleFilipa Lacerda
2017-12-07Update pipelines empty state [ci skip]Filipa Lacerda
2017-12-04Prevent job link form rendering when user does not have permissionsFilipa Lacerda
Adds e2e tests
2017-11-23Improve environments performanceFilipa Lacerda
2017-11-21Fix blank states using old cssFilipa Lacerda
2017-11-14Stops page reload when changing tabs or pages - uses API requests insteadFilipa Lacerda
2017-11-13Export text utils as ES6 modulesFilipa Lacerda
2017-10-30Missing Comma addedTim Zallmann
2017-10-30Fixed different sizesTim Zallmann
2017-10-30Added Missing SemicolonTim Zallmann
2017-10-30Improved Var Caching, Line Setup, SpecsTim Zallmann
2017-10-30Fixes for TestsTim Zallmann
2017-10-30Update Action IconsTim Zallmann
2017-10-30Fixing IconsTim Zallmann
2017-10-23Changes after reviewFilipa Lacerda
2017-10-18Make pipelines table in MR view usableFilipa Lacerda
2017-10-10removed global eslint for remaining filesPhil Hughes
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-10-05Expose failure reason in pipeline error badgeGrzegorz Bizon
Conflicts: app/serializers/pipeline_entity.rb
2017-09-29Improves UX of autodevops popover to match gpg oneFilipa Lacerda
2017-09-26Fix spelling of occurredJames Ramsay
2017-09-22Removed old icons from project pagePhil Hughes
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-04Merge branch 'zj-auto-devops-table' of gitlab.com:zj/gitlab-ce into ↵Zeger-Jan van de Weg
zj-auto-devops-table
2017-09-04Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg
2017-09-01Merge branch 'winh-pipeline-graph-dropdowns' into 'master'Clement Ho
Make pipeline dropdowns consistent See merge request !13530
2017-09-01Accomodate several tags in one cellFilipa Lacerda
2017-09-01Improves popover to show on focusFilipa Lacerda
CSS improvements after review
2017-09-01Creates auto devops calloutFilipa Lacerda
2017-09-01Fix documention pathFilipa Lacerda
2017-09-01Adds documentation link to the autodevops popoverFilipa Lacerda
2017-09-01Adds tooltip for Auto DevOps badge in pipeline tableFilipa Lacerda
2017-08-31Add config_source to ci_pipelinesZeger-Jan van de Weg
Given the user can soon have multiple config sources for CI, we now store what type at the time of the pipeline run we chose. This will give us insight into what triggered the new pipeline so we can display it to the enduser.
2017-08-30Merge branch '34990-top-buttons-misaligned' into 'master'Phil Hughes
Fixes the margin of the top buttons of the pipeline page Closes #34990 See merge request !13908
2017-08-29Fixes the margin of the top buttons of the pipeline pageFilipa Lacerda
2017-08-29Change pipeline dropdowns to new stylewinh
2017-08-29Prevents rendering empty badge when pipeline request failsFilipa Lacerda
2017-08-14Stops propagation for dropdown content in pipeline graph. Applies the same ↵Filipa Lacerda
behavior of the mini graph
2017-08-04Backport to CE for:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2483
2017-07-27Converted Pipelines ChartsTim Zallmann
2017-07-27Moved Inline JS for Pipelines Charts + new Pipeline to dispatcherTim Zallmann
2017-07-12Update vue-resourceFilipa Lacerda
2017-06-26Fix endpoint not being update correctlyFilipa Lacerda
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