Skip to content

Commit

Permalink
reorganize folders
Browse files Browse the repository at this point in the history
  • Loading branch information
kirubeltadesse committed Sep 4, 2023
1 parent 0390c1c commit 3c4ee93
Show file tree
Hide file tree
Showing 38 changed files with 58 additions and 16,284 deletions.
104 changes: 52 additions & 52 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@
repository:
# See https://developer.github.com/v3/repos/#edit for all available settings.
# See https://developer.github.com/v3/repos/#edit for all available settings.

# The name of the repository. Changing this will rename the repository
name: sap-web
# The name of the repository. Changing this will rename the repository
name: sap-core

# A short description of the repository that will show up on GitHub
description: description of repo
# A short description of the repository that will show up on GitHub
description: description of repo

# A URL with more information about the repository
homepage: https://swarmies.github.io/sap-web/
# A URL with more information about the repository
homepage: https://swarmies.github.io/sap-core/

# Either `true` to make the repository private, or `false` to make it public.
private: false
# Either `true` to make the repository private, or `false` to make it public.
private: false

# Either `true` to enable issues for this repository, `false` to disable them.
has_issues: true
# Either `true` to enable issues for this repository, `false` to disable them.
has_issues: true

# Either `true` to enable the wiki for this repository, `false` to disable it.
has_wiki: true
# Either `true` to enable the wiki for this repository, `false` to disable it.
has_wiki: true

# Either `true` to enable downloads for this repository, `false` to disable them.
has_downloads: true
# Either `true` to enable downloads for this repository, `false` to disable them.
has_downloads: true

# Updates the default branch for this repository.
default_branch: develop
# Updates the default branch for this repository.
default_branch: develop

# Either `true` to allow squash-merging pull requests, or `false` to prevent
# squash-merging.
allow_squash_merge: true
# Either `true` to allow squash-merging pull requests, or `false` to prevent
# squash-merging.
allow_squash_merge: true

# Either `true` to allow merging pull requests with a merge commit, or `false`
# to prevent merging pull requests with merge commits.
allow_merge_commit: true
# Either `true` to allow merging pull requests with a merge commit, or `false`
# to prevent merging pull requests with merge commits.
allow_merge_commit: true

# Either `true` to allow rebase-merging pull requests, or `false` to prevent
# rebase-merging.
allow_rebase_merge: true
# Either `true` to allow rebase-merging pull requests, or `false` to prevent
# rebase-merging.
allow_rebase_merge: true

# Labels: define labels for Issues and Pull Requests
labels:
- name: bug
color: CC0000
- name: feature
color: 336699
- name: first-timers-only
# include the old name to rename and existing label
oldname: Help Wanted
- name: bug
color: CC0000
- name: feature
color: 336699
- name: first-timers-only
# include the old name to rename and existing label
oldname: Help Wanted

# Collaborators: give specific users access to this repository.
collaborators:
- username: kirubeltadesse
# Note: Only valid on organization-owned repositories.
# The permission to grant the collaborator. Can be one of:
# * `pull` - can pull, but not push to or administer this repository.
# * `push` - can pull and push, but not administer this repository.
# * `admin` - can pull, push and administer this repository.
permission: push
- username: Roberamelaek
permission: pull

- username: dinaolmelak
permission: pull

- username: Getnet12
permission: pull

- username: BAbate
permission: pull
- username: kirubeltadesse
# Note: Only valid on organization-owned repositories.
# The permission to grant the collaborator. Can be one of:
# * `pull` - can pull, but not push to or administer this repository.
# * `push` - can pull and push, but not administer this repository.
# * `admin` - can pull, push and administer this repository.
permission: push

- username: Roberamelaek
permission: pull

- username: dinaolmelak
permission: pull

- username: Getnet12
permission: pull

- username: BAbate
permission: pull
25 changes: 6 additions & 19 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,12 @@ services:
- POSTGRES_PASSWORD=rootPassword
depends_on:
- db
command: ["bash", "-c",
"pip install debugpy -t /tmp && python /tmp/debugpy --wait-for-client --listen 0.0.0.0:5678 \
manage.py runserver 0.0.0.0:8000 --nothreading --noreload"]
ui:
# restart: always
build:
context: ./frontend/
dockerfile: Dockerfile
volumes:
- ./frontend:/workspace/frontend
- ./frontend/node_modules:/workspace/frontend/node_modules
command: npm run start
ports:
- "3000:3000"
- "9229:9229"
stdin_open: true
tty: true
depends_on:
- svc
command: [
"bash",
"-c",
"pip install debugpy -t /tmp && python /tmp/debugpy --wait-for-client --listen 0.0.0.0:5678 \
manage.py runserver 0.0.0.0:8000 --nothreading --noreload",
]

volumes:
postgresData:
Expand Down
54 changes: 0 additions & 54 deletions frontend/.devcontainer.json

This file was deleted.

1 change: 0 additions & 1 deletion frontend/.dockerignore

This file was deleted.

24 changes: 0 additions & 24 deletions frontend/.gitignore

This file was deleted.

35 changes: 0 additions & 35 deletions frontend/.prettierignore

This file was deleted.

13 changes: 0 additions & 13 deletions frontend/.vscode/.prettierrc

This file was deleted.

28 changes: 0 additions & 28 deletions frontend/.vscode/launch.json

This file was deleted.

13 changes: 0 additions & 13 deletions frontend/.vscode/settings.json

This file was deleted.

16 changes: 0 additions & 16 deletions frontend/.vscode/tasks.json

This file was deleted.

29 changes: 0 additions & 29 deletions frontend/Dockerfile

This file was deleted.

Loading

0 comments on commit 3c4ee93

Please sign in to comment.