Skip to content

Commit

Permalink
chore: use right repo in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrusZ committed Nov 29, 2022
1 parent 327797a commit 9f09928
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Docker build and push to DockerHub
env:
REGISTRY: patrickz07
REPOSITORY: simple-bank
REPOSITORY: twitter-media-scraper
run: |
echo ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} | docker login -u $REGISTRY --password-stdin
docker build -f build/package/Dockerfile -t $REGISTRY/$REPOSITORY:${{ steps.vars.outputs.tag }} -t $REGISTRY/$REPOSITORY:latest .
Expand Down
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@

<a name="v0.1.0"></a>
## v0.1.0 (2022-11-29)

### Chore

* fix ci
* fix ci
* set RELEASE_VERSION in release ci
* fix ci
* fix build ci failure
* add install git-chglog step in ci
* add chglog config & release ci & update Makefile
* add codecov

### Docs

* update README.md

### Feat

* add Dockerfile
* add timeout mechanism when download
* skip if file is already downloaded
* add cron job feature
* change config layout
* add download_dir and downloader_instance_num configs
* add command line flags override mechanism
* add config reload mechanism
* fix downloader counter race issue
* update readme
* add config.yaml
* fix test
* change project layout
* change config format to yaml
* replace string key with const
* add downloader counter
* add zerolog

### Fix

* reload config not set log level & unit test
* unit test failure
* main func test fail
* coverage ci
* sync.map range return false issue
* response status 429 Too Many Requests

### Refactor

* wrap errors
* remvoe return err in NewFunc
* change function names
* add interface, instead of struct

### Update

* change project name
* .gitignore
* Makefile

0 comments on commit 9f09928

Please sign in to comment.