Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
haf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
haf
Merge requests
!601
test execution does not modify sources
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
test execution does not modify sources
mi/problem_with_test_modified_sql
into
develop
Overview
0
Commits
1
Pipelines
14
Changes
2
Merged
Marcin
requested to merge
mi/problem_with_test_modified_sql
into
develop
3 months ago
Overview
0
Commits
1
Pipelines
14
Changes
2
Expand
0
0
Merge request reports
Compare
develop
version 13
00c6cd41
3 months ago
version 12
e547fadb
3 months ago
version 11
3bb48cf0
3 months ago
version 10
7100e1cd
3 months ago
version 9
670d813f
3 months ago
version 8
0316b5cb
3 months ago
version 7
46f2b428
3 months ago
version 6
3a8a1e46
3 months ago
version 5
28d81a09
3 months ago
version 4
70b011ee
3 months ago
version 3
d3a57bf6
3 months ago
version 2
38ada18d
3 months ago
version 1
41e7cf1d
3 months ago
develop (base)
and
latest version
latest version
aacbfdbf
1 commit,
3 months ago
version 13
00c6cd41
11 commits,
3 months ago
version 12
e547fadb
10 commits,
3 months ago
version 11
3bb48cf0
9 commits,
3 months ago
version 10
7100e1cd
8 commits,
3 months ago
version 9
670d813f
8 commits,
3 months ago
version 8
0316b5cb
8 commits,
3 months ago
version 7
46f2b428
8 commits,
3 months ago
version 6
3a8a1e46
7 commits,
3 months ago
version 5
28d81a09
6 commits,
3 months ago
version 4
70b011ee
5 commits,
3 months ago
version 3
d3a57bf6
5 commits,
3 months ago
version 2
38ada18d
5 commits,
3 months ago
version 1
41e7cf1d
4 commits,
3 months ago
2 files
+
31
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/hive_fork_manager/hived_api.sql
+
0
−
12
Options
@@ -565,15 +565,3 @@ END;
$
BODY
$
;
CREATE
OR
REPLACE
FUNCTION
hive
.
test
()
RETURNS
VOID
LANGUAGE
plpgsql
IMMUTABLE
AS
$
BODY
$
BEGIN
RETURN
;
END
;
$
BODY
$
;
Loading