# 部分动态文件可能报错文件内容不一致 `the following files have staged content different from both the file and the HEAD` # 需要增加 `-f` 参数进行强制删除 $ git rm --cached -f .idea/workspace.xml
651cc60d971aba93bdde645b6331c33068462645 Merge branch 'master' of https://github.com/asdf2014/superset 415610958494446ccd37c0c87da98eba56af42ac Merge branch 'temp' b881140282893fa4add183a2b3f2637968f95069 Merge branch 'master' into master f2bf3160583533bd0dc5004f248f81251aa8c57e Add NUMERIC num_type (#2127) 6a0fefdbd542da4ea313313a191eadd1efe58faa Using the time zone with specific name for querying Druid 9cd38fa1eda63152c27b76c29dd948f29444b686 little code refactor in models.py (#2124)
# 更改之后的 commit 信息 fd41c1608579408fcd26d0dd03adf0d461599101 Add NUMERIC num_type (#2127) 6a0fefdbd542da4ea313313a191eadd1efe58faa Using the time zone with specific name for querying Druid 9cd38fa1eda63152c27b76c29dd948f29444b686 little code refactor in models.py (#2124)
踩到的坑
Failed to push some refs
描述
1 2 3 4 5 6 7 8
Username for'https://github.com': asdf2014 To https://github.com/asdf2014/superset.git ! [rejected] ext_deprecation_warning -> ext_deprecation_warning (non-fast-forward) error: failed to push some refs to 'https://github.com/asdf2014/superset.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: '$ git pull ...') before pushing again. hint: See the 'Note about fast-forwards'in'$ git push --help'for details.
# It will make your local code and local history be just like it was at that commit. But then if you wanted to push this to someone else who has the new history, it would fail. $ git reset --hard c14809fa
# It will make your local files changed to be like they were then, but leave your history etc. the same. $ git reset --soft c14809fa
diff --git a/README.md b/README.md new file mode 100644 index 0000000000..ee3d794a1a --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +druid +===== + +Metamarkets Druid Data Store \ No newline at end of file
1 2
# 只展示日期 $ git show 70e993806e48fbd35ac597a4075d046a98c5b6ae -s --format=%cI
1
2012-10-23T12:08:07-07:00
展示 tag 相关的信息
1 2 3 4 5
# 查看 Apache Druid 项目中最早的 tag 是什么时候创建的 $ git init $ git remote add origin https://github.com/apache/druid.git $ git fetch --tags $ git tag -l | sort -V | head -1
1
druid-0.1.0
1
$ git show --format="%ai" druid-0.1.0 | head -5
1 2 3 4 5
tag druid-0.1.0 Tagger: Fangjin Yang <fangjin@metamarketsgroup.com>
[maven-release-plugin] copy for tag druid-0.1.0 2012-11-09 09:32:57 -0800
$ cd ~/.ssh $ ssh-keygen -t rsa -C "asdf2014@apache.org"
# 将 ~/.ssh/id_rsa.pub 中的公钥加入 github/gitlab $ ssh -T git@github.com Hi asdf2014! You've successfully authenticated, but GitHub does not provide shell access. '
$ ssh -T git@github.com Hi asdf2014! You've successfully authenticated, but GitHub does not provide shell access. $ ssh -T git@yuzhouwan.gitlab.com Welcome to GitLab, BenedictJin! $ ssh -T git@git.coding.net Coding 提示: Hello BenedictJin, You've connected to Coding.net via SSH. This is a personal key. BenedictJin,你好,你已经通过 SSH 协议认证 Coding.net 服务,这是一个个人公钥
gh version 1.4.0 (2020-12-15) https://github.com/cli/cli/releases/latest
升级
1 2
$ brew update $ brew upgrade gh
首次获取 issue 列表时需要进行赋权
1
$ gh issue list
1 2
HTTP 401: Bad credentials (https://api.github.com/graphql) hint: try authenticating with `gh auth login`
1
$ gh auth login
1 2 3 4 5 6 7 8 9 10 11 12 13
? What account do you want to log into? GitHub.com ? What is your preferred protocol for Git operations? SSH ? Upload your SSH public key to your GitHub account? /Users/asdf2014/.ssh/id_rsa.pub ? How would you like to authenticate GitHub CLI? Login with a web browser
! First copy your one-time code: B666-0000 - Press Enter to open github.com in your browser... ✓ Authentication complete. Press Enter to continue...
- gh config set -h github.com git_protocol ssh ✓ Configured git protocol ✓ Uploaded the SSH key to your GitHub account: /Users/asdf2014/.ssh/id_rsa.pub ✓ Logged in as asdf2014
#10525 Incorrect results (including nulls) when querying string column with ... (Uncategorized problem report) about 1 hour ago #10523 Historical server fails to load segments in kubernetes (Helm Chart) about 1 hour ago #10522 Ingesting to same Datasource from 2 different Kafka clusters with exa... (Uncategorized problem report) about 9 hours ago #10521 Druid Lookups Auditing about 10 hours ago #10520 Druid UI Load Data -> Edit Spec text area redundant reinsert (Area - Web Console, Ease of Use) about 23 hours ago #10519 When I use topN query, the results are very different. (Uncategorized problem report) about 1 day ago #10516 Bad/outdated documentation on "S3 permissions settings" about 5 days ago #10513 Averaging timestampdiff output yields MAX_INT (Uncategorized problem report) about 5 days ago #10512 A java.lang.ClassCastException Error in druid cluster 0.13.0 (Uncategorized problem report) about 5 days ago #10509 build from source with 0.19.0 failed (Uncategorized problem report) about 7 days ago #10508 Kill task launched from web console is stuck (Uncategorized problem report) about 8 days ago #10501 Druid 0.18.1 DSQL about 11 days ago #10498 Tasks fail without and there are no error logs for it (Uncategorized problem report) about 9 days ago #10497 [BUG] [Indexing Task 0.16.0] Update metadata failed after indexing ta... (Uncategorized problem report) about 7 days ago #10494 Remove redundant `IncrementalIndex.Builder` (Design Review, Proposal) about 12 days ago #10493 Avro Union type support (Feature/Change Description) about 12 days ago #10477 When we choose to delete all the data of the specified datasource, de... (Feature/Change Description) about 15 days ago #10468 Posible druid template for Openshift/Kubernetes (Design Review, Proposal) about 18 days ago #10462 [DRAFT] 0.20.0 Release Notes (Release Notes) about 5 days ago #10455 User Impersonation in Druid (Feature/Change Description) about 21 days ago #10444 Better handling of different servers having different versions of bro... (Area - Querying, Bug) about 7 days ago #10443 Druid middleManager jvm's InterpreterRuntime::throw_ClassCastException (Uncategorized problem report) about 23 days ago #10442 Why druid expects data files to be available on all data servers about 21 days ago #10439 Druid Auth doesn't limit the permission about 24 days ago #10434 Show Unused segment count in Druid Console Summary page (Feature/Change Description) about 26 days ago #10423 Post metadata operation information to ingestion log for a Kill task (Feature/Change Description) about 27 days ago #10415 Druid is on yarn ? about 29 days ago #10411 StatsD emmiter just emit native queries count in druid/query/count me... (Uncategorized problem report) about 23 days ago #10409 Documentation for SQL ARRAY to use [] instead of () about 1 month ago #10403 Kafka ingestion sometimes produces rows that aren't aggregated (Uncategorized problem report) about 1 month ago
Showing 30 of 71 open pull requests in apache/druid
#10524 Kafka dynamic scale ingest tasks zhangyue19921010:kafka-dynamic-scale-ingest-tasks #10518 Add grouping_id function abhishekagarwal87:grouping_id #10517 Fix compaction integration test CI timeout maytasm:IMPLY-4796 #10505 WIP: Avro union support josephglanville:jpg/avro-union-support #10502 0.20.0 0.20.0 #10499 support for vectorizing expressions with non-existent inputs, more consistent type han... clintropolis:vector-nil-expr #10495 Added Request log updates for status change on cooridnator / overlord… senthilkv:requestlog #10484 improve retention rule management with import rules kroeders:ft-import-retention-rules #10478 Refactor AppenderatorConfig to inherit from TuningConfig liran-funaro:pr-tuning-config #10467 Fix bug in TimedShutoffInputSourceReader where a timeout does not close all registered... maytasm:REQ-1314 #10464 Improved exception handling in case of query timeouts a2l007:timeout_status #10458 Fix the config initialization on container restart valdemar-giosg:feature-fix-docker-entrypoint-config-overwrite #10448 Added CronScheduler support as a proof to clock drift while emitting metrics miqdigital:cronScheduling #10428 allow server selection to be aware of query kroeders:ft-query-aware-selectors #10427 ServerSelectorStrategy to filter servers with missing required lookups kroeders:ft-lookup-aware-server-selector-ext #10421 Improve lookup state update to avoid query failures yuanlihan:improve-lookup-state-update #10420 Add ingestion merge count metric jon-wei:merge_metric #10418 Support to show leader of coordinators in `Services` web console view FrankChen021:show_leader #10414 Applying modification pattern in #10025 to DataSegmentPusher#getDefaultStorageDirWithE... T45K:related_to_10025 #10412 prometheus metric exporter adobe:feature/prometheus-metric-exporter #10408 Web console: single instance of axios for all network requests AshishKapoor:axios-single-instance #10407 emit processed bytes metric pjain1:processed_bytes #10400 optimize_getPendingSegmentsForIntervalWithHandle xiangqiao123:optimize_getPendingSegmentsForIntervalWithHandle #10396 Update index.md tlblessing:patch-1 #10383 Fix ingestion failure of pretty-formatted JSON message FrankChen021:json_parse_bug #10376 Live reporting system for parallel task jihoonson:live-metrics-system #10365 Inject ObjectMapper instead of manually setting it for TaskReportFileWriter jihoonson:inject-mapper-report-writer #10363 fix injection failure of StorageLocationSelectorStrategy objects FrankChen021:bug_10348 #10339 Security overview documentation sthetland:security-doc-revamp #10335 Configurable Index Type liran-funaro:config-index