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-02-12Merge branch 'add-client-for-count-diverging-commits' into 'master'Grzegorz Bizon
add client support for CountDivergingCommits rpc See merge request gitlab-org/gitlab-ce!24287
2019-02-11Adapt that diverging commits could be just one barLin Jen-Shin
refactors the ui for diverging commits so that it's only a single bar instead of two separate bars
2019-02-11Merge branch 'master-i18n' into 'master'Rémy Coutable
New Crowdin translations See merge request gitlab-org/gitlab-ee!9510
2019-02-10Externalize date picker stringKatrin Leinweber
2019-02-08Merge branch 'diff-fuzzy-file-finder-feature-flag' into 'master'Filipa Lacerda
Adds a feature flag to the diff fuzzy file finder Closes #57403 See merge request gitlab-org/gitlab-ce!25006
2019-02-08Adds a feature flag to the diff fuzzy file finderPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57403
2019-02-08Upgrade cluster applications, starting with runnerThong Kuah
2019-02-08Merge branch 'jlenny-AddPagesTemplates' into 'master'Douglas Barbosa Alexandre
Pages templates on the new project templates menu Closes #47857 See merge request gitlab-org/gitlab-ce!24906
2019-02-07Merge branch '19745-new-tasklists-for-merge-requests' into 'master'Sean McGivern
Enable fast task lists for merge requests Closes #19745 See merge request gitlab-org/gitlab-ce!24779
2019-02-07Add Pages templatesJason Lenny
Adds templates for the 5 most popular Pages templates to the new project menu. This does not add unique icons for the templates because that turned out more complicated than expected, and this feature is valuable without them.
2019-02-07Merge branch 'master' into ↵Sean McGivern
fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
2019-02-07Add fast tasklist support to MR tasklistFatih Acet
Also adds specs and fixes existing specs
2019-02-07Resolve "Override squash commit message"Natalia Tepluhina
2019-02-07Merge branch 'master' into ↵Sean McGivern
fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
2019-02-07Merge branch '52363-ui-changes-to-cluster-and-ado-pages' into 'master'Grzegorz Bizon
Moves domain setting to Clusters page Closes #52363 See merge request gitlab-org/gitlab-ce!24580
2019-02-07Merge branch ↵Phil Hughes
'52347-lines-changed-statistics-is-not-easily-visible-in-mr-changes-view' into 'master' Resolve "Lines changed statistics is not easily visible in MR changes view" Closes #52347 See merge request gitlab-org/gitlab-ce!24569
2019-02-07Addresses UX and BE comments:Mayra Cabrera
- Changes help text on clusters form to make it more explicit. - Removes unnecessary warnings on auto devops form - Simplifies cluster methods logic
2019-02-06Clearly display diff statistics for MRsSam Bigelow
Put the statistics in the compare-versions header for the entire MR Put them in the file header for each individual file
2019-02-06Rename setting, fix wordingsFabian Schneider
2019-02-06Add helpers for first day of the weekFabian Schneider
2019-02-06Add setting for first day of the weekFabian Schneider
2019-02-06Merge branch ↵Filipa Lacerda
'43681-display-last-activity-and-created-at-datetimes-for-users-in-admin-users' into 'master' Resolve "Display last activity and created at datetimes for users" Closes #43681 See merge request gitlab-org/gitlab-ce!24181
2019-02-06Add reply to notes to turn into discussionsHeinrich Lee Yu
2019-02-06Merge branch 'knative-list' into 'master'Phil Hughes
Modify Serverless Listing See merge request gitlab-org/gitlab-ce!24072
2019-02-06Merge branch 'adriel-add-metrics-chart-tooltips' into 'master'Phil Hughes
Add metrics chart tooltips See merge request gitlab-org/gitlab-ce!24651
2019-02-06Resolve "Empty states for profile page"Dennis Tang
2019-02-06Modified Knative list view to provide more detailsChris Baumbauer
2019-02-06Merge branch 'gt-externalize-app-views-email_rejection_mailer' into 'master'Filipa Lacerda
Externalize strings from `/app/views/email_rejection_mailer` See merge request gitlab-org/gitlab-ce!24869
2019-02-05Add chart tooltipsAdriel Santiago
Use tooltips for metrics graph data
2019-02-05Add last activity to user administrationBrandon Labuschagne
The columns 'Created on' and 'Last activity' have been added to the admin -> users view. Sorting options have also been added for last activity and the search bar has been moved to match the issues page.
2019-02-05Added fuzzy file finder to merge requestsPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53304
2019-02-05Merge branch 'fe-grammar-util' into 'master'Phil Hughes
FE grammar util See merge request gitlab-org/gitlab-ce!24893
2019-02-05Extract ReplyPlaceholder from NoteableDiscussion componentWinnie Hellmann
2019-02-05Externalize strings from `/app/views/email_rejection_mailer`George Tsiolis
2019-02-04Moves domain setting to Cluster settingMayra Cabrera
Changes domain field to be on the Cluster page show, removing it from Auto DevOps setting. Also injects the new environment variable KUBE_INGRESS_BASE_DOMAIN into kubernetes#predefined_variables. Migration to move the information from ProjectAutoDevops#domain to Clusters::Cluster#domain. As well as necessary modifications to qa selectors Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
2019-02-04Add grammar utilPaul Slaughter
This contains the function `toNounSeriesText` which can be used to build i18n noun series fragments (i.e. "A, B, and C").
2019-02-04Merge branch 'gt-externalize-app-views-instance_statistics' into 'master'Fatih Acet
Externalize strings from `/app/views/instance_statistics` See merge request gitlab-org/gitlab-ce!24809
2019-02-04accured -> occurred, as suggested in…Yaron Shahrabani
2019-02-04Merge branch ↵Filipa Lacerda
'50521-block-emojis-and-symbol-characters-from-user-s-full-names-2' into 'master' Resolve "Block emojis and symbol characters from user's full names" Closes #50521 See merge request gitlab-org/gitlab-ce!24523
2019-02-04Externalize strings from `/app/views/instance_statistics`George Tsiolis
2019-02-04Merge branch ↵Sean McGivern
'19745-forms-with-task-lists-can-be-overwritten-when-editing-simultaneously' into 'master' Forms with task lists can be overwritten when editing simultaneously See merge request gitlab-org/gitlab-ce!23938
2019-02-01Block emojis from user nameMartin Wortschack
- Use JS regex for emoji validation - Add test for blocking emojis in full name - Fix existing tests for user status that failed locally
2019-02-01Remove d3 metrics graphAdriel Santiago
2019-01-31Fixed bug when external wiki is enabledFrancisco Javier López
When the external wiki is enabled, the internal wiki link is replaced by the external wiki url. But the internal wiki is still accessible. In this change the external wiki will have its own tab in the sidebar and only if the services are disabled the tab (and access rights) will not be displayed.
2019-01-31Regenerate the gitlab.potBrett Walker
2019-01-31Some cleanup and improvements on frontent logicFatih Acet
2019-01-31Add missing specs.Fatih Acet
2019-01-29Revert the "What's new" featureBrandon Labuschagne
2019-01-29Externalize strings from `/app/views/projects/milestones`George Tsiolis
2019-01-29Externalize strings from `/app/views/clusters`George Tsiolis