该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 11月 09, 2019
-
-
由 Stan Hu 创作于
Some OpenID servers are configured to format the request to the client application as a POST request (form_post). This version of the gem allows you to actually use an unused configuration option.
-
由 Michael Kozono 创作于
Only enable protected paths for POST requests See merge request gitlab-org/gitlab!19184
-
由 Robert Speicher 创作于
This reverts commit 756ba726.
-
由 GitLab Release Tools Bot 创作于
GroupPackageFinder to filter private repos See merge request gitlab/gitlab-ee!1413
-
由 Imre Farkas 创作于
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 创作于
Allows interruptible keyword in default Closes #33213 See merge request gitlab-org/gitlab!18841
-
由 Cédric Tabin 创作于
-
由 Robert Speicher 创作于
See merge request gitlab-org/gitlab!17933
-
由 Robert Speicher 创作于
Improve performance of API merge request commits endpoint See merge request gitlab-org/gitlab!19500
-
由 Robert Speicher 创作于
Remove unnecessary SQL queries from avatar requests See merge request gitlab-org/gitlab!19822
-
由 Robert Speicher 创作于
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 创作于
- Add pod logs redirect route - Redirect to default env when not set - Create new ee specific link file - Add link locale string
-
Quarantine flaky member_leaves_project_spec.rb See merge request gitlab-org/gitlab!19829
-
Wait for approval before continuing with the test Closes #35525 See merge request gitlab-org/gitlab!19797
-
由 Lucas Charles 创作于
-
Resolve "Detail view of Sentry error in GitLab" See merge request gitlab-org/gitlab!19137
-
由 Sean Arnold 创作于
- API call for Basic error data - API call for last occurance - Use reactive caching - Add route endpoint
-
由 Andreas Brandl 创作于
Resolve "Follow-up from "Adjusts snowplow to use cookies for sessions"" Closes #31222 See merge request gitlab-org/gitlab!19252
-
- 11月 08, 2019
-
-
由 Pavel Shutsin 创作于
Users shouldn't be able to select dates for filtering earlier than the feature was introduced.
-
由 Lin Jen-Shin 创作于
Add company question to profile information See merge request gitlab-org/gitlab!17999
-
由 Sean McGivern 创作于
Added clarification comment to the count_key Closes #34126 See merge request gitlab-org/gitlab!19817
-
由 Jan Provaznik 创作于
-
由 Doug Stull 创作于
-
由 Doug Stull 创作于
- this falls more inline with our nomenclature for what we call the snowplow instance
-
由 Sean McGivern 创作于
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 创作于
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 创作于
This change adds the required columns in the namespaces table for this feature to work.
-
由 Andreas Brandl 创作于
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 创作于
Revert "Merge branch '35289-remove-existence-check-in-url-constrainer' into 'master'" See merge request gitlab-org/gitlab!19803
-
由 Andreas Brandl 创作于
Move batching from AR query to oids array See merge request gitlab-org/gitlab!19709
-
由 Jan Provaznik 创作于
Creates destroy cluster service See merge request gitlab-org/gitlab!18220
-
由 João Cunha 创作于
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 创作于
- 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 创作于
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 创作于
Add start a trial option in top right user dropdown Closes #35637 See merge request gitlab-org/gitlab!19632
-
由 Alper Akgun 创作于
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 创作于
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 创作于
Fix productivity analytics listing with multiple labels Closes #33182 See merge request gitlab-org/gitlab!19238
-
由 Grzegorz Bizon 创作于
Fix support for `needs:` and `parallel:` Closes #30675 and #14928 See merge request gitlab-org/gitlab!19467
-
由 Bob Van Landuyt 创作于
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.
-