- 09 Mar, 2020 40 commits
-
-
charlieablett authored
-Don't even add up the direct sums until we're ready to calculate everything - Modify tests - Make constants consistent COUNT_FACET is just COUNT - Add limit to db call
-
charlieablett authored
- Direct children
-
charlieablett authored
- Rename immediate to direct - Another matcher for calculated as well as direct sums - Remove unneeded constant methods - Test epic node state - Simplify epic tree load methods - Combine epic children and direct total assembly
-
charlieablett authored
- Remove utility classes - Store more state in EpicNode
-
charlieablett authored
Move from `app/graphql` to `lib/gitlab/graphql/aggregations/epics`
-
charlieablett authored
- Use shared context
-
charlieablett authored
Remove constants class from spec_helper
-
charlieablett authored
Without the feature flag, the DescendantCountService functionality is used instead
-
charlieablett authored
Loads epic tree into a data structure with epic id, iid, issue count and parent_id Add lazy resolver Connect CTE to a lazy resolver, which does a bulk query for all the epic aggregate (weight and count) rather than get a separate query for each. This also prevents us from having to get information we already have since one requested epic might be a child epic of another. Connect aggregate results with GraphQL type - Use a PORO to represent the data via method exposure Put together the recursive logic to sum the counts/weights while separating them by graphql facet (count or weight_sum).
-
Achilleas Pipinellis authored
Fix typos in monorepo package workflow docs See merge request gitlab-org/gitlab!26573
-
Kushal Pandya authored
Merge branch '207367-change-link-icons-on-security-configuration-page-to-follow-design-system' into 'master' Follow pajamas on security configuration (link icons) See merge request gitlab-org/gitlab!26340
-
Kushal Pandya authored
Use snowplow for user error reporting in trial See merge request gitlab-org/gitlab!24430
-
Kushal Pandya authored
Replace labels in Vue with gitlab-ui component See merge request gitlab-org/gitlab!21465
-
Florie Guibert authored
- Epic sidebar - Issue boards - Group Issues list
-
Achilleas Pipinellis authored
Support more query variables in custom dashboards per project Closes #35475 See merge request gitlab-org/gitlab!25732
-
Kirstie Cook authored
-
Achilleas Pipinellis authored
Docs: Note issue and workaround for Gitaly not updating listen address See merge request gitlab-org/gitlab!26492
-
Will Chandler authored
-
Achilleas Pipinellis authored
Update Packages development docs See merge request gitlab-org/gitlab!25125
-
David Fernandez authored
Add guidelines and sections for the first iteration on the MVC.
-
Shinya Maeda authored
Move finder for merge request pipelines to Ci namespace See merge request gitlab-org/gitlab!26645
-
Achilleas Pipinellis authored
Detail that gitlab:check won't work on component servers See merge request gitlab-org/gitlab!25299
-
Ben Bodenmiller authored
-
Martin Wortschack authored
Update js-cookie to latest version See merge request gitlab-org/gitlab!26753
-
Mike Greiling authored
Show cluster status (FE) See merge request gitlab-org/gitlab!26368
-
Martin Wortschack authored
Update GitLab Packages See merge request gitlab-org/gitlab!26486
-
Evan Read authored
New branch to fix rebase issue See merge request gitlab-org/gitlab!26428
-
Kelly Hair authored
This should be better.
-
Martin Wortschack authored
Refactor Snippet Edit File field to Vue See merge request gitlab-org/gitlab!26676
-
Martin Wortschack authored
Fix extra border on custom stage form groups Closes #207966 See merge request gitlab-org/gitlab!26729
-
Alper Akgun authored
Notifies about errors user's face through snowplow events
-
Mike Greiling authored
-
Dave Pisek authored
-
Dave Pisek authored
-
Dave Pisek authored
* Change links to documation from using 'external-link' symbols to 'More information' (https://design.gitlab.com/usability/helping-users/#formatting-help-content) * Add punctuation to sub-text
-
Kushal Pandya authored
Fix spinner in Create MR dropdown See merge request gitlab-org/gitlab!26679
-
Kushal Pandya authored
Filter sentry error list by status (resolved/ignored/unresolved) See merge request gitlab-org/gitlab!26205
-
Laura Montemayor authored
* Sets up dropdown * Adds actions, mutations, etc
-
Kushal Pandya authored
Merge branch '197139-transient-failure-in-karma-karma-foss-diffs-components-commit_item-renders-commit' into 'master' Refactor commit_item_spec from karma to jest Closes #197139 See merge request gitlab-org/gitlab!26588
-
Nicolò Maria Mezzopera authored
- remove karma file - move to jest, use VTU
-