school
school copied to clipboard
Professor M's School for Gifted Coders
We should add a section explaining how the code is tested. I think some of the file names have also changed since the doc was written.
The Readme is getting long. Rework it into different pages (possibly using GitHub pages or the Wiki)
From @mmarum-sugarcrm in https://github.com/sugarcrm/school/pull/44: There are some general security concerns with passing passwords over command line. (ex. they get exposed in process table when a user calls ps and exposed...
When running Jenkins on Docker, you have to input the path to Jenkins on your host machine as secret text as well as in the build command. Can we change...
Currently we only support username and password authentication for GitHub
This feature is already implemented as part of this tutorial: https://community.sugarcrm.com/docs/DOC-4808-tutorial-performing-common-code-customizations-on-new-quotes-module To implement this issue... - integrate the code from the tutorial into this repo - add an appropriate doc...
Create a public slack channel to track this project. Also, add automatic notifications from Zenhub to the channel: https://www.zenhub.com/guides/setup-slack
Check with the internal Sugar team to see what style checker they use and add it to our build process
The Recent Changes API (https://github.com/sugarcrm/BuildingBlocks/tree/master/packages/RecentChangesAPI) is a custom endpoint that identifies Users who have had recent changes to their assigned records. It returns an array that includes the time on...