Commit graph

19 commits

Author SHA1 Message Date
Clemente Raposo
448ef660b0 Split angular.json file and add merge-angular-json command 2024-11-27 14:49:25 +00:00
y.yerli
a281b0764e Update packages 2024-11-27 14:46:42 +00:00
Clemente Raposo
5aa74514ca Symfony 6.4 - Update friendsofphp/php-cs-fixer recipe 2024-08-21 18:06:14 +01:00
yunusyerli1
6e4fa5da72 Update core and cli to v13 2023-11-21 14:32:32 +00:00
Clemente Raposo
4e9370abfe Rename default extension to defaultExt
- default is a php reserved word. This was causing issues
2023-08-23 13:24:19 +01:00
Clemente Raposo
13fa0bcc26 Add default custom frontend extension structure 2023-05-05 16:03:40 +01:00
Dillon-Brown
83d62c6f71 Add front-end dist to the .gitignore
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-04-01 12:19:36 +01:00
Clemente Raposo
d33af10fb1 Ignore node_modules in at any level
- node_modules should ignored at any level
2021-03-30 19:22:43 +01:00
Dillon-Brown
dbabb16009 Update composer autoloading for extensions
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:39 +01:00
Clemente Raposo
e4f35db209 Update gitignore 2021-03-30 19:22:36 +01:00
Dillon-Brown
2d6128e09e Add compiled CSS files to gitignore
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:34 +01:00
Dillon-Brown
8c9b920e48 Update .gitignore to specify project specific ignores only
- Updated .gitignore placeholders to .gitkeep and removed the ones that are no longer needed.
- Updated root .gitignore with further project specific ignores.
- Removed all non-project ignores (IDE, filetypes, etc) from the root .gitignore

Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:07 +01:00
Dillon-Brown
53556322c7 Update gitignore for symfony/phpunit-bridge
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:21:40 +01:00
Clemente Raposo
6c3e266b5d Add legacy api re-direction
- Listen to legacy api calls on the LegacyRedirectListener
- Add LegacyApiRedirectHandler to re-direct to legacy endpoint
-- Using 307 re-direction response to support post re-direction
-- Using api_paths.yaml with the configuration with paths to check

- Setup API tests using codeception
-- Add helper methods to login in v4 and v8 API
- Add Api test to create account using v4 api
- Add Api test to create account using v8 api
- Add unit test for LegacyApiRedirectHandler
2021-03-30 19:21:34 +01:00
Dillon-Brown
9bff8530c6 Add Suite-8 user authentication 2021-03-30 19:21:31 +01:00
Clemente Raposo
d4baf71483 Add ng serve local proxy configuration for api calls 2021-03-30 19:21:31 +01:00
Dillon-Brown
587a79613e Add API Platform Framework with Symfony/Flex
This implements the basic structure that will be used for the API and core application.
2021-03-30 19:21:30 +01:00
Matt Lorimer
9a1442f726 Move tests to root directory 2021-03-30 19:21:30 +01:00
Dillon-Brown
c895877b7e SuiteCRM 8 initial commit 2021-03-30 19:12:01 +01:00