Skip to content

Commit

Permalink
v1.0.0 Google Calendar Plugin (#41)
Browse files Browse the repository at this point in the history
* v1.0.0 migrated from mscalendar

* Remove CircleCI, enable Github actions

* migrate to new engine package

* add missing .nvmrc

* fixed manifest file not present

* go mod tidy

* npm audit fix

* build webapp

* updated to latest commit in migrate-to-gcal branch

* go mod tidy
  • Loading branch information
fmartingr authored Oct 5, 2023
1 parent ac997a6 commit 3da9757
Show file tree
Hide file tree
Showing 88 changed files with 35,762 additions and 12,061 deletions.
53 changes: 0 additions & 53 deletions .circleci/config.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: cd
on:
workflow_run:
workflows: ["ci"]
branches-ignore: ["*"]
types:
- completed
push:
tags:
- "v*"

permissions:
contents: read

jobs:
plugin-cd:
uses: mattermost/actions-workflows/.github/workflows/plugin-cd.yml@main
secrets: inherit
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: ci
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- master
tags:
- "v*"
pull_request:

permissions:
contents: read

jobs:
plugin-ci:
uses: mattermost/actions-workflows/.github/workflows/plugin-ci.yml@main
secrets: inherit
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
dist
dist*
.DS_Store
.npminstall
webapp/node_modules
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.13.1
9 changes: 0 additions & 9 deletions CHANGELOG.md

This file was deleted.

201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading

0 comments on commit 3da9757

Please sign in to comment.