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
2019-03-07Fix cluster health chartsAdriel Santiago
Render both usage and capacity in chart
2019-03-07Use gitlab-ci job name in environment dropdownMiranda Fluharty
Use plain job name in the "Deploy to..." dropdown Both in the old haml template and in the new vue component
2019-03-07Moved all emojis to the public folderTim Zallmann
Created new emojis map in public folder Renamed folder to emojis Loading now the emojis from Localstorage or from Server Moved all emojis to the public folder Loading the emojis.json file now through AJAX Loads now the map in the web element instead when building the emoji tag Updated the custom Element Setup to modern method Fixed Emoji Karma Specs for async loading Loading now the emojis from Localstorage or from Server Loads now the map in the web element instead when building the emoji tag Fixed problem with FIXTURE_PATH for emojis fixtures Fixes Linting Error in gemojione.rake Fixed Emoji Karma Specs Fix static type check in gemojione and check if already registered Testing if the Emoji Support Check is failing Rspec Change of CLass Name, returning true on check to test Fixes failing Emoji RSpec Tests Moved Emojis into public/-/emojis/1/ Fixed Linting Errors in gl_emoji Fix to fixtures creation for emojis Fixed path spec for new subdirectory -/emojis Optimized emojis.json output Fix for Emoji Spec failure due to unicode dataset Better catch handling for emojis
2019-03-07Added a condition on squash message displayNatalia Tepluhina
- also added a caret back to GlDropdown
2019-03-07Improve files_decorator performancePaul Slaughter
**How?** Previously the files_decorator inserted parent folders inefficiently. It started at the first part and ensured each was inserted. Since the file entries are given to use in alphabetical order, we can start at the last part of the blob's parents. If this exists, we can short circuit and be done inserting parents. **What else?** - Improve performance of decorateData. The object spread operator is not needed because the object is brand new.
2019-03-07Merge branch '30299-transform-notes-from-polling-response' into 'master'Phil Hughes
Handle transformed notes from polling response See merge request gitlab-org/gitlab-ce!25792
2019-03-07Provide EE backports for filtering by approver featureIgor
Adds custom validator for ArrayNoneAny param Extracts some logic in js into separate files
2019-03-07Merge branch '7714-boards-fe' into 'master'Kushal Pandya
Display Recent Boards in Board switcher See merge request gitlab-org/gitlab-ce!25696
2019-03-07Merge branch 'ce-billings-gold-trial-callout-fe-persistent-callout' into ↵Tim Zallmann
'master' CE FE Refactor PersistentUserCallout instantiation See merge request gitlab-org/gitlab-ce!25484
2019-03-06Merge branch 'ee-parallel-diff-view-ce' into 'master'Filipa Lacerda
CE backport of ee-parallel-diff-view See merge request gitlab-org/gitlab-ce!25734
2019-03-06Add zoom to metrics dashboardAdriel Santiago
Adds the ability to change data zoom for metrics graphs
2019-03-06Refactor PersistentUserCallout instantiationsLuke Bennett
Uses a new factory method to DRY instantiation.
2019-03-06Merge branch 'ce-billings-gold-trial-callout-fe' into 'master'Kushal Pandya
CE FE Add PersistentUserCallout factory method See merge request gitlab-org/gitlab-ce!25481
2019-03-06Merge branch '58023-add-Saturday-to-localization-first-day-of-the-week' into ↵Clement Ho
'master' Resolve "Add Saturday to Localization first day of the week" Closes #58023 See merge request gitlab-org/gitlab-ce!25509
2019-03-06Add PersistentUserCallout factory methodLuke Bennett
Use factory method to DRY safe instantiation. Add tests for PersistentUserCallout.
2019-03-06Handle transformed notes from polling responseHeinrich Lee Yu
Transforms notes when the note was transformed in some other tab
2019-03-06Merge branch 'contribute/fix-issue-board-weekday-shift' into 'master'Kushal Pandya
Remove timezone conversion of issue due dates for issue board cards Closes #56251 See merge request gitlab-org/gitlab-ce!25512
2019-03-06Merge branch 'fix/38010-sidebar-loads-and-collapses' into 'master'Fatih Acet
Updated ContextualSidebar to render collapsed on smaller screens Closes #38010 See merge request gitlab-org/gitlab-ce!24555
2019-03-06Add QA test to download merge request patch/diffsLinda Dai
2019-03-05Add Component to Confirm Environment RollbackAndrew Fontaine
Ensure a vue.js component to confirm the re-deployment/rollback of an environment pops up when rollback/re-deploy has been clicked so the user must confirm their actions before accidentally rolling back or re-deploying an environment. Only on the `environment-table` view.
2019-03-05Merge branch '56851-error-tracking-page-seems-broken' into 'master'Filipa Lacerda
Resolve "Error tracking page seems broken" Closes #56851 See merge request gitlab-org/gitlab-ce!24806
2019-03-05Added tightLists option to copy_as_gfm markdown serializerConstance Okoghenun
This removes extraneous newlines when copying comments with an ordered list.
2019-03-05Merge branch 'merge-dev-to-master' into 'master'John Jarvis
Merge dev.gitlab.org master into GitLab.com master Closes #2794, #2814, #2806, #2805, #2798, #2795, #2788, and #2787 See merge request gitlab-org/gitlab-ce!25746
2019-03-05Merge branch '49663-branch-to-mr-connection' into 'master'Phil Hughes
Link to the MR from current branch in Web IDE Closes #49663 See merge request gitlab-org/gitlab-ce!25689
2019-03-04Merge dev master into GitLab.com masterYorick Peterse
2019-03-04Merge branch 'security-mermaid' into 'master'Yorick Peterse
Limit number of characters allowed in mermaidjs See merge request gitlab/gitlabhq!2964
2019-03-04Display Recent Boards in Board switcherRajat Jain
Add a new Recent section in the board switcher along with a All section which like old times display all the available boards. Recent section lists the recent 5 boards you have visited for a quick switch.
2019-03-04 Extended Web IDE API to get MRs for a certain branch in a projectDenys Mishunov
New `Api.projectMergeRequests` allows: - to query for all MRs on a project without specifying `mergeRequestId` - to filter the returned MRs using parameters from https://bit.ly/2H7We4V The new API request is used for fetching information about MRs associated with a particular branch in Web IDE to have IdeSidebar behave consistently in both scenarios: - getting to a branch from and MR (where we already have info about relevant MR), or - getting to a branch somehow differently directly For cases where there are several merge requests that the current branch is associated with, mark the most recent one as 'current' Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49663
2019-03-04Removes EE differences from ci_icon.vueFilipa Lacerda
2019-03-04Align nav-sidebar with design.gitlab.com docsEzekiel Kigbo
Updated nav-sidebar to reflect the documented behaviour from the design.gitlab.com docs: https://design.gitlab.com/regions/navigation#contextual-navigation Updated rspec tests to reflect the expected behaviour
2019-03-04Fix collapsing behaviour at 1200pxEzekiel Kigbo
2019-03-04Removed force toggle .nav-sidebar on any click eventEzekiel Kigbo
Added note describing expected behaviour
2019-03-04Added test for interacting with the nav-sidebar on smaller screensEzekiel Kigbo
Use mobile collapsing behaviour at width 1200px
2019-03-04Updated nav-sidebar to collapse on loadEzekiel Kigbo
Adds the collapsed mixin to the styling for .nav-sidebar ensuring the nav-sidebar is collapsed on load via media queries. Removes the need for an intermediate class to collapse the sidebar on mobile viewports Updated toggleCollapsedSidebar to check for desktop breakpoint
2019-03-04Added DESKTOP_BREAKPOINTS constantEzekiel Kigbo
Chore: ensure sidebar-expanded-mobile toggles Revert: toggleCollapseSidebar should not be called on xs breakpoints
2019-03-04Fixed navigation sidebar flashing open on page loadEzekiel
Adds the sidebar-collapsed-mobile class to the haml layouts and sets media queries to display the sidebar collapsed by default for sreen sizes greater than `sm` and less than `lg`
2019-03-04CE backport of ee-parallel-diff-viewPhil Hughes
2019-03-04Fixed mutation for rootNatalia Tepluhina
- fixed test spec - added warning only if file is deleted
2019-03-04Merge branch 'issuable-ee-differences-ce' into 'master'Filipa Lacerda
CE backport of issuable-ee-differences See merge request gitlab-org/gitlab-ce!25730
2019-03-04Fix username escaping when clicking 'assign to me'Ezekiel Kigbo
Add spec for assigning user with apostrophe in name
2019-03-04CE backport of batch-comments-ee-store-modulePhil Hughes
2019-03-04Merge branch 'winh-import_projects_table_spec' into 'master'Fatih Acet
Use factory method for import_projects store Closes gitlab-ee#10062 See merge request gitlab-org/gitlab-ce!25646
2019-03-04Merge branch '10021-mr-widget-ee' into 'master'Phil Hughes
Moves EE diferences to CE for mr_widget_pipeline Closes gitlab-ee#10021 See merge request gitlab-org/gitlab-ce!25688
2019-03-04Update index.jsPhil Hughes
2019-03-04CE backport of issuable-ee-differencesPhil Hughes
2019-03-04Creates a function to check if repo is EEFilipa Lacerda
Adds EE information to gon Creates a global vue mixin
2019-03-04Add Saturday to first day of the weekhaghighi_ahmad
fix #58023 docs for adding Saturday for first day of the week add related settings for Saturday as first day of the week firstDayOfWeek: Use enumeration, replace day's numbers with corresponding names make some variables lowercase (follow camelCase) add CHANGELOG entry Author: haghighi_ahmad <haghighi.ahmad@gmail.com> modified: app/assets/javascripts/pages/users/activity_calendar.js modified: app/helpers/preferences_helper.rb new file: changelogs/unreleased/58023-add-Saturday-to-localization-first-day-of-the-week.yml modified: doc/api/settings.md modified: doc/user/profile/preferences.md modified: locale/gitlab.pot modified: spec/helpers/preferences_helper_spec.rb
2019-03-01Fix error tracking page, not showing an empty stateJose Vargas
This MR adds a missing empty state for when a backend response contains an empty error list, it shows the table but with `no data to display` empty state, also adds a reload button that allows to refresh for data
2019-03-01Moves EE diferences to CE for mr_widget_pipelineFilipa Lacerda
2019-03-01Refactor model and specReuben Pereira
- Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.