Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

up

Deploy infinitely scalable serverless apps, apis, and sites in seconds with a single command.
Collective - Host: opensource - https://opencollective.com/apex-up - Code: https://github.com/apex/up

Release v0.6.2

github.com/apex/up - 26cf92a1eb3be2bf0e4c39335c93c92c6f8d0646 authored over 6 years ago by TJ Holowaychuk <[email protected]>
refactor: adjust retry log message

may remove crash recovery too if people find it confusing, but this should be less confusing
tha...

github.com/apex/up - 1b02be67129659217c4eff5d66120a1b7c3979d9 authored over 6 years ago by TJ Holowaychuk <[email protected]>
remove retries on 5xx. Closes #485

github.com/apex/up - 6be6c0fa4454aef265cfeaa297dff627ef255c13 authored over 6 years ago by TJ Holowaychuk <[email protected]>
docs: add an example of viewing help for sub-commands

github.com/apex/up - 5c3e97a9ae09d7320b3dfa4447414f723285e79b authored over 6 years ago by TJ Holowaychuk <[email protected]>
add prune --stage flag. Closes #647

github.com/apex/up - 8c3ed9572e37897480cd4fb4d7c15c4466710aae authored over 6 years ago by TJ Holowaychuk <[email protected]>
docs: adjust CI section, use CWD install as the primary example

should not run into permission issues this way

github.com/apex/up - 86fffb7b73094cb516ff2590f209620314c93daa authored over 6 years ago by TJ Holowaychuk <[email protected]>
add up to ignore whitelist by default

for CI, make sure we never upload Up itself

github.com/apex/up - ad1102de68919062c448b51acf72c9fcef9966a7 authored over 6 years ago by TJ Holowaychuk <[email protected]>
docs: add mention of cors.debug boolean

github.com/apex/up - 3345e4cd0ab72c2d31673d68d972d2749a4db074 authored over 6 years ago by TJ Holowaychuk <[email protected]>
docs: clarify what UP_CONFIG is for

github.com/apex/up - 1cebb9d6ac43cf9eba6afd22cfb8afa915cdb9f4 authored over 6 years ago by TJ Holowaychuk <[email protected]>
fix login bug preventing --email from overriding the active team email

prior to this when --email and --team were specified the active
team email would still be used

github.com/apex/up - 89c0afb2ba9b485efad78c367da4a3652b14dbce authored over 6 years ago by TJ Holowaychuk <[email protected]>
Release v0.6.1-pro

github.com/apex/up - 3ce84a0d5553bcba3639e4e20637206e56b86e04 authored over 6 years ago by TJ Holowaychuk <[email protected]>
Release v0.6.1

github.com/apex/up - 37c6493709a5df09d9b052c3eea4463dae4f803f authored over 6 years ago by TJ Holowaychuk <[email protected]>
add guard against `up stack plan` before `up`

behaviour of this is undefined at the moment, plan/apply should
be used for making resource chan...

