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-06-29Set the GL_REPOSITORY env variable on Gitlab::Git::HookAlejandro Rodríguez
2017-06-29Defer project destroys within a namespace in ↵Stan Hu
Groups::DestroyService#async_execute Group#destroy would actually hard-delete all associated projects even though the acts_as_paranoia gem is used, preventing Projects::DestroyService from doing any work. We first noticed this while trying to log all projects deletion to the Geo log.
2017-06-28Merge branch 'stop-notification-recipient-service-modifying-participants' ↵Grzegorz Bizon
into 'master' Ensure NotificationRecipientService doesn't modify participants See merge request !12517
2017-06-28Ensure NotificationRecipientService doesn't modify participantsSean McGivern
Even though it does modify the participants of the notification target in some cases, this should have been safe, as different workers are responsible for creating the notifications for each target. However, this is at best confusing, and we should ensure we don't do that.
2017-06-28Merge branch 'issue-boards-closed-list-all' into 'master'Sean McGivern
Fixed issue boards closed list not listing all issues Closes #33850 See merge request !12271
2017-06-28Fixed issue boards closed list not listing all issuesPhil Hughes
This was a regression caused by the backlog list being re-added Closes #33850
2017-06-26Merge branch 'backport-destroy-service-spec-fixes' into 'master'Douwe Maan
Backport from EE: Fixed DestroyService spec to actually test if removal was successful See merge request !12437
2017-06-26Merge branch 'feature/add-new-services' into 'master'Sean McGivern
Add additional user and email services See merge request !12125
2017-06-26Merge branch 'fix/gb/fix-skipped-pipeline-with-allowed-to-fail-jobs' into ↵Kamil Trzciński
'master' Fix pipeline status when allowed to fail jobs present Closes #29059 See merge request !11166
2017-06-24Fixed DestroyService spec to actually test if removal was successfulGabriel Mazetto
2017-06-23fix spec failuresJames Lopez
2017-06-23update code based on feedbackJames Lopez
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23more refactoringJames Lopez
2017-06-23fixed specsJames Lopez
2017-06-23add more spec examplesJames Lopez
2017-06-23add emails service specsJames Lopez
2017-06-23added bang option to specJames Lopez
2017-06-23fix specJames Lopez
2017-06-23ported EE user service to CEJames Lopez
2017-06-21Merge branch '34008-fix-CI_ENVIRONMENT_URL-2' into 'master'Kamil Trzciński
Don't expand CI_ENVIRONMENT_URL so runner would do Closes #34008 See merge request !12344
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-21Expand with all the variables so that things likeLin Jen-Shin
CI_ENVIRONMENT_SLUG is also available. It won't be recursive because we're not putting this value in the variables.
2017-06-21Move expanded_environment_url to CreateDeploymentServiceLin Jen-Shin
Because that's the only place we need it.
2017-06-20Merge branch '30213-project-transfer-move-rollback' into 'master'Douwe Maan
Rollback project folder move after error in Projects::TransferService Closes #30213 See merge request !11877
2017-06-20Rollback project folder move after error in Projects::TransferServiceJames Edwards-Jones
2017-06-20Fix pipeline status when allowed to fail jobs presentGrzegorz Bizon
2017-06-16Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'Sean McGivern
Rename "Slash commands" to "Quick actions" Closes #27070 See merge request !11811
2017-06-15Deserialise existing custom notification settingsSean McGivern
Create a post-deployment migration to update all existing notification settings with at least one custom level enabled to the new format. Also handle the same conversion when updating settings, to catch any stragglers.
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-12Only add a description change note when no tasks are updatedJared Deckard
2017-06-10Fix incorrect spec descriptionJared Deckard
2017-06-08Merge branch 'upstream-9-2-security' into master-security-updateDJ Mountney
2017-06-08Move diffable? method from Repository to Diff::FileDouwe Maan
2017-06-08Merge branch 'zj-prom-pipeline-count' into 'master'Grzegorz Bizon
Add prometheus metrics on pipeline creation Closes #32624 See merge request !11975
2017-06-08Add test for prom metric gatheringZ.J. van de Weg
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-06-07Translate project & repository pagesBob Van Landuyt
2017-06-07Merge branch 'backport_fix_slash_commands_for_multiple_assignee' into 'master'Douwe Maan
Backport from EE: Fix '/unassign' slash command See merge request !11926
2017-06-07Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master'Douwe Maan
Expand/collapse close & backlog lists in issue boards Closes #23917 See merge request !11820
2017-06-07Merge branch 'feature/gb/persist-pipeline-stages' into 'master'Kamil Trzciński
Persist stages in the database Closes #26481 See merge request !11790
2017-06-07Merge branch 'feature/gb/migrate-pipeline-stages' into 'master'Kamil Trzciński
Migrate pipeline stages in the database See merge request !11714
2017-06-07Fix retry build service specs related to the stageGrzegorz Bizon
2017-06-07change tests based on backend feedbackPhil Hughes
2017-06-07Merge branch '2563-backport-ee1942' into 'master'Grzegorz Bizon
Backport some EE changes from adding shared_runners_minutes_limit to the API Closes gitlab-ee#2563 See merge request !11936
2017-06-07Backport Fix '/unassign' slash commandValery Sizov
2017-06-06Merge branch 'feature/gb/migrate-pipeline-stages' into ↵Grzegorz Bizon
feature/gb/persist-pipeline-stages * feature/gb/migrate-pipeline-stages: (76 commits) redesign caching of application settings Fix binary encoding error on MR diffs Fix missing tooltip and ARIA labels for accessibility Add info on using self-signed certs with Registry Actually clean gitlab-test path when TestEnv.set_repo_refs fails Introduce optimistic locking support via optional parameter last_commit_id on File Update API Move issuable bulk edit form into a new sidebar. Add PowerShell to CI variable docs Responsive environment tables Accept a username for User-level Events API Introduce an Events API Update GitLab Pages to v0.4.3 Allow numeric pages domain Remove references to old settings location Resolve "API: Environment info missed" Fix Projects API spec Resolve "When changing project visibility setting, change other dropdowns automatically" Update explanation of job-level variable override to fit example change headings to improve SEO backports changed import logic from pull mirroring feature into CE ...
2017-06-06Merge commit '6ac1caa01a4c059f5bcb7c9da2e83001e5469f73' into ↵Grzegorz Bizon
feature/gb/migrate-pipeline-stages * commit '6ac1caa01a4c059f5bcb7c9da2e83001e5469f73': (76 commits) redesign caching of application settings Fix binary encoding error on MR diffs Fix missing tooltip and ARIA labels for accessibility Add info on using self-signed certs with Registry Actually clean gitlab-test path when TestEnv.set_repo_refs fails Introduce optimistic locking support via optional parameter last_commit_id on File Update API Move issuable bulk edit form into a new sidebar. Add PowerShell to CI variable docs Responsive environment tables Accept a username for User-level Events API Introduce an Events API Update GitLab Pages to v0.4.3 Allow numeric pages domain Remove references to old settings location Resolve "API: Environment info missed" Fix Projects API spec Resolve "When changing project visibility setting, change other dropdowns automatically" Update explanation of job-level variable override to fit example change headings to improve SEO backports changed import logic from pull mirroring feature into CE ...
2017-06-06Just let the user to create the namespaceLin Jen-Shin