summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '20422-hide-ui-variables-by-default' into 'master'Robert Speicher2018-12-071-3/+9
|\ | | | | | | | | | | | | Resolve "Hide variables in UI by default" Closes #20422 See merge request gitlab-org/gitlab-ce!23518
| * Merge remote-tracking branch 'origin/master' into ↵jhampton2018-12-071-46/+228
| |\ | | | | | | | | | 20422-hide-ui-variables-by-default
| * | Adding newly translated stringsjhampton2018-12-061-3/+9
| | | | | | | | | | | | - Adds strings related to hiding trigger variable values in the UI
* | | Merge branch 'cert-manager-email' into 'master'Dmitriy Zaporozhets2018-12-071-3/+9
|\ \ \ | |_|/ |/| | | | | | | | Ability to override Issuer Email for Cert Manager See merge request gitlab-org/gitlab-ce!23503
| * | Allows user to override default issuer email for cert managerAmit Rathi2018-12-071-3/+9
| | |
* | | Further design iteration on project overviewDennis Tang2018-12-071-32/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Continues the iteration on the project overview UI: - moved star, fork and new clone button (copy SSH/HTTPS URLs) to top right, made them smaller - avatar is now larger (64px) - 'Request access' is now a link instead of a button - overview comes before the description + changed styling and added icons - description font-size is now 16px (large-paragraph) - quick links to files are moved downwards below the commit/pipeline info - margins changed to group content into 4 groups to clean up the interface - visibility info reduced to icon-only and moved to the right of the title
* | | Merge branch '19376-post-bfg-cleanup' into 'master'Douglas Barbosa Alexandre2018-12-061-1/+25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow internal references to be removed Closes #19376 See merge request gitlab-org/gitlab-ce!23189
| * | | Use BFG object maps to clean projectsNick Thomas2018-12-061-1/+25
| | | |
* | | | Introduce Knative Serverless TabDylan Griffith2018-12-061-0/+39
|/ / /
* | | Resolve "Can add an existing group member into a group project with new ↵James Lopez2018-12-061-0/+3
| | | | | | | | | | | | permissions but permissions are not overridden"
* | | Resolve "Include tags into pipeline detail view"Scott Hampton2018-12-051-0/+9
| | |
* | | Update gitlab.pot with changes in translationsGrzegorz Bizon2018-12-051-4/+4
| | |
* | | Remove pronunciation tip for knativeGeorge Tsiolis2018-12-041-3/+3
| | |
* | | Resolve "Filter by `None`/`Any` for labels in issues/mrs/boards"🙈 jacopo beschi 🙉2018-12-031-3/+0
|/ /
* | Merge branch 'gt-externalize-app-views-invites' into 'master'Kushal Pandya2018-11-301-0/+21
|\ \ | | | | | | | | | | | | Externalize strings from `/app/views/invites` See merge request gitlab-org/gitlab-ce!23205
| * | Externalize strings from `/app/views/invites`George Tsiolis2018-11-271-0/+21
| |/
* | Add empty state for graphs with no valuesJose Ivan Vargas2018-11-291-0/+3
| |
* | Display commit ID for commit diff discussion on merge requestWinnie Hellmann2018-11-291-0/+12
| |
* | Add config to disable impersonationImre Farkas2018-11-291-0/+3
| | | | | | | | | | | | | | | | Adds gitlab.impersonation_enabled config option defaulting to true to keep the current default behaviour. Only the act of impersonation is modified, impersonation token management is not affected.
* | Merge branch 'gt-externalize-app-views-snippets' into 'master'Fatih Acet2018-11-281-0/+21
|\ \ | | | | | | | | | | | | Externalize strings from `/app/views/snippets` See merge request gitlab-org/gitlab-ce!23351
| * | Externalize strings from `/app/views/snippets`George Tsiolis2018-11-261-0/+21
| | |
* | | Merge branch '54571-runner-tags' into 'master'52888-status-emoji-should-not-be-added-to-awards-section-on-issue-pageKushal Pandya2018-11-281-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Adds margin between tags when job is stuck Closes #54571 See merge request gitlab-org/gitlab-ce!23407
| * | | Adds margin between tags when job is stuckFilipa Lacerda2018-11-281-3/+3
| | | | | | | | | | | | | | | | Removes extra comma from text
* | | | Merge branch '50341-cleanup-useless-project-import-attributes' into 'master'Douwe Maan2018-11-281-0/+9
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Removes all the irrelevant code and columns that were migrated from the Project… See merge request gitlab-org/gitlab-ce!21497
| * | | Removes all the irrelevant import related code and columnsTiago Botelho2018-11-271-0/+9
| | | | | | | | | | | | | | | | | | | | Clears the import related columns and code from the Project model over to the ProjectImportState model
* | | | Merge branch 'discussion-perf-fixes' into 'master'Filipa Lacerda2018-11-281-0/+11
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Improve discussion rendering performance Closes #51506 See merge request gitlab-org/gitlab-ce!22935
| * | | Improve discussion rendering performancePhil Hughes2018-11-271-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve the renderign of new and existing discussions by reducing the number of watchers on each object & array. Previously every discussion change would trigger an update for every discussion component. Also tidied up some components to get them closer to our docs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51506
* | | | Merge branch 'issuable-suggestions' into 'master'Filipa Lacerda2018-11-271-0/+15
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Suggest issues when typing title Closes #22071 See merge request gitlab-org/gitlab-ce!22866
| * | | Suggests issues when typing titlePhil Hughes2018-11-271-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This suggests possibly related issues when the user types a title. This uses GraphQL to allow the frontend to request the exact data that is requires. We also get free caching through the Vue Apollo plugin. With this we can include the ability to import .graphql files in JS and Vue files. Also we now have the Vue test utils library to make testing Vue components easier. Closes #22071
* | | | Merge branch 'triggermesh-phase2-external-ip' into 'master'Kamil Trzciński2018-11-271-0/+6
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Expose External IP address for Knative's gateway See merge request gitlab-org/gitlab-ce!23162
| * | | Expose external_ip to knative cluster applicationChris Baumbauer2018-11-261-0/+6
| |/ /
* | | Merge branch 'triggermesh-phase2-knative-description' into 'master'Mike Greiling2018-11-271-3/+3
|\ \ \ | |/ / |/| | | | | | | | Reword Knative cluster application See merge request gitlab-org/gitlab-ce!23289
| * | Reword Knative cluster applicationChris Baumbauer2018-11-261-3/+3
| | |
* | | Merge branch 'gt-update-externalized-strings-from-app-views-project-runners' ↵Fatih Acet2018-11-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Update externalized strings from `/app/views/project/runners` See merge request gitlab-org/gitlab-ce!23347
| * | | Update externalized strings from `/app/views/project/runners`George Tsiolis2018-11-261-1/+1
| | |/ | |/|
* | | i18n: externalize strings from 'app/views/shared/members'Tao Wang2018-11-261-0/+42
|/ / | | | | | | | | Signed-off-by: Tao Wang <twang2218@gmail.com> Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'gt-externalize-app-views-project-runners' into 'master'Fatih Acet2018-11-261-0/+21
|\ \ | |/ |/| | | | | Externalize strings from `/app/views/project/runners` See merge request gitlab-org/gitlab-ce!23208
| * Externalize strings from `/app/views/project/runners`George Tsiolis2018-11-231-0/+21
| |
* | Merge branch 'certmanager-temp' into 'master'Kamil Trzciński2018-11-231-0/+9
|\ \ | | | | | | | | | | | | Deploy cert-manager to managed cluster for SSL certificates See merge request gitlab-org/gitlab-ce!23036
| * \ Merge branch 'master' into certmanager-tempAmit Rathi2018-11-201-6/+114
| |\ \
| * | | Updating locale strings for gitlab.potAmit Rathi2018-11-201-0/+9
| | | |
* | | | Merge branch '53326-improve-issues-empty-state' into 'master'Sean McGivern2018-11-231-3/+6
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Resolve "Improve issues list empty state when a filter is selected" Closes #53326 See merge request gitlab-org/gitlab-ce!22775
| * | | Update empty state messageHeinrich Lee Yu2018-11-191-1/+1
| | | |
| * | | Apply to MRsHeinrich Lee Yu2018-11-191-3/+0
| | | |
| * | | Show separate empty_state if issues are filteredHeinrich Lee Yu2018-11-191-0/+6
| |/ /
* | | Merge branch 'mr-file-tree-commit' into 'master'Filipa Lacerda2018-11-221-12/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Show toggle tree button on merge request commits Closes #53019 See merge request gitlab-org/gitlab-ce!23238
| * | | Show toggle tree button on merge request commitsPhil Hughes2018-11-221-12/+3
| | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53019
* | | | Merge branch 'fix-typos-occured' into 'master'Kushal Pandya2018-11-221-32/+32
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Fix typos occured to occurred See merge request gitlab-org/gitlab-ce!23105
| * | | Update gitlab.potHiroyuki Sato2018-11-211-32/+32
| | | |
* | | | Fix typo in scheduled pipelinesDavy Defaud2018-11-221-1/+1
| | | |