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
path: root/locale
AgeCommit message (Collapse)Author
2019-03-07Resolve "Project template for iOS"Jason Lenny
2019-03-07Merge branch 'bvl-port-of-ee-translations' into 'master'Douwe Maan
Port translations from EE See merge request gitlab-org/gitlab-ce!25863
2019-03-07Merge branch 'eb-update-cycle-analytics-docs' into 'master'Kushal Pandya
Update Cycle Analytics Documentation See merge request gitlab-org/gitlab-ce!25536
2019-03-07Merge branch '56937-edit-knative-domain' into 'master'Grzegorz Bizon
Edit Knative domain after it has been deployed Closes #56937 See merge request gitlab-org/gitlab-ce!25386
2019-03-07Port translations from EEGitLab Crowdin Bot
2019-03-07Merge branch 'expand-diff-to-full-file' into 'master'Douwe Maan
Expand diff to entire file Closes #19054 See merge request gitlab-org/gitlab-ce!24406
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-07Merge branch 'ce-project-settings-freshen-titles-descriptions' into 'master'Kushal Pandya
CE Update project settings section titles and info See merge request gitlab-org/gitlab-ce!25817
2019-03-07Update Cycle Analytics documentationEric Brinkman
Removed duplicate info. Update pipeline health to cycle analytics. Updated screenshots.
2019-03-06Update project settings section titles and infoLuke Bennett
Improve wording of project settings section headers. Improve order of sections. Adds section toggling by section title. Translates section titles and descriptions.
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 option to expand diff to full filePhil Hughes
The user can also toggle between the diff changes and the full file diff. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/19054
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-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 ↵Grzegorz Bizon
'45305-ci-status-icon-mismatch-on-merge-requests-page-and-the-mr-itself' into 'master' Resolve "CI status icon mismatch on Merge Requests page and the MR itself" Closes #45305 See merge request gitlab-org/gitlab-ce!25407
2019-03-05Add ability to edit Knative domainjerasmus
Added the functionality to edit the Knative domain
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-04Fixed mutation for rootNatalia Tepluhina
- fixed test spec - added warning only if file is deleted
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-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.
2019-03-01Externalize markdown toolbar tooltipsEnrique Alcántara
Replace tooltip texts in the markdown toolbar with bindings to gettext calls Author: Enrique Alcantara <enrique@crunch.io>
2019-02-28Merge branch '56863-system-messages-in-email' into 'master'Douglas Barbosa Alexandre
Show header and footer system messages in email Closes #56863 See merge request gitlab-org/gitlab-ce!25474
2019-02-27Show header and footer system messages in emailAlexandru Croitor
* Add email_header_and_footer_enabled flag to appearances table * Set email_header_and_footer_enabled default value to false * Add checkbox to appearance to toggle show header and footer in emails * Add email_header_and_footer_enabled to allowed params in controller * Add header and footer messages to the html and text email layouts * Remove the color styling for emails header and footer * Add empty_mailer layout for emails without layout, to have the header and footer applied
2019-02-27use lazy ajax filter dropdown for runner tagsAlexis Reigel
the potential number of available runner tags is too large to load it statically to a dropdown. we use the same lazy loaded dropdown as is used for the users dropdown already.
2019-02-27add tag filter to admin runners pageAlexis Reigel
2019-02-27Adjusting internationalization of tooltip titleScott Hampton
Based on MR comments, changing how the i18n works for the tooltip title.
2019-02-27Fix misspellings in app/spec executable linesTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-27Add Project template for go-microJason Lenny
2019-02-27Limit number of characters allowed in mermaidjsRajat Jain
2019-02-27Merge branch 'gt-update-operations-settings-breadcrumb-trail' into 'master'Kushal Pandya
Update operations settings breadcrumb trail Closes #56387 See merge request gitlab-org/gitlab-ce!25539
2019-02-26Add support for toggling discussion filter from notes sectionKushal Pandya
Adds discussion note style section under notes app from where user can toggle discussion when they have selected a filter to show only system notes.
2019-02-26Update operations settings breadcrumb trailGeorge Tsiolis
2019-02-25Merge branch '57794-project-template-for-net' of ↵Jason Lenny
https://gitlab.com/gitlab-org/gitlab-ce into 57794-project-template-for-net
2019-02-25Merge branch '57785-create-project-template-for-netlify' of ↵Jason Lenny
https://gitlab.com/gitlab-org/gitlab-ce into 57785-create-project-template-for-netlify
2019-02-22Improve snippets empty stateGeorge Tsiolis
2019-02-22Merge branch '55057-system-message-to-core' into 'master'Sean McGivern
Port EE System Header And Footer feature to CE Closes #55057 See merge request gitlab-org/gitlab-ce!25241
2019-02-21Port EE System Header And Footer feature to CEDouwe Maan
remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
2019-02-21Make "moved" Link to Moved IssueAndrew Fontaine
The text "moved" now links to the issue the closed issue was moved to.
2019-02-21Merge branch 'mind-the-oxford-comma' into 'master'Kushal Pandya
Mind the oxford comma See merge request gitlab-org/gitlab-ce!25252
2019-02-21Catch exception in calculate reactive cacheReuben Pereira
Return the exception as an error.
2019-02-21Move language setting to preferencesFabian Schneider
2019-02-19Improve empty state for starred projectsBrandon Labuschagne
In this MR, a view for the empty state of projects has been added. In addition, an svg for this has also been added.
2019-02-19Merge branch 'gt-update-new-password-breadcrumb' into 'master'Kushal Pandya
Update new password breadcrumb See merge request gitlab-org/gitlab-ce!25037
2019-02-18Externalize strings from `/app/views/projects/commit`George Tsiolis
2019-02-18Add externalized strings for new password formGeorge Tsiolis
2019-02-18Update new password breadcrumbGeorge Tsiolis
2019-02-18Merge branch '55312-svg' into 'master'Kushal Pandya
Use export-import svg from gitlab-svgs Closes #55312 See merge request gitlab-org/gitlab-ce!24954