summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* Save instance administration project id in DBReuben Pereira2019-08-071-0/+21
| | | | | - This will make it easy to identify the project even if admins change the name of the project or move it.
* Properly labelling fields on Search pageDenys Mishunov2019-08-071-6/+3
| | | | | Adding proper <label>s while removing labels from the fields themselves. This gives more space for the field's content
* Add actions dropdown to metrics chartsSimon Knox2019-08-061-0/+6
| | | | Added as EE backport
* Merge branch '60664-kubernetes-applications-uninstall-cert-manager' into ↵Thong Kuah2019-08-051-2/+2
|\ | | | | | | | | | | | | 'master' Resolve "Kubernetes > Applications > Uninstall Cert Manager" See merge request gitlab-org/gitlab-ce!31166
| * Allow Cert-Manager to be uninstalled60664-kubernetes-applications-uninstall-cert-managerTiger2019-08-051-2/+2
| | | | | | | | | | | | Our current version of Cert-Manager does not uninstall cleanly, and we must manually remove custom resource definitions.
* | Merge branch 'georgekoltsov/55474-outbound-setting-system-hooks' into 'master'Rémy Coutable2019-08-051-0/+6
|\ \ | |/ |/| | | | | Add outbound setting for system hooks See merge request gitlab-org/gitlab-ce!31177
| * Update translations in gitlab.potGeorge Koltsov2019-08-021-2/+5
| |
| * Add outbound requests setting for system hooksGeorge Koltsov2019-08-021-1/+4
| | | | | | | | | | | | | | This MR adds new application setting to network section `allow_local_requests_from_system_hooks`. Prior to this change system hooks were allowed to do local network requests by default and we are adding an ability for admins to control it.
* | Hide cluster details until cluster is createdMike Greiling2019-08-021-1/+1
| | | | | | | | | | Only display the details of the cluster page when the cluster exists. If it is in "creating" state, show a message and a spinner
* | Implement Helm ResetCommand for removing TillerDylan Griffith2019-08-021-0/+3
|/ | | | | | | | | | | | | Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs
* Revert "Merge branch 'mh/editor-indents' into 'master'"revert-editor-indentsPaul Slaughter2019-08-011-6/+9
| | | | | This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
* Merge branch 'jramsay/fix-mirroring-help-text-typo' into 'master'Nick Thomas2019-07-311-1/+1
|\ | | | | | | | | Fix mirroring help text See merge request gitlab-org/gitlab-ce!31348
| * Run rake gettext:regeneratejramsay/fix-mirroring-help-text-typoNick Thomas2019-07-311-1/+1
| |
* | Add prometheus listen address to whitelistReuben Pereira2019-07-311-0/+6
|/ | | | | | - Add to whitelist so that even if local requests from hooks and services are not allowed, the prometheus manual configuration will still succeed.
* Allow knative do be uninstalled:João Cunha2019-07-311-1/+1
| | | | | | | | | | | | | | - After uninstalling the knative helm chart it's necessary to also remove some leftover resources to allow the cluster to be clean and knative to be reinstalleable. - Adds knative uninstall disclaimer - Uninstall ksvc before uninstalling knative Make list of Knative and Ingres resources explicit - To avoid deleting unwanted resources we are listing exact which resources will be deleted rather than simply deleting any resource that contains istio or knative words.
* Allow blank but not nil in validationsReuben Pereira2019-07-311-3/+3
| | | | | | - The most common use case for qualified_domain_validator currently is to allow blank ([]) but not allow nil. Modify the qualified_domain_validator to support this use case.
* Add support page link in help menuDiego Louzán2019-07-301-1/+4
| | | | Creates a new item in help dropdown to show configured support page link
* Remove line profiler from performance barSean McGivern2019-07-301-3/+0
| | | | | | | | | 1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
* Merge branch ↵Robert Speicher2019-07-291-0/+6
|\ | | | | | | | | | | | | | | | | '63547-add-system-notes-for-when-a-zoom-call-was-added-removed-from-an-issue' into 'master' Resolve "Add system notes for when a zoom call was added/removed from an issue" Closes #63547 See merge request gitlab-org/gitlab-ce!30857
| * Add system notes for when a zoom call was added/removed from an issue63547-add-system-notes-for-when-a-zoom-call-was-added-removed-from-an-issueJacopo2019-07-291-0/+6
| | | | | | | | | | Add a zoom link added / removed system note when a zoom link is being added / removed to the issue description.
* | Make quick action "commands applied" banner more useful🙈 jacopo beschi 🙉2019-07-291-0/+180
| | | | | | | | | | Extends the quick actions "commands applied" banner to show the quick action preview text, but with everything in past tense.
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-07-291-6/+0
|\ \
| * \ Merge branch 'security-remove-take-trigger-ownership-feature' into 'master'GitLab Release Tools Bot2019-07-261-6/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Drop feature to take ownership of a trigger token Closes #2868 See merge request gitlab/gitlabhq!3198
| | * | Drop feature to take ownership of a trigger tokenFabio Pitino2019-07-101-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing API and frontend interactions that allowed users to take ownership of a trigger token. Removed mentions from the documentation.
* | | | Add Job specific variablesMatija Čupić2019-07-291-3/+18
| | | | | | | | | | | | | | | | | | | | Adds Job specific variables to facilitate specifying variables when running manual jobs.
* | | | Merge branch '32495-improve-slack-notification-on-pipeline-status' into 'master'Robert Speicher2019-07-261-0/+51
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make pipeline failure Slack notifications prettier and more informative Closes #32495 See merge request gitlab-org/gitlab-ce!27683
| * | | | Improve pipeline status Slack notifications32495-improve-slack-notification-on-pipeline-statusNathan Friend2019-07-251-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds some formatting to the Slack notifications for pipeline statuses, as well as adds information about the stage and jobs that failed in the case of pipeline failure.
* | | | | Add UndoStack class - a custom undo/redo engineMartin Hanzel2019-07-261-9/+6
| | | | | | | | | | | | | | | | | | | | It will be hooked up to the markdown editor later
* | | | | Update namespace label text for managed clustersJacques Erasmus2019-07-251-0/+9
| | | | | | | | | | | | | | | | | | | | Added the ability to update the namespace label text for gitlab-managed
* | | | | Autofix i18n lints for vue filesEzekiel Kigbo2019-07-251-0/+39
|/ / / / | | | | | | | | | | | | | | | | Autofixes additional linting errors found in vue files.
* | | | Add RateLimiter to RawControllerMayra Cabrera2019-07-241-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Limits raw requests to 300 per minute and per raw path. * Add a new attribute to ApplicationSettings so user can change this value on their instance. * Uses Gitlab::ActionRateLimiter to limit the raw requests. * Add a new method into ActionRateLimiter to log the event into auth.log Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/48717
* | | | [ADD] outbound requests whitelistReuben Pereira2019-07-241-0/+9
|/ / / | | | | | | | | | Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
* | | Removed pluralize functionEzekiel Kigbo2019-07-241-0/+10
| | | | | | | | | | | | | | | Replaced instance of the `pluralize` js function with `n__` to follow our development guide.
* | | Remove unused peek view coderemove-unused-peek-viewsSean McGivern2019-07-241-6/+0
| | | | | | | | | | | | | | | We haven't needed these since we started rendering the performance bar in Vue.
* | | Merge branch ↵Kushal Pandya2019-07-241-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | '11639-improve-discovery-and-navigation-for-gitlab-package-features-ce' into 'master' Improving packages navigation in project sidebar [CE Backport] See merge request gitlab-org/gitlab-ce!30256
| * | | Improving packages navigation in project sidebar11639-improve-discovery-and-navigation-for-gitlab-package-features-ceNick Kipling2019-07-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed Registry from sidebar Created new Packages top level item Added Container Registry into packages Updated tests to support new layout
* | | | Add links in admin area overviewce-xanf-add-admin-area-linksIllya Klymov2019-07-241-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | Introduces new `feature_entry` helper for dashboard. This helper reduces code duplication when listing available features and relevant links to configuration sections
* | | | Add empty chart componentJose Ivan Vargas2019-07-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merge request adds an empty chart component which will load in case of queries not having data to display, this will override the current logic, which hides all the graphs that have no data to show
* | | | Add validator for qualidied domain arrayReuben Pereira2019-07-231-0/+12
|/ / / | | | | | | | | | | | | - Validate that the entries contain no unicode, html tags and are not larger than 255 characters.
* | | Merge branch 'maintainers-can-create-subgroup' into 'master'Sean McGivern2019-07-221-0/+12
|\ \ \ | | | | | | | | | | | | | | | | Add a group setting to allow Maintainers to create sub-groups See merge request gitlab-org/gitlab-ce!29718
| * | | Regenerate locale stringsFabio Papa2019-07-191-0/+12
| | |/ | |/|
* | | Display group id on group admin pageZsolt Kovari2019-07-221-0/+3
|/ /
* | Move boards switcher partialWinnie Hellmann2019-07-171-0/+18
| | | | | | | | (cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
* | Merge branch 'vue-file-list-breadcrumb-dropdown' into 'master'Filipa Lacerda2019-07-161-0/+9
|\ \ | | | | | | | | | | | | | | | | | | Added add to tree dropdown to Vue files breadcrumb Closes #62865 See merge request gitlab-org/gitlab-ce!30177
| * | Added add to tree dropdown to Vue files breadcrumbPhil Hughes2019-07-151-0/+9
| | |
* | | Fix broken vue i18n stringsAndré Luís2019-07-161-0/+6
| | |
* | | Updating wording as per desgn guidelinesNick Kipling2019-07-151-3/+9
| | | | | | | | | | | | | | | Shortened descriptive text Added copy button to code snippets
* | | Hide restricted and disallowed visibility radioshide-restricted-visibility-radioLuke Bennett2019-07-151-3/+6
|/ / | | | | | | | | Show a message if many levels are restricted and a different message if all levels are restricted.
* | Fix typo "beetween" in timeout validation messageDaniel Danner2019-07-1346-46/+46
| |
* | Some improvement about text translationantony liu2019-07-101-0/+54
|/ | | | | Fix symbol '&' display. Remove unnecessary calls of `.html_safe`