Skip to content

Commit

Permalink
docs: Update
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege committed May 23, 2019
1 parent 66756f4 commit 8de7793
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,19 @@ contributor subcommand will generate AUTHORS just like [moby/moby](https://githu

See [AUTHORS.md](./AUTHORS.md) as an example.

### Generate Personal Daily Report or Summary

user daily and user summary subcommands will generate daily report or summary for the given user.

```
maintainer user --username gaocegege daily
maintainer user --username gaocegege summary --begin 2019-05-20 --end 2019-05-22
```

See [daily.md](./daily.md) or [summary.md](./summary.md) as an example.

Please notice that GitHub only shows the first 300 events for one user which is a core limitation for this feature.

### Generate README.md related text

readme subcommand contains some subcommands:
Expand Down
20 changes: 20 additions & 0 deletions daily.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- [Private][IssueComment] https://github.com/caicloud/engineering/issues/7668 2019-05-23 daily plan [clever]
- [Private][IssueComment] https://github.com/caicloud/serving-controller/issues/110 [bug or feature] Unknown in HPA
- [Private][IssueComment] https://github.com/gaocegege/working/issues/7 Weekly-7
- [Private][IssueComment] https://github.com/gaocegege/working/issues/8 Weekly-8
- [Private][Issue] https://github.com/gaocegege/working/issues/7 Weekly-7
- [Public][IssueComment] https://github.com/dyweb/mos/issues/33 [idea] Make a permanent URL to the latest weekly issue page
- [Public][IssueComment] https://github.com/dyweb/mos/issues/35 [idea] Processing/OpenFramework Ported on Webassembly
- [Public][IssueComment] https://github.com/dyweb/mos/issues/38 [idea] GitHub toolkit
- [Public][IssueComment] https://github.com/dyweb/weekly/issues/110 Weekly-124
- [Public][IssueComment] https://github.com/kubeflow/katib/pull/563 feat(experiment): Add more test cases
- [Public][IssueComment] https://github.com/kubeflow/katib/pull/569 refactor: Use manager client to get log for test
- [Public][IssueComment] https://github.com/kubeflow/katib/pull/571 Fix finalizer cannot work
- [Public][IssueComment] https://github.com/kubeflow/tf-operator/issues/999 Jobs failing when a node is preempted
- [Public][IssueComment] https://github.com/sjtug/SJTUThesis/pull/419 fix bachelor thesis abstract font size bug
- [Public][Issue] https://github.com/dyweb/mos/issues/33 [idea] Make a permanent URL to the latest weekly issue page
- [Public][Issue] https://github.com/dyweb/mos/issues/38 [idea] GitHub toolkit
- [Public][Issue] https://github.com/dyweb/weekly/issues/109 Weekly-123
- [Public][PullRequestReview] https://github.com/kubeflow/katib/pull/569 refactor: Use manager client to get log for test
- [Public][PullRequest] https://github.com/caicloud/katib/pull/8 feat: Support grid
- [Public][PullRequest] https://github.com/sjtug/SJTUThesis/pull/419 fix bachelor thesis abstract font size bug
22 changes: 22 additions & 0 deletions summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- [Public][IssueComment] https://github.com/dyweb/papers-notebook/issues/140 Single Path One-Shot Neural Architecture Search with Uniform Sampling
- [Public][IssueComment] https://github.com/dyweb/papers-notebook/issues/143 ProxylessNAS: Direct Neural Architecture Search on Target Task and Hardware
- [Public][IssueComment] https://github.com/dyweb/papers-notebook/issues/144 Random Search and Reproducibility for Neural Architecture Search
- [Public][IssueComment] https://github.com/kubeflow/katib/issues/565 ignore Retain field
- [Public][IssueComment] https://github.com/kubeflow/katib/pull/492 chore: Refactor nasenvelopenet
- [Public][IssueComment] https://github.com/kubeflow/katib/pull/528 feat(trial): Refactor trial controller and add basic test cases
- [Public][IssueComment] https://github.com/kubeflow/katib/pull/558 Implement GetExperimentInDB
- [Public][IssueComment] https://github.com/kubeflow/katib/pull/560 chore: Add code coverage test
- [Public][IssueComment] https://github.com/kubeflow/katib/pull/561 feat(experiment-validator): Inject client
- [Public][IssueComment] https://github.com/kubeflow/katib/pull/567 fix: Check if the deletion time is nil or zero
- [Public][IssueComment] https://github.com/kubeflow/katib/pull/568 refactor: Unify the interface
- [Public][IssueComment] https://github.com/kubeflow/mxnet-operator/pull/37 add travis.yml to mxnet-operator
- [Public][IssueComment] https://github.com/kubernetes-incubator/metrics-server/issues/270 [bug] Unknown current metrics but HPA is actually working
- [Public][Issue] https://github.com/kubernetes-incubator/metrics-server/issues/270 [bug] Unknown current metrics but HPA is actually working
- [Public][PullRequestReview] https://github.com/kubeflow/katib/pull/558 Implement GetExperimentInDB
- [Public][PullRequest] https://github.com/kubeflow/katib/pull/556 WIP: feat(experiment): Add test cases
- [Public][PullRequest] https://github.com/kubeflow/katib/pull/560 chore: Add code coverage test
- [Public][PullRequest] https://github.com/kubeflow/katib/pull/561 feat(experiment-validator): Inject client
- [Public][PullRequest] https://github.com/kubeflow/katib/pull/563 WIP feat(experiment): Add more test cases
- [Public][PullRequest] https://github.com/kubeflow/katib/pull/567 fix: Check if the deletion time is nil or zero
- [Public][PullRequest] https://github.com/kubeflow/katib/pull/568 refactor: Unify the interface
- [Public][PullRequest] https://github.com/sjtug/SJTUThesis/pull/418 Makefile: count English characters if English template enabled

0 comments on commit 8de7793

Please sign in to comment.