-
Bytebase
Block or Report
Block or report d-bytebase
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
bytebase Public
Forked from bytebase/bytebase
Web-based, zero-config, dependency-free database schema change and version control tool for teams. Public demo: https://demo.bytebase.com
Go
471 contributions in the last year
Less
More
Contribution activity
March 2022
Created 47 commits in 3 repositories
Created 1 repository
Created a pull request in bytebase/bytebase that received 13 comments
chore(tenant): return tasks in a deterministic ascending order, otherwise the tasks in UI issue panel will change
…wise the tasks in UI issue panel will change
+23
−18
•
13
comments
Opened 42 other pull requests in 2 repositories
bytebase/bytebase
1
open
39
merged
1
closed
- chore: simplify the postgres installation environment setup
- docs: fix formatting
- chore: standarize release branch name to release/v*.*.* such as release/v1.0.0
- chore: disallow statement update for tenant mode project and update target schema version if SQL statement is changed
- docs: add life-of-a-feature development guide
- feat(tenancy): use patched labels if set for patching databases
- chore: use file suffix to only download the mysql for the platform
- chore: use alpine build tags otherwise use file suffix build tags since linux is a reserved tag
- chore: remove .air_debug.toml since it was used for sqlite3_trace which is no longer needed
- chore: update postgres embeding
- chore(test): don't use Fatal otherwise postgres will not shutdown gracefully
- feat(tenant): support data change in tenant mode
- feat(sqlite): sync indices and views in sync schema
- fix: use serializable isolation for patching task status
- fix: compose instance relationship in anomaly scanner otherwise we don't have data source field available
- fix: fix isTenantDeployMode() otherwise db name template tenant deployment will fail because UI sends full database name instead of base database name to backend
- chore: return errors when the issue has no tasks
- chore: clean up rollback SQL related code
- chore: switch back to anomaly as backend still returns anomaly instead of anomalyList for some reason
- chore: dump database header only when we're dumping schema for multiple databases
- chore: dual write to instance API till UI fully migrates to datasource API
- feat(pg): tenant mode migration should use the same migration version string
- fix: Revert "fix: upgrade @tailwindcss/typography from 0.4.1 to 0.5.1 (#746)"
- chore: return early if the automatic backup is already scheduled
- chore: package alpine linux postgres only in the release mode
- Some pull requests not shown.
bytebase/star-history
1
merged
Reviewed 109 pull requests in 1 repository
bytebase/bytebase
109 pull requests
- refactor: split data model object for api.Database
- refactor: split data model object for api.Instance
- feat: check issue assignee role
- chore(db-plugin): better error msg on duplicate version
- refactor(cli): get rid of global var
- refactor: split data model object for api.Activity
- feat: update data source password handler in frontend
- refactor: split data model object for api.DataSource
- refactor: split data model object for api.Backup
- fix: issue activity comments updated time
- feat: confirm when changing db label
- fix: fixed a security issue caused by fake VCS
- fix: use public email for auth
- Update life-of-a-feature.md
- refactor: split data model object for api.Anomaly
- chore: upgrade golangci-lint version in github workflow
- chore: enable golangci-lint linter misspell
- refactor: declare empty slices
- feat(cli-test): add test framework
- docs: add life-of-a-feature development guide
- feat: transfer db with labels
- refactor: split data model object for api.Environment
- chore: add GitLens to the recommended vs extensions
- fix: fix bug in anomaly.go
- feat: add query result column types
- Some pull request reviews not shown.