Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
schemas
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
schemas
Graph
mzebrak/tools
Select Git revision
Branches
20
abw_rc_scale
akociubinski/schemas_for_new_rc_api_methods
jziebinski/fix-custom-json
kmochocki/add-trx-id-to-broadcast-transaction
kmochocki/fix-hive-error-response
kmochocki/fixes
kmochocki/jziebinski/prepare-pydantic
kmochocki/minor-fixes
kmochocki/move-beekeeper-models
kmochocki/mt-api-fixes
kmochocki/mt-remove-notifications
kmochocki/overload-now-method
kmochocki/schemas-operations-revisited
kmochocki/tmp
kmochocki/wip
kudmich/add-hive_string_int-type
master
default
protected
mk-operation-parser
mkrzeminski/keyauth_fix_5m_MR_add_key_in_config
msobczyk/change-json-type-in-custom-json-operation
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
Jul
13
11
10
5
6
Jun
23
May
16
26
Apr
25
20
19
18
13
12
29
Mar
27
21
17
Feb
15
13
14
Dec
12
2
28
Nov
24
23
22
14
10
9
2
28
Oct
12
11
16
Sep
14
13
9
7
30
Aug
29
25
17
16
12
11
9
8
4
25
Jul
13
7
Jun
2
30
May
27
17
13
12
26
Apr
Add test of HiveInt
Fix TypeError in CustomJsonOperation
Asset is now union of Legacy and Nai. Union in models fields was useless
to json fields add option that it can be empty string
Add strict version of NaiAssets
Add docstrings in hive_fields_schemas files
Add new implementation of HiveDateTime field. Create strict and non-strict version
rename hive_fields_schemas/ to hive_fields_schemas_strict/, create file hive_fields_schemas for non-strict versions of fields
Added a py.typed file so that mypy will know to use our type annotations.
Move main project dir out of package/
Add simple tests for imports
Fix NameError: Field name "json" shadows a BaseModel attribute
Change modules structure to expose api for importing
Introduce AssetLegacy base class
Do not place pydantic typing under if TYPE_CHECKING
Create separate types module for type aliases
Rename asset classes
Create strict forms of the operations
Modify return type of CustomIdType validator
Modify HiveInt
Move docstring at the top of file hive_constants
Create Assets types which are unions of legacy and nai format
Create defaults values for operations that is not include in hive_constants
Rename defaults to hive_constants, delete usage of custom types in hive_constants
Fix typo in preconfigured_base_model, move this file to __private/
Change base class to PreconfiguredBaseModel to all classes(just PrecofifuredBaseModel inheritance from BaseModel)
Create HiveInt custom type
Add defaults file in __private/
Change memo to str type, create base abstract class for all assets
Add annotations to all functions, change code annoations according to mypy
Add type_checking to imports, changes in line with ruff
Enable pydantic plugin for mypy
Fix imports
Format code with Black
Run autofixes of basic pre-commit hooks
Exclude .old/ in pre-commit config
Move old package/ and tests/ inside .old/ directory
Change implement of from fields to pydantic Field with alias='from'
Create preconfigured class to manage properties of all classes
Switch the way of validation CustomIdType to __get_validator class method
Loading