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

3.0 #1

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
625436c
started working on v2.0
kilhage Nov 5, 2015
79bb95b
started adding support for multiple vardefs
kilhage Nov 5, 2015
8cb2791
Added dump command
kilhage Nov 10, 2015
0bbcad2
fixed issues wheh dumping change directives
kilhage Nov 10, 2015
5590d99
Updated command descriptions
kilhage Nov 10, 2015
c601475
Updated UPGRADE-2.0.md
Nov 11, 2015
cd8ed75
Updated README.md
Nov 11, 2015
9c4ccaf
Updated README.md
Nov 11, 2015
f9c83b4
Updated README.md
Nov 11, 2015
f396da0
Update README.md
Nov 11, 2015
3173456
Update README.md
Nov 11, 2015
581eab7
Update README.md
Nov 11, 2015
ce09e09
Update README.md
Nov 11, 2015
fe4665c
Update README.md
Nov 11, 2015
c813439
Update README.md
Nov 11, 2015
e650d41
Added upgrade note
kilhage Nov 11, 2015
635d3e7
Added upgrade note
kilhage Nov 11, 2015
4b56579
updated upgrade note
kilhage Nov 11, 2015
b38cea9
updated upgrade note
kilhage Nov 11, 2015
e76fe7d
Update UPGRADE-2.0.md
Nov 11, 2015
1b2ccae
minor syntax fix
kilhage Nov 11, 2015
6d857d4
Updated UPGRADE-2.0.md
Nov 11, 2015
ee1f626
Added twig templates
kilhage Nov 11, 2015
3a9f4f5
Added usage of twig templates and fixed minor issues
kilhage Nov 12, 2015
77833fa
Added dump support for duplicate_check
kilhage Nov 12, 2015
d2a4be0
Fixed phpdoc
kilhage Nov 12, 2015
a8965cf
Broke out yaml parsing to separate library
kilhage Nov 12, 2015
c0c33e6
Made it possible to have different logic dependantly of version tag i…
kilhage Nov 12, 2015
a04bbb6
Made sure to set the link side properly
kilhage Jan 28, 2016
75b0a1d
fixed flex relate field
kilhage Apr 26, 2016
dececaa
simplifed making relationships readonly
kilhage Apr 26, 2016
68dc2bb
Merge branch 'master' into 2.0
kilhage Apr 28, 2016
ca8b881
added support for acls & visibillity, added --core flag in dump command
kilhage Jun 27, 2016
fbdff38
fixed minor issues in the template
kilhage Jul 14, 2016
4df6203
fix
kilhage Jul 19, 2016
f243ee2
Merge branch '2.0' of gitlab.dri-nordic.com:dri-nordic/vardef-modifie…
kilhage Jul 19, 2016
9983c90
made it possible to configure flex relate links
kilhage Jul 20, 2016
148c401
Merge branch '2.0' of gitlab.dri-nordic.com:dri-nordic/vardef-modifie…
kilhage Jul 20, 2016
9d3a559
relate fields should not be reportable
kilhage Apr 24, 2017
80446d7
updated namespace
kilhage Nov 14, 2017
6708689
Added check for index length
kilhage Feb 27, 2019
9811807
upgraded symfony
kilhage Apr 19, 2019
622ca3c
set default for bool fields
kilhage Jul 4, 2019
f18381c
made it possible to set index name
kilhage Oct 9, 2019
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
Prev Previous commit
Next Next commit
relate fields should not be reportable
kilhage committed Apr 24, 2017

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 9d3a559fdce415978b3a11be916ed907d26620d7
6 changes: 4 additions & 2 deletions defaults.yml
Original file line number Diff line number Diff line change
@@ -71,11 +71,13 @@ address:
flex_relate:
id:
type: id
reportable: false
name:
type: parent
source: non-db
options: parent_type_display
parent_type: record_type_display
reportable: false
type:
dbType: varchar
type: parent_type
@@ -90,8 +92,8 @@ flex_relate_link:
##############################################################
# The Relationship base
relationship:
id: {}
name: {}
id: { reportable: false }
name: { reportable: false }
link:
side: right
index: { }