Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
132 commits
Select commit Hold shift + click to select a range
f1e994c
refactor: rewrite from scratch
thetutlage Feb 28, 2023
7bd5569
chore: make @adonisjs/env a production dependency
thetutlage Mar 1, 2023
b8e6dfc
chore(release): 6.0.0-0
thetutlage Mar 1, 2023
fe3b4e5
refactor: cleanup watcher and child process when something goes wrong
thetutlage Mar 1, 2023
6e2e8f4
refactor: display config parser errors during build
thetutlage Mar 1, 2023
d36967f
docs(README): update readme file
thetutlage Mar 1, 2023
0c04b0b
test: increase tests timeout
thetutlage Mar 1, 2023
094c221
ci: add debugging log for failing test
thetutlage Mar 1, 2023
8e63062
test: skip watcher tests in CI
thetutlage Mar 1, 2023
4c101f3
chore(release): 6.1.0-0
thetutlage Mar 1, 2023
bb68c2b
feat: run assets bundler when running dev server
thetutlage Mar 2, 2023
3d738bc
refactor: remove unused imports
thetutlage Mar 2, 2023
a62f756
chore: update dependencies
thetutlage Mar 2, 2023
5b184fa
chore: add typescript as a peer dependency
thetutlage Mar 2, 2023
7774a0f
test: fix flaky tests
thetutlage Mar 2, 2023
8ce2406
chore(release): 6.1.1-0
thetutlage Mar 2, 2023
caabca8
fix: install missing dependencies
thetutlage Mar 2, 2023
b8519be
chore: remove unused dependencies
thetutlage Mar 2, 2023
af69a6f
chore(release): 6.1.2-0
thetutlage Mar 2, 2023
d7b8944
feat: build assets when running build command
thetutlage Mar 3, 2023
dc696c6
chore(release): 6.1.3-0
thetutlage Mar 3, 2023
3124ee4
chore: update dependencies
thetutlage Mar 4, 2023
e8bd63e
chore: update dependencies
thetutlage Mar 11, 2023
e300d07
chore(release): 6.1.3-1
thetutlage Mar 11, 2023
857d51f
refactor: use builtin `fs/promises` instead of `fs-extra` (#58)
targos Mar 12, 2023
08001e6
chore(release): 6.1.3-2
thetutlage Mar 15, 2023
4254dda
chore: force update @adonisjs/env package
thetutlage Mar 15, 2023
912adab
chore(release): 6.1.3-3
thetutlage Mar 15, 2023
f41eb9f
chore: update dependencies
thetutlage Mar 27, 2023
1618a9b
chore: publish source and generate delcaration map
thetutlage Mar 27, 2023
ebdf973
docs(README): fix snyk label name
thetutlage Mar 27, 2023
a08a3c1
docs: update License file
thetutlage Mar 27, 2023
798a75d
chore(release): 6.1.3-4
thetutlage Mar 27, 2023
c2fec3d
chore: update dependencies
thetutlage Apr 15, 2023
f0c2896
feat: add TestRunner service
thetutlage Apr 15, 2023
b1b70c9
chore: update dependencies
thetutlage Apr 17, 2023
dcbaeeb
chore(release): 6.1.3-5
thetutlage Apr 17, 2023
d7dfd75
fix: assign logger to assets server when creating an instance of it
thetutlage Apr 17, 2023
126d406
chore(release): 6.1.3-6
thetutlage Apr 17, 2023
8225934
chore: update dependencies
thetutlage Jul 4, 2023
004ac1c
chore: upgrade japa to v3
thetutlage Jul 4, 2023
c3e2b47
chore: use @adonisjs/tooling presets for tooling config
thetutlage Jul 4, 2023
343ca83
chore: do not publish source files
thetutlage Jul 4, 2023
18d78e2
chore: add engines to package.json file
thetutlage Jul 4, 2023
083db02
refactor: remove test filters.match property
thetutlage Jul 4, 2023
dbda3b7
fix: metafiles copying (#60)
Julien-R44 Jul 4, 2023
3713c8c
chore(release): 6.1.3-7
thetutlage Jul 4, 2023
50a97b8
fix: do not kill tests watcher when test fails
thetutlage Jul 5, 2023
c0501e3
refactor: do not rewrite fatal error
thetutlage Jul 5, 2023
b9a70bd
refactor: do not reprint child process errors
thetutlage Jul 5, 2023
318e9f7
chore(release): 6.1.3-8
thetutlage Jul 5, 2023
8e7652d
feat: expose methods to close test runner and dev server
thetutlage Jul 5, 2023
301cf2b
chore(release): 6.1.3-9
thetutlage Jul 5, 2023
9164284
chore: update dependencies
thetutlage Jul 8, 2023
b83078c
feat: accept rest of japa flags as config options
thetutlage Jul 8, 2023
54850a9
refactor: allow test suite files to be a string or an array
thetutlage Jul 8, 2023
a368d03
chore(release): 6.1.3-10
thetutlage Jul 8, 2023
5ac081f
fix: incorrect conversion of options to flags
thetutlage Jul 8, 2023
1a51b74
chore(release): 6.1.3-11
thetutlage Jul 8, 2023
58b6f40
fix: concat options.scriptArgs to args passed to Japa
thetutlage Jul 8, 2023
c7f4753
chore(release): 6.1.3-12
thetutlage Jul 8, 2023
2207c83
refactor: use latest version of cpy
thetutlage Jul 10, 2023
35feb1f
fix: add missing packages
thetutlage Jul 10, 2023
1f462f0
chore(release): 6.1.3-13
thetutlage Jul 10, 2023
5d4eede
fix: pass `--enable-source-maps` to spawned process
Julien-R44 Jul 12, 2023
b5be225
chore: lint pkg json
Julien-R44 Jul 12, 2023
deb5398
chore: update dependencies
Julien-R44 Jul 12, 2023
98fe022
chore(release): 6.1.3-14
Julien-R44 Jul 12, 2023
49b515b
fix: assets bundler args not passed in Bundler
Julien-R44 Jul 12, 2023
9db2c34
chore(release): 6.1.3-15
Julien-R44 Jul 12, 2023
cf9d3e3
chore: update dependencies
thetutlage Jul 22, 2023
5e2b231
chore: update dependencies
thetutlage Jul 22, 2023
6534f42
docs: remove snyk badge
thetutlage Jul 22, 2023
9e87d57
docs(README): update github badges url
thetutlage Jul 22, 2023
4e4dec0
chore(release): 6.1.3-16
thetutlage Jul 22, 2023
4d69943
chore: update dependencies
thetutlage Jul 26, 2023
19f3cbd
chore(release): 6.1.3-17
thetutlage Jul 26, 2023
a256b82
feat: add code transformer APIs (#61)
Julien-R44 Aug 20, 2023
de3d91a
refactor: rename code_transformer file name
thetutlage Aug 21, 2023
c8d9650
chore(release): 6.1.3-18
thetutlage Aug 21, 2023
107839d
chore: update dependencies
thetutlage Aug 22, 2023
b48f406
refactor: format code as per default formatting settings
thetutlage Aug 22, 2023
2d4110a
chore(release): 6.1.3-19
thetutlage Aug 22, 2023
9537d50
fix: handle duplicates in `defineEnvValidations`
Julien-R44 Aug 22, 2023
242c612
feat: handle duplicates in addMiddlewareToStack
Julien-R44 Aug 22, 2023
9d3ff1c
chore(release): 6.1.3-20
Julien-R44 Aug 22, 2023
52ea054
refactor: do not copy .adonisrc.json file
thetutlage Aug 22, 2023
352c5a0
test: fix breaking tests
thetutlage Aug 22, 2023
1dec382
chore(release): 6.1.3-21
thetutlage Aug 22, 2023
ed3efb5
refactor: do not modify source file on duplicate entries
thetutlage Aug 22, 2023
74a9298
chore(release): 6.1.3-22
thetutlage Aug 22, 2023
9252b71
fix(transformer): addCommand method was not using correct property name
RomainLanz Oct 3, 2023
63dc53c
chore: pin swc version
Julien-R44 Oct 3, 2023
ce331e2
test: update unreliable tests
Julien-R44 Oct 3, 2023
2215c38
chore: update dependencies
thetutlage Oct 17, 2023
3eaea80
chore: use tsup for bundling
thetutlage Oct 17, 2023
8872ef5
chore: update the list of files to publish
thetutlage Oct 17, 2023
ff1a009
chore(release): 6.1.3-24
thetutlage Oct 17, 2023
2d6477d
feat: display time taken to start the HTTP server process
thetutlage Oct 17, 2023
cca8e1f
chore(release): 6.1.3-25
thetutlage Oct 17, 2023
e18c64e
feat: add `addJapaPlugin` to Codemods (#63)
Julien-R44 Nov 23, 2023
ba0b6d0
chore: update dependencies
thetutlage Nov 23, 2023
a726c8d
chore: update snapshots
thetutlage Nov 23, 2023
62d0251
chore: publish source maps and use tsc for generating types
thetutlage Nov 23, 2023
f16a1d6
chore(release): 6.1.3-26
thetutlage Nov 23, 2023
bf3d2fb
refactor: construct click friendly URL in welcome message
thetutlage Nov 23, 2023
382a103
chore(release): 6.1.3-27
thetutlage Nov 23, 2023
16ad6a1
refactor: display inter process message duration in the welcome message
thetutlage Nov 23, 2023
d7cc300
chore(release): 6.1.3-28
thetutlage Nov 23, 2023
f3e3070
fix: metafile copying when lock file is not found (#64)
Julien-R44 Nov 28, 2023
9f8c1b6
refactor: do not watch .adonisrc.json file anymore
thetutlage Nov 28, 2023
55410a3
feat: copy dot-files and dot-folders from metaFiles patterns
thetutlage Nov 28, 2023
c2ebc6a
fix: junk files filtering logic
thetutlage Nov 28, 2023
04ab722
chore(release): 6.1.3-29
thetutlage Nov 28, 2023
683198d
feat: detect package manager
Julien-R44 Dec 14, 2023
8afda77
chore: update dependencies
thetutlage Dec 19, 2023
ac656a2
feat: export installPackages and detectPackageManager utilities
thetutlage Dec 19, 2023
1d4ede6
chore(release): 6.1.3-30
thetutlage Dec 19, 2023
05ba15b
refactor: small internal refactors and add documentation
thetutlage Dec 20, 2023
ba48335
refactor: fix linting errors
thetutlage Dec 20, 2023
f455e35
test: fix test broken on windows
thetutlage Dec 20, 2023
e408ab1
refactor: ignore snapshots from prettier
thetutlage Dec 20, 2023
9f7860f
test: update snapshots
thetutlage Dec 20, 2023
5a3d878
chore(release): 7.0.0-0
thetutlage Dec 20, 2023
49cea4d
feat: add addPolicy codemod
thetutlage Dec 25, 2023
dec6700
docs: fix incorrect method name
thetutlage Dec 25, 2023
1262754
chore(release): 7.0.0-1
thetutlage Dec 25, 2023
7dad0d4
chore: update dependencies
thetutlage Jan 8, 2024
b4ed967
chore: bundle types.ts file via tsup as well
thetutlage Jan 8, 2024
831d361
refactor: remove usage --expiremental-meta-resolve flag
thetutlage Jan 8, 2024
a02eaf5
test: fix failing tests
thetutlage Jan 8, 2024
9a8d68e
Merge branch 'develop' into next
thetutlage Jan 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 0 additions & 70 deletions .github/COMMIT_CONVENTION.md

This file was deleted.

46 changes: 0 additions & 46 deletions .github/CONTRIBUTING.md

This file was deleted.

29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

170 changes: 170 additions & 0 deletions .github/labels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
[
{
"name": "Priority: Critical",
"color": "ea0056",
"description": "The issue needs urgent attention",
"aliases": []
},
{
"name": "Priority: High",
"color": "5666ed",
"description": "Look into this issue before picking up any new work",
"aliases": []
},
{
"name": "Priority: Medium",
"color": "f4ff61",
"description": "Try to fix the issue for the next patch/minor release",
"aliases": []
},
{
"name": "Priority: Low",
"color": "87dfd6",
"description": "Something worth considering, but not a top priority for the team",
"aliases": []
},
{
"name": "Semver: Alpha",
"color": "008480",
"description": "Will make it's way to the next alpha version of the package",
"aliases": []
},
{
"name": "Semver: Major",
"color": "ea0056",
"description": "Has breaking changes",
"aliases": []
},
{
"name": "Semver: Minor",
"color": "fbe555",
"description": "Mainly new features and improvements",
"aliases": []
},
{
"name": "Semver: Next",
"color": "5666ed",
"description": "Will make it's way to the bleeding edge version of the package",
"aliases": []
},
{
"name": "Semver: Patch",
"color": "87dfd6",
"description": "A bug fix",
"aliases": []
},
{
"name": "Status: Abandoned",
"color": "ffffff",
"description": "Dropped and not into consideration",
"aliases": ["wontfix"]
},
{
"name": "Status: Accepted",
"color": "e5fbf2",
"description": "The proposal or the feature has been accepted for the future versions",
"aliases": []
},
{
"name": "Status: Blocked",
"color": "ea0056",
"description": "The work on the issue or the PR is blocked. Check comments for reasoning",
"aliases": []
},
{
"name": "Status: Completed",
"color": "008672",
"description": "The work has been completed, but not released yet",
"aliases": []
},
{
"name": "Status: In Progress",
"color": "73dbc4",
"description": "Still banging the keyboard",
"aliases": ["in progress"]
},
{
"name": "Status: On Hold",
"color": "f4ff61",
"description": "The work was started earlier, but is on hold now. Check comments for reasoning",
"aliases": ["On Hold"]
},
{
"name": "Status: Review Needed",
"color": "fbe555",
"description": "Review from the core team is required before moving forward",
"aliases": []
},
{
"name": "Status: Awaiting More Information",
"color": "89f8ce",
"description": "Waiting on the issue reporter or PR author to provide more information",
"aliases": []
},
{
"name": "Status: Need Contributors",
"color": "7057ff",
"description": "Looking for contributors to help us move forward with this issue or PR",
"aliases": []
},
{
"name": "Type: Bug",
"color": "ea0056",
"description": "The issue has indentified a bug",
"aliases": ["bug"]
},
{
"name": "Type: Security",
"color": "ea0056",
"description": "Spotted security vulnerability and is a top priority for the core team",
"aliases": []
},
{
"name": "Type: Duplicate",
"color": "00837e",
"description": "Already answered or fixed previously",
"aliases": ["duplicate"]
},
{
"name": "Type: Enhancement",
"color": "89f8ce",
"description": "Improving an existing feature",
"aliases": ["enhancement"]
},
{
"name": "Type: Feature Request",
"color": "483add",
"description": "Request to add a new feature to the package",
"aliases": []
},
{
"name": "Type: Invalid",
"color": "dbdbdb",
"description": "Doesn't really belong here. Maybe use discussion threads?",
"aliases": ["invalid"]
},
{
"name": "Type: Question",
"color": "eceafc",
"description": "Needs clarification",
"aliases": ["help wanted", "question"]
},
{
"name": "Type: Documentation Change",
"color": "7057ff",
"description": "Documentation needs some improvements",
"aliases": ["documentation"]
},
{
"name": "Type: Dependencies Update",
"color": "00837e",
"description": "Bump dependencies",
"aliases": ["dependencies"]
},
{
"name": "Good First Issue",
"color": "008480",
"description": "Want to contribute? Just filter by this label",
"aliases": ["good first issue"]
}
]
4 changes: 2 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ daysUntilClose: 7

# Issues with these labels will never be considered stale
exemptLabels:
- "Type: Security"
- 'Type: Security'

# Label to use when marking an issue as stale
staleLabel: "Status: Abandoned"
staleLabel: 'Status: Abandoned'

# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Expand Down
Loading