summaryrefslogtreecommitdiff
path: root/app/views/projects
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into project-navigation-redesignDmitriy Zaporozhets2016-05-2343-143/+483
|\
| * Revert commit info changeAnnabel Dunstone2016-05-231-10/+10
| |
| * Put column headers back17736-builds-hotfixAnnabel Dunstone2016-05-231-0/+11
| |
| * Move build info out of pipeline conditionalAnnabel Dunstone2016-05-231-10/+10
| |
| * Move tags into columnAnnabel Dunstone2016-05-231-12/+12
| |
| * Merge branch 'fix-docker-registry-integration' into 'master' Yorick Peterse2016-05-211-1/+1
| |\ | | | | | | | | | | | | Fix docker registry integration See merge request !4229
| | * Fix container deletion permission issueKamil Trzcinski2016-05-201-1/+1
| | |
| * | Merge branch 'dz-fix-fork-counter' into 'master' Jacob Schatz2016-05-211-2/+3
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix fork counter ui bug for safari ## What does this MR do? Fixes UI bug on safari when fork button has blue arrow ## Screenshots ![Screenshot_2016-05-19_22.10.21](/uploads/d923d8fc6bc12ee8f7052390bd5d7c51/Screenshot_2016-05-19_22.10.21.png)![Screenshot_2016-05-19_22.09.38](/uploads/130eb8b4a09b2ba5b7c5a83fed543dbf/Screenshot_2016-05-19_22.09.38.png) See merge request !4221
| | * Fix fork counter ui bug for safaridz-fix-fork-counterDmitriy Zaporozhets2016-05-191-2/+3
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Merge branch 'zj-gitignore-dropdown'Douwe Maan2016-05-202-3/+10
| |\ \
| | * | Dropdown implementationzj-gitignore-dropdownAlfredo Sumaran2016-05-201-1/+1
| | | |
| | * | Dropdown implementationAlfredo Sumaran2016-05-201-3/+1
| | | |
| | * | First import of gitignoresZeger-Jan van de Weg2016-05-201-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Add .gitignore dropdown when creating a new .gitignore file Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
| | * | Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-202-3/+10
| | |/
| * | Merge branch 'rm-source-branch' into 'master' Douwe Maan2016-05-203-5/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows MR authors to have the source branch removed when merging the MR closes #13191 The location of the checkbox might not be optimal so any feedback is welcome. Any other feedback too obviously. Screenshot: ![Screenshot_2016-02-17_21.25.24](/uploads/a9c3eaafb39c6f5b4f0949a2278af6da/Screenshot_2016-02-17_21.25.24.png) See merge request !2801
| | * | Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs2016-05-203-5/+9
| | |/
| * | Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-4/+2
| |\ \ | | |/ | |/| | | | | | | # Conflicts: # app/services/system_note_service.rb
| | * Create DiffFilter and change SystemNoteService#change_title to use ↵Adam Butler2016-05-181-4/+2
| | | | | | | | | | | | Gitlab::Diff::InlineDiff
| * | Merge branch 'feature/runner-config-untagged-jobs' into 'master' Robert Speicher2016-05-194-32/+29
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Add config for CI Runner that prevents it from picking untagged jobs Closes #3456 See merge request !4039
| | * | Minor runner-related code refactoringsGrzegorz Bizon2016-05-191-1/+1
| | | |
| | * | Display validation errors when admin edits a runnerGrzegorz Bizon2016-05-191-1/+1
| | | |
| | * | Add minor corrections related to config of runnerGrzegorz Bizon2016-05-192-3/+2
| | | |
| | * | Use form errors helper in CI runner edit formGrzegorz Bizon2016-05-191-4/+1
| | | |
| | * | Improve displaying validation messages for runnerGrzegorz Bizon2016-05-191-0/+6
| | | |
| | * | Extend runner config options for untagged jobsGrzegorz Bizon2016-05-192-32/+21
| | | |
| | * | Add form for runner config to run untagged jobsGrzegorz Bizon2016-05-191-0/+6
| | | |
| * | | Merge branch '17464-backport-email-syntax-highlighting' into 'master' Douwe Maan2016-05-191-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syntax-highlight diffs in push emails ![image](/uploads/8ecbabc65382214b8de63aae24f66cea/image.png) Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151 See merge request !4147
| | * | | Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-1/+1
| | | |/ | | |/| | | | | | | | | | | | | Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151
| * | | Merge branch 'with-pipeline-view' into 'master' Douwe Maan2016-05-1916-77/+294
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add pipeline view This is continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3653 cc @DouweM @grzesiek Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17551 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15625 See merge request !3703
| | * | Create pipeline objects with parameterswith-pipeline-viewKamil Trzcinski2016-05-182-6/+6
| | | |
| | * | Use pipelines.errors when communicating the errorKamil Trzcinski2016-05-181-5/+2
| | | |
| | * | Improve the pipeline boxKamil Trzcinski2016-05-163-12/+39
| | | |
| | * | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-1617-133/+126
| | |\ \ | | | |/
| | * | Improve design of commit_box with status of builds and pipelinesKamil Trzcinski2016-05-163-29/+37
| | | |
| | * | Improve the pipelines designKamil Trzcinski2016-05-165-16/+14
| | | |
| | * | Fix specs for MySQLKamil Trzcinski2016-05-141-1/+1
| | | |
| | * | Revert `stages` changeKamil Trzcinski2016-05-141-1/+2
| | | |
| | * | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-1310-61/+46
| | |\ \
| | * | | Fix specsKamil Trzcinski2016-05-131-2/+1
| | | | |
| | * | | Added pipelines specKamil Trzcinski2016-05-131-1/+1
| | | | |
| | * | | Fix CI testsKamil Trzcinski2016-05-122-4/+5
| | | | |
| | * | | Use pipeline permissions instead of buildKamil Trzcinski2016-05-102-3/+2
| | | | |
| | * | | Update generic commit status to make it look like a buildKamil Trzcinski2016-05-102-23/+19
| | | | |
| | * | | Improve pipelines designKamil Trzcinski2016-05-102-13/+13
| | | | |
| | * | | Fix SQL queries for calculating stages statusKamil Trzcinski2016-05-102-8/+7
| | | | |
| | * | | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-0944-422/+454
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/ci/builds/_build.html.haml # app/views/projects/commit/_ci_commit.html.haml # app/views/projects/commit/_commit_box.html.haml
| | * | | | Make a build views nicerKamil Trzcinski2016-05-094-33/+60
| | | | | |
| | * | | | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-04-2657-261/+286
| | |\ \ \ \
| | * | | | | Fix builds rendering bugKamil Trzcinski2016-04-261-1/+1
| | | | | | |
| | * | | | | Improve pipeline viewKamil Trzcinski2016-04-133-4/+16
| | | | | | |