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-16Externalize several strings inMartin Wortschack
- app/services - app/controllers - app/presenters
2019-04-15Externalize strings in lib/gitlab/quick_actionsMartin Wortschack
- Externalize strings for desc and explanation - Update PO file
2019-04-15Externalize strings detected by rubocop-i18nMartin Wortschack
- Externalize strings in milestones_helper - Externalize strings in app/services - Update PO file
2019-04-13Add translations from CrowdinGitLab Crowdin Bot
2019-04-12Externalize strings in app/modelsMartin Wortschack
- Update PO file
2019-04-11Update project settings qa selectorsSanad Liaquat
Additionally fixes geo rename test.
2019-04-11Improve project settings pageLuke Bennett
Prioritize and simplify project settings content.
2019-04-11Revert "Merge branch '24704-download-repository-path' into 'master'"Patrick Bajao
This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
2019-04-10Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"Tim Zallmann
Reverts the loading of emojis and its images to move forward with RC
2019-04-10Externalize strings in app/workersMartin Wortschack
- email_receiver_worker - object_storage/migrate_uploads_worker - Update PO file
2019-04-09Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
2019-04-08Externalize strings in flash messagesMartin Wortschack
- Externalize strings in controllers - Update PO file
2019-04-07Improve project merge request settingsLuke Bennett
Prioritize and simplify project settings content.
2019-04-07Merge branch '_acet-related-mrs-widget-rewrite' into 'master'Kushal Pandya
Rewrite related MRs widget with Vue Closes #58926 and #57662 See merge request gitlab-org/gitlab-ce!27027
2019-04-06Add Knative metrics to PrometheusChris Baumbauer
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-05Rewrite related MRs widget with VueFatih Acet
This MR rewrites existing Related Merge Requests widget with Vue with reusing shared Related Issues components
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