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
2018-09-20Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master'Dmitriy Zaporozhets
Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
2018-09-19Fix grammar in runner-related specs, views and localisations.Marcel Amirault
2018-09-18Improve cluster apps installation flowMike Greiling
2018-09-14Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon
Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
2018-09-12rename variable from *_cnt to *_countAlexis Reigel
2018-09-11merge master and resolve conflictsMartin Wortschack
2018-09-08Resolve "Create new project: Re-add project name field"Martin Wortschack
2018-09-07Merge branch 'sh-delete-container-registry-async' into 'master'Robert Speicher
Delete a container registry asynchronously Closes #51063 and #49926 See merge request gitlab-org/gitlab-ce!21553
2018-09-07Delete a container registry asynchronouslyStan Hu
When a container registry has many tags, it's easy for the DELETE call to take more than 60 seconds and fail. This can also leave the registry in a bad state with null bytes since some of the images have been deleted with tags still pointing to them. In addition, we have to prevent users from accidentally initiating the delete multiple times or this could leave the registry with orphaned tags. This commit also adds a flash message to notify the user the registry is scheduled for deletion. Closes #49926, #51063
2018-09-07Include private contributions in user contribution graphGeorge Tsiolis
2018-09-07Ask user explicitly about usage stats agreementJan Provaznik
2018-09-07Use ResourceLabelEvent for tracking label changesJan Provaznik
2018-09-07i18n on some stringsPhil Hughes
moved heights into variables
2018-09-07fixed testsPhil Hughes
2018-09-07Improved IDE commit flowPhil Hughes
Closes #48182
2018-09-07Merge branch 'ide-file-templates' into 'master'Tim Zallmann
Added file templates to the Web IDE Closes #47947 See merge request gitlab-org/gitlab-ce!21245
2018-09-07Merge branch 'alerts-for-built-in-metrics' into 'master'Grzegorz Bizon
Import common metrics into database. Closes gitlab-ee#6948 See merge request gitlab-org/gitlab-ce!21459
2018-09-07regenerate gitlab.pot filePhil Hughes
2018-09-07Added file templates to the Web IDEPhil Hughes
Closes #47947
2018-09-07Resolve "Improve handling of projects shared with a group"Dennis Tang
2018-09-07Merge branch ↵Mike Greiling
'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
2018-09-07Merge branch 'master' into 'alerts-for-built-in-metrics'Kamil Trzciński
# Conflicts: # db/schema.rb
2018-09-06Resolve "Clean up the top section of the cluster page"Mike Greiling
2018-09-06Displays banner to notify users ADO is implicitly enabledMayra Cabrera
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
2018-09-06merge master and resolve conflictsMartin Wortschack
2018-09-06Resolve "Remove usage ping payload from Cohorts, add to Settings"Luke Bennett
2018-09-06Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah
2018-09-06Resolve "Improve project overview UI"Dennis Tang
2018-09-05Merge branch 'bvl-port-of-ee-translations' into 'master'Douwe Maan
[EE-port] Port of EE translations to CE See merge request gitlab-org/gitlab-ce!21515
2018-09-05update PO fileMartin Wortschack
2018-09-05Merge branch 'master-i18n' into 'master'Douwe Maan
New Crowdin translations See merge request gitlab-org/gitlab-ee!7223
2018-09-04Move project default branch settings under 'Repository'Paul Slaughter
- Updates specs accordingly - Updates docs accordingly - Brews a fresh pot
2018-09-04Fix `.pot`Kamil Trzciński
2018-09-04Merge branch '_acet-disable-ide-button' into 'master'Tim Zallmann
Disable Web IDE button if user is not allowed to push the source branch. Closes #45026 See merge request gitlab-org/gitlab-ce!21288
2018-09-03Move badge settings to general settingsWinnie Hellmann
2018-09-03Added atom feed for tagsFrancisco Javier López
2018-09-03Adds Vuex store for the job log page🌴🌴 Filipa Lacerda - OOO back on September 17th 🌴🌴
2018-09-03Disable Web IDE button if user is not allowed to push the source branch.Fatih Acet
2018-08-30Merge branch '47943-project-milestone-page-deprecation-message' into 'master'Filipa Lacerda
Show deprecation message on project milestone page for category tabs Closes #47943 See merge request gitlab-org/gitlab-ce!21236
2018-08-30Allow whitelisting for "external collaborator by default" settingRoger Rüttimann
2018-08-29add i18n support to admin runners pageAlexis Reigel
2018-08-29add sort dropdown to admin runners pageAlexis Reigel
2018-08-28Fix static analysisSean McGivern
2018-08-28Project Milestone Tabs Deprecation PartialKushal Pandya
2018-08-28Creates vue component for environments blockFilipa Lacerda
2018-08-27Merge branch 'bvl-correct-interpolation-i18n' into 'master'Sean McGivern
Don't use ruby interpolation in externalized strings Closes #50333 See merge request gitlab-org/gitlab-ce!21247
2018-08-26Merge branch '49110-update-mr-widget-styles' into 'master'Filipa Lacerda
Resolve "Follow up to "Styling of the MR widget's info and pipeline sections"" Closes #49110 See merge request gitlab-org/gitlab-ce!21206
2018-08-25Reject ruby interpolation in externalized stringsBob Van Landuyt
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' }
2018-08-22Merge branch 'ide-file-templates-store' into 'master'Filipa Lacerda
Added store for file templates in the Web IDE See merge request gitlab-org/gitlab-ce!21272
2018-08-21Generate a fresh potPaul Slaughter