Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Dan docs#671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
chillenberger merged 29 commits intomasterfromdan-docs
Jun 5, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
29 commits
Select commitHold shift + click to select a range
036e6ee
move content into dashboard app
montanalowMay 13, 2023
3ce5d44
module-shims are not executed by turbo
montanalowMay 15, 2023
358d081
remove debugging logs
montanalowMay 15, 2023
0af49fb
start moving to /dashboard
montanalowMay 15, 2023
91797d7
path
montanalowMay 15, 2023
8a4d326
path
montanalowMay 15, 2023
0d95349
path
montanalowMay 15, 2023
d8114d2
fix dashboard static urls
montanalowMay 15, 2023
8b7fcad
global nav bar, make dashboard tabs, pass visible clusters to pgml_da…
chillenbergerMay 23, 2023
59da396
add uploader, reroute links
chillenbergerMay 24, 2023
dbed112
format
chillenbergerMay 24, 2023
e2c4566
format
chillenbergerMay 24, 2023
a63ca02
direct blog image urls to dashboard
chillenbergerMay 24, 2023
7bd03d2
scss refactor, separate scss into 7-1 pattern files
chillenbergerMay 25, 2023
2ad1b11
prevent header concatenation
chillenbergerMay 31, 2023
4bff7de
format
chillenbergerMay 31, 2023
a619a0c
add notebook scss
chillenbergerJun 1, 2023
80738a9
Merge branch 'master' into dan-docs
chillenbergerJun 1, 2023
cb42483
rebase to master
chillenbergerJun 1, 2023
a47f23f
Make work after rebase to main, fix notbook styles, bring code highli…
chillenbergerJun 2, 2023
3188717
add scss from hypercloud to posgresml for code line highlighting
chillenbergerJun 2, 2023
646976f
remove dead code, refactor response
chillenbergerJun 2, 2023
86f84fb
format
chillenbergerJun 2, 2023
aac253b
fix env variables for prod
chillenbergerJun 2, 2023
cfe6cdd
Fix not loading any stimulus controllers (#674)
levkkJun 3, 2023
203bf72
removed escaping from model
chillenbergerJun 5, 2023
a1b13a1
remove encrypt and decrypt and format
chillenbergerJun 5, 2023
8590dd6
move random string to util mod and remvoe secure file
chillenbergerJun 5, 2023
c96b984
remove dep (#687)
levkkJun 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added.DS_Store
View file
Open in desktop
Binary file not shown.
1 change: 1 addition & 0 deletions.gitignore
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,6 +2,7 @@
__pycache__/
*.py[cod]
*$py.class
.DS_Store

# C extensions
*.so
Expand Down
10 changes: 0 additions & 10 deletionsdocker-compose.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,13 +27,3 @@ services:
ROCKET_ADDRESS: 0.0.0.0
DATABASE_URL: postgres://postgres:postgres@postgres:5432/pgml_development
command: bash -c "sqlx migrate run && cargo run"
docs:
build:
context: ./pgml-docs/
dockerfile: Dockerfile
ports:
- "8001:8001"
command:
- mkdocs
- serve
- -a 0.0.0.0:8001
3 changes: 3 additions & 0 deletionspgml-dashboard/.gitignore
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
.idea
.vscode
search_index
.DS_Store
.DS_Store/
Loading

[8]ページ先頭

©2009-2025 Movatter.jp