Skip to content
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

WIP: split into more packages #466

Merged
merged 33 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d9d9c23
admin: remove unused utility functions
matej21 Jan 27, 2023
85377d6
split binding into binding and react-binding package
attitude Sep 14, 2023
3272056
datagrid: major refactoring
matej21 Feb 14, 2023
456bd27
extract datagrid and choice field into dedicated packages
attitude Sep 14, 2023
310763e
imports linter: better output + allow to lint single package
matej21 May 24, 2023
b637dad
create contributing.md
matej21 May 24, 2023
f30df9c
add key provider for datagrid
matej21 May 24, 2023
39fd1be
datagrid: minor refactoring, fix cell name
matej21 May 24, 2023
7601130
add missing tsdoc config
matej21 May 24, 2023
33aed07
choice field: pass dialog opening callback
matej21 May 24, 2023
8f729df
minor refactoring
matej21 Jul 4, 2023
08268fb
extract react field components into dedicated packages
matej21 May 25, 2023
a3d2ceb
extract auto form/grid; link creation BC break
matej21 May 25, 2023
b87501b
remove deprecated PageLinkById
matej21 May 25, 2023
ca019fb
feat(binding): introduce unpersisted subtrees
matej21 Jun 9, 2023
c565607
refactor(choice-field): change how to connect UI, rework "create new"…
matej21 Jun 9, 2023
f4482f1
chore: fix react-auto deps
matej21 Jun 12, 2023
e8fa2d8
chore: drop test run script from pckages with no tests
matej21 Jun 12, 2023
6c5a71f
refactor(react-choice-field): minor static render refactoring
matej21 Jun 14, 2023
701a522
fix(datagrid): static render of tiles
matej21 Jun 14, 2023
94f9062
fix(admin): datagrid scope props fix
matej21 Jun 26, 2023
d813742
update yarn.lock
matej21 Jul 4, 2023
93c0124
import fix
matej21 Jul 4, 2023
0c206b8
chore: import lint fix
matej21 Jul 4, 2023
9e9537e
tests: fix pw test
matej21 Jul 11, 2023
388c02f
chore: yarn.lock up
matej21 Aug 1, 2023
1f2f305
chore: ae build
matej21 Aug 16, 2023
bd90c40
fixup! chore: yarn.lock up
matej21 Aug 16, 2023
7f4e36c
fixup! datagrid: major refactoring
matej21 Aug 16, 2023
40be0f9
fixup! chore: import lint fix
matej21 Aug 16, 2023
ecbeec7
fix: visibility controls and full filters hiding fix
matej21 Aug 1, 2023
89e4efc
chore: update pw config
matej21 Aug 1, 2023
6b0dacc
update pw snapshots
matej21 Aug 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Contributing

## Getting started

*todo*

## Creating a new package

- copy `packages/.template`
- replace all `.template` occurrences with your package name
- add your package name to following:
- `tsconfig.json`
- `build/packageList.js`
- `ee/admin-server/Dockerfile`
1,628 changes: 101 additions & 1,527 deletions build/api/admin.api.md

Large diffs are not rendered by default.

Loading