summaryrefslogtreecommitdiff
path: root/spec/requests/api/jobs_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* API: delete job_artifacts of a single jobRoger Rüttimann2019-03-061-0/+43
* Encode Content-Disposition filenamesStan Hu2019-02-041-2/+2
* Authorize read_build when listing pipeline jobsMatija Čupić2018-12-191-3/+13
* Authorize read_build action when listing jobsMatija Čupić2018-12-191-3/+13
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-7/+7
* Add endpoint to download single artifact by refSteve Azzopardi2018-12-071-0/+130
* Extend reports to support security featuresOlivier Gonzalez2018-09-271-1/+1
* Expose all artifacts sizes in jobs apiPeter Marko2018-08-141-8/+66
* Squashed commit of the following:Shinya Maeda2018-07-271-1/+3
* Expose web_url attribute in PipelineBasic and JobBasicrs-web_url-for-pipelines-and-jobsRobert Speicher2018-07-181-0/+1
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Fix specsKamil Trzciński2018-07-091-2/+2
* Fix and add specs for testing metadata entryKamil Trzciński2018-07-091-3/+5
* Eliminate N+1 queries for CI job artifacts in /api/projects/:id/pipelines/:pi...sh-fix-pipeline-jobs-nplus-oneStan Hu2018-06-041-0/+12
* Expose artifacts_expire_at field for job entity in apiSemyon Pupkov2018-05-261-1/+7
* [Rails5] Fix `undefined method 'downcase'` errors in requests specsblackst0ne2018-04-291-3/+3
* fix the api jobs spec from having EE specific testsMicaël Bergeron2018-03-221-23/+0
* fix the failing specsMicaël Bergeron2018-03-221-1/+0
* Backport ee-40781-os-to-ceMicaël Bergeron2018-03-221-6/+41
* fix yet other specsMicaël Bergeron2018-03-071-18/+26
* fix some broken specsMicaël Bergeron2018-03-061-0/+13
* Merge commit '8af23def1d6' into object-storage-ee-to-ce-backportKamil Trzciński2018-02-281-30/+26
|\
| * Make those files as close as EE to reduce conflicts4635-unify-jobs-and-builds-sepcLin Jen-Shin2018-01-311-30/+41
| * Update rubocop, rubocop-rspec, and gitlab-styles42187-update-gitlab-styles-to-2-3-0Rémy Coutable2018-01-181-1/+1
| * Add missing newline in Jobs API specMatija Čupić2018-01-151-0/+1
| * Extend N+1 Builds and Jobs API specsMatija Čupić2018-01-151-1/+12
| * Add N+1 query spec for Jobs APIMatija Čupić2018-01-141-2/+13
* | Merge branch 'feature/sm/artifacts-trace-ee' into 'master'Kamil Trzciński2018-02-281-10/+39
* | Merge commit '4b92efd90cedaa0aff218d11fdce279701128bea' into object-storage-e...Kamil Trzciński2018-02-281-3/+3
|\ \ | |/
| * Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda2018-01-041-1/+1
| |\
| | * Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
| * | Fix spec failuresKamil Trzciński2017-12-211-2/+2
| |/
* | Merge branch 'zj-multiple-artifacts-ee' into 'master'Grzegorz Bizon2018-02-281-10/+51
* | Merge commit '7fabc892f251740dbd9a4755baede662e6854870' into object-storage-e...Kamil Trzciński2018-02-281-0/+21
|\ \ | |/
| * Reduce changesfix/sm/31771-do-not-allow-jobs-to-be-erased-newShinya Maeda2017-11-071-28/+23
| * Improve specShinya Maeda2017-11-071-19/+43
| * Merge branch 'master' into fix/sm/31771-do-not-allow-jobs-to-be-erased-newShinya Maeda2017-11-071-1/+11
| |\
| * | Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-071-0/+2
* | | Merge commit 'f2f58a60b76acd479e37bdbc9246ec9f9b2bea82' into object-storage-e...Kamil Trzciński2018-02-281-38/+48
|\ \ \ | | |/ | |/|
| * | Expose `duration` in Job API entityMehdi Lahmam2017-11-051-1/+11
| |/
| * Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-40/+40
* | Merge branch 'jej/lfs-object-storage' into 'master'Douwe Maan2018-02-281-1/+5
* | Merge commit 'b39d0c318921bae2e3a11df9ee6828291dad9864' into object-storage-e...Kamil Trzciński2018-02-281-5/+84
|\ \ | |/
| * Extract job artifacts API code to a separate fileGrzegorz Bizon2017-09-061-2/+3
| * Do not require API authentication if artifacts are publicGrzegorz Bizon2017-09-051-7/+38
| * Do not use artifacts metadata to access single artifactGrzegorz Bizon2017-09-051-8/+0
| * Use API helper to send artifact file through WorkhorseGrzegorz Bizon2017-09-051-3/+2
| * Set project / pipeline before context in job API specsGrzegorz Bizon2017-09-041-2/+2
| * Add API endpoint for downloading single job artifactGrzegorz Bizon2017-09-041-0/+57
| * Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1