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
AgeCommit message (Collapse)Author
2017-04-26Changed JS translation functionsPhil Hughes
Added context function
2017-04-26Add ability to parse *.vue files through the `ruby gettext:find` scriptRuben Davila
2017-04-25Parse translate filters from JS files.Ruben Davila
2017-04-25Parse the translate-plural filter in HAML viewsRuben Davila
2017-04-25Merge branch 'js-translations' into 28433-internationalise-cycle-analytics-pageRuben Davila
Conflicts: config/initializers/gettext_rails_i18n_patch.rb
2017-04-25Monkey patch gettext_i18n_rails so it can parse content in Mustache formatRuben Davila
2017-04-21Revert line being commented outPhil Hughes
2017-04-21Merge remote-tracking branch ↵Phil Hughes
'origin/28433-internationalise-cycle-analytics-page' into js-translations
2017-04-21Monkey patch gettext_i18n_rails so it can parse content in Mustache formatRuben Davila
2017-04-21Some small fixes for the current I18n implementationRuben Davila
2017-04-20Merge branch 'js-translations' into 28433-internationalise-cycle-analytics-pageRuben Davila
Conflicts: config/webpack.config.js
2017-04-20Merge remote-tracking branch ↵Phil Hughes
'origin/28433-internationalise-cycle-analytics-page' into js-translations
2017-04-20Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila
Conflicts: db/schema.rb
2017-04-20Fix Rubocop complains plus some small refactorRuben Davila
2017-04-20Merge branch 'dm-markup-helper-constants' into 'master' Robert Speicher
Use constants in Gitlab::MarkupHelper See merge request !10741
2017-04-20Use constants in Gitlab::MarkupHelperDouwe Maan
2017-04-20Merge branch 'dm-fix-editing-files-on-forks' into 'master' Robert Speicher
Refactor changing files in web UI Closes #28711 See merge request !9323
2017-04-20Refactor changing files in web UIDouwe Maan
2017-04-20Merge branch 'hook_retries' into 'master' Douwe Maan
Add retries to system hook worker Closes #31109 See merge request !10801
2017-04-20Merge branch 'sh-issue-29247-fix' into 'master' Douwe Maan
Don't delete a branch involved in an open merge request in "Delete all merged branches" service Closes #29427 See merge request !10727
2017-04-20Add retry to system hook workerDrew Blessing
The default number of Sidekiq retries is 25 over about 21 days. If an external system is unavailable for a length of time, hooks can pile up in the Sidekiq queues. If the situation gets bad enough the retry jobs dropping back into the main queue can slow down other jobs. Limit the retries to a sane number to avoid this scenario.
2017-04-20Merge branch ↵Alfredo Sumaran
'30951-start-discussion-toggle-clicking-divider-causes-ui-break' into 'master' Resolve "start discussion toggle clicking divider causes UI break" Closes #30951 See merge request !10715
2017-04-20Resolve "start discussion toggle clicking divider causes UI break"Luke "Jared" Bennett
2017-04-19Merge branch 'sh-add-index-to-system-note-metadata' into 'master' Sean McGivern
Add unique index to system note metadata See merge request !10774
2017-04-19Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher
Implement search by extern_uid in Users API See merge request !10509
2017-04-19Merge branch '29977-style-comments-and-system-notes-real-time-updates' into ↵Clement Ho
'master' Add renderNote animation and added spec Closes #29977 See merge request !10623
2017-04-19Add renderNote animation and added specLuke "Jared" Bennett
2017-04-19Merge branch 'right-sidebar-closed-default-mobile' into 'master' Alfredo Sumaran
Set the issuable sidebar to remain collapsed on mobile devices Closes #28086 See merge request !10323
2017-04-19Set the issuable sidebar to remain collapsed on mobile devicesJose Ivan Vargas Lopez
2017-04-19Merge branch 'branches-sort-toggle-empty' into 'master' Alfredo Sumaran
Fixed branches sort toggle being empty Closes #30950 See merge request !10764
2017-04-19Merge branch 'fix-link-prometheus-opening-outside-gitlab' into 'master' Phil Hughes
Removed target blank from the environments component Closes #31029 See merge request !10726
2017-04-19Removed target blank from the environments componentJose Ivan Vargas Lopez
2017-04-19Merge branch 'patch-7' into 'master' Sean McGivern
Update groups.md found typo See merge request !10792
2017-04-19Merge branch 'group-milestone-date-fields-fix' into 'master' Filipa Lacerda
Fixed group milestones date pickers not working Closes #31095 See merge request !10779
2017-04-19Update groups.md found typojoe d
2017-04-19Merge branch '30484-profile-dropdown-account-name' into 'master' Annabel Dunstone Gray
Added profile name to user dropdown Closes #30484 See merge request !10469
2017-04-19Added profile name to user dropdownDimitrie Hoekstra
2017-04-19Merge branch ↵Annabel Dunstone Gray
'29734-prometheus-monitoring-page-displays-button-to-control-manual-actions' into 'master' Remove manual deployment controls from Environment metrics page Closes #29734 See merge request !10769
2017-04-19Remove manual deployment controls from Environment metrics pageJoshua Lambert
2017-04-19Merge branch '31137-ensure-yarn-installed' into 'master' Alfredo Sumaran
Remove node modules cache because we already use artifacts Closes #29226 and #31137 See merge request !10781
2017-04-19Remove node modules cache because we already use artifactsLin Jen-Shin (godfat)
2017-04-19Merge branch 'project-group-icon-links' into 'master' Annabel Dunstone Gray
Fixed project & group icons not being clickable Closes #31073 See merge request !10778
2017-04-19Created a plural filterPhil Hughes
Added tests for the filter [ci skip]
2017-04-19Merge branch 'issuable-state-only-notes-and-description' into 'master' Sean McGivern
Display issuable state only in notes and issuable description Closes #30964 See merge request !10789
2017-04-19Merge branch '30985-cancel-pipelines' into 'master'Phil Hughes
Destroy tooltip in async buttons and dropdowns Closes #30985 See merge request !10768
2017-04-19Merge branch 'add-droplab-docs' into 'master' Clement Ho
Added and updated droplab docs See merge request !10569
2017-04-19Added and updated droplab docsLuke "Jared" Bennett
2017-04-19Don't delete a branch involved in an open merge request in "Delete all ↵Stan Hu
merged branches" service Customers were surprised by the previous behavior, which destroyed branches even though an open merge request existed for it. Closes #29427
2017-04-19Merge branch 'usage-ping-port' into 'master' Sean McGivern
Usage ping port Closes #27750 See merge request !10481
2017-04-19Display issuable state only in notes and issuable descriptionAdam Niedzielski
Closes #30964