- 09 Nov, 2019 3 commits
-
-
Michael Kozono authored
Only enable protected paths for POST requests See merge request gitlab-org/gitlab!19184
-
Robert Speicher authored
This reverts commit 756ba726.
-
GitLab Release Tools Bot authored
GroupPackageFinder to filter private repos See merge request gitlab/gitlab-ee!1413
-
- 08 Nov, 2019 37 commits
-
-
Imre Farkas authored
Merge branch '33257-prevent-accidental-deletions-via-soft-delete-for-groups-db-changes' into 'master' Resolve "Prevent accidental deletions via soft delete for groups" - db changes (MR: 1/n) See merge request gitlab-org/gitlab!19342
-
Kamil Trzciński authored
Allows interruptible keyword in default Closes #33213 See merge request gitlab-org/gitlab!18841
-
Cédric Tabin authored
-
Robert Speicher authored
See merge request gitlab-org/gitlab!17933
-
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
-
Pavel Shutsin authored
Users shouldn't be able to select dates for filtering earlier than the feature was introduced.
-
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.
-
manojmj authored
This change adds the required columns in the namespaces table for this feature to work.
-
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
-