Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle CR-LFs properly in .gitmodules filesh-cleanup-crlf-gitmodules | Stan Hu | 2018-03-30 | 1 | -1/+2 |
* | Extend API for exporting a project with direct upload URL | Francisco Javier López | 2018-03-30 | 8 | -8/+383 |
* | Merge branch '41967_issue_api_closed_by_info' into 'master' | Sean McGivern | 2018-03-30 | 3 | -0/+6 |
|\ | |||||
| * | closed by added to all_models.yml | haseeb | 2018-03-01 | 1 | -0/+1 |
| * | closedby_id added to safe attributes | haseeb | 2018-03-01 | 1 | -1/+1 |
| * | added new field into safe model | haseeb | 2018-02-28 | 1 | -0/+1 |
| * | added forign key and specs | haseeb | 2018-02-28 | 1 | -0/+4 |
* | | Merge branch '44774-migrate-upload-task-fails-for-upload-with-store-nil' into... | Sean McGivern | 2018-03-30 | 1 | -3/+17 |
|\ \ | |||||
| * | | apply feedback | Micaël Bergeron | 2018-03-30 | 1 | -1/+3 |
| * | | fix a future conflict | Micaël Bergeron | 2018-03-29 | 1 | -1/+2 |
| * | | fix rake migration task from ignoring Upload(store: nil) | Micaël Bergeron | 2018-03-29 | 1 | -3/+14 |
* | | | Merge branch '42593-restore-rake-task' into 'master' | Douwe Maan | 2018-03-30 | 2 | -0/+79 |
|\ \ \ | |||||
| * | | | Add more tests | Balasankar "Balu" C | 2018-03-30 | 1 | -3/+26 |
| * | | | Make rubocop happy | Balasankar "Balu" C | 2018-03-30 | 1 | -2/+1 |
| * | | | Add basic tests | Balasankar "Balu" C | 2018-03-30 | 2 | -0/+55 |
| * | | | Move existing dirs to a temp location while restore | Balasankar "Balu" C | 2018-03-30 | 1 | -0/+2 |
* | | | | Merge branch 'fix/projects-no-repository-placeholder' into 'master' | Rémy Coutable | 2018-03-30 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Update no repository placeholder | George Tsiolis | 2018-03-26 | 1 | -2/+2 |
* | | | | | Merge branch 'ac/pages-port' into 'master' | Nick Thomas | 2018-03-30 | 2 | -0/+41 |
|\ \ \ \ \ | |||||
| * | | | | | Add port number to artifacts links to gitlab-pages, if needed | Alessio Caiazza | 2018-03-29 | 2 | -0/+41 |
| | |_|/ / | |/| | | | |||||
* | | | | | Remove support for absolute dirs from Git::Env | Jacob Vosmaer (GitLab) | 2018-03-30 | 5 | -112/+52 |
| |_|/ / |/| | | | |||||
* | | | | Merge branch 'vuex-action-helper-correctly-fail' into 'master' | Tim Zallmann | 2018-03-29 | 3 | -112/+246 |
|\ \ \ \ | |||||
| * | | | | Add dispatch mock to the test helpervuex-action-helper-correctly-fail | Filipa Lacerda | 2018-03-29 | 3 | -12/+62 |
| * | | | | fixed failinng tests after helper change | Phil Hughes | 2018-03-29 | 3 | -101/+185 |
| * | | | | Use `toEqual` for the matchers | Filipa Lacerda | 2018-03-29 | 1 | -3/+3 |
| * | | | | Correctly fail Vuex action helper | Phil Hughes | 2018-03-29 | 1 | -1/+1 |
* | | | | | Merge branch 'escape-autocomplete-values-for-markdown' into 'master' | Phil Hughes | 2018-03-29 | 1 | -1/+9 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Escape autocomplete results for Markdown | Sean McGivern | 2018-03-29 | 1 | -1/+9 |
* | | | | | Merge branch 'fix/gb/fix-background-pipeline-stages-migration' into 'master' | Kamil Trzciński | 2018-03-29 | 2 | -1/+20 |
|\ \ \ \ \ | |||||
| * | | | | | Do not use STI mechanisms when migrating pipeline stages | Grzegorz Bizon | 2018-03-29 | 1 | -0/+16 |
| * | | | | | Increase isolation of database migrations test models | Grzegorz Bizon | 2018-03-29 | 1 | -1/+4 |
* | | | | | | Merge branch 'add-per-runner-job-timeout' into 'master' | Kamil Trzciński | 2018-03-29 | 11 | -12/+353 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove Ci::Build#timeout | Tomasz Maczukin | 2018-03-28 | 3 | -41/+12 |
| * | | | | | | Change and rename behavior of save_timeout_state! | Tomasz Maczukin | 2018-03-28 | 2 | -7/+30 |
| * | | | | | | Refactorize ChronicDurationAttribute concern | Tomasz Maczukin | 2018-03-28 | 1 | -11/+13 |
| * | | | | | | Refactor build_metadata | Tomasz Maczukin | 2018-03-28 | 2 | -9/+10 |
| * | | | | | | Add validation for max_timeout in Ci::Runner | Tomasz Maczukin | 2018-03-28 | 1 | -1/+1 |
| * | | | | | | Add validation for chronic_duration_attr_writer | Tomasz Maczukin | 2018-03-28 | 1 | -15/+51 |
| * | | | | | | Add tests for Ci::BuildMetadata | Tomasz Maczukin | 2018-03-28 | 1 | -0/+69 |
| * | | | | | | Use raw value of maximum_timeout for Runner registration API | Tomasz Maczukin | 2018-03-28 | 1 | -1/+1 |
| * | | | | | | Fix style problem in spec/requests/api/runners_spec.rb | Tomasz Maczukin | 2018-03-28 | 1 | -1/+1 |
| * | | | | | | Rename metadata relation and methods | Tomasz Maczukin | 2018-03-28 | 2 | -3/+3 |
| * | | | | | | Fix sidebar_detail_row_spec.js | Tomasz Maczukin | 2018-03-28 | 1 | -15/+19 |
| * | | | | | | BuildMetadata styling improvements | Tomasz Maczukin | 2018-03-28 | 1 | -8/+7 |
| * | | | | | | Rename used_timeout to timeout | Tomasz Maczukin | 2018-03-28 | 3 | -5/+5 |
| * | | | | | | Rename maximum_job_timeout to maximum_timeout | Tomasz Maczukin | 2018-03-28 | 4 | -16/+16 |
| * | | | | | | Fix tests failures | Tomasz Maczukin | 2018-03-28 | 3 | -2/+21 |
| * | | | | | | Update runner registration API | Tomasz Maczukin | 2018-03-28 | 1 | -2/+2 |
| * | | | | | | Refactorize Ci::Build and Ci::BuildMetadata models | Tomasz Maczukin | 2018-03-28 | 1 | -3/+7 |
| * | | | | | | Update tests - remove unneeded change | Tomasz Maczukin | 2018-03-28 | 1 | -2/+0 |