summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* Fixes duplicate diff too large error messagesPhil Hughes2019-04-021-3/+0
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
* (CE Port) "Follow-up from "(EE port) Externalize strings in projects ↵Martin Wortschack2019-04-021-4/+1
| | | | controllers""
* Merge branch ↵Phil Hughes2019-03-281-0/+3
|\ | | | | | | | | | | | | '9957-move-ee-differences-for-app-assets-javascripts-monitoring-components-dashboard-vue-ce' into 'master' Remove EE differences for monitoring dashboard See merge request gitlab-org/gitlab-ce!26574
| * Remove EE differences for monitoring dashboardSimon Knox2019-03-271-0/+3
| |
* | Revert "Merge branch '13784-validate-variables-for-masking' into 'master'"Kamil Trzciński2019-03-271-13/+4
| | | | | | This reverts merge request !25476
* | Scaffold UI elements for minimal versionMiranda Fluharty2019-03-271-4/+13
| | | | | | | | | | Add a masked switch to variable rows Copy some behavior from the protected switch
* | Externalize strings in projects controllersMartin Wortschack2019-03-271-0/+240
|/ | | | | | | - concerns - dashboard - groups - import
* Allow runners to be installed on group clustersTiger Watson2019-03-261-1/+1
| | | | | A runner installed on a cluster will now use the cluster's `cluster_type` as its `runner_type`.
* Add highest_role method to UserThiago Presa2019-03-221-0/+3
|
* Update merge request widget pipeline blockNathan Friend2019-03-211-0/+15
| | | | | | This commit updates the pipeline block that appears on the merge request page to include information that will be exposed by the API as part of the post-merge pipeline feature.
* Merge branch 'mw-i18n-admin-controllers' into 'master'Lin Jen-Shin2019-03-211-0/+174
|\ | | | | | | | | Externalize strings in admin controllers See merge request gitlab-org/gitlab-ce!26357
| * Externalize strings in admin controllersMartin Wortschack2019-03-211-0/+174
| | | | | | - Update PO file
* | Merge branch 'nfriend-update-job-detail-view-sidebar' into 'master'Filipa Lacerda2019-03-211-0/+12
|\ \ | | | | | | | | | | | | Update job detail view sidebar to accommodate post-merge pipelines See merge request gitlab-org/gitlab-ce!25777
| * | Update job detail sidebar for post-merge pipelinesNathan Friend2019-03-201-0/+12
| | | | | | | | | | | | | | | This commit updates the job detail view sidebar to accommodate new states introduced as part of the post-merge pipeline feature.
* | | Merge branch 'nfriend-update-pipeline-list-view' into 'master'Filipa Lacerda2019-03-211-1/+4
|\ \ \ | | | | | | | | | | | | | | | | Update pipeline list view to accommodate post-merge request pipelines See merge request gitlab-org/gitlab-ce!25690
| * | | Update pipeline list viewNathan Friend2019-03-201-1/+4
| |/ / | | | | | | | | | | | | This commit updates the pipeline page and related components to include new pipeline information added by the post-merge pipeline feature.
* | | Merge branch '57115-just-in-time-k8s-resource-creation' into 'master'Clement Ho2019-03-201-0/+12
|\ \ \ | | | | | | | | | | | | | | | | Create project-specific Kubernetes resources just-in-time See merge request gitlab-org/gitlab-ce!25586
| * | | Add :preparing status to HasStatusTiger2019-03-201-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduces a new status for builds between :created and :pending that will be used when builds require one or more prerequisite actions to be completed before being picked up by a runner (such as creating Kubernetes resources before deploying). The existing :created > :pending transition is unchanged, so only builds that require preparation will use the :preparing status.
* | | | CE backport of forcing sending notifications to saml provided emailGosia Ksionek2019-03-201-1/+4
| |_|/ |/| |
* | | Add additional link to 2fa pageGosia Ksionek2019-03-201-0/+21
| |/ |/|
* | Update pipeline detail view to accommodate post-merge pipelinesShinya Maeda2019-03-191-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit changes Add spec Add changelog fix fix Fix Fix spec Finish spec ok nice ok ok ok fix
* | Merge branch 'feature/users-search-results' into 'master'Sean McGivern2019-03-191-0/+3
|\ \ | | | | | | | | | | | | | | | | | | Add users search results to global search Closes #25973 See merge request gitlab-org/gitlab-ce!21197
| * | return 400 on users search and feature is disabledAlexis Reigel2019-03-141-0/+3
| | | | | | | | | | | | | | | | | | as the params block is evaluated when loading the class and the db connection is not available yet we can't use the feature toggle inside that block.
* | | Remove diff tree filtering feature flagPhil Hughes2019-03-181-3/+0
| |/ |/|
* | Externalize strings from `/app/views/projects/pipelines`George Tsiolis2019-03-151-0/+15
| |
* | Merge branch ↵Lin Jen-Shin2019-03-151-0/+102
|\ \ | |/ |/| | | | | | | | | 'ce-6098-extract-ee-specific-files-lines-for-app-views-admin-application_settings' into 'master' (CE Port) Extract EE specific files/lines for app/views/admin/application_settings See merge request gitlab-org/gitlab-ce!25955
| * Move EE specific code in admin application settingsMartin Wortschack2019-03-141-0/+102
| | | | | | | | | | - Leverage render_if_exists - Externalize strings - Extract help page setting into EE specific partial
* | Merge branch '56833-project-improve-empty-repository-state-ui-fe' into 'master'Douwe Maan2019-03-141-30/+12
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Project: Improve empty repository state UI [FE]" Closes #56833 See merge request gitlab-org/gitlab-ce!26024
| * | Clean up empty repository state UIMartin Wortschack2019-03-121-30/+12
| | | | | | | | | | | | | | | - Remove irrelevante information - Remove horizontal scrolling on smaller viewports - Hide auto devops flash message for empty projects
* | | Security Dashboard as default view for groupsGilbert Roulot2019-03-141-0/+3
| | | | | | | | | | | | | | | | | | | | | Add a supporting code to separate groups#show and groups#details which is required for the proper implementation of the Group Overview content and Security Dashboard option for it
* | | Manually add Ukrainian translationsBob Van Landuyt2019-03-141-786/+1466
| | |
* | | Added changelog entryNatalia Tepluhina2019-03-131-0/+6
|/ / | | | | | | - fixed tests for edit components
* | Enable/disable Auto DevOps at Group levelMayra Cabrera2019-03-121-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | - Includes instance methods on Group model to detect when a group has AutoDevOps explicitly/implicitly enabled/disabled. - Includes migration to add a new column to namespaces table - Add UI necessary modifications - Add service and controller to update auto devops related instances - Updates project and groups auto devops badges Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
* | Merge branch '10029-env-item' into 'master'Phil Hughes2019-03-121-0/+3
|\ \ | | | | | | | | | | | | | | | | | | Removes EE differences from environment_item Closes gitlab-ee#10029 See merge request gitlab-org/gitlab-ce!25930
| * | Removes EE differences from environmnet_itemFilipa Lacerda2019-03-111-0/+3
| |/ | | | | | | | | Creares a mixin & moves the EE template differences into CE
* | expose group id on home panelPeter Marko2019-03-111-0/+3
|/
* Merge branch 'deploy-keys-ext' into 'master'Filipa Lacerda2019-03-081-0/+33
|\ | | | | | | | | Externalize admin deploy keys strings See merge request gitlab-org/gitlab-ce!24712
| * Externalize admin deploy keys stringsLuke Bennett2019-03-081-0/+33
| | | | | | | | | | | | Externalizes most strings in the deploy key settings of the admin area.
* | Merge branch '58649-project-template-for-android' into 'master'Sean McGivern2019-03-081-0/+3
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Project template for Android" Closes #58649 See merge request gitlab-org/gitlab-ce!25870
| * | Reorder localized stringsJason Lenny2019-03-071-2/+2
| | |
| * | Add Android templateJason Lenny2019-03-071-0/+3
| |/
* | Add support for ingress hostnamesingress-hostnameswalkafwalka2019-03-071-19/+13
|/
* Resolve "Project template for iOS"Jason Lenny2019-03-071-0/+3
|
* Merge branch 'bvl-port-of-ee-translations' into 'master'Douwe Maan2019-03-0741-5598/+24438
|\ | | | | | | | | Port translations from EE See merge request gitlab-org/gitlab-ce!25863
| * Port translations from EEGitLab Crowdin Bot2019-03-0741-5598/+24438
| |
* | Merge branch 'eb-update-cycle-analytics-docs' into 'master'Kushal Pandya2019-03-071-3/+3
|\ \ | | | | | | | | | | | | Update Cycle Analytics Documentation See merge request gitlab-org/gitlab-ce!25536
| * | Update Cycle Analytics documentationEric Brinkman2019-03-071-3/+3
| | | | | | | | | | | | | | | | | | Removed duplicate info. Update pipeline health to cycle analytics. Updated screenshots.
* | | Merge branch '56937-edit-knative-domain' into 'master'Grzegorz Bizon2019-03-071-6/+12
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Edit Knative domain after it has been deployed Closes #56937 See merge request gitlab-org/gitlab-ce!25386
| * | Add ability to edit Knative domainjerasmus2019-03-051-6/+12
| | | | | | | | | | | | Added the functionality to edit the Knative domain
* | | Merge branch 'expand-diff-to-full-file' into 'master'Douwe Maan2019-03-071-0/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Expand diff to entire file Closes #19054 See merge request gitlab-org/gitlab-ce!24406