Commit 7e08a78a authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Rémy Coutable

Update references in code from gitlab-ee to gitlab

parent c754f4ad
...@@ -4215,7 +4215,7 @@ Please view this file on the master branch, on stable branches it's out of date. ...@@ -4215,7 +4215,7 @@ Please view this file on the master branch, on stable branches it's out of date.
## 8.14.0 (2016-11-22) ## 8.14.0 (2016-11-22)
- Added Backfill service for Geo. !861 - Added Backfill service for Geo. !861
- Fix for autosuggested approvers(https://gitlab.com/gitlab-org/gitlab-ee/issues/1273). - Fix for autosuggested approvers(https://gitlab.com/gitlab-org/gitlab/issues/1273).
- Gracefully recover from previously failed rebase. - Gracefully recover from previously failed rebase.
- Disable retries for remote mirror update worker. !848 - Disable retries for remote mirror update worker. !848
- Fix Approvals API documentation. - Fix Approvals API documentation.
......
...@@ -8367,7 +8367,7 @@ entry. ...@@ -8367,7 +8367,7 @@ entry.
- Reinstate is_admin flag in users api when authenticated user is an admin. !12211 (rickettm) - Reinstate is_admin flag in users api when authenticated user is an admin. !12211 (rickettm)
- Fix edit button for deploy keys available from other projects. !12301 (Alexander Randa) - Fix edit button for deploy keys available from other projects. !12301 (Alexander Randa)
- Fix passing CI_ENVIRONMENT_NAME and CI_ENVIRONMENT_SLUG for CI_ENVIRONMENT_URL. !12344 - Fix passing CI_ENVIRONMENT_NAME and CI_ENVIRONMENT_SLUG for CI_ENVIRONMENT_URL. !12344
- Disable environment list refresh due to bug https://gitlab.com/gitlab-org/gitlab-ee/issues/2677. !12347 - Disable environment list refresh due to bug https://gitlab.com/gitlab-org/gitlab/issues/2677. !12347
- Standardize timeline note margins across different viewport sizes. !12364 - Standardize timeline note margins across different viewport sizes. !12364
- Fix Ordered Task List Items. !31483 (Jared Deckard <jared.deckard@gmail.com>) - Fix Ordered Task List Items. !31483 (Jared Deckard <jared.deckard@gmail.com>)
- Upgrade dependency to Go 1.8.3. !31943 - Upgrade dependency to Go 1.8.3. !31943
......
...@@ -311,7 +311,7 @@ gem 'gettext', '~> 3.2.2', require: false, group: :development ...@@ -311,7 +311,7 @@ gem 'gettext', '~> 3.2.2', require: false, group: :development
gem 'batch-loader', '~> 1.4.0' gem 'batch-loader', '~> 1.4.0'
# Perf bar # Perf bar
# https://gitlab.com/gitlab-org/gitlab-ee/issues/13996 # https://gitlab.com/gitlab-org/gitlab/issues/13996
gem 'gitlab-peek', '~> 0.0.1', require: 'peek' gem 'gitlab-peek', '~> 0.0.1', require: 'peek'
# Snowplow events tracking # Snowplow events tracking
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Sync remaining records for issues/merge_requests tables where state_id # Sync remaining records for issues/merge_requests tables where state_id
# is still null. # is still null.
# For more information check: https://gitlab.com/gitlab-org/gitlab-ee/issues/26823 # For more information check: https://gitlab.com/gitlab-org/gitlab/issues/26823
# It creates a temporary index before performing the UPDATES to sync values. # It creates a temporary index before performing the UPDATES to sync values.
# #
# In 09-11-2019 we have the following numbers for records with state_id == nil: # In 09-11-2019 we have the following numbers for records with state_id == nil:
......
...@@ -292,7 +292,7 @@ module EE ...@@ -292,7 +292,7 @@ module EE
# We do not currently internationalize our system notes, # We do not currently internationalize our system notes,
# instead we just produce English-language descriptions. # instead we just produce English-language descriptions.
# See: https://gitlab.com/gitlab-org/gitlab/issues/30408 # See: https://gitlab.com/gitlab-org/gitlab/issues/30408
# See: https://gitlab.com/gitlab-org/gitlab-ee/issues/14056 # See: https://gitlab.com/gitlab-org/gitlab/issues/14056
def design_event_note_data(event) def design_event_note_data(event)
case event case event
when DesignManagement::Action.events[:creation] when DesignManagement::Action.events[:creation]
......
...@@ -299,7 +299,7 @@ describe "Git HTTP requests (Geo)", :geo do ...@@ -299,7 +299,7 @@ describe "Git HTTP requests (Geo)", :geo do
# * Gitaly outputs the messages in the stream of Proto messages # * Gitaly outputs the messages in the stream of Proto messages
# * Pipe the output through Workhorse and NGINX # * Pipe the output through Workhorse and NGINX
# #
# See https://gitlab.com/gitlab-org/gitlab-ee/issues/9195 # See https://gitlab.com/gitlab-org/gitlab/issues/9195
# #
it 'stores the secondary node ID so the internal API post_receive request can generate the replication lag message' do it 'stores the secondary node ID so the internal API post_receive request can generate the replication lag message' do
is_expected.to have_gitlab_http_status(:ok) is_expected.to have_gitlab_http_status(:ok)
......
...@@ -20,7 +20,7 @@ module QA ...@@ -20,7 +20,7 @@ module QA
end end
end end
# Bug issue: https://gitlab.com/gitlab-org/gitlab-ee/issues/14756 # Bug issue: https://gitlab.com/gitlab-org/gitlab/issues/14756
context 'Disable and Enable LFS', :quarantine do context 'Disable and Enable LFS', :quarantine do
before do before do
sign_in sign_in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment