Skip to content

Commit

Permalink
Merge branch 'release/0.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisAlejandro committed Sep 20, 2021
2 parents d085162 + 14a089b commit 66a68f5
Show file tree
Hide file tree
Showing 10 changed files with 810 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.5
current_version = 0.1.6
tag_name = {new_version}
commit = True
tag = True
Expand Down
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ updates:
directory: "/"
schedule:
interval: weekly
day: monday
time: "01:00"
open-pull-requests-limit: 99
- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
day: monday
time: "01:00"
open-pull-requests-limit: 99
ignore:
- dependency-name: dockershelf/node
versions:
- "> 12"
- "> 14"
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/cache@v2
with:
path: 'node_modules'
key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }}
- name: Login to Github Docker Registry
run: echo ${{ secrets.PERSONAL_ACCESS_TOKEN }} | docker login docker.pkg.github.com -u $GITHUB_ACTOR --password-stdin
- name: Pulling docker cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pull Request

on:
pull_request:
pull_request_target:
types:
- opened
- ready_for_review
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update movie-box gist

on:
schedule:
- cron: '0 * * * *'
- cron: '1 0 * * *'
watch:
types: [started]

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules/
*.lock
.env
282 changes: 282 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,288 @@
# Changelog


## 0.1.6 (2021-09-20)

### Fix

* Fixing cache hash. [Luis Alejandro Martínez Faneyth]

* Fixing pull request permissions. [Luis Alejandro Martínez Faneyth]

### Other

* Update README.md. [Luis Alejandro]

* Bump octokit from 1.4.0 to 1.5.0. [dependabot[bot]]

Bumps [octokit](https://github.com/octokit/octokit.js) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](https://github.com/octokit/octokit.js/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: octokit
dependency-type: direct:production
update-type: version-update:semver-minor
...

* Bump @octokit/rest from 18.9.1 to 18.10.0. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.9.1 to 18.10.0.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.9.1...v18.10.0)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
dependency-type: direct:production
update-type: version-update:semver-minor
...

* Bump @octokit/rest from 18.9.0 to 18.9.1. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.9.0 to 18.9.1.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.9.0...v18.9.1)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
dependency-type: direct:production
update-type: version-update:semver-patch
...

* Bump octokit from 1.3.0 to 1.4.0. [dependabot[bot]]

Bumps [octokit](https://github.com/octokit/octokit.js) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](https://github.com/octokit/octokit.js/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: octokit
dependency-type: direct:production
update-type: version-update:semver-minor
...

* Bump octokit from 1.1.0 to 1.3.0. [dependabot[bot]]

Bumps [octokit](https://github.com/octokit/octokit.js) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](https://github.com/octokit/octokit.js/compare/v1.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: octokit
dependency-type: direct:production
update-type: version-update:semver-minor
...

* Bump @octokit/rest from 18.7.2 to 18.9.0. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.7.2 to 18.9.0.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.7.2...v18.9.0)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
dependency-type: direct:production
update-type: version-update:semver-minor
...

* Bump @octokit/rest from 18.7.1 to 18.7.2. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.7.1 to 18.7.2.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.7.1...v18.7.2)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
dependency-type: direct:production
update-type: version-update:semver-patch
...

* Bump @octokit/rest from 18.6.7 to 18.7.1. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.6.7 to 18.7.1.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.6.7...v18.7.1)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
dependency-type: direct:production
update-type: version-update:semver-minor
...

* Bump @octokit/rest from 18.6.3 to 18.6.7. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.6.3 to 18.6.7.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.6.3...v18.6.7)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
dependency-type: direct:production
update-type: version-update:semver-patch
...

* Bump @octokit/rest from 18.6.0 to 18.6.3. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.6.0 to 18.6.3.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.6.0...v18.6.3)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
dependency-type: direct:production
update-type: version-update:semver-patch
...

* Bump octokit from 1.0.6 to 1.1.0. [dependabot[bot]]

Bumps [octokit](https://github.com/octokit/octokit.js) from 1.0.6 to 1.1.0.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](https://github.com/octokit/octokit.js/compare/v1.0.6...v1.1.0)

---
updated-dependencies:
- dependency-name: octokit
dependency-type: direct:production
update-type: version-update:semver-minor
...

* Bump octokit from 1.0.5 to 1.0.6. [dependabot[bot]]

Bumps [octokit](https://github.com/octokit/octokit.js) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](https://github.com/octokit/octokit.js/compare/v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: octokit
dependency-type: direct:production
update-type: version-update:semver-patch
...

* Bump @octokit/rest from 18.5.6 to 18.6.0. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.5.6 to 18.6.0.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.5.6...v18.6.0)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
dependency-type: direct:production
update-type: version-update:semver-minor
...

* Bump @octokit/rest from 18.5.5 to 18.5.6. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.5.5 to 18.5.6.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.5.5...v18.5.6)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
dependency-type: direct:production
update-type: version-update:semver-patch
...

