summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Use keyword argumentClement Ho2017-09-192-2/+2
|
* Use btn-transparentClement Ho2017-09-192-10/+7
|
* Add namespace for internationalizationClement Ho2017-09-191-3/+3
|
* className => class-nameClement Ho2017-09-194-7/+7
|
* Explicitly declare constantViewTypesClement Ho2017-09-191-6/+9
|
* Remove duplicate css propertyClement Ho2017-09-191-2/+0
|
* Add test for view file linksClement Ho2017-09-181-1/+5
|
* DRY up constants and rename to viewTypesClement Ho2017-09-182-24/+16
|
* Change v-if order for easier readabilityClement Ho2017-09-181-5/+5
|
* Add i8nClement Ho2017-09-182-4/+8
|
* Explicitly transform this.images.added into a booleanClement Ho2017-09-181-1/+1
|
* Fix redundant import pathsClement Ho2017-09-185-6/+6
|
* Add comment for swipeBar left:1Clement Ho2017-09-181-0/+2
|
* Merge commit '9b13753302df7a3e8ef86c6af3f84066bde31a21' into vueify-image-diffClement Ho2017-09-1825-114/+144
|\
| * Merge branch 'sh-optimize-discussion-json' into 'master'Yorick Peterse2017-09-182-3/+3
| |\ | | | | | | | | | | | | | | | | | | Eliminate N+1 queries in loading discussions.json endpoint Closes #37955 See merge request gitlab-org/gitlab-ce!14327
| | * Eliminate N+1 queries in loading discussions.json endpointsh-optimize-discussion-jsonStan Hu2017-09-182-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In #37955,we see that the profile had a number of N+1 queries from repeated access to `cross_reference_not_visible_for?`. This was optimized in previous versions of GitLab by rendering all notes at once, counting the number of visible references, and then using that number to check whether a system note should be fully redacted. There was also another N+1 query calling `ProjectTeam#member?`, which did not take advantage of an optimization in prepare_notes_for_rendering that would preload the maximum access level per project. Closes #37955
| * | Merge branch '37590-pipelines-mr' into 'master'Annabel Dunstone Gray2017-09-181-0/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix mini graph pipeline breaking in merge request view Closes #37590 See merge request gitlab-org/gitlab-ce!14306
| | * | Fix mini graph pipeline breakin in merge request view37590-pipelines-mrFilipa Lacerda2017-09-151-0/+5
| | | |
| * | | Merge branch 'winh-missing-javascript-imports' into 'master'Tim Zallmann2017-09-183-0/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add missing import statements See merge request gitlab-org/gitlab-ce!14209
| | * | | Add missing import statementswinh-missing-javascript-importswinh2017-09-183-0/+5
| | | | |
| * | | | Merge branch 'milestone-avatar-issuable-link' into 'master'Tim Zallmann2017-09-181-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes milestone issuable assignee URL Closes #33124 See merge request gitlab-org/gitlab-ce!14292
| | * | | | Fixes milestone issuable assignee URLmilestone-avatar-issuable-linkPhil Hughes2017-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Closes #33124
| * | | | | Merge branch ↵Phil Hughes2017-09-181-1/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '37933-improve-new-project-page-description-explaining-what-a-project-is' into 'master' Resolve "Improve “New project“ page description explaining what a project is" Closes #37933 See merge request gitlab-org/gitlab-ce!14331
| | * | | | | Improve “New project“ page description37933-improve-new-project-page-description-explaining-what-a-project-isPedro Moreira da Silva2017-09-181-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain what a project is instead of what a user can do
| * | | | | | Merge branch '37789-followup-for-read-registry-change' into 'master'Rémy Coutable2017-09-182-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up read_registry scope changes Closes #37789 See merge request gitlab-org/gitlab-ce!14307
| | * | | | | | Clean up read_registry scope changesRobin Bobbitt2017-09-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #37789
| * | | | | | | Merge branch 'fix-label-message' into 'master'Rémy Coutable2017-09-181-1/+1
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Fix notification message when admin label was modified See merge request gitlab-org/gitlab-ce!14330
| | * | | | | | Fix notification message when admin label was modifiedfix-label-messageRobert Schilling2017-09-181-1/+1
| | | | | | | |
| * | | | | | | Merge branch '37957-fix-groups-members-flyout-link' into 'master'Phil Hughes2017-09-181-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use correct group members path for members flyout link Closes #37957 See merge request gitlab-org/gitlab-ce!14329
| | * | | | | | | Use correct group members path for members flyout link37957-fix-groups-members-flyout-linkkushalpandya2017-09-181-1/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'operation-service-merge' into 'master'Rémy Coutable2017-09-182-45/+22
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare Repository#merge for migration to Gitaly Closes gitaly#559 See merge request gitlab-org/gitlab-ce!14154
| | * | | | | | | Prepare Repository#merge for migration to Gitalyoperation-service-mergeJacob Vosmaer2017-09-152-45/+22
| | | | | | | | |
| * | | | | | | | Merge branch '24121_extract_yet_another_users_finder' into 'master'Grzegorz Bizon2017-09-182-40/+67
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract AutocompleteController#users into finder Closes #24121 See merge request gitlab-org/gitlab-ce!13778
| | * | | | | | | | move `find_users` method into finder and add `load_group` methodMaxim Rydkin2017-09-102-24/+30
| | | | | | | | | |
| | * | | | | | | | rename yet_another_users_finder into autocomplete_users_finderMaxim Rydkin2017-09-102-2/+2
| | | | | | | | | |
| | * | | | | | | | extract finder and add first testMaxim Rydkin2017-09-102-22/+43
| | | | | | | | | |
| * | | | | | | | | Merge branch 'role-badge-fix' into 'master'Douwe Maan2017-09-181-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IssueNotes: Fix role badge styling. See merge request gitlab-org/gitlab-ce!14279
| | * | | | | | | | | IssueNotes: Fix role badge styling.role-badge-fixFatih Acet2017-09-141-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Remove gaps under nav on build pageAnnabel Dunstone Gray2017-09-182-7/+7
| | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Fixed the new sidebars width when browser has scrollbarsPhil Hughes2017-09-162-8/+10
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'master' into 'issue_37640'issue_37640Felipe Artur2017-09-1596-421/+833
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| | * \ \ \ \ \ \ \ Merge branch 'fix-share-with-group-lock-update' into 'master'Robert Speicher2017-09-151-1/+8
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix setting share_with_group_lock Closes #37916 See merge request gitlab-org/gitlab-ce!14300
| | | * | | | | | | | Fix setting share_with_group_lockfix-share-with-group-lock-updateYorick Peterse2017-09-151-1/+8
| | | | |_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this commit running Namespace#force_share_with_group_lock_on_descendants would result in updating _all_ namespaces in the namespaces table, not just the descendants. This is the result of ActiveRecord::Relation#update_all not taking into account the CTE. To work around this we use the CTE query as a sub-query instead of directly calling #update_all. To prevent this from happening the relations returned by Gitlab::GroupHierarchy are now marked as read-only, resulting in an error being raised when methods such as #update_all are used. Fortunately on GitLab.com our statement timeouts appear to have prevented this query from actually doing any damage other than causing a very large amount of dead tuples. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37916
| * | | | | | | | | Fix project feature being deleted when updating project with invalid ↵Felipe Artur2017-09-123-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | visibility level
* | | | | | | | | | Add testsClement Ho2017-09-182-2/+2
| | | | | | | | | |
* | | | | | | | | | improve image replaced component templateClement Ho2017-09-181-3/+6
| | | | | | | | | |
* | | | | | | | | | Pass element in forEachClement Ho2017-09-181-3/+3
| | | | | | | | | |
* | | | | | | | | | Refactor btn-group-gray-link into reusable css classClement Ho2017-09-153-20/+20
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' into vueify-image-diffClement Ho2017-09-1577-302/+360
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | created services for keyshaseeb2017-09-1511-24/+45
| | | | | | | | | |