summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-121-0/+72
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-path-11-10-rc6Patrick Bajao2019-04-111-5/+11
| | | | | This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
* Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"Tim Zallmann2019-04-101-3/+0
| | | | Reverts the loading of emojis and its images to move forward with RC
* Improve project merge request settingsce-proj-settings-ok-mr-settings-onlyLuke Bennett2019-04-071-0/+39
| | | | Prioritize and simplify project settings content.
* Merge branch '_acet-related-mrs-widget-rewrite' into 'master'Kushal Pandya2019-04-071-0/+14
|\ | | | | | | | | | | | | Rewrite related MRs widget with Vue Closes #58926 and #57662 See merge request gitlab-org/gitlab-ce!27027
| * Rewrite related MRs widget with Vue_acet-related-mrs-widget-rewriteFatih Acet2019-04-051-0/+14
| | | | | | | | | | This MR rewrites existing Related Merge Requests widget with Vue with reusing shared Related Issues components
* | Add Knative metrics to PrometheusChris Baumbauer2019-04-061-3/+15
| |
* | Changes button label to Run PipelineJean2019-04-051-6/+3
| | | | | | | | | | Button at projects/pipelines/new was 'Create pipeline' and was changed to 'Run Pipeline'
* | Merge branch 'mk/remove-alternate-url-ce' into 'master'Douglas Barbosa Alexandre2019-04-051-7/+0
|\ \ | | | | | | | | | | | | [CE backport] Geo: Remove Alternate URL See merge request gitlab-org/gitlab-ce!27074
| * | Port of mk/remove-alternate-url from EEMichael Kozono2019-04-051-7/+0
| | |
* | | Merge branch ↵Clement Ho2019-04-051-0/+24
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | '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
| * | Created `getTimeDiff` utility functionJose Vargas2019-04-041-1/+22
| | | | | | | | | | | | | | | Updated i18n strings and changed the monitoring service graph data params
| * | Update translation filesJose Vargas2019-04-041-0/+3
| | |
* | | Add part of needed codeGosia Ksionek2019-04-051-0/+15
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge branch ↵Filipa Lacerda2019-04-051-0/+12
|\ \ | | | | | | | | | | | | | | | | | | '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
| * | Add reusable project_selector componentNathan Friend2019-04-021-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Add checkbox to choose to create new list when creating new labelTucker Chapman2019-04-051-0/+3
| | |
* | | Merge branch 'revert-3962b00b' into 'master'Andreas Brandl2019-04-051-72/+0
|\ \ \ | | | | | | | | | | | | | | | | Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'" See merge request gitlab-org/gitlab-ce!27051
| * | | Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-72/+0
| | | | | | | | | | | | This reverts merge request !26823
* | | | Merge branch '57482-shortcut-to-create-merge-request-from-web-ide' into 'master'Phil Hughes2019-04-051-6/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Shortcut to create merge request from Web IDE" Closes #57482 See merge request gitlab-org/gitlab-ce!26792
| * | | | Shortcut to create MR in web IDE57482-shortcut-to-create-merge-request-from-web-ideSam Bigelow2019-04-041-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Removes the undescriptive CI Charts headerDimitrie Hoekstra2019-04-0544-132/+0
| |/ / / |/| | | | | | | | | | | | | | | | | | | Additional changes include removal of translation records Added changelog
* | | | Move Contribution Analytics related spec in ↵Imre Farkas2019-04-051-0/+72
| | | | | | | | | | | | | | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* | | | Merge branch 'keyval-labels' into 'master'Sean McGivern2019-04-051-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | [CE] Add mutually exclusive labels See merge request gitlab-org/gitlab-ce!26804
| * | | | [frontend] backport of scoped labelsRajat Jain2019-04-041-0/+3
| | | | | | | | | | | | | | | | | | | | Scoped labels in EE require additional changes in CE code.
* | | | | Merge branch '58375-api-controller' into 'master'Sean McGivern2019-04-051-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a prometheus proxy API per environment Closes #58375 See merge request gitlab-org/gitlab-ce!26841
| * | | | | Allow message strings to be translatedrpereira22019-04-051-0/+6
| | |_|_|/ | |/| | |
* | | | | Merge branch 'ce-proj-settings-ok-avatar-only' into 'master'Kushal Pandya2019-04-051-7/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | CE Improve project avatar settings See merge request gitlab-org/gitlab-ce!26589
| * | | | | Improve project avatar settingsce-proj-settings-ok-avatar-onlyLuke Bennett2019-03-281-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | Prioritize and simplify project settings content.
* | | | | | Merge branch '54506-show-error-when-namespace-svc-missing' into 'master'Grzegorz Bizon2019-04-051-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show error when namespace/svc account missing Closes #54506 See merge request gitlab-org/gitlab-ce!26362
| * | | | | | Display error for unmet prerequisitesjerasmus2019-04-021-0/+9
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Added the ability to display an error for unmet prerequisites
* | | | | | Merge branch '57602-create-cluster-validations' into 'master'Mike Greiling2019-04-041-8/+14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display cluster form validation error messages inline Closes #57602 See merge request gitlab-org/gitlab-ce!26502
| * | | | | Fix cluster details form validation57602-create-cluster-validationsEnrique Alcantara2019-04-031-7/+1
| | | | | |
| * | | | | Improve API URL validation messageEnrique Alcantara2019-04-031-1/+1
| | | | | |
| * | | | | Display inline validation error messagesEnrique Alcantara2019-04-031-1/+13
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Externalize strings in helpersMartin Wortschack2019-04-041-0/+101
| | | | | | | | | | | | | | | | | | | | | | | | | - Update qa selector - Update PO file
* | | | | Allow to sort wiki pages by date and titleIgor2019-04-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | - Add controls for sorting by title and date - Execute Gitaly call which now accepts sorting params for wikis
* | | | | Merge branch '24704-download-repository-path' into 'master'Kushal Pandya2019-04-041-11/+5
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Download a folder from repository Closes #24704 See merge request gitlab-org/gitlab-ce!26532
| * | | | Don't translate file extensionsPatrick Bajao2019-04-021-12/+0
| | | | |
| * | | | Make the dropdown match the designPatrick Bajao2019-04-021-11/+17
| | |_|/ | |/| | | | | | | | | | Regenerate locale.pot as well
* | | | Replace 'x seconds ago' with 'just now'Sergiu Marton2019-04-031-3/+0
| | | |
* | | | Merge branch '13784-validate-variables-for-masking' into 'master'Clement Ho2019-04-031-4/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Simple masking frontend - CE See merge request gitlab-org/gitlab-ce!26751
| * | | | Add control for variable value maskingmfluharty2019-03-291-4/+13
| | |/ / | |/| | | | | | | | | | | | | | | | | | 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
* | | | Localize the notifications dropdown stringJacques Erasmus2019-04-031-0/+3
| | | | | | | | | | | | | | | | Localized the notifications dropdown string
* | | | 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