Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-24Bundle exec everythingJohn Doe
2018-04-12Do not run performance on stable branchesAchilleas Pipinellis
They are missing the environment and the job fails to find the URL
2018-04-12Build all Docker images before deployAchilleas Pipinellis
Do this so that deploy can use the 'latest' Docker image before deploying Pages.
2018-04-04Add gitlab-org tag that jobs can run on devAchilleas Pipinellis
2018-04-03Add 'retry: 2' to all jobsAchilleas Pipinellis
Make it so jobs get automatically retried if failed (max 2 times)
2018-03-30Disable artifacts/cache downloading in Docker imagesAchilleas Pipinellis
2018-03-30Expire pages artifacts in 1dAchilleas Pipinellis
This will potentially fix the issue of 'pages:deploy - missing pages artifacts' in case the deploy takes a lot of time
2018-03-29Expire performance artifacts in one weekAchilleas Pipinellis
2018-03-29Add missing commands to include versionsAchilleas Pipinellis
2018-03-29Enable versions in backendAchilleas Pipinellis
2018-03-29Enable browser performance testingAchilleas Pipinellis
2018-03-23Pass NANOC_ENV and CI_COMMIT_REF_NAME in docker buildAchilleas Pipinellis
2018-03-15Use the same cache for links and css checkAchilleas Pipinellis
2018-03-05Revert "Do not run pipelines invoked via the API"Achilleas Pipinellis
This reverts commit 37587c2b638c7bfc81a9723380af518a66d6a104
2018-03-05Do not run pipelines invoked via the APIAchilleas Pipinellis
We want to avoid running pipelines triggered via the API because of a race condition in the cross-project pipeline script. Read more in https://gitlab.com/gitlab-com/gitlab-docs/issues/154#note_61672645
2018-02-22Allow docs:latest to fail and move after deployAchilleas Pipinellis
2018-02-16Add an archive Docker image and a test archives pageAchilleas Pipinellis
2018-02-15Use ref name instead of slug for the Docker image namesAchilleas Pipinellis
2018-02-15Remove offending except on Docker build on masterAchilleas Pipinellis
2018-02-15Add Dockerfile for branch to build the latest docsAchilleas Pipinellis
2018-02-15Remove GIT_STRATEGY=none from Docker buildsAchilleas Pipinellis
2018-02-15Fetch repo for stable branches when building the imageAchilleas Pipinellis
2018-02-15Add Dockerfiles that will help build a versioned websiteAchilleas Pipinellis
2018-02-07Merge branch 'article-layout-1' into 'master'Achilleas Pipinellis
Article layout Closes #157 See merge request gitlab-com/gitlab-docs!182
2018-02-07revert .gitlab-ci.yml to the original stateMarcia Ramos
2018-02-04Revert "reverts .gitlab-ci.yml tweak for review apps"Marcia Ramos
This reverts commit d1a46565de777e1687bd059a6c97164d9b67d13e
2018-01-25Use Ruby 2.5Achilleas Pipinellis
2018-01-22reverts .gitlab-ci.yml tweak for review appsMarcia Ramos
2018-01-17use different branch for testing purposes (to be reverted)Marcia Ramos
2018-01-17Replace / with - in cache namesAchilleas Pipinellis
This was causing .gitlab-ci.yml to be invalid
2018-01-16Make build run also on forksAchilleas Pipinellis
Otherwise the internal links job will fail
2017-11-29Refactored Rakefile into multiple tasks and enabled git sparse-checkoutGabriel Mazetto
2017-11-07Show comments only on productionAchilleas Pipinellis
2017-10-21Add 'compile' job to review dependenciesAchilleas Pipinellis
2017-09-19Replace triggers with pipelines so that these jobs are skippedAchilleas Pipinellis
Needed for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14354
2017-09-14Skip checks for triggered pipelinesAchilleas Pipinellis
This will speed things up when previewing a doc change like described in https://docs.gitlab.com/ee/development/writing_documentation.html#previewing-the-changes-live
2017-08-30Use CI_COMMIT_REF_SLUG for Review AppsAchilleas Pipinellis
2017-03-31Make the compile command output more information when run in CI.Connor Shea
2017-03-21Pull repos from master branchAchilleas Pipinellis
2017-03-14Build the docs site using the latest stable branchesAchilleas Pipinellis
2017-02-22Do not build the site twice in masterAchilleas Pipinellis
2017-02-22Do not build the site twice in masterAchilleas Pipinellis
2017-01-15Run on Ruby 2.4.Connor Shea
2016-12-13Make compile run on master.Connor Shea
2016-12-13Cache Ruby gems in internal_links check.Connor Shea
2016-12-13Make internal_links use the artifacts from compile.Connor Shea
2016-12-13Add caching for certain jobs to make things go faster.Connor Shea
2016-12-13Add --verbose flag to nanoc in GitLab CI.Connor Shea
2016-11-21Expire pages artifacts after 1 hourAchilleas Pipinellis
2016-11-21Expire pages artifacts after 1 weekAchilleas Pipinellis