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-01fix failing specsJarka Kadlecova
2017-05-30Don’t create comment on JIRA if link already existsJarka Kadlecova
2017-05-26Add API URL to JIRA settingsJarka Kadlecova
2017-05-25Merge branch 'revert-b0498c17' into 'master'Robert Speicher
Refactor `DynamicPathValidator` and `GitLab::Regex` some more See merge request !11693
2017-05-25Fix terminals support for Kubernetes serviceKamil Trzcinski
It was broken, because we introduced a default namespace, which was not used by terminal methods.
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
2017-05-12Merge branch '27439-performance-deltas' into 'master' Douwe Maan
Expose memory deltas between app deployments and refactor prometheus queries to support more custom queries See merge request !10981
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-12Keep presentation logic in one place and remove unecessary arguments.Pawel Chojnacki
+ fix tests
2017-05-12Custom queries for prometheusPawel Chojnacki
- 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
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-09Merge request widget redesignFatih Acet
2017-05-04Improved code styling and added a HTTParty rescue blockJose Ivan Vargas
2017-05-04Added rescue block for the test method for the prometheus serviceJose Ivan Vargas
2017-05-04Convert seconds to minutes and hours on chat notifationsZ.J. van de Weg
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.
2017-04-28Merge branch 'enable-spec-file-name-cop' into 'master' Robert Speicher
Enable RSpec/FilePath cop Closes #31316 See merge request !10911
2017-04-27Merge branch '31138-improve-test-settings-for-services-in-empty-projects' ↵Douwe Maan
into 'master' improves test settings for chat notification services for empty projects Closes #31138 See merge request !10886
2017-04-27improves test settings for chat notification services for empty projectsTiago Botelho
2017-04-27tadds migration to remove invalid servicesTiago Botelho
2017-04-26Enable RSpec/FilePath copSean McGivern
- Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first
2017-04-18disables test settings on chat notification services when repository is emptyTiago Botelho
2017-04-06adds relevant testsTiago Botelho
2017-04-04Don't autofill kubernetes namespaceZ.J. van de Weg
2017-03-18All CI offline migrationsKamil Trzciński
2017-03-10Prevent more than one issue tracker to be active for the same projectLuis Del Giudice
2017-03-07Added Prometheus Service and Prometheus graphsKamil Trzciński
2017-03-06Make a default namespace of Kubernetes service to contain project IDKamil Trzcinski
2017-03-06Merge branch '26384-improve-omnibus-mattermost-command-installation-flow' ↵Kamil Trzciński
into 'master' Resolve "Improve Omnibus-Mattermost Command installation flow" See merge request !9257
2017-03-06Fix values being called at Array instead of HashZ.J. van de Weg
2017-03-03Add KUBE_CA_PEM_FILE, deprecate KUBE_CA_PEMNick Thomas
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
2017-02-23Revert "Enable Style/BarePercentLiterals"Douwe Maan
This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-23Enable Style/MultilineHashBraceLayoutDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Style/BarePercentLiteralsDouwe Maan
2017-02-23Enable Security/JSONLoadDouwe Maan
2017-02-23Enable Style/SpaceInsideBracketsDouwe Maan
2017-02-17Merge branch '26500-informative-slack-notifications' into 'master' Kamil Trzciński
Adding links to user & build stage in a Build message Closes #26500 See merge request !8641
2017-02-09Merge branch 'issue_26701' into 'master'Sean McGivern
Remove JIRA closed status icon Closes #26701 See merge request !8944
2017-02-08Remove JIRA closed status iconFelipe Artur
2017-02-06Introduce maximum session time for terminal websocket connectionAdam Niedzielski
Store the value in application settings. Expose the value to Workhorse.
2017-01-31Merge branch 'zj-display-error-team-fetch' into 'master' Kamil Trzciński
Fix inconsistent return type Closes #27150 See merge request !8290
2017-01-30Update #list_teams to propagate errorsZ.J. van de Weg
2017-01-27Use `:empty_project` where possible in model specsRobert Speicher
2017-01-25Adding links to user & build in Chat NotificationsPoornima M
2017-01-24Fix inconsistent return typeZ.J. van de Weg
2017-01-13Merge branch '24185-legacy-ci-status-reactive-cache' into 'security'Robert Speicher
Use ReactiveCaching to update external CI status asynchronously See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2055