Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/locale
AgeCommit message (Collapse)Author
2019-04-06Changes button label to Run PipelineJean
Button at projects/pipelines/new was 'Create pipeline' and was changed to 'Run Pipeline'
2019-04-06Merge branch 'mk/remove-alternate-url-ce' into 'master'Douglas Barbosa Alexandre
[CE backport] Geo: Remove Alternate URL See merge request gitlab-org/gitlab-ce!27074
2019-04-06Merge branch ↵Clement Ho
'31368-support-different-time-windows-for-performance-dashboard' into 'master' Resolve "Support different time windows for performance dashboard" Closes #31368 See merge request gitlab-org/gitlab-ce!26047
2019-04-05Port of mk/remove-alternate-url from EEMichael Kozono
2019-04-05Add part of needed codeGosia Ksionek
Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
2019-04-05Merge branch ↵Filipa Lacerda
'ce-9262-move-project-search-bar-into-modal-dialog-on-operations-dashboard-page' into 'master' CE backport: Add reusable project_selector component See merge request gitlab-org/gitlab-ce!25036
2019-04-05Add checkbox to choose to create new list when creating new labelTucker Chapman
2019-04-05Merge branch 'revert-3962b00b' into 'master'Andreas Brandl
Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'" See merge request gitlab-org/gitlab-ce!27051
2019-04-05Merge branch '57482-shortcut-to-create-merge-request-from-web-ide' into 'master'Phil Hughes
Resolve "Shortcut to create merge request from Web IDE" Closes #57482 See merge request gitlab-org/gitlab-ce!26792
2019-04-05Removes the undescriptive CI Charts headerDimitrie Hoekstra
Additional changes include removal of translation records Added changelog
2019-04-05Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl
This reverts merge request !26823
2019-04-05Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-05Merge branch 'keyval-labels' into 'master'Sean McGivern
[CE] Add mutually exclusive labels See merge request gitlab-org/gitlab-ce!26804
2019-04-05Merge branch '58375-api-controller' into 'master'Sean McGivern
Add a prometheus proxy API per environment Closes #58375 See merge request gitlab-org/gitlab-ce!26841
2019-04-05Merge branch 'ce-proj-settings-ok-avatar-only' into 'master'Kushal Pandya
CE Improve project avatar settings See merge request gitlab-org/gitlab-ce!26589
2019-04-05Merge branch '54506-show-error-when-namespace-svc-missing' into 'master'Grzegorz Bizon
Show error when namespace/svc account missing Closes #54506 See merge request gitlab-org/gitlab-ce!26362
2019-04-05Merge branch '57602-create-cluster-validations' into 'master'Mike Greiling
Display cluster form validation error messages inline Closes #57602 See merge request gitlab-org/gitlab-ce!26502
2019-04-04Created `getTimeDiff` utility functionJose Vargas
Updated i18n strings and changed the monitoring service graph data params
2019-04-04Update translation filesJose Vargas
2019-04-04Allow message strings to be translatedrpereira2
2019-04-04Externalize strings in helpersMartin Wortschack
- Update qa selector - Update PO file
2019-04-04Allow to sort wiki pages by date and titleIgor
- Add controls for sorting by title and date - Execute Gitaly call which now accepts sorting params for wikis
2019-04-04Shortcut to create MR in web IDESam Bigelow
Before the user had to choose between committing to a new branch, committing to a new branch AND creating an MR, or committing to the current branch regardless of whether or not it already has an MR. This commit separates the creation of an MR from whether or not they commit to an existing or new branch
2019-04-04Merge branch '24704-download-repository-path' into 'master'Kushal Pandya
Download a folder from repository Closes #24704 See merge request gitlab-org/gitlab-ce!26532
2019-04-04[frontend] backport of scoped labelsRajat Jain
Scoped labels in EE require additional changes in CE code.
2019-04-03Fix cluster details form validationEnrique Alcantara
2019-04-03Improve API URL validation messageEnrique Alcantara
2019-04-03Display inline validation error messagesEnrique Alcantara
In the new cluster forms, display form error messages below form fields instead of a summary banner on top of the form. Include client side validation in order to display user friendly error messages. Also remove unnecessary placeholders.
2019-04-03Replace 'x seconds ago' with 'just now'Sergiu Marton
2019-04-03Merge branch '13784-validate-variables-for-masking' into 'master'Clement Ho
Simple masking frontend - CE See merge request gitlab-org/gitlab-ce!26751
2019-04-03Localize the notifications dropdown stringJacques Erasmus
Localized the notifications dropdown string
2019-04-03Add reusable project_selector componentNathan Friend
This commit adds a resuable UI component that allows a user to search for a project name, shows the search results, and allows the user to select one or more projects. This component communicates with its parent using props and events. This component was originally created for use in the EE-specific "Operations Dashboard" page, but it is applicable for CE use cases as well, and so was added as a CE shared component. In addition, some logic was extracted from the frequent_items_list_item component into shared filters to avoid logic duplication.
2019-04-02Don't translate file extensionsPatrick Bajao
2019-04-02Make the dropdown match the designPatrick Bajao
Regenerate locale.pot as well
2019-04-02Fixes duplicate diff too large error messagesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
2019-04-02(CE Port) "Follow-up from "(EE port) Externalize strings in projects ↵Martin Wortschack
controllers""
2019-04-02Display error for unmet prerequisitesjerasmus
Added the ability to display an error for unmet prerequisites
2019-03-29Add control for variable value maskingmfluharty
Show masked switch for each variable When toggled on, the variable value will be masked in runner logs Show warning message if the switch is on but the value is not maskable
2019-03-28Improve project avatar settingsLuke Bennett
Prioritize and simplify project settings content.
2019-03-28Merge branch ↵Phil Hughes
'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
2019-03-28Revert "Merge branch '13784-validate-variables-for-masking' into 'master'"Kamil Trzciński
This reverts merge request !25476
2019-03-27Scaffold UI elements for minimal versionMiranda Fluharty
Add a masked switch to variable rows Copy some behavior from the protected switch
2019-03-27Externalize strings in projects controllersMartin Wortschack
- concerns - dashboard - groups - import
2019-03-26Remove EE differences for monitoring dashboardSimon Knox
2019-03-26Allow runners to be installed on group clustersTiger Watson
A runner installed on a cluster will now use the cluster's `cluster_type` as its `runner_type`.
2019-03-22Add highest_role method to UserThiago Presa
2019-03-21Update merge request widget pipeline blockNathan Friend
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.
2019-03-21Merge branch 'mw-i18n-admin-controllers' into 'master'Lin Jen-Shin
Externalize strings in admin controllers See merge request gitlab-org/gitlab-ce!26357
2019-03-21Externalize strings in admin controllersMartin Wortschack
- Update PO file
2019-03-21Merge branch 'nfriend-update-job-detail-view-sidebar' into 'master'Filipa Lacerda
Update job detail view sidebar to accommodate post-merge pipelines See merge request gitlab-org/gitlab-ce!25777