Max Marze
d460ab118a
fix: use cjs for custom-resources ( #12600 )
2024-06-14 12:31:22 -04:00
Max Marze
2c44077682
fix: v4 onwards should only check major version constraint ( #12598 )
2024-06-13 16:39:02 -04:00
Tomasz Czubocha
a03129079b
fix: use the correct typescript plugin name ( #12585 )
2024-06-10 13:03:45 -04:00
Max Marze
893bfa7aef
chore: update eslint & prettier ( #12553 )
2024-05-29 11:51:04 -04:00
Max Marze
2ac753fc46
fix: version validation ( #12544 )
2024-05-25 14:45:05 -04:00
Eslam λ Hefnawy
da04e37538
fix: bring back framework version ( #12540 )
2024-05-24 23:16:30 -04:00
Max Marze
ac1361db61
fix: correct uri usage for windows in plugin manager ( #12538 )
2024-05-24 12:39:35 -04:00
Tomasz Czubocha
ab7ba488d6
fix: use require.resolve to find plugins ( #12528 )
2024-05-23 12:27:46 -04:00
Max Marze
be05936d82
fix: warn on usage of serverless-bundle when esbuild is not disabled ( #12520 )
2024-05-22 15:15:10 -04:00
Tomasz Czubocha
7ac0406cd3
fix: improve failed plugin load error message ( #12515 )
...
* fix: improve failed plugin load error message
* fix: improve failed plugin load error message
2024-05-22 12:06:00 -07:00
Max Marze
15e0808358
feat: add error when trying to use typescript plugins with esbuild enabled ( #12486 )
2024-05-17 11:33:40 -04:00
Max Marze
345044a3ea
fix: dirname
2024-05-13 20:37:20 -04:00
Max Marze
592962fac3
chore: release prep
2024-05-13 10:24:24 -04:00
Tomasz Czubocha
923b7005c8
fix: use logger in CLI class (SC-2260) ( #12465 )
2024-05-08 19:45:29 +02:00
Max Marze
79df074fc7
feat: esbuild support ( #12462 )
...
* feat: zero config esbuild defaults
* feat: esbuild support
2024-05-06 15:22:16 -04:00
Max Marze
1886f64f84
fix: handle __dirname for binary build
2024-05-03 12:17:51 -04:00
Austen
4ba2a3534b
chore: remove chalk ( #12447 )
2024-04-24 08:21:03 -07:00
Austen
0b106a0b74
fix: tests ( #12446 )
2024-04-24 07:18:13 -07:00
Austen Collins
0ef7b03314
fix: remove version until refactor
2024-04-18 00:58:04 -07:00
Austen
158f644cd0
feat: Refactor logging to reduce complexity ( #12432 )
...
* chore: Change logger
* chore: continue refactor
* chore: WIP
* chore: Sync
2024-04-17 13:26:31 -07:00
Austen Collins
2b629775ec
fix: Support for global options
2024-03-07 11:48:34 -08:00
Austen Collins
3e71302a41
chore: Remove decentralized process.argv reads
2024-03-07 10:43:45 -08:00
Austen Collins
4eb92f85f0
chore: Remove direct process.argv reads
2024-03-07 10:42:49 -08:00
Eslam λ Hefnawy
6a75892f7b
sort plugins by prioritizing build plugins (e.x. serverless-esbuild) ( #12380 )
...
* feat(plugins): prioritize esbuild and python req plugins
* feat(plugins): sort plugins by build tag
* docs(plugins): updated docs with the new build tag
* chore(plugins): remove comment
* chore(plugins): update readme
2024-03-05 13:48:31 -08:00
Austen
4fa39b8a80
chore: remove unnecessary files and rework variable resolution ( #12340 )
2024-01-31 14:50:04 -08:00
Austen
347d913c19
chore: Continue removing dashboard plugin ( #12335 )
...
* chore: clarify class inputs and dashboardenabled property
* chore: remove dashboard plugin
2024-01-24 14:26:57 -08:00
Austen
bd6a242812
chore: Embed dashboard plugin into framework ( #12332 )
...
* chore: initial removal of dashboard plugin as dependency and deprecated logic
* chore: continue refactor
* chore: move dashboard into framework and reduce logic
2024-01-23 00:28:56 -08:00
SleepWithCoffee
77c91f27d6
refactor: Convert to async functions ( #11851 )
2023-03-22 11:36:57 +01:00
Mariusz Nowak
ac1e0dbfa1
refactor: Improve module name
2022-12-08 12:58:29 +01:00
Mariusz Nowak
f3a191590b
feat(Console): Remove support for integrated configuration
2022-10-31 16:07:52 +01:00
Mariusz Nowak
f9bc405184
feat(Console): Rely on Console ready layers published to AWS
2022-07-14 17:57:00 +02:00
Mariusz Nowak
543612acbe
fix(Console): Fix console url for platform dev stage case
2022-07-07 17:46:56 +02:00
Mariusz Nowak
21461b5581
feat(Console): Support new user settings format
2022-06-02 17:51:27 +02:00
Mariusz Nowak
cf7107cba2
refactor: Add debug logs
2022-05-23 21:52:37 +02:00
Mariusz Nowak
5327b702f7
refactor(Console): Upgrade @serverless/aws-lambda-otel-extension
2022-05-23 21:52:37 +02:00
Mariusz Nowak
6748642123
refactor(Console): Improve user error message
2022-05-19 21:08:12 +02:00
Mariusz Nowak
ecaeb1f1bb
feat(Console): Report org mismatch with a meaningful error
2022-05-19 16:15:12 +02:00
Mariusz Nowak
0cecae75ff
refactor(Console): Rely on generic apiRequest for ingestion tokens
2022-05-19 16:15:12 +02:00
Mariusz Nowak
3b3cfae498
feat(Console): Support console.org setting
2022-05-19 16:15:12 +02:00
Mariusz Nowak
d40866a0e8
feat(Console): Switch to new Identity system
2022-05-19 16:15:12 +02:00
Mariusz Nowak
fa8243f960
refactor(Console): Report requests and responses to server
2022-04-22 18:13:10 +02:00
Mariusz Nowak
8d947e9b5f
refactor(Console): Reorganize env variables setup
2022-04-22 18:13:10 +02:00
Mariusz Nowak
e5c088fe2e
refactor(Console): Support disableRequestResponseMonitoring setting
2022-04-22 13:14:35 +02:00
Mariusz Nowak
4521eb7e3b
refactor(Console): Propagate disableLogsCollection to user settings
2022-04-22 13:14:35 +02:00
Mariusz Nowak
2e889c8666
refactor(Console): Generalize user config handling
2022-04-22 13:14:35 +02:00
Mariusz Nowak
ababd90f09
refactor(Console): Report logs with opt out option
2022-03-31 19:03:18 +02:00
Mariusz Nowak
14109e8ec4
refactor(Console): Ensure to list extension layer in layers output
2022-03-24 16:51:14 +01:00
Mariusz Nowak
0d9f86620b
refactor(Console): Present url to console UI
2022-03-18 15:45:55 +01:00
Mariusz Nowak
43480ee872
fix(Console): Prevent AWS region mismatch
2022-03-18 15:45:55 +01:00
Mariusz Nowak
a89e36a0e7
fix: Fix internal unrecognized command error processing
2022-03-18 15:45:55 +01:00