-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[experimental] introduction of Slack workflow steps #1027
Conversation
Thanks! I'll confirm later 👀 BTW, please use |
Add refresh_token and token_type to OAuthV2Response fields
$ go version go version go1.17.7 darwin/amd64 $ make fmt Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
The github.com/pkg/errors package has been deprecated. Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
all: add new //go:build lines
@SteffenMahler |
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
all: remove github.com/pkg/errors dependency
@kanata2 |
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
name old time/op new time/op delta NewSafeID-20 13.9ns ± 2% 7.5ns ± 1% -46.16% (p=0.008 n=5+5) NewSafeIDParallel-20 24.2ns ± 6% 22.1ns ± 1% -9.06% (p=0.008 n=5+5) name old alloc/op new alloc/op delta NewSafeID-20 0.00B 0.00B ~ (all equal) NewSafeIDParallel-20 8.00B ± 0% 8.00B ± 0% ~ (all equal) name old allocs/op new allocs/op delta NewSafeID-20 0.00 0.00 ~ (all equal) NewSafeIDParallel-20 1.00 ± 0% 1.00 ± 0% ~ (all equal) Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Hello @kanata2 I have switched to goimports for sorting and formatting of imports. So the linter check should be successful now. Thank you. |
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
name old time/op new time/op delta NewSafeID-20 7.60ns ± 1% 5.93ns ± 1% -21.97% (p=0.008 n=5+5) NewSafeIDParallel-20 21.0ns ± 1% 21.0ns ± 2% ~ (p=0.952 n=5+5) name old alloc/op new alloc/op delta NewSafeID-20 0.00B 0.00B ~ (all equal) NewSafeIDParallel-20 8.00B ± 0% 8.00B ± 0% ~ (all equal) name old allocs/op new allocs/op delta NewSafeID-20 0.00 0.00 ~ (all equal) NewSafeIDParallel-20 1.00 ± 0% 1.00 ± 0% ~ (all equal) See also: - slack-go#1035 (review) Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Support pass context.Context to all methods
Optimize NewSafeID using atomic
@SteffenMahler Hi, this is newer slack-go maintainer. The As you suggested:
Yeah, our GitHub Actions policy's don't running until accepted by any maintainers (I hope it's a commonly used policy). So contributor can't checks whether the will fail lint job or etc. |
Hi @zchee, I don't know what I did wrong. Now there are changes in my branch that I didn't made and should already be in the main branch. Can you have a look? |
@SteffenMahler Sure, will review soon. |
FYI, we are currently using your branch in our internal project. This is working perfectly & deployed into production. Really much needed. |
@victorboissiere Thanks for great feedback. We should merge ASAP anyway. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
New experimental feature "Slack workflow steps" added
make pr-prep