Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add changelog entrykp-label-select-vue | Kushal Pandya | 2018-03-05 | 1 | -0/+5 |
| | |||||
* | LabelsSelect DropdownValueCollapsed Component | Kushal Pandya | 2018-03-05 | 2 | -0/+122 |
| | |||||
* | LabelsSelect DropdownValue Component | Kushal Pandya | 2018-03-05 | 2 | -0/+157 |
| | |||||
* | LabelsSelect DropdownTitle Component | Kushal Pandya | 2018-03-05 | 2 | -0/+72 |
| | |||||
* | LabelsSelect DropdownSearchInput Component | Kushal Pandya | 2018-03-05 | 2 | -0/+66 |
| | |||||
* | LabelsSelect DropdownHiddenInput Component | Kushal Pandya | 2018-03-05 | 2 | -0/+59 |
| | |||||
* | LabelsSelect DropdownHeader Component | Kushal Pandya | 2018-03-05 | 2 | -0/+57 |
| | |||||
* | LabelsSelect DropdownFooter Component | Kushal Pandya | 2018-03-05 | 2 | -0/+76 |
| | |||||
* | LabelsSelect DropdownCreateLabel Component | Kushal Pandya | 2018-03-05 | 2 | -0/+168 |
| | |||||
* | LabelsSelect DropdownButton Component | Kushal Pandya | 2018-03-05 | 2 | -0/+160 |
| | |||||
* | LabelsSelect Base Component | Kushal Pandya | 2018-03-05 | 2 | -0/+230 |
| | |||||
* | LabelsSelectComponent tests mock data | Kushal Pandya | 2018-03-05 | 1 | -0/+49 |
| | |||||
* | Update path for ListLabel model | Kushal Pandya | 2018-03-05 | 7 | -7/+7 |
| | |||||
* | ListLabel Shared Model | Kushal Pandya | 2018-03-05 | 1 | -3/+1 |
| | |||||
* | Add `suggest_colors` from LabelsHelper | Kushal Pandya | 2018-03-05 | 1 | -0/+1 |
| | |||||
* | Allow exposing methods to `gon_helper` | Kushal Pandya | 2018-03-05 | 1 | -0/+1 |
| | |||||
* | Merge branch 'patch-1' into 'master' | Stan Hu | 2018-03-03 | 1 | -0/+2 |
|\ | | | | | | | | | Update proofreader.md See merge request gitlab-org/gitlab-ce!17503 | ||||
| * | Update proofreader.md | Filip Mech | 2018-03-03 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'docs/spring-db-migration-error' into 'master' | Yorick Peterse | 2018-03-03 | 2 | -0/+41 |
|\ \ | |/ |/| | | | | | Add docs for persistent `ActiveRecord::PendingMigrationError` with Spring See merge request gitlab-org/gitlab-ce!17473 | ||||
| * | Add docs for persistent `ActiveRecord::PendingMigrationError` with Springdocs/spring-db-migration-error | Eric Eastwood | 2018-03-01 | 2 | -0/+41 |
| | | |||||
* | | Merge branch 'remove-mr-notes-bundle' into 'master' | Fatih Acet | 2018-03-02 | 4 | -10/+8 |
|\ \ | | | | | | | | | | | | | Remove mr_notes webpack bundle See merge request gitlab-org/gitlab-ce!17497 | ||||
| * | | Remove mr_notes webpack bundle | Mike Greiling | 2018-03-02 | 4 | -10/+8 |
|/ / | |||||
* | | Merge branch '42877-fix-visibility-change-performance' into 'master' | Yorick Peterse | 2018-03-02 | 5 | -40/+74 |
|\ \ | | | | | | | | | | | | | | | | | | | Revert Project.public_or_visible_to_user changes but apply change to SnippetsFinder Closes #42877 See merge request gitlab-org/gitlab-ce!17476 | ||||
| * | | Extract method User#authorizations_for_projects.42877-fix-visibility-change-performance | Andreas Brandl | 2018-03-02 | 4 | -17/+40 |
| | | | |||||
| * | | Use yield instead of block.call. | Andreas Brandl | 2018-03-02 | 1 | -6/+6 |
| | | | |||||
| * | | Apply query changes to snippets only. | Andreas Brandl | 2018-03-02 | 2 | -3/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This applies the changes introduced in `Project.public_or_visible_to_user` to the snippets finder only. We know that for `SnippetsFinder`, this change improves SQL timing from 5/23/25s to 0.7/2/4s (mean/p95/p99). At the same time, the scope was too broad, (negatively) affecting SQL timings in various other places: https://gitlab.com/gitlab-com/infrastructure/issues/3772 With this commit, the snippets dashboard stays usuable as we generally don't run into statement timeouts. In contrast to the earlier change in !17088, the scope of the change is limited to `SnippetsFinder` only, thus not affecting other places. | ||||
| * | | Revert Project.public_or_visible_to_user changes | Yorick Peterse | 2018-03-02 | 3 | -38/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes were introduced in MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17088. In https://gitlab.com/gitlab-com/infrastructure/issues/3772 we discovered these changes lead to a pretty drastic increase in SQL response timings. We'll revert these changes so we can work on a better solution in the mean time without GitLab.com (or other installations) experiecing reduced performance in the mean time. | ||||
* | | | Merge branch 'terminal-bundle-refactor' into 'master' | Jacob Schatz | 2018-03-02 | 4 | -3/+4 |
|\ \ \ | | | | | | | | | | | | | | | | | Removed terminal webpack bundle tag See merge request gitlab-org/gitlab-ce!17494 | ||||
| * | | | Removed terminal webpack bundle tagterminal-bundle-refactor | Constance Okoghenun | 2018-03-02 | 4 | -3/+4 |
| | | | | |||||
* | | | | Merge branch 'kp-add-query-param-support-search-token-endpoint' into 'master' | Kushal Pandya | 2018-03-02 | 7 | -2/+68 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Add support for query params for labels endpoint See merge request gitlab-org/gitlab-ce!17477 | ||||
| * | | | Add `isGroupDecendent` to init config | Kushal Pandya | 2018-03-02 | 3 | -0/+6 |
| | | | | |||||
| * | | | Add support for query params for labels endpoint | Kushal Pandya | 2018-03-02 | 4 | -2/+62 |
| |/ / | |||||
* | | | Merge branch 'remove-test-bundle' into 'master' | Clement Ho | 2018-03-02 | 4 | -5/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | Remove the "test" bundle and apply it conditionally within main.js See merge request gitlab-org/gitlab-ce!17472 | ||||
| * | | | remove the "test" bundle and apply it conditionally within main.jsremove-test-bundle | Mike Greiling | 2018-03-01 | 4 | -5/+5 |
| | | | | |||||
* | | | | Merge branch '41905_merge_request_and_issue_metrics' into 'master' | Sean McGivern | 2018-03-02 | 5 | -17/+118 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expose metrics in merge request api Closes #41905 See merge request gitlab-org/gitlab-ce!16589 | ||||
| * | | | | expose metrics in merge request api | haseeb | 2018-03-02 | 5 | -17/+118 |
|/ / / / | |||||
* | | | | Merge branch 'two_factor_auth_webpack_bundle_tag_refactor' into 'master' | Clement Ho | 2018-03-02 | 3 | -6/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Removes webpack bundle tag for two factor auth js See merge request gitlab-org/gitlab-ce!17330 | ||||
| * | | | | remove two_factor_auth bundletwo_factor_auth_webpack_bundle_tag_refactor | Mike Greiling | 2018-03-01 | 3 | -6/+1 |
| |/ / / | |||||
* | | | | Merge branch 'refactor-protected-branches' into 'master' | Jacob Schatz | 2018-03-02 | 4 | -13/+4 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove protected branches webpack bundle tag See merge request gitlab-org/gitlab-ce!17374 | ||||
| * | | | | Remove protected branches webpack bundle tag | Clement Ho | 2018-03-02 | 4 | -13/+4 |
|/ / / / | |||||
* | | | | Merge branch '33570-slack-notify-default-branch' into 'master' | Sean McGivern | 2018-03-02 | 3 | -3/+32 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Slack notifications - Respect "Notify only default branch" for push events Closes #33570 See merge request gitlab-org/gitlab-ce!17345 | ||||
| * | | | | SlackService - respect `notify_only_default_branch` for push events | Mario de la Ossa | 2018-03-02 | 3 | -3/+32 |
| | | | | | |||||
* | | | | | Merge branch 'docs-incoming-email-ce' into 'master' | Marcia Ramos | 2018-03-02 | 8 | -361/+436 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Update incoming emails documents See merge request gitlab-org/gitlab-ce!17481 | ||||
| * | | | | | Update incoming emails documentsdocs-incoming-email-ce | Lin Jen-Shin | 2018-03-02 | 8 | -361/+436 |
| | | | | | | |||||
* | | | | | | Merge branch ↵ | Sean McGivern | 2018-03-02 | 1 | -7/+7 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '43548-update-language-about-usage-ping-in-admin-settings-and-docs' into 'master' Resolve "Update language about usage ping in admin settings" Closes #43548 See merge request gitlab-org/gitlab-ce!17468 | ||||
| * | | | | | Clarify usage ping wording in admin area | Sean McGivern | 2018-03-02 | 1 | -7/+7 |
| | | | | | | |||||
* | | | | | | Merge branch 'feature/fetch-commit-signs-from-gitaly-in-batch' into 'master' | Sean McGivern | 2018-03-02 | 12 | -101/+193 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fetch commit signatures from Gitaly in batches Closes gitaly#1046 See merge request gitlab-org/gitlab-ce!17456 | ||||
| * | | | | | | Fetch commit signatures from Gitaly in batchesfeature/fetch-commit-signs-from-gitaly-in-batch | Ahmad Sherif | 2018-03-01 | 12 | -101/+193 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#1046 | ||||
* | | | | | | | Merge branch 'jprovazn-ancestor-labels' into 'master' | Grzegorz Bizon | 2018-03-02 | 5 | -7/+70 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support additional LabelsFinder parameters for group labels See merge request gitlab-org/gitlab-ce!17447 | ||||
| * | | | | | | | Allow to include also descendant group labels | Jan Provaznik | 2018-03-02 | 4 | -11/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because epic index page includes also epics from subgroups it's necessary to also get descendant group labels for filtering. https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4773#note_61236542 |