summaryrefslogtreecommitdiff
path: root/spec/models/project_services
Commit message (Collapse)AuthorAgeFilesLines
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-1421-54/+162
|
* Backport EE changes to the Kubernetes serviceNick Thomas2017-06-141-26/+46
|
* fix failing specsJarka Kadlecova2017-06-011-35/+0
|
* Don’t create comment on JIRA if link already existsJarka Kadlecova2017-05-301-0/+1
|
* Add API URL to JIRA settings31448-jira-urlsJarka Kadlecova2017-05-261-38/+114
|
* Merge branch 'revert-b0498c17' into 'master'Robert Speicher2017-05-251-2/+2
|\ | | | | | | | | Refactor `DynamicPathValidator` and `GitLab::Regex` some more See merge request !11693
| * Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-2/+2
| | | | | | This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
* | Fix terminals support for Kubernetes serviceKamil Trzcinski2017-05-251-1/+30
|/ | | | It was broken, because we introduced a default namespace, which was not used by terminal methods.
* Merge branch '27439-performance-deltas' into 'master' Douwe Maan2017-05-121-12/+20
|\ | | | | | | | | Expose memory deltas between app deployments and refactor prometheus queries to support more custom queries See merge request !10981
| * Keep presentation logic in one place and remove unecessary arguments.Pawel Chojnacki2017-05-111-1/+1
| | | | | | | | + fix tests
| * Custom queries for prometheusPawel Chojnacki2017-05-111-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | - Tests for prometheus queries - fix rubocop warnings - Remove unused method. Add more queries to deployment queries. - Wrap BaseQuery in module hierarchy Renname Prometheus class to PrometheusClient
* | Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-122-14/+14
|/
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-2/+2
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-108-10/+10
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge request widget redesignFatih Acet2017-05-091-4/+19
|
* Improved code styling and added a HTTParty rescue blockJose Ivan Vargas2017-05-041-3/+2
|
* Added rescue block for the test method for the prometheus serviceJose Ivan Vargas2017-05-041-2/+3
|
* Convert seconds to minutes and hours on chat notifationszj-chat-message-pretty-timeZ.J. van de Weg2017-05-041-9/+6
| | | | | | | | | | | In the pipeline message, the duration of the pipeline was shown as: > gitlab-org/gitlab-ee: Pipeline #8002259 of master branch by Douwe Maan failed in 8612 seconds But this many seconds only gave me a clue how long the pipeline took, so now this will be shown as something like: 02:20:12 which gives a much better measure of time.
* Merge branch 'enable-spec-file-name-cop' into 'master' Robert Speicher2017-04-281-0/+0
|\ | | | | | | | | | | | | Enable RSpec/FilePath cop Closes #31316 See merge request !10911
| * Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-0/+0
| | | | | | | | | | | | - Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first
* | Merge branch '31138-improve-test-settings-for-services-in-empty-projects' ↵Douwe Maan2017-04-271-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' improves test settings for chat notification services for empty projects Closes #31138 See merge request !10886
| * | improves test settings for chat notification services for empty projects31138-improve-test-settings-for-services-in-empty-projectsTiago Botelho2017-04-271-2/+2
| |/
* | tadds migration to remove invalid servicesTiago Botelho2017-04-271-1/+1
|/
* disables test settings on chat notification services when repository is empty31009-disable-test-settings-on-services-when-repository-is-emptyTiago Botelho2017-04-181-1/+19
|
* adds relevant testsTiago Botelho2017-04-067-230/+869
|
* Don't autofill kubernetes namespaceZ.J. van de Weg2017-04-041-35/+54
|
* All CI offline migrationsKamil Trzciński2017-03-173-207/+23
|
* Prevent more than one issue tracker to be active for the same projectLuis Del Giudice2017-03-101-0/+32
|
* Added Prometheus Service and Prometheus graphsKamil Trzciński2017-03-071-0/+104
|
* Make a default namespace of Kubernetes service to contain project IDdefault-kubernetes-namespaceKamil Trzcinski2017-03-061-2/+4
|
* Merge branch '26384-improve-omnibus-mattermost-command-installation-flow' ↵Kamil Trzciński2017-03-061-1/+1
|\ | | | | | | | | | | | | | | into 'master' Resolve "Improve Omnibus-Mattermost Command installation flow" See merge request !9257
| * Fix values being called at Array instead of HashZ.J. van de Weg2017-03-061-1/+1
| |
* | Add KUBE_CA_PEM_FILE, deprecate KUBE_CA_PEMNick Thomas2017-03-031-0/+6
|/
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-1/+1
|
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-12/+12
| | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
* Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-234-9/+9
| | | | This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
|
* Enable Style/MultilineHashBraceLayoutDouwe Maan2017-02-232-4/+5
|
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-12/+12
|
* Enable Style/BarePercentLiteralsDouwe Maan2017-02-234-9/+9
|
* Enable Security/JSONLoadDouwe Maan2017-02-231-1/+1
|
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-2/+2
|
* Merge branch '26500-informative-slack-notifications' into 'master' Kamil Trzciński2017-02-171-4/+24
|\ | | | | | | | | | | | | Adding links to user & build stage in a Build message Closes #26500 See merge request !8641
| * Adding links to user & build in Chat NotificationsPoornima M2017-01-251-4/+24
| |
* | Merge branch 'issue_26701' into 'master'Sean McGivern2017-02-091-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Remove JIRA closed status icon Closes #26701 See merge request !8944
| * | Remove JIRA closed status iconissue_26701Felipe Artur2017-02-081-1/+1
| | |
* | | Introduce maximum session time for terminal websocket connectionterminal-max-session-timeAdam Niedzielski2017-02-061-2/+14
|/ / | | | | | | | | Store the value in application settings. Expose the value to Workhorse.
* | Merge branch 'zj-display-error-team-fetch' into 'master' Kamil Trzciński2017-01-311-4/+1
|\ \ | | | | | | | | | | | | | | | | | | Fix inconsistent return type Closes #27150 See merge request !8290
| * | Update #list_teams to propagate errorsZ.J. van de Weg2017-01-301-1/+1
| | |
| * | Fix inconsistent return typeZ.J. van de Weg2017-01-241-4/+1
| |/