Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hivemind
Merge requests
!386
New implementation of docker executors on CI server
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
New implementation of docker executors on CI server
wb-new-docker-executor
into
develop
Overview
3
Commits
2
Pipelines
0
Changes
34
All threads resolved!
Hide all comments
Merged
Wojciech Barcik
requested to merge
wb-new-docker-executor
into
develop
4 years ago
Overview
3
Commits
2
Pipelines
0
Changes
25
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
version 2
version 7
a363cf12
4 years ago
version 6
ec15e5bd
4 years ago
version 5
e276b169
4 years ago
version 4
043b537a
4 years ago
version 3
812dc9cb
4 years ago
version 2
f600c00f
4 years ago
version 1
776b8f3a
4 years ago
develop (base)
and
version 5
latest version
31b22445
2 commits,
4 years ago
version 7
a363cf12
1 commit,
4 years ago
version 6
ec15e5bd
1 commit,
4 years ago
version 5
e276b169
5 commits,
4 years ago
version 4
043b537a
4 commits,
4 years ago
version 3
812dc9cb
3 commits,
4 years ago
version 2
f600c00f
2 commits,
4 years ago
version 1
776b8f3a
1 commit,
4 years ago
Show latest version
25 files
+
297
−
964
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
Search (e.g. *.vue) (Ctrl+P)
hive/db/sql_scripts/upgrade/upgrade_runtime_migration.sql
+
1
−
0
Options
@@ -166,6 +166,7 @@ values
,(
now
(),
'1f23e1326f3010bc84353aba82d4aa7ff2f999e4'
)
-- hive_posts_author_id_created_at_idx index def. to speedup hive_accounts_info_view.
,(
now
(),
'2a274e586454968a4f298a855a7e60394ed90bde'
)
-- get_number_of_unread_notifications speedup https://gitlab.syncad.com/hive/hivemind/-/merge_requests/348/diffs
,(
now
(),
'431fdaead7dcd69e4d2a45e7ce8a3186b8075515'
)
-- https://gitlab.syncad.com/hive/hivemind/-/merge_requests/367
,(
now
(),
'cc7bb174d40fe1a0e2221d5d7e1c332c344dca34'
)
-- https://gitlab.syncad.com/hive/hivemind/-/merge_requests/372
)
ds
(
patch_date
,
patch_revision
)
where
not
exists
(
select
null
from
hive_db_patch_level
hpl
where
hpl
.
patched_to_revision
=
ds
.
patch_revision
);
Loading