Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Server Assemble
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Assemble
  • Server Assemble
  • Merge requests
  • !2

Merged
Created 1 year ago by Vladislav Korostylev@surendoyMaintainer

MVP

  • Overview 0
  • Commits 66
  • Changes 68
  • Vladislav Korostylev @surendoy approved this merge request 1 year ago

    approved this merge request

  • Александр Запорожских @MrApple100 mentioned in commit 0389fb61 1 year ago

    mentioned in commit 0389fb61

  • Александр Запорожских @MrApple100 merged 1 year ago

    merged

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • main (base)

and
  • latest version
    a04f2dc0
    66 commits, 1 year ago

68 files
+ 2897
- 81

    Preferences

    File browser
    Compare changes
ale‎mbic‎
vers‎ions‎
2024_04_23_2237-999a‎cf55dddb_up_tables.py‎ +121 -0
REA‎DME‎ +2 -0
env‎.py‎ +99 -0
script.‎py.mako‎ +26 -0
doc‎ker‎
app‎.sh‎ +6 -0
s‎rc‎
assem‎blies‎
__ini‎t__.py‎ +0 -0
except‎ions.py‎ +6 -0
mode‎ls.py‎ +67 -0
rout‎er.py‎ +116 -0
schem‎as.py‎ +50 -0
servi‎ce.py‎ +196 -0
au‎th‎
__ini‎t__.py‎ +0 -0
consta‎nts.py‎ +3 -0
except‎ions.py‎ +11 -0
schem‎as.py‎ +9 -0
util‎s.py‎ +64 -0
compo‎nents‎
__ini‎t__.py‎ +0 -0
except‎ions.py‎ +11 -0
mode‎ls.py‎ +48 -0
rout‎er.py‎ +96 -0
schem‎as.py‎ +11 -0
servi‎ce.py‎ +131 -0
conta‎iners‎
__ini‎t__.py‎ +0 -0
except‎ions.py‎ +16 -0
mode‎ls.py‎ +25 -0
rout‎er.py‎ +94 -0
schem‎as.py‎ +22 -0
servi‎ce.py‎ +79 -0
fi‎les‎
__ini‎t__.py‎ +0 -0
util‎s.py‎ +9 -0
ima‎ges‎
__ini‎t__.py‎ +0 -0
depende‎ncies.py‎ +16 -0
except‎ions.py‎ +10 -0
schem‎as.py‎ +11 -0
util‎s.py‎ +5 -0
us‎ers‎
__ini‎t__.py‎ +0 -0
consta‎nts.py‎ +3 -0
depende‎ncies.py‎ +71 -0
except‎ions.py‎ +11 -0
mode‎ls.py‎ +25 -0
rout‎er.py‎ +53 -0
schem‎as.py‎ +16 -0
servi‎ce.py‎ +85 -0
util‎s.py‎ +42 -0
__ini‎t__.py‎ +15 -0
conf‎ig.py‎ +87 -0
consta‎nts.py‎ +3 -0
datab‎ase.py‎ +44 -0
mai‎n.py‎ +46 -0
mode‎ls.py‎ +5 -0
s3‎.py‎ +89 -0
te‎sts‎
assemblies_p‎roject_files‎
inval‎id.txt‎ +0 -0
vali‎d.sln‎ +0 -0
photo_co‎mponents‎
shuru‎p.png‎ +0 -0
shurup_‎long.jpg‎ +0 -0
conft‎est.py‎ +69 -0
test_0_‎users.py‎ +81 -0
test_1_con‎tainers.py‎ +145 -0
test_2_com‎ponents.py‎ +120 -0
test_4_ass‎emblies.py‎ +117 -0
.env‎-prod‎ +14 -0
.giti‎gnore‎ +166 -0
Docke‎rfile‎ +21 -0
READ‎ME.md‎ +18 -81
alemb‎ic.ini‎ +114 -0
docker-co‎mpose.yaml‎ +30 -0
poetr‎y.lock‎ +0 -0
pyproje‎ct.toml‎ +47 -0
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Lock merge request
Unlocked
1
1 participant
Vladislav Korostylev
Reference: assemble/server-assemble!2
Source branch: master

Menu

Projects Groups Snippets
Help