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-06-14Upgrade gitlab-ui and migrate gl-paginationPaul Gascou-Vaillancourt
- Upgraded gitlab-ui to v4.0.0 - Migrated pagination_links to reflect breaking changes introduced in gitlab-ui v4.0.0
2019-06-14New translations gitlab.pot (Danish)Luke Bennett
[skip ci]
2019-06-13New translations gitlab.pot (Turkish)GitLab Crowdin Bot
[skip ci]
2019-06-13New translations gitlab.pot (Spanish)GitLab Crowdin Bot
[skip ci]
2019-06-13New translations gitlab.pot (Slovak)GitLab Crowdin Bot
[skip ci]
2019-06-13New translations gitlab.pot (Japanese)GitLab Crowdin Bot
[skip ci]
2019-06-12Merge branch 'ce-remove-merge-request-pipeline-checkes' into 'master'Lin Jen-Shin
CE backport for gitlab-org/gitlab-ee!12309: Remove merge request pipeline check in mergeable method See merge request gitlab-org/gitlab-ce!29074
2019-06-12Remove "target branch advanced" warning from FE code (CE)Nathan Friend
Removes the "target branch advanced" warning from the frontend as it is no longer needed due to the new merge trains feature.
2019-06-11Add merge train support to MR merge button (CE)Nathan Friend
This commit updates the merge request widget's "Merge" button to support merge trains.
2019-06-10List ssh-ed25519 exampleBen Bodenmiller
2019-06-10Merge branch 'patch-56' into 'master'Sean McGivern
Clarify that performance bar is not always on See merge request gitlab-org/gitlab-ce!28287
2019-06-10Externalize strings of email page in user profileantony liu
2019-06-10Fix broken gitlab.pot fileSean McGivern
2019-06-10Merge remote-tracking branch 'origin/master' into patch-56Sean McGivern
2019-06-09Clarify that performance bar is not always onBen Bodenmiller
2019-06-07Merge branch 'gt-externalize-profiles-preferences' into 'master'Phil Hughes
Externalize profiles preferences Closes #53349 See merge request gitlab-org/gitlab-ce!28470
2019-06-07Merge branch '62418-project-default-git-depth' into 'master'Kamil Trzciński
Add project level git depth setting Closes #59688 See merge request gitlab-org/gitlab-ce!28919
2019-06-07Externalize profiles preferencesGeorge Tsiolis
2019-06-06Merge branch 'js-i18n-datetime' into 'master'Filipa Lacerda
i18n datetime_utility file See merge request gitlab-org/gitlab-ce!29193
2019-06-06Replace upgrade with updateEnrique Alcántara
Use update term instead of update in the clusters managed app implementation in order to make the implementation and UI language more consistent.
2019-06-06Add doc links for confidential and locked issuesFatih Acet
With this commit, we add docs link for confidential and locked issues to note compose and edit forms
2019-06-06Change "Report abuse to GitLab" to more generic wording.Marc Schwede
2019-06-06Add project level git depth settingKrasimir Angelov
Introduce default_git_depth in project's CI/CD settings and set it to 50. Use it if there is no GIT_DEPTH variable specified. Apply this default only to newly created projects and keep it nil for old ones in order to not break pipelines that rely on non-shallow clones. default_git_depth can be updated from CI/CD Settings in the UI, must be either nil or integer between 0 and 1000 (incl). Inherit default_git_depth from the origin project when forking projects. MR pipelines are run on a MR ref (refs/merge-requests/:iid/merge) and it contains unique commit (i.e. merge commit) which doesn't exist in the other branch/tags refs. We need to add it cause otherwise it may break pipelines for old projects that have already enabled Pipelines for merge results and have git depth 0. Document new default_git_depth project CI/CD setting
2019-06-06Resolve "Inline validation for user's name and username length"Jiaan
2019-06-05Merge branch '11204-turn-off-mask-by-default' into 'master'Mike Greiling
Default masked to false for new variables Closes gitlab-ee#11204 See merge request gitlab-org/gitlab-ce!28186
2019-06-05Merge branch '28996-create-mvc-ui-in-haml' into 'master'Filipa Lacerda
Add Let's Encrypt option in Pages domain new/edit Haml form See merge request gitlab-org/gitlab-ce!26438
2019-06-05I18N datetime utility fileBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-06-04Merge branch 'mr-widget-merge-error' into 'master'Filipa Lacerda
Update rendering of merge request in merge request widget Closes #40246 See merge request gitlab-org/gitlab-ce!28238
2019-06-04Default masked to false for new variablesmfluharty
Set the default value to false Adjust tests to expect false as the default Update documentation to make new default clear
2019-06-04Merge branch ↵Grzegorz Bizon
'58941-use-gitlab-serverless-with-existing-knative-installation' into 'master' Resolve "Use GitLab serverless with existing Knative installation" Closes #58941 See merge request gitlab-org/gitlab-ce!27173
2019-06-04Change s_() calls to _() callsMichał Zając
There are no namespaces in the strings so we don't need those
2019-06-04Update rendering of merge request in merge request widgetPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40246
2019-06-04Add auto SSL toggle to Pages domain settings pageNathan Friend
This commit adds an auto SSL toggle switch to the settings page of GitLab Pages domains. This toggle enable or disabled auto SSL management via Let's Encrypt. Toggling the button dynamically updates the form using client-side JavaScript. All changes are behind feature flags.
2019-06-03Merge branch '58269-separate-update-patch' into 'master'Mike Greiling
Do not display Update app button when saving Knative domain name Closes #58269 See merge request gitlab-org/gitlab-ce!28904
2019-06-03Merge dev.gitlab.org master into GitLab.com masterYorick Peterse
2019-06-03Merge branch 'security-id-leaked-password-in-import-url-frontend' into 'master'GitLab Release Tools Bot
Handling password on import by url page See merge request gitlab/gitlabhq!3061
2019-06-01Merge branch 'revert-2d980fad' into 'master'Mike Greiling
Revert "Merge branch 'js-i18n-board-store' into 'master'" See merge request gitlab-org/gitlab-ce!28977
2019-05-31Merge branch 'proof-read' into 'master'Jan Provaznik
Fix typo See merge request gitlab-org/gitlab-ce!28939
2019-05-31Change query to work on mysql as well. Also set entire date because setting ↵Luke Picciau
only the year can trip 'start_date_should_be_less_than_due_date'
2019-05-31Merge branch 'bvl-phabricator-import-issues' into 'master'Phil Hughes
Setup Phabricator import Closes #60562 See merge request gitlab-org/gitlab-ce!27877
2019-05-31Merge branch '62148-groupDeleteConfirm' into 'master'Bob Van Landuyt
delete group confirm popup mention projects deletion Closes #62148 See merge request gitlab-org/gitlab-ce!28899
2019-05-31Merge branch 'i18n-Two_Factor_Authentication-of-user-profile' into 'master'Bob Van Landuyt
Externalize strings of Two-Factor Authentication page in user profile See merge request gitlab-org/gitlab-ce!28749
2019-05-31Merge branch 'i18n-password-of-user-profile' into 'master'Bob Van Landuyt
Externalize strings of password page in user profile See merge request gitlab-org/gitlab-ce!28744
2019-05-31Revert "Merge branch 'js-i18n-board-store' into 'master'"Brandon Labuschagne
This reverts merge request !28712
2019-05-31Setup Phabricator importBob Van Landuyt
This sets up all the basics for importing Phabricator tasks into GitLab issues. To import all tasks from a Phabricator instance into GitLab, we'll import all of them into a new project that will have its repository disabled. The import is hooked into a regular ProjectImport setup, but similar to the GitHub parallel importer takes care of all the imports itself. In this iteration, we're importing each page of tasks in a separate sidekiq job. The first thing we do when requesting a new page of tasks is schedule the next page to be imported. But to avoid deadlocks, we only allow a single job per worker type to run at the same time. For now we're only importing basic Issue information, this should be extended to richer information.
2019-05-31Regenerate locale/gitlab.potantonyliu
2019-05-31Externalize strings of Two-Factor Authentication page in user profileantonyliu
2019-05-31Fix bug for picking up string that end with html_safeantonyliu
Move .html_safe outside of the _() so the parser picks up on the translation.
2019-05-31Regenerate locale/gitlab.potantonyliu
2019-05-31Externalize strings of Two-Factor Authentication page in user profileantonyliu