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-02-27Limit number of characters allowed in mermaidjsRajat Jain
2019-01-24Merge branch ↵Yorick Peterse
'security-fix-wiki-access-rights-with-external-wiki-enabled-11-7' into 'security-11-7' [11.7] Fix access to internal wiki when external wiki is enabled See merge request gitlab/gitlabhq!2800 (cherry picked from commit 0779e55ae65f18aa1f60fa042f5ba38f51a58c9e) 2801e1db Fixed bug when external wiki is enabled
2019-01-12Merge branch 'jivl-update-placeholder-sentry-config' into 'master'Clement Ho
Update url placeholder for the sentry configuration page Closes #56276 See merge request gitlab-org/gitlab-ce!24338
2019-01-12Merge branch 'error_tracking_feature_flag_fe' into 'master'Clement Ho
List Sentry Errors in GitLab - Frontend Closes #55178 See merge request gitlab-org/gitlab-ce!23770
2019-01-11Merge branch '55178-sentry-issues-service' into 'master'Kamil Trzciński
Service for calling Sentry issues api See merge request gitlab-org/gitlab-ce!24126
2019-01-11Merge branch 'sh-fix-real-size-warnings' into 'master'Robert Speicher
Fix broken templated "Too many changes to show" text Closes #56138 See merge request gitlab-org/gitlab-ce!24282 (cherry picked from commit 819de8e8084e1b0cc102664abb8bbc836ff99ede) 488d7d1f Fix broken templated "Too many changes to show" text
2019-01-08Merge branch '49231-import-issues-csv' into 'master'Douwe Maan
Import issues from CSV Closes #49231 See merge request gitlab-org/gitlab-ce!23532
2019-01-07Externalize strings from `/app/views/shared/notes`George Tsiolis
2019-01-07Update text to match UX changesTristan Read
2019-01-07Merge branch '55721-externalization-for-pipeline-tags' into 'master'Fatih Acet
Externalization for pipeline tags Closes #55721 See merge request gitlab-org/gitlab-ce!24028
2019-01-07Merge branch 'ee1979-user-avatar-list-component' into 'master'Kushal Pandya
Create shared user-avatar-list component See merge request gitlab-org/gitlab-ce!24139
2019-01-07Improve email messagesHeinrich Lee Yu
Also refactored cleanup view to use the same localized string
2019-01-07Import CSV BackendHeinrich Lee Yu
Process CSV uploads async using a worker then email results
2019-01-06Move settings operations controller from EE to CEPeter Leitzen
This commit prepares the structure for the upcoming feature error tracking.
2019-01-05Require Knative to be installed only on an RBAC kubernetes clusterChris Baumbauer
2019-01-05Create shared user-avatar-list componentPaul Slaughter
**Why?** We need a component that can expand / collapse a list of avatars for approval rules table. See issue https://gitlab.com/gitlab-org/gitlab-ee/issues/1979
2019-01-04Correctly externalize pipeline tagsLukas Eipert
2019-01-04Merge branch '43623-add-submit-feedback-in-product-feedback-link' into 'master'Kushal Pandya
Resolve "Add "Submit feedback" in-product feedback link" Closes #43623 See merge request gitlab-org/gitlab-ce!23547
2019-01-04Add submit feedback link to help dropdownBrandon Labuschagne
2019-01-04Update CI/CD variables help textThong Kuah
Add hint about adding variables for Auto DevOps application variables and link to More information
2019-01-02Merge branch '55369-update-milestone-sort-to-say-say-milestone-due-date' ↵Sean McGivern
into 'master' Resolve "Update `Milestone` sort to say say `Milestone due date`" Closes #55369 See merge request gitlab-org/gitlab-ce!24080
2019-01-02Resolve "User activity is stuck loading when there is none"Martin Wortschack
2018-12-31Renames Milestone sort into Milestone due dateJacopo
2018-12-28Merge branch 'fj-fix-lfs-image-comments-diffs' into 'master'Douwe Maan
Fix bug commenting LFS images and displaying LFS files Closes #43783 See merge request gitlab-org/gitlab-ce!23812
2018-12-27Fixing image lfs bug and also displaying text lfsFrancisco Javier López
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
2018-12-25Added missing colons near titles.Alexander Kutelev
2018-12-21Revert "Merge branch 'winh-discussion-header-commented' into 'master'"Winnie Hellmann
This reverts merge request !23622
2018-12-21Merge branch 'feature/option-to-make-variables-protected' into 'master'Grzegorz Bizon
Option to make variables protected by default Closes #51822 See merge request gitlab-org/gitlab-ce!22744
2018-12-21Merge branch ↵Filipa Lacerda
'55293-split-bio-into-individual-line-in-extended-user-tooltips' into 'master' Resolve "Split bio into individual line in extended user tooltips" Closes #55293 See merge request gitlab-org/gitlab-ce!23940
2018-12-21Split bio into individual line in extended user tooltipsMartin Wortschack
- Remove leading 'at' in organzation info - Update karma tests
2018-12-21Merge branch 'winh-merge-request-commit-context' into 'master'Kushal Pandya
Display commit ID for discussions made on merge request commits Closes #53953 See merge request gitlab-org/gitlab-ce!23837
2018-12-21MR commits display commit ID for discussionsFatih Acet
Fixes a bug where merge request comments made in the context of a specific commit no longer specify which commit they were created on
2018-12-21Merge branch 'winh-discussion-header-commented' into 'master'Mike Greiling
Display "commented" only for commit discussions on merge requests Closes #53950 and #53681 See merge request gitlab-org/gitlab-ce!23622
2018-12-20Merge branch 'master' into 'feature/option-to-make-variables-protected'Grzegorz Bizon
Conflicts: db/schema.rb
2018-12-20Adds Vuex Store for the releases pageFilipa Lacerda
2018-12-20Merge branch '54814-sidebar-styling-updates' into 'master'Filipa Lacerda
Resolve "Sidebar styling updates" Closes #54814 See merge request gitlab-org/gitlab-ce!23816
2018-12-20Display "commented" only for commit discussions on merge requestsWinnie Hellmann
Add commit prop to NoteableNote component and pass it from NoteableDiscussion
2018-12-19Fix style issues in job details sidebarNathan Friend
This commit fixes a number of minor style issues in the job details sidebar - spacing, font weights, button sizes, and font sizes. More details here: https://gitlab.com/gitlab-org/gitlab-ce/issues/54814
2018-12-18Add explanatory help text to text inputs on user profile settings pageMartin Wortschack
2018-12-18Adds releases index routeFilipa Lacerda
Renders empty index page Adds Releases entry to the navigation bar behind a feature flag Renders 404 when feature flag for releases is not enabled
2018-12-18Add NGINX 0.16.0 and above metricsJoshua Lambert
2018-12-17Merge branch 'gt-add-externalized-strings-for-cluster-error-msg' into 'master'Douglas Barbosa Alexandre
Add externalized strings for clusters error messages Closes #45310 See merge request gitlab-org/gitlab-ce!23753
2018-12-17Add externalized strings for clusters error messagesGeorge Tsiolis
2018-12-16Update link to documentationMike Greiling
Make link clear in note box Also update strings to be translatable
2018-12-15Merge branch '54786-mr-empty-file-display' into 'master'Nick Thomas
Display empty files properly on MR diffs Closes #54786 See merge request gitlab-org/gitlab-ce!23671
2018-12-14Creates Vue component to render each release blockFilipa Lacerda
2018-12-13Allow suggesting single line changes in diffsOswaldo Ferreira
2018-12-13Resolve "Redesign project lists UI"Martin Wortschack
2018-12-13Fix diff changes empty statePhil Hughes
The empty state now only gets shown when no files exist in the branch. If the user is reviewing 2 versions with no files, we don't show the state. Refactors the diff app spec to use Vue test utils. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48635
2018-12-12Remove unnecessary div from MarkdownField to apply list styles correctlyWinnie Hellmann