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
2023-09-20Add latest changes from gitlab-org/gitlab@16-4-stable-eev16.4.0-rc42GitLab Bot
2023-05-17Add latest changes from gitlab-org/gitlab@16-0-stable-eev16.0.0-rc42GitLab Bot
2023-02-20Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot
2022-12-20Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot
2022-07-27Add latest changes from gitlab-org/security/gitlab@15-2-stable-eeGitLab Bot
2022-05-19Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot
2021-12-20Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot
2021-08-19Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-10-30Add latest changes from gitlab-org/security/gitlab@13-5-stable-eeGitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-04-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-28Extract Ci::Build#report_artifacts into methodMatija Čupić
Extracts combining the job_artifacts relation with the with_reports scope for getting report artifacts into a method.
2019-05-28Rename with_all_reports to with_reportsMatija Čupić
2019-05-28Move JobArtifactEntity to JobArtifactReportEntityMatija Čupić
2019-05-28Expose report download path in build detailsMatija Čupić
Exposes report download paths in build details.
2019-05-24Do not serialize deployment details for build details pageGrzegorz Bizon
2019-05-24Do not serialize a deployment commit showing a jobGrzegorz Bizon
2019-05-24Add specs for Gitaly calls in deployment serializationGrzegorz Bizon
2019-05-24Do not serialize a pipeline again when showing a buildGrzegorz Bizon
This change makes it possible to avoid additional serialization of entire pipeline when rendering a build details page. Instead we expose more information from the build entity itself what is much cheaper than serializing entire pipeline. Additionally we do not need to serialize `latest?` flag, which involves multiple Gitaly calls.
2019-05-24Do not serialize pipeline on each build serialization requestGrzegorz Bizon
2019-04-02Expose build failure reasonTiger
We can use this to show more informative error messages with links to documentation etc.
2018-10-25Move job stuck status to backendSteve Azzopardi
2018-10-15Merge branch '52614-bugs-on-deployment-status-in-job-log-page' into 'master'Grzegorz Bizon
Send deployment_status when job starts environment Closes #52614 See merge request gitlab-org/gitlab-ce!22354
2018-10-15Send deployment_status when job starts environmentSteve Azzopardi
The check was if the job `has_environment` which results into showing the environment information when the job stops the environment. This result into having a blank `deployment_status`. Use `starts_environment?` to be the same as the haml we have in 11.3 https://gitlab.com/gitlab-org/gitlab-ce/blob/30f019dca78bb64bcb8b355a267be006884e6d8f/app/views/projects/jobs/show.html.haml#L28
2018-10-12Add stage name in job.json responseSteve Azzopardi
2018-10-04Removes icon key from job endpointFilipa Lacerda
This was added because we thought we'd need to render the environment status but we already have this information in the build status
2018-09-27Add has_trace to Projects::JobController#show.jsonSteve Azzopardi
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51925
2018-09-18Expose runners status information in job apiSteve Azzopardi
2018-09-13Add deployment information in job APISteve Azzopardi
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50460
2018-09-12Add trigger information for job APISteve Azzopardi
Create new entity called TriggerVariablesEnitity for trigger variables, to aid reuseablity in the future. Update JSON schema to include trigger information in the response. Refactor rspec tests a bit to reduce duplication and for the `context` to make sense. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50989
2018-09-06Add terminal path to job API responseSteve Azzopardi
closes #51117
2018-09-03Add artifact information for job controllerSteve Azzopardi
gitlab-org/gitlab-ce#50101
2018-07-23Enable frozen string in app/serializers/**/*.rbgfyoung
Partially addresses #47424.
2018-07-03Fix link to job when creating a new issue from a failed jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-28Refactor build_metadataTomasz Maczukin
2018-03-28Rename metadata relation and methodsTomasz Maczukin
2018-03-28Move job timeout information to new ci_builds_metadata tableTomasz Maczukin