summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'issue_38337' into 'master'Sean McGivern2018-03-068-382/+220
|\ | | | | | | | | | | | | Bring one group board to CE Closes #38337 See merge request gitlab-org/gitlab-ce!17274
| * Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-068-111/+120
| |\ | | | | | | | | | | | | # Conflicts: # app/models/group.rb # db/schema.rb
| * | Bring one group board to CEFelipe Artur2018-03-038-382/+220
| | |
* | | Merge branch '5029-support-cluster-metrics-ce' into 'master'Grzegorz Bizon2018-03-061-0/+40
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Refactoring changes to support cluster metrics in EE Closes #42820 See merge request gitlab-org/gitlab-ce!17336
| * | Merge remote-tracking branch 'upstream/master' into ↵5029-support-cluster-metrics-cePawel Chojnacki2018-03-0619-314/+559
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 5029-support-cluster-metrics-ce # Conflicts: # spec/models/clusters/applications/prometheus_spec.rb
| * | | Implemente Prometheus:AdapterServicePawel Chojnacki2018-03-051-0/+40
| | | |
* | | | Add soec for achevie! method. Fixed the methodShinya Maeda2018-03-061-63/+0
| |/ / |/| |
* | | Add test for ensuring the file remains after socker errorShinya Maeda2018-03-061-0/+3
| | |
* | | Fix staticanalysysfix/sm/fix_pages_workerShinya Maeda2018-03-061-1/+1
| | |
* | | Introduce FailedToExtractError. Fix spec. Add DNS test mock.Shinya Maeda2018-03-061-0/+13
| | |
* | | Merge branch 'sh-fix-issue-43871-system-hooks' into 'master'Robert Speicher2018-03-051-0/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Don't error out in system hook if user has `nil` datetime columns Closes #43871 See merge request gitlab-org/gitlab-ce!17543
| * | | Don't error out in system hook if user has `nil` datetime columnsStan Hu2018-03-051-0/+8
| | |/ | |/| | | | | | | | | | | | | | | | Deleting a user would fail in the system hooks if the user had `nil` column in `datetime` or `updated_at` fields. Closes #43871
* | | Merge branch 'issue_31081' into 'master'Douwe Maan2018-03-051-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use host URL to build JIRA remote link icon Closes #31081 See merge request gitlab-org/gitlab-ce!17541
| * | | Use host URL to build JIRA remote link iconFelipe Artur2018-03-051-3/+3
| | | |
* | | | Merge branch 'dz-use-less-deprecated-methods' into 'master'Douwe Maan2018-03-052-9/+13
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Reduce usage of deprecated *_with_namespace methods See merge request gitlab-org/gitlab-ce!17523
| * | | Replace deprecated path_with_namespace with full_pathDmitriy Zaporozhets2018-03-052-9/+13
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'wip-slash-command-on-mr-description' into 'master'Rémy Coutable2018-03-051-0/+35
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | New `/wip` quick action on MR creation Closes #26848 See merge request gitlab-org/gitlab-ce!17463
| * | | Move wip handling to MergeRequest::BaseServicewip-slash-command-on-mr-descriptionOswaldo Ferreira2018-03-011-689/+0
| | | |
| * | | /wip slash command on MR creationAdam Pahlevi2018-03-012-0/+724
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change to symbol add complete changelog add test for /wip unwip as sym test for work in progress separate from issuable
* | | | Fix quick actions for users who cannot update issues and MRs43334-reply-by-email-did-not-pick-up-unsubscribe-quick-actionSean McGivern2018-03-022-36/+45
| |/ / |/| | | | | | | | | | | | | | There are several quick actions now that don't need this access - /todo and /unsubscribe for instance - but when these were first added, there weren't. Quick actions are now responsible for checking their own permissions.
* | | Merge branch 'feature/fetch-commit-signs-from-gitaly-in-batch' into 'master'Sean McGivern2018-03-021-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fetch commit signatures from Gitaly in batches Closes gitaly#1046 See merge request gitlab-org/gitlab-ce!17456
| * | | Fetch commit signatures from Gitaly in batchesfeature/fetch-commit-signs-from-gitaly-in-batchAhmad Sherif2018-03-011-2/+2
| |/ / | | | | | | | | | Closes gitaly#1046
* | | Merge branch '42643-persist-external-ip-of-ingress-controller-gke' into 'master'Kamil Trzciński2018-03-011-0/+73
|\ \ \ | |/ / |/| | | | | | | | Display ingress IP address in the Kubernetes page See merge request gitlab-org/gitlab-ce!17052
| * | Increase lease timeout for CheckIngressIpAddressService to reduce polling ↵Dylan Griffith2018-02-251-1/+1
| | | | | | | | | | | | frequency (#42643)
| * | Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith2018-02-231-19/+5
| | | | | | | | | | | | (#42643)
| * | Merge branch 'master' into 42643-persist-external-ip-of-ingress-controller-gkeFilipa Lacerda2018-02-201-20/+69
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (30 commits) Docs: Pages - clean up articles Only use features for events Put all event metrics exposed to prometheus behind a feature flag Add version which LFS lock was introduced Remove unecessary validate: true from belongs_to :project fix broken specs remove common_d3 bundle remove graphs_show webpack bundle Chart.html.haml refactor Remove extraneous tests from Issues API spec [GH Import] Create an empty wiki if wiki import failed Resolve "group request membership mail with too long list of "To:"" Add changelog entry Fix single digit value clipping specify date format Increase feature flag cache TTL to one hour Convert Gitaly commit parent IDs to array as early as possible Clarify changelog for squash encoding fix Avoid slow File Lock checks when not used Fix squash rebase not working when diff contained encoded data ...
| * | | Refactor ingress IP address waiting code (#42643)Dylan Griffith2018-02-201-33/+20
| | | |
| * | | [ci skip] Merge branch 'master' into ↵Filipa Lacerda2018-02-191-0/+22
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 42643-persist-external-ip-of-ingress-controller-gke * master: (114 commits) Fix Error 500 when viewing a commit with a GPG signature in Geo Remember assignee when moving an issue Add changelog entry Allow oxford commas and spaces before commas in MR issue closing pattern. Don't cache a nil repository root ref to prevent caching issues Add back database changes for Ci::Build Revert "Merge branch 'expired-ci-artifacts' into 'master'" Fix order dependencies in some specs migrate admin:users:* to static bundle correct for missing break statement in dispatcher.js alias create and update actions to new and edit migrate projects:merge_requests:edit to static bundle migrate projects:merge_requests:creations:diffs to static bundle migrate projects:merge_requests:creations:new to static bundle migrate projects:issues:new and projects:issues:edit to static bundle migrate projects:branches:index to static bundle migrate projects:branches:new to static bundle migrate projects:compare:show to static bundle migrate projects:environments:metrics to static bundle migrate projects:milestones:* and groups:milestones:* to static bundle ...
| * | | | Ensure CheckIngressIpAddressService obtains exclusive lease per ingress ↵Dylan Griffith2018-02-151-0/+19
| | | | | | | | | | | | | | | | | | | | controller (#42643)
| * | | | Persist external IP of ingress controller created for GKE (#42643)Dylan Griffith2018-02-151-0/+81
| | | | |
* | | | | Merge branch '4826-create-empty-wiki-when-it-s-enabled' into 'master'Stan Hu2018-02-281-0/+34
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make sure wiki exists when it's enabled See merge request gitlab-org/gitlab-ce!17117
| * | | | | Add spec to prove that we don't create wiki when we update project's name4826-create-empty-wiki-when-it-s-enabledValery Sizov2018-02-281-0/+11
| | | | | |
| * | | | | Make sure wiki exists when it's enabledValery Sizov2018-02-261-0/+23
| | | | | |
* | | | | | Improve Member servicesrc/reduce-delta-with-ce-in-controllers-ceRémy Coutable2018-02-276-168/+132
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Remove explicit audit event log in MembershipActionsRémy Coutable2018-02-274-103/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move it to Members::ApproveAccessRequestService. Also, note that there was a double audit event log for access request destruction. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch 'slash-commands-changes-for-chatops' into 'master'Kamil Trzciński2018-02-271-8/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose ChatName objects to slash commands See merge request gitlab-org/gitlab-ce!17295
| * | | | | | Expose ChatName objects to slash commandsslash-commands-changes-for-chatopsYorick Peterse2018-02-231-8/+17
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of only exposing a User to slash commands we now also expose the ChatName object that the User object is retrieved from. This is necessary for GitLab Chatops as we need for example the user ID of the chat user.
* | | | | | Allow to find labels in ancestor groups and better group support in label ↵Jan Provaznik2018-02-261-23/+55
| | | | | | | | | | | | | | | | | | | | | | | | service
* | | | | | Merge branch 'minimal-fix-for-artifacts-service' into 'master'Grzegorz Bizon2018-02-241-13/+33
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minimal fix for artifacts service Closes #43022 See merge request gitlab-org/gitlab-ce!17313
| * | | | | Bring back the initial commitShinya Maeda2018-02-241-12/+0
| | | | | |
| * | | | | Fixed static analysysShinya Maeda2018-02-241-5/+5
| | | | | |
| * | | | | Check if the latest permanent file exists before remove file. Add tests.Shinya Maeda2018-02-231-2/+18
| | | | | |
| * | | | | Copy original file to temp file always to prevent data lossShinya Maeda2018-02-231-13/+29
| | | | | |
* | | | | | Merge branch 'master' into '29497-pages-custom-domain-dns-verification'Robert Speicher2018-02-231-0/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | | | | Resolve "Milestone Quick Action not displayed with no project milestones but ↵🙈 jacopo beschi 🙉2018-02-231-0/+16
| |/ / / / / | | | | | | | | | | | | | | | | | | with group milestones"
* | | | | | Add DNS verification to Pages custom domainsNick Thomas2018-02-232-0/+342
|/ / / / /
* | | | | Port `read_cross_project` ability from EEBob Van Landuyt2018-02-222-2/+3
|/ / / /
* | | | Resolve "group request membership mail with too long list of "To:""🙈 jacopo beschi 🙉2018-02-191-20/+69
| |_|/ |/| |
* | | Remember assignee when moving an issue41949-moveJan Provaznik2018-02-181-0/+22
| |/ |/| | | | | Related to #41949
* | Merge branch ↵Rémy Coutable2018-02-141-117/+55
|\ \ | |/ |/| | | | | | | | | | | | | '43240-external-tracker-issues-don-t-have-the-correct-closing-text-appended-to-mrs' into 'master' Resolve "External tracker issues don't have the correct closing text appended to MRs" Closes #1 et #43240 See merge request gitlab-org/gitlab-ce!17109