github.com/apex/up - ce5c6d3ad65ef6866ac429ea28ae9fad48878d5c authored over 6 years ago by TJ Holowaychuk <[email protected]>
Update up.go (#646)

go lint redundant if ...; err != nil check

github.com/apex/up - 34b201e4be8694c22c7940dcddbbe0324367de7d authored over 6 years ago by Cyrille Hemidy <[email protected]>
docs: tweak pro grid again

github.com/apex/up - 941b14ad43bb31d69643f50ab19a529bb7ea7ebc authored over 6 years ago by TJ Holowaychuk <[email protected]>
docs: add new feature grids that are up to date

github.com/apex/up - 31efdb0770a297dfa3b7f153bcac9530daacb68a authored over 6 years ago by TJ Holowaychuk <[email protected]>
refactor environment loading with Platform.loadEnvironment()

tweaking so it is easier to load from the remote in Pro

github.com/apex/up - 487898caa2362024364ed0072a42787345f2a12e authored over 6 years ago by TJ Holowaychuk <[email protected]>
docs: tweak Pro list a bit

need a landing page soon...

github.com/apex/up - 895a2cd1a8bc4841f77f5c7098f50df04bddd3bd authored over 6 years ago by TJ Holowaychuk <[email protected]>
refactor: adjust a comment

github.com/apex/up - 61176fab2fc75d143f2f3c544b5782f1d32ff1f5 authored over 6 years ago by TJ Holowaychuk <[email protected]>
add missing prune files

not sure what happened there wth... weird merge fail

github.com/apex/up - c699301be3ead83529f575dbef96f3c4b9eda070 authored over 6 years ago by TJ Holowaychuk <[email protected]>
add prune command to remove old releases from S3. Closes #322

github.com/apex/up - eb6a3fbc7093a479acb31bdf55b93eedee782280 authored over 6 years ago by TJ Holowaychuk <[email protected]>
Release v0.6.0-pro

github.com/apex/up - bc0d1780af0405bc8acb73b256daecf26e157e4a authored over 6 years ago by TJ Holowaychuk <[email protected]>
Release v0.6.0

github.com/apex/up - 3e327463637cd36140ccbbfeb4aeb65b6a45e1e4 authored over 6 years ago by TJ Holowaychuk <[email protected]>
refactor: fix missing $

github.com/apex/up - 216f9ceca4c2266b376e90170e424825700b93d9 authored over 6 years ago by TJ Holowaychuk <[email protected]>
add annual plan subscription option

github.com/apex/up - 4118011279e3ae2473c49a8647ad0210f039a297 authored over 6 years ago by TJ Holowaychuk <[email protected]>
Release v0.5.17-pro

github.com/apex/up - 676908d3080dcbbefd1db6206e3c5c8f4e2e6cde authored over 6 years ago by TJ Holowaychuk <[email protected]>
Release v0.5.14

github.com/apex/up - 1344a01fca75e666d4793cfddfe05493113b94c4 authored over 6 years ago by TJ Holowaychuk <[email protected]>
fix scenario where JSON logs have invalid .level values

this happens with the default Fastify logger for example, which uses
numerical values, causing a...

github.com/apex/up - f0d6197a615645dd7980762d08e27858c927041a authored over 6 years ago by TJ Holowaychuk <[email protected]>
refactor: add note about running `up upgrade` after subscribing

github.com/apex/up - 66d3f9db0be3ab1eccc08789c05d357e4c5d1310 authored over 6 years ago by TJ Holowaychuk <[email protected]>
add start command --stage flag. Closes #639

this overrides the proxy.command as well so you may need to run
something like:

$ up start --st...

github.com/apex/up - 151d0886a3b690a87bb91bafbfb2dca20c48edb9 authored over 6 years ago by TJ Holowaychuk <[email protected]>
Move warning about glob regions up a bit (#638)

Bit faster than going through docs line-by-line, hitting this error, and being redirected to the...

github.com/apex/up - 68247194b657d69ee738076b168cefe87d2fee52 authored over 6 years ago by Cory Simmons <[email protected]>
Release v0.5.16-pro

github.com/apex/up - f83ec1ade3d864483999e0d04f7fbc7d93a8d1ae authored over 6 years ago by TJ Holowaychuk <[email protected]>
docs: add note about greedy file serving for static w/ dynamic apps

github.com/apex/up - 43590f73e962c302c3e39f0f7341167f934c8b8b authored over 6 years ago by TJ Holowaychuk <[email protected]>
Release v0.5.13

github.com/apex/up - e540c374adb2dd86df5baf50a82af8085228b599 authored over 6 years ago by TJ Holowaychuk <[email protected]>
fix "Error: fetching git commit: " error when Git is missing from the system

some CIs apparently pull in your repo without Git being present, Gitlab seems to be the only
one...

github.com/apex/up - 0b021d4d0f107ef6e4cf2eef81608ad6268428e5 authored over 6 years ago by TJ Holowaychuk <[email protected]>
docs: add note about ACM cert in us-east-1

github.com/apex/up - 27e4d1cf3ccea10c0e746787a778ac91302b0b50 authored over 6 years ago by TJ Holowaychuk <[email protected]>
docs: fix Node.js runtime section to mention v8.10

github.com/apex/up - 4b2022085c5625b3fac9d056fd5f688b7a053f57 authored almost 7 years ago by TJ Holowaychuk <[email protected]>
docs: clarify SSL is via AWS ACM. Closes #632

github.com/apex/up - 0e28238fd6f8046353f63b03153f7ea806673c9c authored almost 7 years ago by TJ Holowaychuk <[email protected]>
Release v0.5.15-pro

github.com/apex/up - c27314abbef07195579b21caa268b964d6a879ff authored almost 7 years ago by TJ Holowaychuk <[email protected]>
Release v0.5.12

github.com/apex/up - 94c62cf3681dea0e4dbb16e49f3610065b9a1d1f authored almost 7 years ago by TJ Holowaychuk <[email protected]>
docs: add lambda.runtime

github.com/apex/up - 3c56a147fb78fce52af2cd08f88fd95e642d0505 authored almost 7 years ago by TJ Holowaychuk <[email protected]>
change default runtime to nodejs 8.10

github.com/apex/up - 302f1466f7962b905c80c442732abdb32ce09feb authored almost 7 years ago by TJ Holowaychuk <[email protected]>
remove redundant wrapping of "deploying" message

github.com/apex/up - a5e976604c22b1a8ecc8848520936d76fc76dee0 authored almost 7 years ago by TJ Holowaychuk <[email protected]>
docs: adjust slightly with Note: to highlight

github.com/apex/up - 789b6c71067896e70bd7bf50ffef23fdad9d5eab authored almost 7 years ago by TJ Holowaychuk <[email protected]>
refactor an error message

github.com/apex/up - 838753b15665f98318a03f9f9a072bcd39f4397f authored almost 7 years ago by TJ Holowaychuk <[email protected]>
fix history.md typo

github.com/apex/up - d4412cf23d0336a7c11f0965d4d0db6367840510 authored almost 7 years ago by TJ Holowaychuk <[email protected]>
docs: tweak

github.com/apex/up - 1557316e050e6705ec8ccc5fc6f9cec7688043bd authored almost 7 years ago by TJ Holowaychuk <[email protected]>
add: robots middleware (#627)

Closes #610

github.com/apex/up - 527bac4aaf45d44477fe73a6ff67e07069bf5231 authored almost 7 years ago by Oleg Gaidarenko <[email protected]>
Release v0.5.11

github.com/apex/up - 7ffbcd38c7257c87c80fa9fc4580c58f4702e39a authored almost 7 years ago by TJ Holowaychuk <[email protected]>
fix: update tj/go for Git signer fix

github.com/apex/up - c5dca292c54905ac128b2d9e38f3cbe792572aa8 authored almost 7 years ago by TJ Holowaychuk <[email protected]>
Release v0.5.12-pro

github.com/apex/up - de402becfade4bd492823a5d34465f22c2c2aedf authored almost 7 years ago by TJ Holowaychuk <[email protected]>
merge history from pro

forgot to cherry-pick again

github.com/apex/up - a20f20f7be4c0493f3ef9e5c0fc8a305e6359e7d authored almost 7 years ago by TJ Holowaychuk <[email protected]>
Release v0.5.10

github.com/apex/up - 1004db1c0256b4b9d34fc40279d411b607235170 authored almost 7 years ago by TJ Holowaychuk <[email protected]>
fix: update tj/go for Git subject fix

would break if the Git commit subject had double quotes

github.com/apex/up - d918d4f59f92604cbdceb182d116899559c22c02 authored almost 7 years ago by TJ Holowaychuk <[email protected]>
Release v0.5.9

github.com/apex/up - 98fcda97122ab7b17f0688584d266cb49aa57b19 authored almost 7 years ago by TJ Holowaychuk <[email protected]>
add support for serving static files with dynamic applications. Closes #174

github.com/apex/up - 33ac8f3e31fb376add263f51e120120bf7d90104 authored almost 7 years ago by TJ Holowaychuk <[email protected]>
Release v0.5.10-pro

github.com/apex/up - 5b43ef8103fc1cf073701b730b28315ef8fbd8cc authored almost 7 years ago by TJ Holowaychuk <[email protected]>
change logging to always output the same date format

longer but looks nicer when you query the past few days

github.com/apex/up - 73cd81b979b82e12756f28cec3925f9a7e0fad81 authored almost 7 years ago by TJ Holowaychuk <[email protected]>
Initial commit

github.com/apex/up - 6d27f34c95c7eeba660d54a8ff7c6e48c69f6769 authored almost 7 years ago by TJ Holowaychuk <[email protected]>