Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HELpy
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
HELpy
Commits
c6a36ff5
Commit
c6a36ff5
authored
1 year ago
by
Mariusz Trela
Browse files
Options
Downloads
Patches
Plain Diff
Bump `schema`, `hive` - `config` pattern changed
parent
fc9aae01
No related branches found
No related tags found
1 merge request
!38
Bump schema - `config` pattern changed
Pipeline
#89729
passed
1 year ago
Stage: static_code_analysis
Stage: build
Stage: tests
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
hive
+1
-1
1 addition, 1 deletion
hive
poetry.lock
+4
-4
4 additions, 4 deletions
poetry.lock
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
7 additions
and
8 deletions
.gitlab-ci.yml
+
1
−
2
View file @
c6a36ff5
...
@@ -29,8 +29,7 @@ variables:
...
@@ -29,8 +29,7 @@ variables:
include
:
include
:
-
project
:
'
hive/hive'
-
project
:
'
hive/hive'
# This has to be the same as the commit checked out in the submodule
ref
:
5c97384b9b6c3981c28ba2f789acd634f9ff59f6
ref
:
2c5e0bca0a2725bc5e4fbf4280e0a3c862d21bb6
file
:
'
/scripts/ci-helpers/prepare_data_image_job.yml'
file
:
'
/scripts/ci-helpers/prepare_data_image_job.yml'
-
project
:
'
hive/common-ci-configuration'
-
project
:
'
hive/common-ci-configuration'
# This should be the same version of Common CI defined in /hive/scripts/ci-helpers/prepare_data_image_job.yml
# This should be the same version of Common CI defined in /hive/scripts/ci-helpers/prepare_data_image_job.yml
...
...
This diff is collapsed.
Click to expand it.
hive
@
5c97384b
Compare
2c5e0bca
...
5c97384b
Subproject commit
2c5e0bca0a2725bc5e4fbf4280e0a3c862d21bb
6
Subproject commit
5c97384b9b6c3981c28ba2f789acd634f9ff59f
6
This diff is collapsed.
Click to expand it.
poetry.lock
+
4
−
4
View file @
c6a36ff5
# This file is automatically @generated by Poetry 1.
6.1
and should not be changed by hand.
# This file is automatically @generated by Poetry 1.
8.2
and should not be changed by hand.
[[package]]
[[package]]
name
=
"aiohttp"
name
=
"aiohttp"
...
@@ -1050,12 +1050,12 @@ files = [
...
@@ -1050,12 +1050,12 @@ files = [
[[
package
]]
[[
package
]]
name
=
"schemas"
name
=
"schemas"
version
=
"0.0.1.dev2
89+4b5f474
"
version
=
"0.0.1.dev2
90+bb2552a
"
description
=
"Tools for checking if message fits expected format"
description
=
"Tools for checking if message fits expected format"
optional
=
false
optional
=
false
python-versions
=
">
=
3.10
,
<
4.0
"
python-versions
=
">
=
3.10
,
<
4.0
"
files
=
[
files
=
[
{file
=
"schemas-0.0.1.dev2
89+4b5f474
-py3-none-any.whl"
,
hash
=
"sha256:
6f206459e576132c137a7caf76308b49c83b65cac3e07ca188f980fdadb8a2c7
"
}
,
{file
=
"schemas-0.0.1.dev2
90+bb2552a
-py3-none-any.whl"
,
hash
=
"sha256:
c32cd9091edf290580712114e7b91e0b8054bbb5d69d4417791663f95300955d
"
}
,
]
]
[
package.dependencies
]
[
package.dependencies
]
...
@@ -1331,4 +1331,4 @@ multidict = ">=4.0"
...
@@ -1331,4 +1331,4 @@ multidict = ">=4.0"
[
metadata
]
[
metadata
]
lock-version
=
"2.0"
lock-version
=
"2.0"
python-versions
=
"^3.10"
python-versions
=
"^3.10"
content-hash
=
"
1051bf0ecf4488a610c08a6adc2cd81624fda9192d865f8a801926786cb857e7
"
content-hash
=
"
84d81b1dc6ad05a799dc5db512ee816d4c29585e46eb62ef55718aed5cce833f
"
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
c6a36ff5
...
@@ -35,7 +35,7 @@ httpx = { extras = ["http2"], version = "0.23.3" }
...
@@ -35,7 +35,7 @@ httpx = { extras = ["http2"], version = "0.23.3" }
requests
=
"2.27.1"
requests
=
"2.27.1"
aiohttp
=
"3.9.1"
aiohttp
=
"3.9.1"
wax
=
"0.0.3a2.dev39+44db07f"
wax
=
"0.0.3a2.dev39+44db07f"
schemas
=
"0.0.1.dev2
89+4b5f474
"
schemas
=
"0.0.1.dev2
90+bb2552a
"
[tool.poetry.group.dev.dependencies]
[tool.poetry.group.dev.dependencies]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment