summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | | | | | Regenerate locale/gitlab.potantonyliu2019-05-311-12/+0
| | | | | | | | |
| * | | | | | | | Externalize strings of Two-Factor Authentication page in user profileantonyliu2019-05-311-0/+12
| | | | | | | | |
| * | | | | | | | Fix bug for picking up string that end with html_safeantonyliu2019-05-311-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Move .html_safe outside of the _() so the parser picks up on the translation.
| * | | | | | | | Regenerate locale/gitlab.potantonyliu2019-05-311-3/+3
| | | | | | | | |
| * | | | | | | | Externalize strings of Two-Factor Authentication page in user profileantonyliu2019-05-311-0/+90
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'i18n-password-of-user-profile' into 'master'Bob Van Landuyt2019-05-311-0/+42
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Externalize strings of password page in user profile See merge request gitlab-org/gitlab-ce!28744
| * | | | | | | Apply suggestion to app/views/profiles/passwords/edit.html.hamlantonyliu2019-05-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Apply @reprazent suggestion. See gitlab-org/gitlab-ee!13339
| * | | | | | | Externalize strings of password page in user profileantonyliu2019-05-291-0/+42
| | | | | | | |
* | | | | | | | Externalize strings of PGP Keys and SSH Keys page in user profileantony liu2019-05-301-0/+57
| |_|/ / / / / |/| | | | | |
* | | | | | | Fix inconsistent capitalization in label colorsHeinrich Lee Yu2019-05-301-4/+4
| | | | | | |
* | | | | | | Merge branch '9121-sort-relative-position' into 'master'docs/create-table-driven-standardsSean McGivern2019-05-301-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support sorting issues using `relative_position` Closes #62178 See merge request gitlab-org/gitlab-ce!28566
| * | | | | | | Allow issues to be sorted by relative_positionBrett Walker2019-05-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - adding a "Manual" option to the dropdown - show 100 issues list when manually sorting
* | | | | | | | Externalize strings of active sessions page in user profileantony liu2019-05-301-0/+15
| | | | | | | |
* | | | | | | | Add Pipeline IID to viewsMike Scott2019-05-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Pipeline IID to MR's * Add Pipeline IID to commit box * Add Pipeline IID to builds page * Add Pipeline IID to job sidebar * Add Pipeline IID to header on view pipeline pages * Add changelog entry * Update tests
* | | | | | | | Fix for #61788 predefined colours dont have descriptive labelsChris Toynbee2019-05-301-0/+63
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Add wiki size to project statisticsPeter Marko2019-05-291-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Updated heading for default state in Web IDEDenys Mishunov2019-05-291-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
* | | | | | Merge branch 'vue-repo-breadcrumbs' into 'master'Filipa Lacerda2019-05-291-0/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Added repository file listing breadcrumbs See merge request gitlab-org/gitlab-ce!28706
| * | | | | Created repository list breadcrumbs Vue appPhil Hughes2019-05-291-0/+3
| | |/ / / | |/| | |
* | | | | Merged changes from masterDavid Planella2019-05-2847-21720/+286201
|\ \ \ \ \ | |/ / / /
| * | | | Externalize strings of chat page in user profileantony liu2019-05-281-0/+21
| | | | |
| * | | | Externalize strings of notifications page in user profileantony liu2019-05-281-0/+27
| |/ / /
| * | | Fix display of promote to group labelJan Provaznik2019-05-281-6/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since label presenter is used in label index view, label class check doesn't work as expected because the class is now LabelPresenter. Also `label.subject` doesn't work as expected now because Label's model `subject` method is shadowed by Gitlab's presenter's method which uses `subject` for referencing the original object. Instead we use a presenter's method for both checks now. `label_deletion_confirm_text` is not used anywhere so it's removed