summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* Improve snippets empty stateGeorge Tsiolis2019-02-221-3/+18
|
* Merge branch '55057-system-message-to-core' into 'master'Sean McGivern2019-02-221-0/+21
|\ | | | | | | | | | | | | Port EE System Header And Footer feature to CE Closes #55057 See merge request gitlab-org/gitlab-ce!25241
| * Port EE System Header And Footer feature to CEDouwe Maan2019-02-211-0/+21
| | | | | | | | | | | | | | | | remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
* | Make "moved" Link to Moved IssueAndrew Fontaine2019-02-211-3/+3
|/ | | | The text "moved" now links to the issue the closed issue was moved to.
* Merge branch 'mind-the-oxford-comma' into 'master'Kushal Pandya2019-02-211-1/+1
|\ | | | | | | | | Mind the oxford comma See merge request gitlab-org/gitlab-ce!25252
| * Mind the oxford commaRobert Schilling2019-02-141-1/+1
| |
* | Catch exception in calculate reactive cacheReuben Pereira2019-02-211-1/+1
| | | | | | | | Return the exception as an error.
* | Move language setting to preferencesFabian Schneider2019-02-201-3/+6
| |
* | Improve empty state for starred projectsBrandon Labuschagne2019-02-191-0/+6
| | | | | | | | | | In this MR, a view for the empty state of projects has been added. In addition, an svg for this has also been added.
* | Merge branch 'gt-update-new-password-breadcrumb' into 'master'Kushal Pandya2019-02-191-0/+15
|\ \ | | | | | | | | | | | | Update new password breadcrumb See merge request gitlab-org/gitlab-ce!25037
| * | Add externalized strings for new password formGeorge Tsiolis2019-02-181-0/+6
| | |
| * | Update new password breadcrumbGeorge Tsiolis2019-02-181-0/+9
| | |
* | | Externalize strings from `/app/views/projects/commit`George Tsiolis2019-02-181-0/+36
|/ /
* | Merge branch '55312-svg' into 'master'Kushal Pandya2019-02-181-0/+3
|\ \ | | | | | | | | | | | | | | | | | | Use export-import svg from gitlab-svgs Closes #55312 See merge request gitlab-org/gitlab-ce!24954
| * | Use export-import svg from gitlab-svgsRajat Jain2019-02-181-0/+3
| | | | | | | | | | | | | | | Use SVG assets from @gitlab/svgs instead of using svg illustrations from project folder
* | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Ehsan Abdulqader2019-02-181-0/+9
|/ / | | | | | | feature/56787-realtime-validation-for-user-fullname-and-username
* | Merge branch '55893-artifacts-download' into 'master'Phil Hughes2019-02-151-0/+3
|\ \ | | | | | | | | | | | | | | | | | | Fixes dropdowns not working in Pipelines pages Closes #55893 and #56071 See merge request gitlab-org/gitlab-ce!25043
| * | Fixes not working dropdowns in pipelines page55893-artifacts-downloadFilipa Lacerda2019-02-131-0/+3
| |/ | | | | | | | | | | glbutton is not meant to work with old dropdowns This commit reverts the update to use gl button and adds i18n to some missing strings
* | Improve the GitHub and Gitea import feature table interfaceimport-go-to-project-cta-nibble-frontendLuke Bennett2019-02-131-4/+28
|/ | | | | | | | | | | These are frontend changes. Use Vue for the import feature UI for "githubish" providers (GitHub and Gitea). Add "Go to project" button after a successful import. Use CI-style status icons and improve spacing of the table and its component. Adds ETag polling to the github and gitea import jobs endpoint.
* Merge branch 'add-client-for-count-diverging-commits' into 'master'Grzegorz Bizon2019-02-121-0/+3
|\ | | | | | | | | add client support for CountDivergingCommits rpc See merge request gitlab-org/gitlab-ce!24287
| * Adapt that diverging commits could be just one baradd-client-for-count-diverging-commitsLin Jen-Shin2019-02-111-0/+3
| | | | | | | | | | refactors the ui for diverging commits so that it's only a single bar instead of two separate bars
* | Merge branch 'master-i18n' into 'master'Rémy Coutable2019-02-1142-15302/+141195
| | | | | | | | | | New Crowdin translations See merge request gitlab-org/gitlab-ee!9510
* | Externalize date picker stringKatrin Leinweber2019-02-101-0/+3
| |
* | Merge branch 'diff-fuzzy-file-finder-feature-flag' into 'master'Filipa Lacerda2019-02-081-0/+3
|\ \ | | | | | | | | | | | | | | | | | | Adds a feature flag to the diff fuzzy file finder Closes #57403 See merge request gitlab-org/gitlab-ce!25006
| * | Adds a feature flag to the diff fuzzy file finderPhil Hughes2019-02-081-0/+3
| | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57403
* | | Upgrade cluster applications, starting with runnerThong Kuah2019-02-071-0/+21
| | |
* | | Merge branch 'jlenny-AddPagesTemplates' into 'master'Douglas Barbosa Alexandre2019-02-071-0/+30
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Pages templates on the new project templates menu Closes #47857 See merge request gitlab-org/gitlab-ce!24906
| * | | Add Pages templatesJason Lenny2019-02-071-0/+30
| |/ / | | | | | | | | | | | | | | | | | | Adds templates for the 5 most popular Pages templates to the new project menu. This does not add unique icons for the templates because that turned out more complicated than expected, and this feature is valuable without them.
* | | Merge branch '19745-new-tasklists-for-merge-requests' into 'master'Sean McGivern2019-02-071-1/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Enable fast task lists for merge requests Closes #19745 See merge request gitlab-org/gitlab-ce!24779
| * | | Add fast tasklist support to MR tasklistFatih Acet2019-02-071-1/+4
| | |/ | |/| | | | | | | Also adds specs and fixes existing specs
* | | Merge branch 'master' into ↵Sean McGivern2019-02-071-0/+48
|\ \ \ | | | | | | | | | | | | fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
| * | | Resolve "Override squash commit message"Natalia Tepluhina2019-02-071-0/+48
| | |/ | |/|
* | | Merge branch 'master' into ↵Sean McGivern2019-02-071-31/+21
|\ \ \ | |/ / | | | | | | fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
| * | Merge branch '52363-ui-changes-to-cluster-and-ado-pages' into 'master'Grzegorz Bizon2019-02-071-16/+16
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Moves domain setting to Clusters page Closes #52363 See merge request gitlab-org/gitlab-ce!24580
| | * | Addresses UX and BE comments:52363-ui-changes-to-cluster-and-ado-pagesMayra Cabrera2019-02-061-17/+5
| | | | | | | | | | | | | | | | | | | | | | | | - Changes help text on clusters form to make it more explicit. - Removes unnecessary warnings on auto devops form - Simplifies cluster methods logic
| | * | Moves domain setting to Cluster settingMayra Cabrera2019-02-041-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes domain field to be on the Cluster page show, removing it from Auto DevOps setting. Also injects the new environment variable KUBE_INGRESS_BASE_DOMAIN into kubernetes#predefined_variables. Migration to move the information from ProjectAutoDevops#domain to Clusters::Cluster#domain. As well as necessary modifications to qa selectors Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
| * | | Merge branch ↵Phil Hughes2019-02-071-15/+5
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | '52347-lines-changed-statistics-is-not-easily-visible-in-mr-changes-view' into 'master' Resolve "Lines changed statistics is not easily visible in MR changes view" Closes #52347 See merge request gitlab-org/gitlab-ce!24569
| | * | Clearly display diff statistics for MRs52347-lines-changed-statistics-is-not-easily-visible-in-mr-changes-viewSam Bigelow2019-02-061-15/+5
| | |/ | | | | | | | | | | | | Put the statistics in the compare-versions header for the entire MR Put them in the file header for each individual file
* | | Rename setting, fix wordingsFabian Schneider2019-02-061-6/+3
| | |
* | | Add helpers for first day of the weekFabian Schneider2019-02-061-0/+15
| | |
* | | Add setting for first day of the weekFabian Schneider2019-02-061-0/+15
|/ /
* | Merge branch ↵Filipa Lacerda2019-02-061-0/+72
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '43681-display-last-activity-and-created-at-datetimes-for-users-in-admin-users' into 'master' Resolve "Display last activity and created at datetimes for users" Closes #43681 See merge request gitlab-org/gitlab-ce!24181
| * | Add last activity to user administrationBrandon Labuschagne2019-02-051-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | The columns 'Created on' and 'Last activity' have been added to the admin -> users view. Sorting options have also been added for last activity and the search bar has been moved to match the issues page.
* | | Add reply to notes to turn into discussionsHeinrich Lee Yu2019-02-061-0/+3
| | |
* | | Merge branch 'knative-list' into 'master'Phil Hughes2019-02-061-18/+3
|\ \ \ | | | | | | | | | | | | | | | | Modify Serverless Listing See merge request gitlab-org/gitlab-ce!24072
| * | | Modified Knative list view to provide more detailsChris Baumbauer2019-02-051-18/+3
| | | |
* | | | Merge branch 'adriel-add-metrics-chart-tooltips' into 'master'Phil Hughes2019-02-061-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add metrics chart tooltips See merge request gitlab-org/gitlab-ce!24651
| * | | | Add chart tooltipsAdriel Santiago2019-02-051-0/+3
| | | | | | | | | | | | | | | | | | | | Use tooltips for metrics graph data
* | | | | Resolve "Empty states for profile page"Dennis Tang2019-02-061-3/+30
| |/ / / |/| | |
* | | | Merge branch 'gt-externalize-app-views-email_rejection_mailer' into 'master'Filipa Lacerda2019-02-051-0/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Externalize strings from `/app/views/email_rejection_mailer` See merge request gitlab-org/gitlab-ce!24869