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-05-10Replace old isObject for underscore methodsFilipa Lacerda
2017-05-10Resolve "Update gem sidekiq-cron from 0.4.4 to 0.6.0 and rufus-scheduler ↵Dosuken shinya
from 3.1.10 to 3.4.0"
2017-05-10Merge branch 'feature/print-go-version-in-env-info' into 'master' Sean McGivern
Print Go version in rake gitlab:env:info See merge request !11241
2017-05-10Merge branch 'search-restrict-projects-to-group' into 'master' Filipa Lacerda
Filter projects by group on search page Closes #29489 See merge request !11169
2017-05-10Merge branch 'fix-search-not-highlighting' into 'master' Filipa Lacerda
Fixed search terms not highlight Closes #31997 See merge request !11198
2017-05-10Merge branch 'issue-boards-sidebar-create-new-label-404-error' into 'master' Filipa Lacerda
Fixed create label form not working on issue boards in a sub-group project Closes #31862 See merge request !11182
2017-05-10Merge branch 'use_relative_path_for_project_avatars' into 'master' Douwe Maan
Use relative paths for group/project/user avatars Closes #13418 and #19662 See merge request !11001
2017-05-10Print Go version in rake gitlab:env:infoAhmad Sherif
2017-05-10Merge branch '20517-delete-projects-issuescontroller-redirect_old' into ↵Dmitriy Zaporozhets
'master' Resolve "Delete `Projects::IssuesController#redirect_old`" Closes #20517 See merge request !11135
2017-05-10Fixed search terms not highlightPhil Hughes
Closes #31997
2017-05-10Remove redirect for old issue url containing id instead of iidblackst0ne
2017-05-10Use relative paths for group/project/user avatarsblackst0ne
2017-05-09Merge branch 'winh-german-cycle-analytics' into 'master' Douwe Maan
Add German translation for Cycle Analytics See merge request !11161
2017-05-09Merge branch 'issue_27168_2' into 'master' Sean McGivern
Preloads head pipeline for each merge request Closes #27168 See merge request !10064
2017-05-09Merge branch 'tc-cache-trackable-attributes' into 'master' Douwe Maan
Limit User's trackable attributes to update at most once/hour Closes #22068 See merge request !11053
2017-05-09Add German translation for Cycle Analytics (!11161)winh
2017-05-09Merge branch 'fix/gb/fix-skipped-manual-actions' into 'master' Kamil Trzciński
Fix skipped manual actions issue in pipeline processing Closes #30212 See merge request !11164
2017-05-09Merge branch 'up-arrow-focus-discussion-comment' into 'master' Filipa Lacerda
Fixed UP arrow key not editing last comment in discussion Closes #31348 See merge request !11173
2017-05-09Merge branch 'mrchrisw-fix-slack-notify' into 'master' Sean McGivern
Fix notify_only_default_branch check for Slack service See merge request !11154
2017-05-08Fixed create label form not working on issue boards in a sub-group projectPhil Hughes
Closes #31862
2017-05-08Fix SpecsFelipe Artur
2017-05-08Preloads head pipeline for each merge requestFelipe Artur
2017-05-08Fixed UP arrow key not editing last comment in discussionPhil Hughes
Closes #31348
2017-05-08Filter projects by group on search pagePhil Hughes
After selecting a group, the projects dropdown will now filter by group projects instead Closes #29489
2017-05-08Add documentation about adding foreign keysYorick Peterse
[ci skip]
2017-05-08Fix skipped manual actions issue in pipeline processingGrzegorz Bizon
2017-05-08Limit `update_tracked_fields` to write to database once/hourToon Claes
Every time a user logs in or out, the Trackable attributes are written to the database. This is causing a lot of load on the database, for data that isn't really critical. So to avoid the database being hammered, add a Gitlab::ExclusiveLease before writing trackable attributes to the database. This lease expires after an hour, so only when the attributes were written more than an hour ago, they can be written again. Otherwise they are ignored.
2017-05-08Fix notify_only_default_branch check for Slack serviceChris Wilson
The notify_only_default_branch property is using boolean_accessor this means we need to check it using a question methods. Also add specs for disabling this option.
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-06Merge branch 'master' into 25226-realtime-pipelines-feFilipa Lacerda
* master: (40 commits) Use GitLab Pages v0.4.2 Do not reprocess actions when user retries pipeline Add specs for extended status for manual actions Refine inheritance model of extended CI/CD statuses Introduce generic manual action extended status class Check ability to update build on the API resource Require build to be present in the controller Authorize build update on per object basis Use update build policy instead of new play policy Improve environment policy class Rephrase documentation for protected actions feature Improve code style related to protected actions Add changelog entry for external env URL btn fix Hide environment external URL button if not defined Fix builds controller spec related to protected actions Fix environment policy class name in specs Add Changelog entry for protected manual actions Document protected manual actions feature Improve specs for jobs API regarding manual actions Fix Rubocop offense in environments policy class ...
2017-05-06Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ↵Kamil Trzciński
'master' Check access to a branch when user triggers manual action Closes #20261 See merge request !10494
2017-05-06Merge branch 'fix/gb/hide-environment-external-url-btn-when-not-provided' ↵Kamil Trzciński
into 'master' Hide environment external URL button if not defined Closes #30832 See merge request !11029
2017-05-06Single commit squash of all changes for ↵Kamil Trzcinski
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
2017-05-06Real time pipeline show actionZeger-Jan van de Weg
2017-05-06Merge branch '23751-add-contribution-graph-key-tooltips' into 'master' Filipa Lacerda
Add tooltips to user contribution graph key Closes #23751 See merge request !11138
2017-05-06Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern
Resolve "Redirect to new project link after a rename" Closes #17361 and #30317 See merge request !11136
2017-05-06add CHANGELOG.md entry for !11138Mike Greiling
2017-05-06Colorize labels in issue search fieldWinnie Hellmann
2017-05-06Merge branch ↵Sean McGivern
'29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-gitlab-ce' into 'master' Generate and handle a gl_repository param to pass around components Closes #29925 See merge request !10992
2017-05-06Merge branch 'fix/admin-integrations' into 'master' Sean McGivern
Fix new admin integrations not taking effect on existing project Closes #26376 See merge request !11069
2017-05-06Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Merge branch '30903-vertically-align-mini-pipeline' into 'master' Annabel Dunstone Gray
30903 Vertically align mini pipeline stage container Closes #30903 See merge request !11105
2017-05-05Merge branch '24883-build-failure-summary-page' into 'master' Phil Hughes
Build failures summary page for pipelines Closes #24883 See merge request !10719
2017-05-05Merge branch 'issue-title-description-realtime' into 'master' Phil Hughes
Render Description Realtime :tada: Closes #25049 and #31355 See merge request !10865
2017-05-05Merge branch 'balsalmiq-support' into 'master' Phil Hughes
Initial balsamiq support See merge request !10564
2017-05-05add changelog [ci skip]Regis
2017-05-05Merge branch '30007-done-todo-hover-state' into 'master' Filipa Lacerda
30007 Add transparent top-border to the hover state of done todos Closes #30007 See merge request !11104
2017-05-0530903 Vertically align mini pipeline stage containertauriedavis
2017-05-05Merge branch '31689-request-access-spacing' into 'master' Annabel Dunstone Gray
31689 Add default margin-top to user request table on project members page Closes #31689 See merge request !11103