summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix dropdowns for mr-versionsfix-mr-version-dropdownstauriedavis2016-09-221-34/+38
|
* Merge branch 'fix-pipeline-for-empty-merge-request-diff' into 'master' Rémy Coutable2016-09-223-7/+48
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix pipeline error when trying to read empty merge request diff When a user pushed something which resulted an empty merge request diff, `st_commits` would be `nil`. Therefore we also need to check if there exists `st_commits`. We could tell this from: ``` ruby def commits @commits ||= load_commits(st_commits || []) end ``` and ``` ruby def save_commits new_attributes = {} commits = compare.commits if commits.present? commits = Commit.decorate(commits, merge_request.source_project).reverse new_attributes[:st_commits] = dump_commits(commits) end update_columns_serialized(new_attributes) end ``` Closes #22438 See merge request !6470
| * Add test for MergeRequestDiff#commits_sha, feedback:Lin Jen-Shin2016-09-221-0/+22
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6470#note_15856755
| * So that st_commits could never be nilLin Jen-Shin2016-09-221-4/+6
| |
| * For empty merge_request_diff st_commits would be nilfix-pipeline-for-empty-merge-request-diffLin Jen-Shin2016-09-222-7/+24
| | | | | | | | Closes #22438
* | Merge branch 'bpj-merge-request-diff-fixes' into 'master' Rémy Coutable2016-09-223-9/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixups for Frontend for Merge Request Diff ## What does this MR do? Makes a few revisions to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6343, as per feedback from @DouweM. Specifically, it removes a duplicate in the changelog, removes colons in dropdowns, uses icon helper, and fixes the 'Show original' link path. ## Why was this MR needed? https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6343 was already merged and this is a needed patch. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6343 See merge request !6448
| * | Stop disabling jump_to_next buttons, when not on latest MR diff.bpj-merge-request-diff-fixesBryce Johnson2016-09-221-3/+1
| | |
| * | Remove colons in dropdowns, use icon helper, and fix 'Show original' link.Bryce Johnson2016-09-222-6/+5
| | | | | | | | | | | | (Also removes duplicate changelog entry.)
* | | Merge branch 'dz-improve-mr-versions-doc' into 'master' Rémy Coutable2016-09-224-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update merge request versions documentation with new screenshots For #13570 based on https://gitlab.com/gitlab-org/gitlab-ce/issues/21427 See merge request !6454
| * | | Update merge request versions documentation with new screenshotsdz-improve-mr-versions-docDmitriy Zaporozhets2016-09-214-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch ↵Rémy Coutable2016-09-222-9/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '22421-fix-issuable-counter-when-more-than-one-label-is-selected' into 'master' Hotfix the issuable counters when filtering by multiple labels This is an ugly fix, but it make the counters work when multiple labels are selected so I think we should include it in 8.12, and try to find a proper fix afterward. Closes #22421 See merge request !6455
| * | | | Hotfix the issuable counters when filtering by multiple labels22421-fix-issuable-counter-when-more-than-one-label-is-selectedRémy Coutable2016-09-222-9/+26
| | |/ / | |/| | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'update-db-schema' into 'master' Rémy Coutable2016-09-221-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update db/schema.rb per most recent migrations See merge request !6446
| * | | | Update db/schema.rb per most recent migrationsupdate-db-schemaYorick Peterse2016-09-211-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | It seems this wasn't updated properly when migrations were added in a previous commit.
* | | | | Merge branch 'sh-bump-gitlab-shell-8.12' into 'master' Achilleas Pipinellis2016-09-221-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump gitlab-shell upgrade version to 3.6.0 for 8.12 [ci skip] Closes #22442 See merge request !6469
| * | | | Bump gitlab-shell upgrade version to 3.6.0 for 8.12sh-bump-gitlab-shell-8.12Stan Hu2016-09-221-1/+1
|/ / / / | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'docs/cycle-analytics' into 'master' merge-request-push-compare-uiAchilleas Pipinellis2016-09-221-6/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos in cycle analytics docs See merge request !6467
| * | | | Fix typos in cycle analytics docsAchilleas Pipinellis2016-09-221-6/+8
| | |/ / | |/| | | | | | | | | | [ci skip]
* | | | Merge branch 'docs/issue-closing-pattern' into 'master' Achilleas Pipinellis2016-09-228-44/+114
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change location and refactor issue closing pattern documentation ## Moving docs to a new location? See the guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html#changing-document-location - [x] Make sure the old link is not removed and has its contents replaced with a link to the new location. - [x] Make sure internal links pointing to the document in question are not broken. - [x] Search and replace any links referring to old docs in GitLab Rails app, specifically under the `app/views/` directory. - [x] If working on CE, submit an MR to EE with the changes as well. See merge request !6466
| * | | Change location and refactor issue closing pattern documentationAchilleas Pipinellis2016-09-228-44/+114
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Split into user and administrator docs: - administration/issue_closing_pattern.md - user/project/issues/automatic_issue_closing.md [ci skip]
* | | Revert "Merge branch '22364-rails-cache-redis-connection-pool' into 'master'"Rubén Dávila Santos2016-09-222-5/+0
| | | | | | | | | This reverts merge request !6429
* | | Merge branch 'reorganize_sections_in_admin_settings' into 'master' Achilleas Pipinellis2016-09-211-22/+32
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganize sections in Admin area settings ## What does this MR do? Some settings were under the "wrong" category. This is an attempt to provide proper categories and move relevant settings there. ## What are the relevant issue numbers? Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/20126 See merge request !5449
| * | | Reorganize sections in Admin area settingsreorganize_sections_in_admin_settingsAchilleas Pipinellis2016-09-211-22/+32
| |/ / | | | | | | | | | | | | | | | - Create new 'Abuse reports' group - Create new 'Usage statistics' group - Create new 'Email' group
* | | fix import/export security specs after mergeJames Lopez2016-09-213-1/+15
| |/ |/|
* | Merge branch 'zj-default-setting-features' into 'master' Robert Speicher2016-09-211-0/+6
|\ \ | | | | | | | | | | | | Add default values for ProjectFeature See merge request !6447
| * | Remove duplicate default_value_level entryzj-default-setting-featuresZeger-Jan van de Weg2016-09-211-1/+0
| | |
| * | Add default values for ProjectFeatureZ.J. van de Weg2016-09-211-0/+7
| |/ | | | | | | Closes gitlab-org/gitlab-ce#22330
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRémy Coutable2016-09-213-2/+23
|\ \
| * \ Merge branch 'fix/import-security-specs' into 'master' Rémy Coutable2016-09-213-2/+23
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Import/Export security specs Related https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1987#note_83855 See merge request !1997
| | * | fixing security specs after mergeJames Lopez2016-09-213-2/+23
| | | |
* | | | Merge branch 'rs-revert-rubocop-rspec-1-7' into 'master' Robert Speicher2016-09-213-71/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'rs-update-rubocop-rspec' into 'master'" Reverts https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6357 due to rubocop-rspec dropping support for Ruby 2.1. See https://github.com/backus/rubocop-rspec/pull/131 See merge request !6444
| * | | | Revert "Merge branch 'rs-update-rubocop-rspec' into 'master'"rs-revert-rubocop-rspec-1-7Robert Speicher2016-09-213-71/+14
| |/ / / | | | | | | | | | | | | | | | | This reverts commit 70faf5fdfbfa0e427b12d4181a9302394974c3cf, reversing changes made to 2307eb84dcd1748cc231719017551111310d1bf9.
* | | | Merge branch 'and-you-get-awards' into 'master' Rémy Coutable2016-09-2121-52/+184
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And Snippets get awards ## What does this MR do? Makes snippets more awesome, by making them awardables ## Why was this MR needed? Because Snippets were left behind. ## What are the relevant issue numbers? Closes #17878 See merge request !4456
| * | | | Remove duplicate routeand-you-get-awardsZeger-Jan van de Weg2016-09-201-1/+0
| | | | |
| * | | | Fix styling of award emoji block for snippets after upstream design changes.Fatih Acet2016-09-193-11/+19
| | | | |
| * | | | Use routing concerns to DRY the routesZ.J. van de Weg2016-09-191-9/+9
| | | | |
| * | | | Fix tests for Snippets toggling awardsZ.J. van de Weg2016-09-198-939/+32
| | | | | | | | | | | | | | | | | | | | Also incorporate feedback
| * | | | Start Frontend work, fix routing problemZ.J. van de Weg2016-09-1910-11/+937
| | | | |
| * | | | API docs for award emoji on SnippetsZ.J. van de Weg2016-09-191-5/+10
| | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | API support for Award Emoji on SnippetsZ.J. van de Weg2016-09-193-16/+71
| | | | |
| * | | | Snippets get award emoji! :thumbsup:Z.J. van de Weg2016-09-199-6/+52
| | | | |
* | | | | Merge branch 'correct-builds-pipeline-commit-header-to-build-header' into ↵Fatih Acet2016-09-211-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Changed `Commit` to `Build` header on builds table ## What does this MR do? As [discussed here](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6322#note_15511777) the pipeline table `Commit` headers should be `Pipeline`. This also should apply to build table headers. ## Are there points in the code the reviewer needs to double check? /cc @tauriedavis ## Why was this MR needed? UI consistency ## Screenshots (if relevant) ![Screen_Shot_2016-09-18_at_16.39.16](/uploads/61e64fb3152ac3ec81bec35c5ba0e312/Screen_Shot_2016-09-18_at_16.39.16.png) ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? See merge request !6402
| * | | | | Changed `Commit` to `Build` headercorrect-builds-pipeline-commit-header-to-build-headerLuke Bennett2016-09-181-1/+1
| | | | | |
* | | | | | Merge branch 'rs-simplify-fetch_members' into 'master' Rémy Coutable2016-09-213-32/+108
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify ProjectTeam#fetch_members to satisfy flog ## What does this MR do? - Add specs for ProjectTeam#fetch_members - Simplify ProjectTeam#fetch_members to satisfy flog ## What are the relevant issue numbers? Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22200 See merge request !6431
| * | | | | | Simplify invited_group_members filter-by-levelRobert Speicher2016-09-211-6/+6
| | | | | | |
| * | | | | | Use `public_send` over `send` in ProjectTeamRobert Speicher2016-09-211-3/+3
| | | | | | |
| * | | | | | Improve clarity of variable names in ProjectTeam#fetch_invited_membersrs-simplify-fetch_membersRobert Speicher2016-09-201-14/+12
| | | | | | |
| * | | | | | Fix a logic error in ProjectTeam#fetch_invited_membersRobert Speicher2016-09-202-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were calling `.where` and `.send` on the relation, but never doing anything with the return value, resulting in proper access-level filtering never being of any consequence.
| * | | | | | Simplify ProjectTeam#fetch_members to satisfy flogRobert Speicher2016-09-201-30/+40
| | | | | | |
| * | | | | | Add specs for ProjectTeam#fetch_membersRobert Speicher2016-09-202-0/+67
| | | | | | |