summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add configurable timeout for git fetch and clone operationsmrchrisw-import-shell-timeoutChris Wilson2017-04-271-0/+41
| | | | | | | GitLab uses the import_project method in GitLab Shell, This method uses a timeout for the operation, hardcoded to 800 seconds. With this MR the timeout is now configurable in the gitlab_shell settings.
* Merge branch '30672-versioned-markdown-cache' into 'master' Douwe Maan2017-04-212-55/+18
|\ | | | | | | | | | | | | Start versioning cached markdown fields Closes #30672 See merge request !10597
| * Start versioning cached markdown fieldsNick Thomas2017-04-212-55/+18
| |
* | Merge branch 'sh-fix-issue-31215-2' into 'master' Douwe Maan2017-04-211-0/+25
|\ \ | |/ |/| | | | | | | | | Based on !10841 Fix Error 500 when referencing issue with project in pending delete Closes #31215 See merge request !10843
| * Also test against external-issue for deleted projectsLin Jen-Shin2017-04-211-5/+17
| | | | | | | | | | | | This is based on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10841
| * Merge remote-tracking branch 'upstream/master' into sh-fix-issue-31215Lin Jen-Shin2017-04-218-67/+320
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (109 commits) Update CI templates to include 9.1 templates Change spec folder to match the assets one Update style_guide_js.md Milestones documentation refactor Adds documentation entry: Don't user forEach, aim for code without side effects Move kube namespace section to the variables one Changed milestone.to_reference calls into milestone.title for the show, edit and top views Update move icon to match others Issue Title Show Focus Check On Load Update Kubernetes namespace documentation Store projects in metrics for email replies Refactor into .vue files Adds vue js example application and documentation Add ES lint support to identify poorly written Promises Update plantuml.md to add the actual link. Fixed wording Add metrics events for incoming emails Remove helpers assigned_issuables_count and cached_assigned_issuables_count Refactor into .vue files part 2 Fix headings ...
| * | Fix Error 500 when referencing issue with project in pending deletesh-fix-issue-31215Stan Hu2017-04-201-0/+13
| | | | | | | | | | | | Closes #31215
* | | Return empty string on UTF8 conversion with U_STRING_NOT_TERMINATED_WARNING ↵fix/encoding-issueJames Lopez2017-04-201-0/+4
| |/ |/| | | | | error
* | Merge branch 'issuable-state-custom-links' into 'master' Sean McGivern2017-04-201-32/+76
|\ \ | | | | | | | | | | | | | | | | | | Do not append issuable state to links with custom anchor Closes #30916 See merge request !10782
| * | Do not append issuable state to links with custom anchorissuable-state-custom-linksAdam Niedzielski2017-04-191-32/+76
| | | | | | | | | | | | | | | Closes #30916 Change the presentation from [closed] to (closed)
* | | Merge branch 'plantuml-filter-after-highlight' into 'master' Sean McGivern2017-04-201-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix PlantUML integration in GFM Closes #30557 See merge request !10651
| * | | Fix PlantUML integration in GFMplantuml-filter-after-highlightAdam Niedzielski2017-04-191-4/+4
| | | | | | | | | | | | | | | | | | | | Fixes #30557 Use "lang" attribute instead of "class" in PlantumlFilter.
* | | | Refactor changing files in web UIDouwe Maan2017-04-204-17/+19
| |/ / |/| |
* | | Merge branch 'issuable-state-only-notes-and-description' into 'master' Sean McGivern2017-04-191-11/+21
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Display issuable state only in notes and issuable description Closes #30964 See merge request !10789
| * | Display issuable state only in notes and issuable descriptionAdam Niedzielski2017-04-191-11/+21
| | | | | | | | | | | | Closes #30964
* | | Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-192-0/+197
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Usage ping port Closes #27750 See merge request !10481
| * | Remove unused user activities codeSean McGivern2017-04-141-155/+0
| | |
| * | Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable2017-04-143-91/+127
| | | | | | | | | | | | | | | | | | This new class uses a Redis Hash instead of a Sorted Set. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Port 'Add user activities API' to CESean McGivern2017-04-143-0/+246
| | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/962
| * | Add prometheus services to usage pingSean McGivern2017-04-141-0/+1
| | |
| * | Add edition to usage pingSean McGivern2017-04-141-0/+1
| | |
| * | Add Upload count to usage dataRobert Speicher2017-04-141-0/+1
| | |
| * | Port 'Add uuid to usage ping' to CESean McGivern2017-04-141-1/+3
| | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1521
| * | Track Mattermost usageZ.J. van de Weg2017-04-141-0/+1
| | |
| * | Remove pushes count from usage ping payloadRuben Davila2017-04-141-1/+0
| | | | | | | | | | | | | | | | | | This query is constantly generating timeout errors on large installations and we don't have a simple solution for now and also we don't think having this counter is really critical.
| * | Port 'Add more usage data to EE ping' to CESean McGivern2017-04-141-0/+65
| | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/735
* | | Improve container registry repository path specsfix/gb/container-registry-repository-pathsGrzegorz Bizon2017-04-191-15/+4
| | |
* | | Fix duplicated container repository namesGrzegorz Bizon2017-04-181-1/+30
| |/ |/|
* | Just enforce the output encoding for Ansi2htmlLin Jen-Shin2017-04-181-1/+20
| | | | | | | | Fixes https://sentry.gitlap.com/gitlab/gitlabcom/issues/27545/
* | Fix specsdm-git-blob-sizesDouwe Maan2017-04-171-2/+2
| |
* | Set the encoding in c'tor and explain why it's finefix-trace-encodingLin Jen-Shin2017-04-171-1/+1
| |
* | Restore nil for streamLin Jen-Shin2017-04-171-1/+1
| |
* | Only set the encoding before passing to Ansi2htmlLin Jen-Shin2017-04-171-7/+7
| |
* | Make sure @stream.each_line would tag Encoding.default_externalLin Jen-Shin2017-04-171-4/+14
| |
* | Make sure we're giving Encoding.default_externalLin Jen-Shin2017-04-171-3/+9
| |
* | Fix regression in rendering Markdown references that do not existsh-fix-base-parserStan Hu2017-04-151-2/+21
|/ | | | Closes #30972
* Merge branch 'fix-appending-state-to-issuable-references' into 'master' Robert Speicher2017-04-131-11/+32
|\ | | | | | | | | | | | | Fix appending state to issuable references Closes #30874 See merge request !10683
| * Fix appending state to issuable referencesfix-appending-state-to-issuable-referencesAdam Niedzielski2017-04-131-11/+32
| | | | | | | | | | | | | | Closes #30874. Ignore nodes with no children. Append directly to the node instead of the last child of the node to avoid inheriting formatting from the last child
* | Merge branch 'fix-trace-seeking-readline' into 'master' Kamil Trzciński2017-04-131-4/+24
|\ \ | | | | | | | | | | | | | | | | | | After Trace#limit, we seek to the next line in case Closes #30796 See merge request !10681
| * | Update tests for the fact that we would skip one linefix-trace-seeking-readlineLin Jen-Shin2017-04-131-3/+3
| | |
| * | After Trace#limit, we seek to the next line in caseLin Jen-Shin2017-04-131-1/+21
| |/ | | | | | | of breaking ANSI sequence or Unicode
* | Fix registry for projects with uppercases in pathGrzegorz Bizon2017-04-131-3/+19
|/
* Revert "Fix registry for projects with uppercases in path"Grzegorz Bizon2017-04-131-19/+3
| | | | This reverts commit 22726942fe0b6c11c20de070cc9784de12ca2ce6.
* Fix registry for projects with uppercases in pathGrzegorz Bizon2017-04-131-3/+19
|
* Merge branch 'zero-downtime-migrations' into 'master' Douwe Maan2017-04-122-0/+429
|\ | | | | | | | | Prepare for zero downtime migrations See merge request !9976
| * Prepare for zero downtime migrationszero-downtime-migrationsYorick Peterse2017-04-122-0/+429
| | | | | | | | | | | | | | Starting with GitLab 9.1.0 we will no longer allow downtime migrations unless absolutely necessary. This commit updates the various developer guides and adds code that is necessary to make zero downtime migrations less painful.
* | Merge branch '29056-backport-ee-cleanup-database-file' into 'master' Douwe Maan2017-04-122-4/+48
|\ \ | | | | | | | | | | | | | | | | | | removes redundant code from database.rb Closes #29056 See merge request !10583
| * | removes redundant code from database.rb29056-backport-ee-cleanup-database-fileTiago Botelho2017-04-112-4/+48
| | |
* | | Merge branch 'zj-fix-coverage-bug' into 'master' Kamil Trzciński2017-04-122-7/+19
|\ \ \ | |_|/ |/| | | | | | | | Return nil as coverage instead of a File object See merge request !10633
| * | Return nil as coverage instead of a File objectzj-fix-coverage-bugZ.J. van de Weg2017-04-122-7/+19
| |/ | | | | | | | | | | | | | | | | Given a valid pipeline job, and a regex which wouldn't match to a jobs trace, the stream of the trace would return the File object. This was not the case when it matched a value, as that would have been return from the block. Now the `extract_coverage` method returns `nil` if no match was found.