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
2018-03-14Include feature spec for realtime pipelineMayra Cabrera
2018-03-14Add realtime pipeline status component for filesJose Ivan Vargas
2017-11-22Add edit button to mobile file viewTravis Miller
2017-07-27Use `empty_project` where possible in spec/features/projectsRobert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-14Implement diff viewersDouwe Maan
2017-06-08Detect if file that appears to be text in the first 1024 bytes is actually ↵Douwe Maan
binary afer loading all data
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-18Fix inaccurate code commentDouwe Maan
2017-05-17Add auxiliary blob viewers to dependency filesDouwe Maan
2017-05-11Implement auxiliary blob viewersDouwe Maan
2017-05-03Refactor Blob support of external storage in preparation of job artifact blobsDouwe Maan
2017-05-02Fixed PDF blob specsPhil Hughes
The PDF file is no longer included in the repo, so we need to create the PDF before running the tests
2017-04-30Show Raw button as Download for binary filesDouwe Maan
2017-04-30Use blob viewers for snippetsDouwe Maan
2017-04-27Address feedbackDouwe Maan
2017-04-27Add specsDouwe Maan
2017-04-27Render viewer error synchronously so that 'view the source' link will workDouwe Maan
2017-04-27Add specsDouwe Maan
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
2017-04-06Linking to edit file directlyEric Eastwood