summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* New translations gitlab.pot (Turkish)GitLab Crowdin Bot2019-06-131-669/+3436
| | | [skip ci]
* New translations gitlab.pot (Spanish)GitLab Crowdin Bot2019-06-131-1979/+4746
| | | [skip ci]
* New translations gitlab.pot (Slovak)GitLab Crowdin Bot2019-06-131-227/+3004
| | | [skip ci]
* New translations gitlab.pot (Japanese)GitLab Crowdin Bot2019-06-131-629/+3391
| | | [skip ci]
* Merge branch 'ce-remove-merge-request-pipeline-checkes' into 'master'Lin Jen-Shin2019-06-121-3/+0
|\ | | | | | | | | CE backport for gitlab-org/gitlab-ee!12309: Remove merge request pipeline check in mergeable method See merge request gitlab-org/gitlab-ce!29074
| * Remove "target branch advanced" warning from FE code (CE)ce-remove-merge-request-pipeline-checkesNathan Friend2019-06-121-3/+0
| | | | | | | | | | Removes the "target branch advanced" warning from the frontend as it is no longer needed due to the new merge trains feature.
* | Add merge train support to MR merge button (CE)9186-implement-atmtwps-state-to-mr-widgetNathan Friend2019-06-111-0/+3
|/ | | | | This commit updates the merge request widget's "Merge" button to support merge trains.
* List ssh-ed25519 exampleBen Bodenmiller2019-06-101-2/+2
|
* Merge branch 'patch-56' into 'master'Sean McGivern2019-06-101-3/+3
|\ | | | | | | | | Clarify that performance bar is not always on See merge request gitlab-org/gitlab-ce!28287
| * Fix broken gitlab.pot filepatch-56Sean McGivern2019-06-101-6/+3
| |
| * Merge remote-tracking branch 'origin/master' into patch-56Sean McGivern2019-06-101-62/+736
| |\
| * | Clarify that performance bar is not always onBen Bodenmiller2019-06-091-1/+4
| | |
* | | Externalize strings of email page in user profileantony liu2019-06-101-0/+51
| |/ |/|
* | Merge branch 'gt-externalize-profiles-preferences' into 'master'Phil Hughes2019-06-071-30/+30
|\ \ | | | | | | | | | | | | | | | | | | Externalize profiles preferences Closes #53349 See merge request gitlab-org/gitlab-ce!28470
| * | Externalize profiles preferencesGeorge Tsiolis2019-06-071-30/+30
| | |
* | | Merge branch '62418-project-default-git-depth' into 'master'Kamil Trzciński2019-06-071-0/+6
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Add project level git depth setting Closes #59688 See merge request gitlab-org/gitlab-ce!28919
| * | Add project level git depth settingKrasimir Angelov2019-06-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge branch 'js-i18n-datetime' into 'master'Filipa Lacerda2019-06-061-0/+3
|\ \ \ | | | | | | | | | | | | | | | | i18n datetime_utility file See merge request gitlab-org/gitlab-ce!29193
| * | | I18N datetime utility filejs-i18n-datetimeBrandon Labuschagne2019-06-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Replace upgrade with updateEnrique Alcántara2019-06-061-31/+19
| | | | | | | | | | | | | | | | | | | | | | | | Use update term instead of update in the clusters managed app implementation in order to make the implementation and UI language more consistent.
* | | | Add doc links for confidential and locked issuesFatih Acet2019-06-061-6/+6
| | | | | | | | | | | | | | | | | | | | With this commit, we add docs link for confidential and locked issues to note compose and edit forms
* | | | Change "Report abuse to GitLab" to more generic wording.Marc Schwede2019-06-061-3/+3
| |/ / |/| |
* | | Resolve "Inline validation for user's name and username length"Jiaan2019-06-061-0/+6
| | |
* | | Merge branch '11204-turn-off-mask-by-default' into 'master'Mike Greiling2019-06-051-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Default masked to false for new variables Closes gitlab-ee#11204 See merge request gitlab-org/gitlab-ce!28186
| * | | Default masked to false for new variables11204-turn-off-mask-by-defaultmfluharty2019-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Set the default value to false Adjust tests to expect false as the default Update documentation to make new default clear
* | | | Merge branch '28996-create-mvc-ui-in-haml' into 'master'Filipa Lacerda2019-06-051-0/+18
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Add Let's Encrypt option in Pages domain new/edit Haml form See merge request gitlab-org/gitlab-ce!26438
| * | | Add auto SSL toggle to Pages domain settings page28996-create-mvc-ui-in-hamlNathan Friend2019-06-031-0/+18
| |/ / | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'mr-widget-merge-error' into 'master'Filipa Lacerda2019-06-041-0/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update rendering of merge request in merge request widget Closes #40246 See merge request gitlab-org/gitlab-ce!28238
| * | | Update rendering of merge request in merge request widgetPhil Hughes2019-06-041-0/+3
| | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40246
* | | | Merge branch ↵Grzegorz Bizon2019-06-041-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| * | | | Adapt functions to work for external KnativeJoão Cunha2019-05-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Kn services cache from Clusters::Application::Knative Knative function can exist even if user did not installed Knative via GitLab managed apps. -> Move responsibility of finding services into the Cluster -> Responsability is inside Clusters::Cluster::KnativeServiceFinder -> Projects::Serverless::FunctionsFinder now calls depends solely on a cluster to find the Kn services. -> Detect Knative by resource presence instead of service presence -> Mock knative_installed response temporarily for frontend to develop Display loader while `installed === 'checking'` Added frontend work to determine if Knative is installed Memoize with_reactive_cache(*args, &block) to avoid race conditions When calling with_reactive_cache more than once, it's possible that the second call will already have the value populated. Therefore, in cases where we need the sequential calls to have consistent results, we'd fall under a race condition. Check knative installation via Knative resource presence Only load pods if Knative is discovered Always return a response in FunctionsController#index - Always indicate if Knative is installed, not installed or checking - Always indicate the partial response for functions. Final response is guaranteed when knative_installed is either true | false. Adds specs for Clusters::Cluster#knative_services_finder Fix method name when calling on specs Add an explicit check for functions Added an explicit check to see if there are any functions available Fix Serverless feature spec - we don't find knative installation via database anymore, rather via Knative resource Display error message for request timeouts Display an error message if the request times out Adds feature specs for when functions exist Remove a test purposed hardcoded flag Add ability to partially load functions Added the ability to partially load functions on the frontend Add frontend unit tests Added tests for the new frontend additions Generate new translations Generated new frontend translations Address review comments Cleaned up the frontend unit test. Added computed prop for `isInstalled`. Move string to constant Simplify nil to array conversion Put knative_installed states in a frozen hash for better read Pluralize list of Knative states Quey services and pods filtering name This way we don't need to filter the namespace in memory. Also, the data we get from the network is much smaller. Simplify cache_key and fix bug - Simplifies the cache_key by removing namespace duplicate - Fixes a bug with reactive_cache memoization
* | | | | Change s_() calls to _() callsMichał Zając2019-06-041-0/+12
| |_|/ / |/| | | | | | | | | | | There are no namespaces in the strings so we don't need those
* | | | Merge branch '58269-separate-update-patch' into 'master'Mike Greiling2019-06-031-3/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not display Update app button when saving Knative domain name Closes #58269 See merge request gitlab-org/gitlab-ce!28904
| * | | | Add new externalized strings58269-separate-update-patchEnrique Alcantara2019-05-301-3/+6
| | | | |
* | | | | Merge dev.gitlab.org master into GitLab.com masterYorick Peterse2019-06-031-1/+13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'security-id-leaked-password-in-import-url-frontend' into 'master'GitLab Release Tools Bot2019-06-031-1/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Handling password on import by url page See merge request gitlab/gitlabhq!3061
| | * | | | Handling password on import by url pageSam Bigelow2019-05-291-7/+4
| | | | | |
| | * | | | Hide password on import by url formIgor Drozdov2019-05-291-0/+9
| | | | | |
| * | | | | Add DNS rebinding protection settingsOswaldo Ferreira2019-05-301-0/+6
| | | | | |
* | | | | | Merge branch 'revert-2d980fad' into 'master'Mike Greiling2019-05-311-3/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'js-i18n-board-store' into 'master'" See merge request gitlab-org/gitlab-ce!28977
| * | | | | | Revert "Merge branch 'js-i18n-board-store' into 'master'"revert-2d980fadBrandon Labuschagne2019-05-311-3/+0
| | | | | | | | | | | | | | | | | | | | | This reverts merge request !28712
* | | | | | | Merge branch 'proof-read' into 'master'Jan Provaznik2019-05-311-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo See merge request gitlab-org/gitlab-ce!28939
| * | | | | | | Fix typo & run bin/rake gettext:regenerateKatrin Leinweber2019-05-301-3/+3
| | | | | | | |
* | | | | | | | Change query to work on mysql as well. Also set entire date because setting ↵Luke Picciau2019-05-311-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only the year can trip 'start_date_should_be_less_than_due_date'
* | | | | | | | Merge branch 'bvl-phabricator-import-issues' into 'master'Phil Hughes2019-05-311-0/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setup Phabricator import Closes #60562 See merge request gitlab-org/gitlab-ce!27877
| * | | | | | | | Setup Phabricator importBob Van Landuyt2019-05-311-0/+24
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge branch '62148-groupDeleteConfirm' into 'master'Bob Van Landuyt2019-05-311-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | delete group confirm popup mention projects deletion Closes #62148 See merge request gitlab-org/gitlab-ce!28899
| * | | | | | | | update gitlab.pot after suggestion applyRomain Maneschi2019-05-301-1/+1
| | | | | | | | |
| * | | | | | | | delete group confirm popup mention projects deletionRomain Maneschi2019-05-291-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'i18n-Two_Factor_Authentication-of-user-profile' into 'master'Bob Van Landuyt2019-05-311-0/+96
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Externalize strings of Two-Factor Authentication page in user profile See merge request gitlab-org/gitlab-ce!28749