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-01-05Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda
* master: (200 commits) Fix issue boards scroll config. Added multi editor setting on the profile preferences page fix missing import of timeWeek which would cause errors in prometheus graphs with deployments Remove downcase from special path helper Rename db:seed_fu-{pg,mysql} to gitlab:setup-{pg,mysql} Fix error when viewing diffs without blobs Moves prettier to dev dependency Eager load event target authors whenever possible Do not run ee_compat_check on security branches Include integration tests in CE/EE testing documentation 41054-Disallow creation of new Kubernetes integrations Resolve "Resizable file list and commit panel" Make tooltip placement bottom by default as per design guidelines Fix groups list icon, timestamp alignment and row height Avoid leaving a push event empty if payload cannot be created Move git operations for UpdateRemoteMirrorService into Gitlab::Git Move delete_remote_branches from Gitlab::Shell to Gitlab::Git::Repository Move push_remote_branches from Gitlab::Shell to Gitlab::Git::Repository Update Kubernetes service documentation fix issue #37843 ...
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-21Fix spec failuresKamil Trzciński
2017-11-07Reduce changesShinya Maeda
2017-11-07Improve specShinya Maeda
2017-11-07Merge branch 'master' into fix/sm/31771-do-not-allow-jobs-to-be-erased-newShinya Maeda
2017-11-06Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda
2017-11-05Expose `duration` in Job API entityMehdi Lahmam
Closes #35794.
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-09-06Extract job artifacts API code to a separate fileGrzegorz Bizon
2017-09-05Do not require API authentication if artifacts are publicGrzegorz Bizon
2017-09-05Do not use artifacts metadata to access single artifactGrzegorz Bizon
2017-09-05Use API helper to send artifact file through WorkhorseGrzegorz Bizon
2017-09-04Set project / pipeline before context in job API specsGrzegorz Bizon
2017-09-04Add API endpoint for downloading single job artifactGrzegorz Bizon
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-06Fix raw_path with the new job path, rename to jobLin Jen-Shin
in the tests
2017-05-02Improve specs for jobs API regarding manual actionsGrzegorz Bizon
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-03-08Make it possible to query scope as scope[]=Toon Claes
Since issues also accepts the query parameter iids[]=, also make it possible query scope like that.
2017-03-08Add GET /projects/:id/pipelines/:pipeline_id/jobs endpointToon Claes
Add endpoint to get the jobs scoped to a pipeline.
2017-03-06Incorporate review, drop old endpointZ.J. van de Weg
The endpoint dropped, get ':id/repository/commits/:sha/jobs', should be replace by a new endpoint.
2017-03-06Rename Builds to Jobs in the APIZ.J. van de Weg
Fixes gitlab-org/gitlab-ce#28515 [ci skip]