summaryrefslogtreecommitdiff
path: root/app/models/project_services
Commit message (Expand)AuthorAgeFilesLines
* replace `is_update?` with `update?`Maxim Rydkin2017-08-292-6/+6
* Enfouce namespace for Kubernetes to lowercaseShinya Maeda2017-08-221-0/+6
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-142-2/+2
* Ensure `JIRA::Resource::Issue` responds to `resolution` before calling itMehdi Lahmam2017-08-031-2/+6
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-012-4/+4
* Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-1/+1
* Display specific error message when JIRA test fails32483-jira-errorJarka Kadlecova2017-07-271-2/+6
* Remove project_key from the Jira configurationJarka Kadlecova2017-07-251-15/+3
* Support both internal and external issue trackersJarka Kadlecova2017-07-242-3/+7
* Resolve "Clarify k8s service keys"Dimitrie Hoekstra2017-07-191-10/+10
* Fix external issue trackers redirectissue_35132Felipe Artur2017-07-182-3/+3
* Include new URL helpers retroactively into includers of Gitlab::Routingdm-fix-project-path-helpers-productionDouwe Maan2017-07-072-2/+2
* Merge branch '33360-generate-kubeconfig' into 'master'Kamil Trzciński2017-07-061-1/+12
|\
| * Rename KUBECONFIG_FILE to KUBECONFIGLin Jen-Shin2017-07-061-1/+1
| * Merge remote-tracking branch 'upstream/master' into 33360-generate-kubeconfigLin Jen-Shin2017-07-069-38/+49
| |\
| * | Changelog entry, doc, and only pass KUBECONFIG_FILELin Jen-Shin2017-06-161-2/+1
| * | Generate KUBECONFIG in KubernetesService#predefined_variablesLin Jen-Shin2017-06-161-1/+13
* | | Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-1/+1
| |/ |/|
* | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-053-9/+9
* | Improve support for external issue referencesadam-external-issue-references-spikeAdam Niedzielski2017-06-302-2/+5
* | Fix bug where Service `created_at` time was used instead of deployment time.33933-fix-deployment-indicator-datePawel Chojnacki2017-06-221-1/+1
* | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...28717-additional-metrics-review-branchPawel Chojnacki2017-06-225-10/+10
|\ \
| * | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
| * | Remove backticks from chat messages because they're not rendered as codedm-chat-message-backticksDouwe Maan2017-06-192-3/+3
| * | Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-153-5/+5
| |/
* | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...Pawel Chojnacki2017-06-161-19/+18
|\ \ | |/
| * Backport EE changes to the Kubernetes serviceNick Thomas2017-06-141-19/+18
* | Test Additional metrics parser and fix query checking testsPawel Chojnacki2017-06-091-4/+0
* | Fix Additional metrics filteringPawel Chojnacki2017-06-081-1/+5
* | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...Pawel Chojnacki2017-06-0723-47/+65
|\ \ | |/
| * Address MR commentsJarka Kadlecova2017-06-014-1/+13
| * Add feature tests for improved JIRA settingsJarka Kadlecova2017-06-012-8/+0
| * simplify test&save actions when setting a service integrationJarka Kadlecova2017-06-0121-37/+42
| * Don’t create comment on JIRA if link already existsJarka Kadlecova2017-05-301-3/+12
* | Use explicit instance of prometheus service and add access methods to itPawel Chojnacki2017-06-071-2/+10
* | Remove service help, add URL field helpkushalpandya2017-06-011-12/+2
* | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...Pawel Chojnacki2017-05-302-24/+37
|\ \ | |/
| * Add API URL to JIRA settings31448-jira-urlsJarka Kadlecova2017-05-261-12/+25
| * Fix terminals support for Kubernetes serviceKamil Trzcinski2017-05-251-12/+12
* | Finalize refactoring additional metrics queryPawel Chojnacki2017-05-251-1/+1
* | Additional metrics initial work, with working metrics listing, but without ac...Pawel Chojnacki2017-05-251-5/+15
|/
* Rescue OpenSSL::SSL::SSLError in JiraService and IssueTrackerServicemrchrisw-catch-opensslChris Wilson2017-05-232-2/+2
* Merge branch '27439-performance-deltas' into 'master' Douwe Maan2017-05-122-27/+16
|\
| * Keep presentation logic in one place and remove unecessary arguments.Pawel Chojnacki2017-05-111-2/+3
| * Custom queries for prometheusPawel Chojnacki2017-05-112-27/+15
* | Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-122-5/+5
|/
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-1013-14/+14
* Merge branch 'mrchrisw-fix-slack-notify' into 'master' Sean McGivern2017-05-091-1/+1
|\
| * Fix notify_only_default_branch check for Slack servicemrchrisw-fix-slack-notifyChris Wilson2017-05-081-1/+1