summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* Make KubernetesService readonlyJames Fargher2019-06-181-3/+3
| | | | | | | | We are deprecating this service in favor of instance wide clusters. Therefore we removed some code that is not anymore needed for a readonly cluster and also we added some flags to allow for this deprecation. These flags are to be removed in the next release when we finally completelly remove KubernetesService.
* Fix plan stage queryGosia Ksionek2019-06-171-9/+0
| | | | Fix plan stage query and the way it is displayed
* New translations from CrowdinLuke Bennett2019-06-1745-71/+1556
|
* Resolve "Docker registry date not accurate"Nick Kipling2019-06-171-3/+3
|
* Merge branch 'revert-3a50fc5d' into 'master'Filipa Lacerda2019-06-171-3/+0
|\ | | | | | | | | Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'" See merge request gitlab-org/gitlab-ce!29684
| * Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"revert-3a50fc5dKamil Trzciński2019-06-141-3/+0
| | | | | | This reverts merge request !26853
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox2019-06-1546-12197/+126158
|\ \ | | | | | | | | | 62966-embed-zoom-call-in-issue-mvc
| * \ Merge branch 'diff-suggestions-popover' into 'master'Filipa Lacerda2019-06-141-0/+12
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Added diff suggestion popover Closes #56523 See merge request gitlab-org/gitlab-ce!29473
| | * | Added diff suggestion popoverPhil Hughes2019-06-141-0/+12
| | |/ | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
| * | Upgrade gitlab-ui and migrate gl-paginationPaul Gascou-Vaillancourt2019-06-141-0/+12
| | | | | | | | | | | | | | | | | | - Upgraded gitlab-ui to v4.0.0 - Migrated pagination_links to reflect breaking changes introduced in gitlab-ui v4.0.0
| * | New translations gitlab.pot (Danish)Luke Bennett2019-06-1445-12197/+126134
| |/ | | | | | | [skip ci]
* | Add Join meeting button to Issues with Zoom links62966-embed-zoom-call-in-issue-mvcSimon Knox2019-06-141-0/+3
|/ | | | | Detect links containing zoom.us followed by j, s, or my Add link below Issue title that links to Zoom meeting
* 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
| | | | | |