summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* i18n on some stringsPhil Hughes2018-09-071-0/+6
| | | | moved heights into variables
* fixed testsPhil Hughes2018-09-071-0/+6
|
* Improved IDE commit flowPhil Hughes2018-09-071-3/+15
| | | | Closes #48182
* Merge branch 'ide-file-templates' into 'master'Tim Zallmann2018-09-071-0/+15
|\ | | | | | | | | | | | | Added file templates to the Web IDE Closes #47947 See merge request gitlab-org/gitlab-ce!21245
| * regenerate gitlab.pot filePhil Hughes2018-09-071-3/+3
| |
| * Added file templates to the Web IDEPhil Hughes2018-09-071-0/+15
| | | | | | | | Closes #47947
* | Merge branch 'alerts-for-built-in-metrics' into 'master'Grzegorz Bizon2018-09-071-0/+24
|\ \ | |/ |/| | | | | | | | | Import common metrics into database. Closes gitlab-ee#6948 See merge request gitlab-org/gitlab-ce!21459
| * Merge branch 'master' into 'alerts-for-built-in-metrics'Kamil Trzciński2018-09-0629-3054/+88025
| |\ | | | | | | | | | # Conflicts: # db/schema.rb
| * | Fix `.pot`Kamil Trzciński2018-09-041-0/+24
| | |
* | | Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-071-5/+38
| | |
* | | Merge branch ↵Mike Greiling2018-09-061-0/+3
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | '50535-display-banner-to-notify-user-if-project-is-implicitly-opted-ado' into 'master' Displays banner to notify users ADO is implicitly enabled Closes #50535 See merge request gitlab-org/gitlab-ce!21503
| * | Displays banner to notify users ADO is implicitly enabledMayra Cabrera2018-09-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | If ADO is implicitly enabled for a project due to the instance wide setting feature or feature flag rollout then an owner or maintainer visiting that project are going to see a banner. Closes #50535
* | | Resolve "Clean up the top section of the cluster page"Mike Greiling2018-09-061-23/+5
| | |
* | | Resolve "Remove usage ping payload from Cohorts, add to Settings"Luke Bennett2018-09-061-0/+36
| | |
* | | Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah2018-09-061-0/+9
| | |
* | | Resolve "Improve project overview UI"Dennis Tang2018-09-061-19/+38
| | |
* | | Merge branch 'bvl-port-of-ee-translations' into 'master'Douwe Maan2018-09-0528-3012/+87925
|\ \ \ | | | | | | | | | | | | | | | | [EE-port] Port of EE translations to CE See merge request gitlab-org/gitlab-ce!21515
| * | | Merge branch 'master-i18n' into 'master'Douwe Maan2018-09-0528-3012/+87925
| |/ / | | | | | | | | | | | | New Crowdin translations See merge request gitlab-org/gitlab-ee!7223
* | | Move project default branch settings under 'Repository'Paul Slaughter2018-09-041-0/+9
|/ / | | | | | | | | | | - Updates specs accordingly - Updates docs accordingly - Brews a fresh pot
* | Merge branch '_acet-disable-ide-button' into 'master'Tim Zallmann2018-09-041-0/+3
|\ \ | |/ |/| | | | | | | | | Disable Web IDE button if user is not allowed to push the source branch. Closes #45026 See merge request gitlab-org/gitlab-ce!21288
| * Disable Web IDE button if user is not allowed to push the source branch.Fatih Acet2018-09-031-0/+3
| |
* | Move badge settings to general settingsWinnie Hellmann2018-09-031-0/+24
| |
* | Added atom feed for tagsFrancisco Javier López2018-09-031-0/+3
| |
* | Adds Vuex store for the job log page🌴🌴 Filipa Lacerda - OOO back on September 17th 🌴🌴2018-09-031-0/+12
|/
* Merge branch '47943-project-milestone-page-deprecation-message' into 'master'Filipa Lacerda2018-08-301-0/+12
|\ | | | | | | | | | | | | Show deprecation message on project milestone page for category tabs Closes #47943 See merge request gitlab-org/gitlab-ce!21236
| * Project Milestone Tabs Deprecation PartialKushal Pandya2018-08-281-0/+12
| |
* | Allow whitelisting for "external collaborator by default" settingRoger Rüttimann2018-08-301-0/+15
| |
* | Fix static analysisSean McGivern2018-08-281-2/+2
| |
* | Creates vue component for environments blockFilipa Lacerda2018-08-281-0/+18
| |
* | Merge branch 'bvl-correct-interpolation-i18n' into 'master'Sean McGivern2018-08-271-0/+18
|\ \ | | | | | | | | | | | | | | | | | | Don't use ruby interpolation in externalized strings Closes #50333 See merge request gitlab-org/gitlab-ce!21247
| * | Reject ruby interpolation in externalized stringsbvl-correct-interpolation-i18nBob Van Landuyt2018-08-251-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using ruby interpolation in externalized strings, they can't be detected. Which means they will never be presented to be translated. To mix variables into translations we need to use `sprintf` instead. Instead of: _("Hello #{subject}") Use: _("Hello %{subject}) % { subject: 'world' }
* | | Merge branch '49110-update-mr-widget-styles' into 'master'Filipa Lacerda2018-08-261-0/+3
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Resolve "Follow up to "Styling of the MR widget's info and pipeline sections"" Closes #49110 See merge request gitlab-org/gitlab-ce!21206
| * | Generate a fresh potPaul Slaughter2018-08-211-0/+3
| |/
* | Merge branch 'ide-file-templates-store' into 'master'Filipa Lacerda2018-08-221-0/+6
|\ \ | |/ |/| | | | | Added store for file templates in the Web IDE See merge request gitlab-org/gitlab-ce!21272
| * fixed static-analysisPhil Hughes2018-08-171-0/+6
| |
* | Creates vue components for stage dropdowns and job list container for job ↵Filipa Lacerda2018-08-171-0/+3
| | | | | | | | log view
* | Merge branch '50101-trigger' into 'master'Phil Hughes2018-08-171-0/+6
|\ \ | | | | | | | | | | | | Creates Vue component for trigger variables block in job log page See merge request gitlab-org/gitlab-ce!21244
| * | Creates Vue component for trigger variables block in job log page50101-triggerFilipa Lacerda2018-08-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Regenerate pot files Remove `#` Remove empty lines
* | | Frontend: Proper gettext extraction with gettext-extractor🌴🇿🇦 Lukas Eipert (OOO until Summit)2018-08-161-1/+184
| |/ |/|
* | Creates a vue component for the top bar with controllers in job log viewFilipa Lacerda2018-08-161-0/+18
|/
* Merge branch 'port-i18n-for-mirrors-instructions' into 'master'Douwe Maan2018-08-151-3/+0
|\ | | | | | | | | Port EE changes for mirrors/_instructions.html.haml See merge request gitlab-org/gitlab-ce!21107
| * regenerate .potLuke Bennett2018-08-141-3/+0
| |
* | Creates vue component for artifacts blockFilipa Lacerda2018-08-151-0/+18
| |
* | Resolve "Clicking on the text of checkboxes of runner's settings should ↵Filipa Lacerda2018-08-151-0/+30
| | | | | | | | toggle the checkbox"
* | Merge branch 'ee-5863-customize-notifications-for-new-epic' into 'master'Grzegorz Bizon2018-08-141-0/+16
|\ \ | | | | | | | | | | | | Backport of EE changes "Customize notifications for new epic - Web and API" See merge request gitlab-org/gitlab-ce!20793
| * | Move N_ calls into separate filesMark Chao2018-08-141-0/+16
| | | | | | | | | | | | | | | | | | These are dynamic translations, so has to be marked explicitly using `N_`, but they are not used in runtime, so can exist in separate file. https://github.com/grosser/gettext_i18n_rails#unfound-translations-with-rake-gettextfind
* | | Merge branch '48942-rename-backlog-list-to-open-issue-boards' into 'master'Phil Hughes2018-08-141-0/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change `Backlog` list title to `Open` in Issue Boards Closes #48942 See merge request gitlab-org/gitlab-ce!21131
| * | | Change `Backlog` list title to `Open`Kushal Pandya2018-08-141-0/+3
| |/ /
* | | Merge branch '50101-erased-block' into 'master'Phil Hughes2018-08-141-0/+6
|\ \ \ | |/ / |/| | | | | | | | Creates a Vue component for the erased block on the job view page See merge request gitlab-org/gitlab-ce!21158
| * | Creates vue component for erased block on job viewFilipa Lacerda2018-08-131-0/+6
| | |