- 08 Nov, 2019 40 commits
-
-
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
-
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.
-
Kushal Pandya authored
Move release meta-data into footer on Releases page See merge request gitlab-org/gitlab!19451
-
Phil Hughes authored
Update designs of flash messages sitewide See merge request gitlab-org/gitlab!18369
-
Justin Ho Tuan Duong authored
-
Grzegorz Bizon authored
Use CI_DEFAULT_BRANCH in Auto DevOps templates Closes #33601 See merge request gitlab-org/gitlab!19454
-
Avielle Wolfe authored
We now have a CI_DEFAULT_BRANCH variable for use in our Auto DevOps CI templates, which allows us to code logic for any default branch, not just those named `master`. This change was previously released with the intention that the variable would be interpolated under the `ref` key of `only/except`, but that didn't work so I reverted it. Now it exists under the `variables` key, where it seems to be working. https://gitlab.com/gitlab-org/gitlab/issues/33601
-
Phil Hughes authored
Merge branch '35613-refactor-secondstomilliseconds-to-make-this-available-for-importing' into 'master' Refactor secondsToMilliseconds to make this available for importing Closes #35613 See merge request gitlab-org/gitlab!19703
-
Nick Kipling authored
Moved secondsToMilliseconds into datetime_utility Updated usage inside monitoring Updated usage throughout test_reports Added test case
-
Phil Hughes authored
Update GCP credit URLs See merge request gitlab-org/gitlab!19683
-
Jacques Erasmus authored
Updated the GCP credit URLs
-
James Lopez authored
Refactor Maximum User Counts See merge request gitlab-org/gitlab!19071
-
Brian Kabiro authored
- add `maximum_user_count` to License model and view helpers - add `maximum_user_count` to the API response`
-