- 08 Nov, 2019 40 commits
-
-
Robert Speicher authored
Improve performance of API merge request commits endpoint See merge request gitlab-org/gitlab!19500
-
Robert Speicher authored
Remove unnecessary SQL queries from avatar requests See merge request gitlab-org/gitlab!19822
-
Robert Speicher authored
Add new link to "Pod logs" in sidebar and create empty state page when no environment is available See merge request gitlab-org/gitlab!19471
-
Miguel Rincon authored
- Add pod logs redirect route - Redirect to default env when not set - Create new ee specific link file - Add link locale string
-
Douglas Barbosa Alexandre authored
Quarantine flaky member_leaves_project_spec.rb See merge request gitlab-org/gitlab!19829
-
Walmyr Lima e Silva Filho authored
Wait for approval before continuing with the test Closes #35525 See merge request gitlab-org/gitlab!19797
-
Lucas Charles authored
-
Douglas Barbosa Alexandre authored
Resolve "Detail view of Sentry error in GitLab" See merge request gitlab-org/gitlab!19137
-
Sean Arnold authored
- API call for Basic error data - API call for last occurance - Use reactive caching - Add route endpoint
-
Andreas Brandl authored
Resolve "Follow-up from "Adjusts snowplow to use cookies for sessions"" Closes #31222 See merge request gitlab-org/gitlab!19252
-
Lin Jen-Shin authored
Add company question to profile information See merge request gitlab-org/gitlab!17999
-
Sean McGivern authored
Added clarification comment to the count_key Closes #34126 See merge request gitlab-org/gitlab!19817
-
Jan Provaznik authored
-
Doug Stull authored
-
Doug Stull authored
- this falls more inline with our nomenclature for what we call the snowplow instance
-
Sean McGivern authored
Instead of excluding XHRs for these actions, we only want to perform them when we're serving an HTML page. If we're serving an image or an Atom feed, they are mostly useless: 1. Gon variables can't be used by an image. 2. Redirects won't be seen if an image is embedded in another page.
-
Sean McGivern authored
UploadsActions memoizes the result of `#find_model` in `#model`. That means that if we call `#find_model` first, we'll run the query twice. As `#model` is memoized, we don't need the `before_action` at all anyway.
-
Andreas Brandl authored
Merge branch '10286-geo-sql-statement-times-out-whilst-determining-lfs-objects-to-sync' into 'master' Geo - Improve query to determine LFS objects to sync when selective sync is enabled See merge request gitlab-org/gitlab!19580
-
Sean McGivern authored
Revert "Merge branch '35289-remove-existence-check-in-url-constrainer' into 'master'" See merge request gitlab-org/gitlab!19803
-
Andreas Brandl authored
Move batching from AR query to oids array See merge request gitlab-org/gitlab!19709
-
Jan Provaznik authored
Creates destroy cluster service See merge request gitlab-org/gitlab!18220
-
João Cunha authored
The service will later on receive params and extend its functionality to either simply remove the cluster or remove cluster and its resources depending on the params sent by the frontend
-
Alex Buijs authored
- Simplify signup service - Retain submitted form information on error - Show full name when it has been filled in already - Move setup_for_company attribute to the user_preferences table - Used sass variable for padding - Updated specs to Four-Phase Test Pattern - Explicitly set layout - Fix redirect logic - Display all possible error messages
-
Alex Buijs authored
Ask if a user is setting up GitLab for a company or not during the signup process. This info is stored in the users table and later used for experiments by the growth team.
-
James Lopez authored
Add start a trial option in top right user dropdown Closes #35637 See merge request gitlab-org/gitlab!19632
-
Alper Akgun authored
Users are used to find trial and upgrade links in the user menu in most applications. We add this to top user menu only for gitlab.com users which are eligible for trials
-
Andreas Brandl authored
Merge branch '30229-gitlab-backgroundmigration-pruneorphanedgeoevents-did-you-mean-pruneoldeventsworker' into 'master' Fix: undefined PruneOrphanedGeoEvents Closes #30229 See merge request gitlab-org/gitlab!19638
-
Andreas Brandl authored
Fix productivity analytics listing with multiple labels Closes #33182 See merge request gitlab-org/gitlab!19238
-
Grzegorz Bizon authored
Fix support for `needs:` and `parallel:` Closes #30675 and #14928 See merge request gitlab-org/gitlab!19467
-
Bob Van Landuyt authored
This limits the number of object ids that would be linked at once. We only noticed a problem before with 30_000 oids, this limit is well beyond that and with the updated queries we should be able to handle that.
-
Kerri Miller authored
This will make sure we only query 3 times per batch of LFS objects: - The existing LFS objects in a batch - The existing LFS objects not linked to the project - The insert for the LFS objects to link them to the project
-
Kerri Miller authored
Since oids can be an unbounded array, extremely large sets of oids can cause query parsing problems in PG, leading to timeoutes, clogging logs, etc.
-
Lin Jen-Shin authored
Revert "Merge branch '34422-get-single-vulnerability-api' into 'master'" Closes #35916 See merge request gitlab-org/gitlab!19813
-
Kushal Pandya authored
Avoid client side double linking of links in blobs Closes #35120 See merge request gitlab-org/gitlab!19464
-
Jan Beckmann authored
Adjust regex to ignore links which are part of a html link Fixes #35120
-
Sean McGivern authored
This reverts merge request !19079
-
Natalia Tepluhina authored
Fix spelling error in UI See merge request gitlab-org/gitlab!17022
-
Russell Dickenson authored
-
Kushal Pandya authored
Resolve "Design Management GraphQL Uses Deprecated Field `designs`" See merge request gitlab-org/gitlab!19472
-
Tom Quirk authored
For the "project" graphql query, `designCollection` replaces the deprecated `designs` key, and subsequent uses of this query’s result are also resolved. The `designs` type has also been removed. Always use `designCollection` going forward.
-