Skip to content

Commit

Permalink
admin richtext updates, uuid package migration (#269)
Browse files Browse the repository at this point in the history
* update CI code to run --dev if on ponzu-dev branch

* CI: ensure we have latest from ponzu-dev branch

* Replaced satori/go.uuid with gofrs/uuid. (#268)

* Changed files to use new uuid pkg.

* Replace satori/go.uuid with gofrs/uuid. Closes #257.

* Deleted satori/go.uuid folder. Closes #257.

* Added heading styles and table to richtext toolbar. (#267)

Closes #207.

* Override Cobra's 'help' command to remove duplicate. (#266)

Closes #206.
  • Loading branch information
nilslice committed Aug 20, 2018
1 parent 83d740d commit 52226ad
Show file tree
Hide file tree
Showing 67 changed files with 1,582 additions and 938 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -304,7 +304,7 @@ $ ponzu new --dev --fork=github.com/nilslice/ponzu /path/to/new/project
- [github.com/nilslice/jwt](https://github.com/nilslice/jwt)
- [github.com/nilslice/email](https://github.com/nilslice/email)
- [github.com/gorilla/schema](https://github.com/gorilla/schema)
- [github.com/satori/go.uuid](https://github.com/satori/go.uuid)
- [github.com/gofrs/uuid](https://github.com/gofrs/uuid)
- [github.com/tidwall/gjson](https://github.com/tidwall/gjson)
- [github.com/tidwall/sjson](https://github.com/tidwall/sjson)
- [github.com/boltdb/bolt](https://github.com/boltdb/bolt)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ponzu/usage.go
Expand Up @@ -85,7 +85,7 @@ func RegisterCmdlineCommand(cmd *cobra.Command) {
}

func init() {
rootCmd.AddCommand(helpCmd)
rootCmd.SetHelpCommand(helpCmd)
}

// rpad adds padding to the right of a string.
Expand Down
15 changes: 15 additions & 0 deletions cmd/ponzu/vendor/github.com/gofrs/uuid/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

101 changes: 101 additions & 0 deletions cmd/ponzu/vendor/github.com/gofrs/uuid/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52226ad

Please sign in to comment.