Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Make sure all queries are limited to the page size | Bob Van Landuyt | 2017-10-04 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | And fix some pagination bugs | |||||
| * | | | Fix nesting bug when rendering children of a shared subgroup | Bob Van Landuyt | 2017-10-04 | 1 | -0/+26 | |
| | | | | ||||||
| * | | | Minimize the number of queries by preloading counts and ancestors | Bob Van Landuyt | 2017-10-04 | 1 | -23/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By preloading the count of members, projects and subgroups of a group, we don't need to query them later. We also preload the entire hierarchy for a search result and include the counts so we don't need to query for them again | |||||
| * | | | Improve number of queries | Bob Van Landuyt | 2017-10-04 | 1 | -25/+25 | |
| | | | | | | | | | | | | | | | | And document what extra queries are still being performed. | |||||
| * | | | Include pagination when rendering expanded hierarchies | Bob Van Landuyt | 2017-10-04 | 1 | -0/+12 | |
| | | | | ||||||
| * | | | [WIP] improve number of queries when rendering a hierarchy | Bob Van Landuyt | 2017-10-04 | 1 | -12/+19 | |
| | | | | ||||||
| * | | | Search subgroups on dashboard and explore views | Bob Van Landuyt | 2017-10-04 | 2 | -2/+23 | |
| | | | | ||||||
| * | | | Reuse the groups tree for explore and dashboard. | Bob Van Landuyt | 2017-10-04 | 4 | -75/+168 | |
| | | | | ||||||
| * | | | Use same response-body in groups-dashboard as we do for group-home | Bob Van Landuyt | 2017-10-04 | 1 | -0/+29 | |
| | | | | ||||||
| * | | | Limit the amount of queries per row | Bob Van Landuyt | 2017-10-04 | 1 | -6/+79 | |
| | | | | ||||||
| * | | | Allow filtering children for a group | Bob Van Landuyt | 2017-10-04 | 1 | -0/+30 | |
| | | | | | | | | | | | | | | | | | | | | When fetching children for a group with a filter, we will search all nested groups for results and render them in an expanded tree | |||||
| * | | | Add pagination for children | Bob Van Landuyt | 2017-10-04 | 1 | -0/+18 | |
| | | | | ||||||
| * | | | Update `children` route to handle projects and groups | Bob Van Landuyt | 2017-10-04 | 1 | -21/+61 | |
| | | | | ||||||
| * | | | Remove the subgroups path on a group | Bob Van Landuyt | 2017-10-04 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Create a Gitlab::Git submodule for conlict-related files | Alejandro Rodríguez | 2017-10-12 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | Rename classes to (hopefully) clearer names while we're doing that. | |||||
* | | | | Refactor conflict resolution to contain git ops within Gitlab::Git | Alejandro Rodríguez | 2017-10-12 | 1 | -4/+4 | |
| |/ / |/| | | | | | | | | | | | This prepares the codebase for a Gitaly migration. See https://gitlab.com/gitlab-org/gitaly/issues/553 | |||||
* | | | Stop using `branch_names.include?` and use `branch_exists?` | Andrew Newdigate | 2017-10-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Replaces `tag: true` into `:tag` in the specs | Jacopo | 2017-10-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection. | |||||
* | | | Add a project forks spec helper | Bob Van Landuyt | 2017-10-07 | 5 | -40/+35 | |
| | | | | | | | | | | | | | | | The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk. | |||||
* | | | Show confirmation modal before deleting account | Winnie Hellmann | 2017-10-06 | 1 | -4/+60 | |
| | | | ||||||
* | | | Merge branch ↵ | Kamil Trzciński | 2017-10-06 | 2 | -0/+357 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' into 'master' Create Kubernetes cluster on GKE from k8s service Closes #35954 See merge request gitlab-org/gitlab-ce!14470 | |||||
| * | | | Improve redirect uri state and fix all remaining tests | Kamil Trzcinski | 2017-10-06 | 2 | -8/+7 | |
| | | | | ||||||
| * | | | Use short path project_clusters_url | Shinya Maeda | 2017-10-06 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge branch 'master' into ↵ | Shinya Maeda | 2017-10-06 | 4 | -14/+87 | |
| |\ \ \ | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service | |||||
| * | | | | Security fix: redirection in google_api/authorizations_controller | Shinya Maeda | 2017-10-06 | 1 | -8/+15 | |
| | | | | | ||||||
| * | | | | Fix almost all unresolved comments from Docs and UX review | Kamil Trzcinski | 2017-10-05 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Add ClusterPresenter. Fix Static Analysys. | Shinya Maeda | 2017-10-06 | 1 | -11/+9 | |
| | | | | | ||||||
| * | | | | Merge branch ↵ | Kamil Trzcinski | 2017-10-05 | 1 | -0/+43 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' of gitlab.com:gitlab-org/gitlab-ce into feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service | |||||
| | * | | | | spec/features/projects/clusters_spec. Fix static analysys | Shinya Maeda | 2017-10-05 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | authorizations_controller_spec. cluster_policy_spec. | Shinya Maeda | 2017-10-05 | 1 | -0/+43 | |
| | | |/ / | | |/| | | ||||||
| * | | | | Added cluster controller specs | Kamil Trzcinski | 2017-10-05 | 1 | -0/+310 | |
| | | | | | ||||||
* | | | | | Merge branch '18608-lock-issues-v2' into 'master' | Sean McGivern | 2017-10-06 | 1 | -0/+50 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531 | |||||
| * | | | | Merge remote-tracking branch 'origin/master' into 18608-lock-issues | Luke "Jared" Bennett | 2017-09-20 | 3 | -0/+76 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| * | | | | Create system notes for MR too, improve doc + clean up code | Jarka Kadlecova | 2017-09-14 | 1 | -0/+9 | |
| | | | | | ||||||
| * | | | | Check the discussion lock only for issuables & clean style | Jarka Kadlecova | 2017-09-14 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Support discussion locking in the backend | Jarka Kadlecova | 2017-09-14 | 1 | -0/+41 | |
| | | | | | ||||||
* | | | | | Merge branch '34102-online-view-of-artifacts-fe' into 'master' | Nick Thomas | 2017-10-05 | 1 | -11/+59 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add external link for online artifacts Closes #34102 See merge request gitlab-org/gitlab-ce!14399 | |||||
| * | | | | | Test against public projects | Zeger-Jan van de Weg | 2017-10-05 | 1 | -1/+20 | |
| | | | | | | ||||||
| * | | | | | Incorporate feedback | Zeger-Jan van de Weg | 2017-10-04 | 1 | -9/+33 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into 34102-online-view-of-artifacts-fe | Eric Eastwood | 2017-10-04 | 6 | -182/+195 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Redirect to pages daemon | Zeger-Jan van de Weg | 2017-10-03 | 1 | -4/+9 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'zj-gitaly-namespace-service' into 'master' | Douwe Maan | 2017-10-05 | 2 | -2/+3 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gitaly namespace service enabled for GitLab See merge request gitlab-org/gitlab-ce!14274 | |||||
| * | | | | | | Fix namespace deletion tests | Zeger-Jan van de Weg | 2017-10-05 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Gitaly namespace service enabled for GitLab | Zeger-Jan van de Weg | 2017-10-05 | 1 | -1/+2 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'save-a-query-on-todos-with-no-filters' into 'master' | Yorick Peterse | 2017-10-05 | 1 | -1/+25 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | Save a query on the todos index page See merge request gitlab-org/gitlab-ce!14686 | |||||
| * | | | | | Save a query on the todos index pagesave-a-query-on-todos-with-no-filters | Sean McGivern | 2017-10-04 | 1 | -1/+25 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | When there are no filters, we can get the total todos count from the cached count on the user object, instead of performing a DB query. This query takes about 80ms for me on GitLab.com. | |||||
* | | | | | Merge branch 'master' into ↵ | Douwe Maan | 2017-10-05 | 8 | -210/+313 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | digitalmoksha/gitlab-ce-feature/verify_secondary_emails # Conflicts: # app/controllers/admin/users_controller.rb # app/controllers/confirmations_controller.rb # app/controllers/profiles/emails_controller.rb # app/models/user.rb # app/services/emails/base_service.rb # app/services/emails/destroy_service.rb # app/views/devise/mailer/confirmation_instructions.html.haml # lib/api/users.rb # spec/services/emails/destroy_service_spec.rb | |||||
| * | | | | Merge branch '31050-registry-image-lists' into 'master' | Grzegorz Bizon | 2017-10-04 | 2 | -16/+118 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lazy load and paginate registry image list Closes #31050 See merge request gitlab-org/gitlab-ce!14303 | |||||
| | * | | | | Fix rubocop error31050-registry-image-lists | Filipa Lacerda | 2017-10-03 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Fix rubocop failures | Kamil Trzcinski | 2017-10-03 | 1 | -8/+8 | |
| | | | | | |