Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Custom issue tracker
Code
Merge requests
0
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
perxis
perxis-python
Commits
7679d9be
Commit
7679d9be
authored
6 months ago
by
teplyakov
Browse files
Options
Downloads
Patches
Plain Diff
Revert "feat:
AUTO-3479
Add State enum"
This reverts commit
46169340
.
parent
957eb5b6
No related branches found
No related tags found
1 merge request
!74
feat: AUTO-3479 Add State enum
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
perxis-proto
+1
-1
1 addition, 1 deletion
perxis-proto
perxis/models.py
+0
-9
0 additions, 9 deletions
perxis/models.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
11 deletions
perxis-proto
@
f10336dc
Compare
00019d48
...
f10336dc
Subproject commit
00019d48da9824bbf43354502f15d5ea4016f931
Subproject commit
f10336dc4a4f58111c12dd95afec82be18388803
This diff is collapsed.
Click to expand it.
perxis/models.py
+
0
−
9
View file @
7679d9be
import
enum
from
dataclasses
import
dataclass
from
dataclasses
import
dataclass
...
@@ -8,10 +6,3 @@ class Reference:
...
@@ -8,10 +6,3 @@ class Reference:
id
:
str
id
:
str
collection_id
:
str
collection_id
:
str
disabled
:
bool
=
False
disabled
:
bool
=
False
class
State
(
str
,
enum
.
Enum
):
DRAFT
=
"
DRAFT
"
PUBLISHED
=
"
PUBLISHED
"
CHANGED
=
"
CHANGED
"
ARCHIVED
=
"
ARCHIVED
"
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
7679d9be
...
@@ -14,7 +14,7 @@ def load_requirements():
...
@@ -14,7 +14,7 @@ def load_requirements():
setup
(
setup
(
name
=
'
perxis
'
,
name
=
'
perxis
'
,
version
=
'
1.7.
3
'
,
version
=
'
1.7.
2
'
,
description
=
'
Perxis python client
'
,
description
=
'
Perxis python client
'
,
long_description
=
long_description
,
long_description
=
long_description
,
long_description_content_type
=
'
text/markdown
'
,
long_description_content_type
=
'
text/markdown
'
,
...
...
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