Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modelgen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
modelgen
Graph
6f0117ce9454b8ba85bd1eefad14331d128b5841
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Jun
5
Oct
9
Sep
24
Jul
22
19
16
11
7
Code cleanup
master
master
Makefile cleanup
PHP namespace is not placed on a separate line
Table names are now encapsulated by backticks before being used in a query
Removed obsolete default password value
Updated description of command-line arguments
Filenames now preserve capital letters.
Static values of the form array(array('relation')) are now rewritten to 'relation'.
Removed configuration comment.
Moved test database settings to config file.
Added id to select fields.
Fixed incorrect 'select' generation.
Filenames are now based on classnames so that the PHP ActiveRecord autoloader will find them.
Moved code coverage configuration into .coveragerc file.
Added 'spaces' option.
Excluded main execution from coverage report.
Added code coverage option to Makefile.
Updated unit tests with latest database content.
Fixed some bugs regarding has_one relations.
Added data directory to ignore file.
Applied pyflakes and pep8.
Added .bak files to ignore list.
Added TODO list.
Added first version of generator script.
Added module init file for tests (needed by testrunner script).
Shortened test runner script.
Added English inflector.
Added basic testing framework files.
Loading