Fork me on GitHub
#off-topic
<
2020-10-19
>
Gleb Posobin04:10:06

Is anyone using AWS amplify console to deploy a CLJS SPA? The build script I have takes 3 minutes to build because it downloads all the packages anew on every build, which sucks, I haven't been able to figure out how to enable caching for them.

orestis08:10:20

@posobin Not sure if it applies to Amplify, but we solved similar issues in Elastic Beanstalk by building via a Github Action, uploading to S3, then triggering the deploy via the already-built bundle in S3.

orestis08:10:24

To clarify, EB doesn’t try to build your app for you (I guess it can do via CodeCommit etc) but confusingly the eb CLI script didn’t give you access to the entire EB API, whereas the aws CLI script allowed us to do this.

borkdude15:10:32

I want to disable automatically closing issues when people write "closes #xyz" in a PR on Github. How do I do this?

delaguardo15:10:34

you can’t (

🙁 3
dominicm19:10:21

You just gotta release every commit. It's continuous deployment in this jungle. Deploy or be deployed.

dominicm19:10:00

A "workaround" would be to add a dev branch in the middle @borkdude https://github.blog/2013-01-22-closing-issues-via-commit-messages/ but it's not possible to change the default pull request branch. Github flow I suppose captures this: http://scottchacon.com/2011/08/31/github-flow.html

noisesmith19:10:36

and, of course, you shouldn't merge a PR that says "fixes #xyz" and doesn't actually do so

borkdude19:10:29

I usually look at the code and tests but sometimes miss fixes/closes etc in the text

Alex Miller (Clojure team)20:10:07

just use patches instead :)

dominicm20:10:24

Use !Github 😄

borkdude20:10:57

Maybe I'll set up a custom JIRA install somewhere

souenzzo20:10:56

There is also jira cloud. it almost "works", you just need switch accounts 3 times, in incognito mode and switch do "old style UI v2-next". It will occour every time that you open the website. but after this "setup" it will "work" (a bit slowly)