Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'zj-multiple-artifacts-ee' into 'master' | Grzegorz Bizon | 2018-02-28 | 1 | -3/+2 |
| | | | | | | Multiple artifacts ee See merge request gitlab-org/gitlab-ee!3276 | ||||
* | Merge commit '11c67e7c2f992299ff5918ce67995b73d1e0be6d' into ↵ | Kamil Trzciński | 2018-02-28 | 1 | -7/+11 |
|\ | | | | | | | object-storage-ee-to-ce-backport | ||||
| * | Test against public projects | Zeger-Jan van de Weg | 2017-10-05 | 1 | -1/+1 |
| | | |||||
| * | Redirect to pages daemon | Zeger-Jan van de Weg | 2017-10-03 | 1 | -7/+11 |
| | | |||||
* | | Merge branch 'jej/lfs-object-storage' into 'master' | Douwe Maan | 2018-02-28 | 1 | -5/+2 |
|/ | | | | | | | | Can migrate LFS objects to S3 style object storage Closes #2841 See merge request !2760 | ||||
* | Do not use artifacts metadata to access single artifact | Grzegorz Bizon | 2017-09-05 | 1 | -5/+7 |
| | |||||
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dm-collapsed-blob' into 'master' | Sean McGivern | 2017-06-01 | 1 | -1/+1 |
|\ | | | | | | | | | Consistent diff and blob size limit names See merge request !11776 | ||||
| * | Consistent diff and blob size limit names | Douwe Maan | 2017-05-29 | 1 | -1/+1 |
| | | |||||
* | | Rename BuildsController to JobsController | Lin Jen-Shin | 2017-05-17 | 1 | -2/+2 |
|/ | | | | | | | | | | | | Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller | ||||
* | Add artifact file page that uses the blob viewerdm-artifact-blob-viewer | Douwe Maan | 2017-05-04 | 1 | -5/+23 |
| | |||||
* | Add breadcrumb, build header and pipelines submenu to artifacts browser | Douwe Maan | 2017-05-03 | 1 | -2/+6 |
| | |||||
* | Extract ref_name and path in before_action, feedback: | Lin Jen-Shin | 2016-08-26 | 1 | -5/+10 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14469768 | ||||
* | Just use instance variable instead, feedback: | Lin Jen-Shin | 2016-08-25 | 1 | -7/+2 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14400736 | ||||
* | Path could also have slashes! Feedback: | Lin Jen-Shin | 2016-08-24 | 1 | -3/+11 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14347729 | ||||
* | Not sure why I missed this renaming | Lin Jen-Shin | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | Use path rather than URL because it should work for http 302: | Lin Jen-Shin | 2016-08-18 | 1 | -2/+2 |
| | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14035941 | ||||
* | Use switch case in a helper, feedback: | Lin Jen-Shin | 2016-08-17 | 1 | -7/+3 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_13988401 | ||||
* | Rename to latest_succeeded, feedback: | Lin Jen-Shin | 2016-08-16 | 1 | -1/+1 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_13908017 | ||||
* | Use URL helper, feedback: | Lin Jen-Shin | 2016-08-16 | 1 | -3/+7 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_13880889 | ||||
* | Rename latest_success* to latest_successful: | Lin Jen-Shin | 2016-07-19 | 1 | -1/+1 |
| | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_13164642 | ||||
* | Merge branch 'master' into artifacts-from-ref-and-build-name | Lin Jen-Shin | 2016-07-18 | 1 | -3/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (335 commits) Disable transaction when adding index for Ci::Pipeline added changelog allow empty repos on import/export Modify test for Build tabs Add tests to project builds for pending tab Remove unused .js-running-count class Add test for new pending tab and update tests for running tab Add Pending Tab to Admin Builds added changelog limit project expor retry to only 3 use method in validates statement Fix spec to set import_url before attempting to create import_data Allow a project import URL to be blank to prevent false positives preventing settings from being saved Refactor gitlab_ci_yaml_processor variables tests Fix CI yaml example Align cancel and retry buttons Remove deploy to production button Remove irrelevant comments Fix gitlab_ci_yaml_processor_spec.rb Fix AddWhenAndYamlVariablesToCiBuilds migration ... | ||||
| * | Just give regular 404, feedback: | Lin Jen-Shin | 2016-07-11 | 1 | -1/+1 |
| | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5094#note_12984211 | ||||
| * | Use Gitlab-Workhorse-Send-Data to send entry: | Lin Jen-Shin | 2016-07-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | | Closes #19224, Closes #19128 Also requires this MR to work: https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/53 | ||||
* | | Use find_by, feedback: | Lin Jen-Shin | 2016-07-18 | 1 | -1/+1 |
| | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_13125486 | ||||
* | | Introduce Project#latest_success_builds_for: | Lin Jen-Shin | 2016-07-15 | 1 | -2/+2 |
| | | | | | | | | | | So it's more accessible for views to access the names of jobs. Only filter Build#name from where we really need to download it. | ||||
* | | Update routes based on feedback from: | Lin Jen-Shin | 2016-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_13058785 And note that job/build_name could contain `/` | ||||
* | | Rename to ref_name so it's aligning with API | Lin Jen-Shin | 2016-07-13 | 1 | -2/+2 |
| | | |||||
* | | Could be faster when params[:path] is missing | Lin Jen-Shin | 2016-07-12 | 1 | -2/+2 |
| | | |||||
* | | Add all the tests and fix stuffs along the way: | Lin Jen-Shin | 2016-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out they are different: builds.success.latest.first and builds.latest.success.first If we put success first, that latest would also filter via success, and which is what we want here. | ||||
* | | Remove redundant return | Lin Jen-Shin | 2016-07-11 | 1 | -1/+1 |
| | | |||||
* | | Using plain if/else is much easier to understand | Lin Jen-Shin | 2016-07-11 | 1 | -4/+4 |
| | | |||||
* | | Give latest succeeded one, don't give pending/running ones | Lin Jen-Shin | 2016-07-11 | 1 | -1/+3 |
| | | |||||
* | | Introduce Projects::ArtifactsController#search: | Lin Jen-Shin | 2016-07-11 | 1 | -2/+22 |
|/ | | | | | | | | | | | | So we redirect from ref and build_name to the particular build, namely: * /u/r/artifacts/ref/build_name/* -> /u/r/builds/:build_id/artifacts/* For: * download * browse * file | ||||
* | Test controllers if they allow to keep artifacts | Kamil Trzcinski | 2016-06-13 | 1 | -0/+1 |
| | |||||
* | Validate existence of artifacts in ArtifactsController, render 404 if not found | Kamil Trzcinski | 2016-06-13 | 1 | -6/+5 |
| | |||||
* | Move keep to ArtifactsController | Kamil Trzcinski | 2016-06-13 | 1 | -0/+5 |
| | |||||
* | Remove 'unscoped' from project builds selection | Tomasz Maczukin | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | Make the CI permission model simpler | Kamil Trzcinski | 2016-02-02 | 1 | -11/+1 |
| | | | | | | | | | | | | | This MR simplifies CI permission model: - read_build: allows to read a list of builds, artifacts and trace - update_build: allows to cancel and retry builds - create_build: allows to create builds from gitlab-ci.yml (not yet implemented) - admin_build: allows to manage triggers, runners and variables - read_commit_status: allows to read a list of commit statuses (including the overall of builds) - create_commit_status: allows to create a new commit status using API Remove all extra methods to manage permission. Made all controllers to use explicitly the new permissions. | ||||
* | Fix nonexistent method in artifacts controller | Grzegorz Bizon | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | Improve readability of artifacts browser `Entry` related code | Grzegorz Bizon | 2016-01-14 | 1 | -5/+5 |
| | |||||
* | Improvements, readability for artifacts browser | Grzegorz Bizon | 2016-01-14 | 1 | -7/+7 |
| | |||||
* | Check if file exists in metadata in download action | Grzegorz Bizon | 2016-01-14 | 1 | -3/+8 |
| | |||||
* | Render only valid paths in artifacts metadata | Grzegorz Bizon | 2016-01-14 | 1 | -1/+4 |
| | | | | | In this version we will support only relative paths in artifacts metadata. Support for absolute paths will be introduced later. | ||||
* | Simplify implementation of build artifacts browser (refactoring) | Grzegorz Bizon | 2016-01-14 | 1 | -1/+7 |
| | |||||
* | Add method that checks if path exists in `StringPath` | Grzegorz Bizon | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Render 404 when artifacts path is invalid | Grzegorz Bizon | 2016-01-14 | 1 | -0/+1 |
| | |||||
* | Extract artifacts metadata implementation to separate class | Grzegorz Bizon | 2016-01-14 | 1 | -4/+1 |
| | |||||
* | Parse artifacts metadata stored in JSON format | Grzegorz Bizon | 2016-01-14 | 1 | -2/+2 |
| | |||||
* | Use metadata stored in artifacats metadata file | Grzegorz Bizon | 2016-01-14 | 1 | -2/+2 |
| |