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
2020-04-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-15Use gitlab-ce as default project name in asset image buildingBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-03-15Set asset image name properly for all possible CE/EE project namesBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-03-12Tag asset docker image with GitLab version alsoBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-02-19Adds the commit sha to the pushed assetsJohn T Skarbek
* This will upload the sha of the docker image containing assets to assist with building specific sha builds in the future. * Addresses: https://gitlab.com/gitlab-org/release/framework/issues/51
2019-02-18Revert "Adds the commit sha to the pushed assets"John T Skarbek
This reverts commit 481938de847294018d202df13565c8dbc8a8ebc2.
2019-02-18Adds the commit sha to the pushed assetsJohn T Skarbek
* This will upload the sha of the docker image containing assets to assist with building specific sha builds in the future. * Addresses: gitlab-org/release/framework#51
2018-11-15Add BUILD_ASSETS_IMAGE CI variableIan Baum
* Defaults to FALSE * Can be used to disable building/pushing the assets image in the gitlab:compile:assets job
2018-11-01Use CI_COMMIT_REF_SLUG when building assets imageIan Baum
* Using CI_COMMIT_REF_NAME fails when the branch or tag contains special characters
2018-10-31Build a docker container storing only the frontent assetsIan Baum
* Run as part of gitlab:assets:compile job * Will be used by omnibus-gitlab and the CNG images to avoid compiling multiple times https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22235