* Bump @octokit/rest from 18.5.3 to 18.5.5. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.5.3 to 18.5.5.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.5.3...v18.5.5)

* Bump octokit from 1.0.4 to 1.0.5. [dependabot[bot]]

Bumps [octokit](https://github.com/octokit/octokit.js) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](https://github.com/octokit/octokit.js/compare/v1.0.4...v1.0.5)

* Bump dotenv from 9.0.2 to 10.0.0. [dependabot[bot]]

Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.2 to 10.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v9.0.2...v10.0.0)

* Bump dotenv from 9.0.1 to 9.0.2. [dependabot[bot]]

Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v9.0.1...v9.0.2)

* Bump octokit from 1.0.3 to 1.0.4. [dependabot[bot]]

Bumps [octokit](https://github.com/octokit/octokit.js) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](https://github.com/octokit/octokit.js/compare/v1.0.3...v1.0.4)

* Bump dotenv from 8.2.0 to 9.0.1. [dependabot[bot]]

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 9.0.1.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/commits)

* Bump @octokit/rest from 18.5.2 to 18.5.3. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.5.2 to 18.5.3.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.5.2...v18.5.3)

* Bump octokit from 1.0.0 to 1.0.3. [dependabot[bot]]

Bumps [octokit](https://github.com/octokit/octokit.js) from 1.0.0 to 1.0.3.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](https://github.com/octokit/octokit.js/commits)

* Bump octokit from 1.0.0-hello-world to 1.0.0. [dependabot[bot]]

Bumps [octokit](https://github.com/octokit/octokit.js) from 1.0.0-hello-world to 1.0.0.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](https://github.com/octokit/octokit.js/commits/v1.0.0)

* Bump @octokit/rest from 18.3.5 to 18.5.2. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.3.5 to 18.5.2.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.3.5...v18.5.2)

* Bump @octokit/rest from 18.3.4 to 18.3.5. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.3.4 to 18.3.5.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.3.4...v18.3.5)

* Bump @octokit/rest from 18.3.0 to 18.3.4. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.3.0 to 18.3.4.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.3.0...v18.3.4)

* Bump @octokit/rest from 18.2.0 to 18.3.0. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.2.0 to 18.3.0.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.2.0...v18.3.0)

* Bump @octokit/rest from 18.1.1 to 18.2.0. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.1.1 to 18.2.0.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.1.1...v18.2.0)


## 0.1.5 (2021-02-16)

### Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Set the following environment secrets on `github.com/<github username>/movie-box
- **GIST_ID:** The ID portion from your gist url `https://gist.github.com/<github username>/`**`<gist ID>`**.
- **GH_TOKEN:** The GitHub token generated above.
- **TRAKT_ID:** The Client ID you got from creating a Trakt.tv app.
- **TRAKT_USERNAME:** Your Last.fm username.
- **TRAKT_USERNAME:** Your Trakt.tv username.
- **MOVIE_BOX_MODE:** Select the box mode from three options: `movies`, `shows` and `stats`.

## 🕵🏾 Hacking suggestions
Expand Down Expand Up @@ -83,4 +83,4 @@ Set the following environment secrets on `github.com/<github username>/movie-box
* Or, destroy it completely:

make destroy


8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movie-box",
"version": "0.1.5",
"version": "0.1.6",
"description": "Update a gist to contain your recently watched movies from trakt.tv.",
"author": "Luis Alejandro Martínez Faneyth <[email protected]>",
"license": "GPL-3.0-or-later",
Expand All @@ -17,10 +17,10 @@
"update": "node index.js"
},
"dependencies": {
"@octokit/rest": "18.1.1",
"dotenv": "8.2.0",
"@octokit/rest": "18.10.0",
"dotenv": "10.0.0",
"eastasianwidth": "0.2.0",
"gist-box": "0.3.1",
"octokit": "1.0.0-hello-world"
"octokit": "1.5.0"
}
}
Loading

0 comments on commit 66a68f5

Please sign in to comment.