GhostBSD/install-station 8a02068 — . .gitignore, .github CODEOWNERS
Merge pull request #6 from ghostbsd/Issue#162 Issue #162 - CODEOWENERS
Delta | File | |
---|---|---|
+4 | -0 | .gitignore |
+1 | -1 | .github/CODEOWNERS |
+5 | -1 | 2 files |
Merge pull request #6 from ghostbsd/Issue#162 Issue #162 - CODEOWENERS
Delta | File | |
---|---|---|
+4 | -0 | .gitignore |
+1 | -1 | .github/CODEOWNERS |
+5 | -1 | 2 files |
Added editor specific directories to .gitignore
Delta | File | |
---|---|---|
+4 | -0 | .gitignore |
+4 | -0 | 1 files |
Updated groups in CODEOWNERS
Delta | File | |
---|---|---|
+1 | -1 | .github/CODEOWNERS |
+1 | -1 | 1 files |
Added automation for PR
Delta | File | |
---|---|---|
+28 | -0 | .github/workflows/project_automation.yml |
+28 | -0 | 1 files |
Replaced auto_assing by CODEOWNERS
Delta | File | |
---|---|---|
+0 | -21 | .github/auto_assign.yml |
+8 | -0 | .github/CODEOWNERS |
+8 | -21 | 2 files |
added code to update .xinitrc when choosing try livecd
Delta | File | |
---|---|---|
+5 | -0 | install-station |
+5 | -0 | 1 files |
fixed next_button
Delta | File | |
---|---|---|
+4 | -2 | install-station |
+4 | -2 | 1 files |
Added some tweak to install-station code
Delta | File | |
---|---|---|
+30 | -29 | install-station |
+30 | -29 | 1 files |
add imports change and a dd logo path
Delta | File | |
---|---|---|
+3 | -3 | install-station |
+3 | -3 | 1 files |
Create auto_assign.yml
Delta | File | |
---|---|---|
+21 | -0 | .github/auto_assign.yml |
+21 | -0 | 1 files |
fix some GTK API deprecation
Delta | File | |
---|---|---|
+22 | -22 | install-station |
+22 | -22 | 1 files |
adding self.window in the progress bar
Delta | File | |
---|---|---|
+1 | -4 | install-station |
+1 | -4 | 1 files |
remove self.adduser.save_selection
Delta | File | |
---|---|---|
+0 | -1 | install-station |
+0 | -1 | 1 files |
adding welcome window and network setup window
Delta | File | |
---|---|---|
+64 | -30 | install-station |
+64 | -30 | 1 files |
fix Back button
Delta | File | |
---|---|---|
+1 | -0 | install-station |
+1 | -0 | 1 files |
adding code to generate the window for gbi
Delta | File | |
---|---|---|
+193 | -8 | install-station |
+193 | -8 | 1 files |
removing all file not used for install-station renamed gbinstall to install-station updated setup.py
Delta | File | |
---|---|---|
+0 | -1,019 | src/db_partition.py |
+0 | -730 | src/partition.py |
+0 | -702 | src/use_zfs.py |
+0 | -532 | src/use_ufs.py |
+0 | -267 | src/slides.py |
+0 | -252 | src/gbiWindow.py |
+0 | -3,502 | 54 files not shown |
+34 | -5,486 | 60 files |
Merge pull request #2 from ghostbsd/vimanuelt-patch-1 Revised text
Delta | File | |
---|---|---|
+2 | -2 | src/slides.py |
+2 | -2 | 1 files |
Revised text Replaced "Octopkg" with "Software Station."
Delta | File | |
---|---|---|
+2 | -2 | src/slides.py |
+2 | -2 | 1 files |
cleaning create cfg
Delta | File | |
---|---|---|
+0 | -66 | src/create_cfg.py |
+0 | -66 | 1 files |
removing language window
Delta | File | |
---|---|---|
+13 | -25 | src/gbiWindow.py |
+13 | -25 | 1 files |
updating create_cfg.py from gbi
Delta | File | |
---|---|---|
+21 | -5 | src/create_cfg.py |
+21 | -5 | 1 files |
fix partition editor
Delta | File | |
---|---|---|
+86 | -88 | src/partition.py |
+3 | -3 | src/db_partition.py |
+1 | -1 | src/install.py |
+90 | -92 | 3 files |
updating install.py from gbi
Delta | File | |
---|---|---|
+23 | -19 | src/install.py |
+23 | -19 | 1 files |
updating installtype from gbi
Delta | File | |
---|---|---|
+6 | -64 | src/installType.py |
+2 | -2 | src/partition.py |
+8 | -66 | 2 files |
updating partition.py and db_partiton from gbi
Delta | File | |
---|---|---|
+92 | -82 | src/db_partition.py |
+93 | -51 | src/partition.py |
+185 | -133 | 2 files |
adding boot_manager.py from gbi
Delta | File | |
---|---|---|
+103 | -0 | src/boot_manager.py |
+18 | -6 | src/gbiWindow.py |
+1 | -0 | setup.py |
+122 | -6 | 3 files |
update use_ufs and use_zfs from gbi
Delta | File | |
---|---|---|
+24 | -25 | src/use_zfs.py |
+30 | -11 | src/use_ufs.py |
+54 | -36 | 2 files |
adding css for windows titles
Delta | File | |
---|---|---|
+120 | -0 | src/confirm_installation.py |
+30 | -14 | src/partition.py |
+21 | -18 | src/install.py |
+21 | -16 | src/installType.py |
+25 | -11 | src/use_zfs.py |
+24 | -11 | src/use_ufs.py |
+241 | -70 | 8 files not shown |
+314 | -108 | 14 files |
adding confirm_installation.py
Delta | File | |
---|---|---|
+0 | -9 | src/gbiWindow.py |
+0 | -0 | src/confirm_installation.py |
+0 | -9 | 2 files |