Logo white

David RENÉ / hayamiki

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 5
  • Tags 1
  • hayamiki
12 Mar, 2017
1 commit
  • add generation of get_xxx with DB_id as argument
    1428c1cc
    totoro authored
    2017-03-12 18:51:49 +0100  
    Browse Code »

09 Mar, 2017
1 commit
  • Use the DB_id instead of Int for foreign key ...
    80c9c10d
    Add attribute for used editor for text_field
    totoro authored
    2017-03-09 18:32:07 +0100  
    Browse Code »

07 Mar, 2017
2 commits
  • add generation of calexium_lib menu
    a40e905e
    totoro authored
    2017-03-07 22:07:50 +0100  
    Browse Code »
  • rename menu as hk_menu
    0fab7df4
    totoro authored
    2017-03-07 21:19:27 +0100  
    Browse Code »

28 Feb, 2017
1 commit
  • add sha1 signature for db_model saved in file hayamiki.ini on the root of destin… ...
    a8403c5a
    …ation directory. This prevent to generate same files during automatic generation on project compilation time
    change the read path for db_types in calexium_lib
    replace read by transmit when including the type declaration file
    totoro authored
    2017-02-28 22:00:46 +0100  
    Browse Code »

26 Jan, 2017
1 commit
  • add the support of type generation by densaku
    4248dece
    totoro authored
    2017-01-26 01:36:55 +0100  
    Browse Code »

19 Jan, 2017
1 commit
  • remove the "indexed" attribute which is not compatible with SQlite3
    8bc8f772
    totoro authored
    2017-01-19 10:59:31 +0100  
    Browse Code »

30 Dec, 2016
2 commits
  • generate function for getting list of rows with given clause
    d9ac8325
    totoro authored
    2016-12-30 17:14:08 +0900  
    Browse Code »
  • add the generation of the function which get one row with where clause
    8dafff85
    totoro authored
    2016-12-30 00:16:44 +0900  
    Browse Code »

01 Oct, 2016
1 commit
  • add view_name for editor view
    72f76e72
    totoro authored
    2016-10-01 22:41:55 +0200  
    Browse Code »

28 Aug, 2016
1 commit
  • add generation of editor view
    f533b816
    totoro authored
    2016-08-28 22:59:18 +0200  
    Browse Code »

27 Aug, 2016
1 commit
  • update hayamiki generator to work with view (vtm) from Hayamiki lib
    f46545cd
    totoro authored
    2016-08-27 20:08:54 +0200  
    Browse Code »

23 Jul, 2016
1 commit
  • add password_field
    630afb08
    totoro authored
    2016-07-23 18:28:45 +0200  
    Browse Code »

19 Jul, 2016
1 commit
  • add int_choices to integer_field
    87ca803d
    totoro authored
    2016-07-19 23:00:17 +0200  
    Browse Code »

03 Jul, 2016
3 commits
  • Merge branch 'master' of ssh://gitlab.calexium.com:33022/calexium/hayamiki
    f80d566f
    totoro authored
    2016-07-03 16:58:23 +0200  
    Browse Code »
  • remove the semicolon at the end of create table because SQLite store the creatio… ...
    70ca5b3f
    …n query without that semicolon. Hence during migration the algorithm compare the creation query (the stored query in DB  with program query), because it was always different "semicolon", the migration was always applied . That happened only when the database schema version changed.
    totoro authored
    2016-07-03 16:52:50 +0200  
    Browse Code »
  • remove the semicolon at the end of create table because SQLite store the creatio… ...
    b0673cc0
    …n query without that semicolon. Hence during migration the algorithm compare the creation query (the stored query in DB  with program query), because it was always different "semicolon", the migration was always applied . That happened only when the database schema version changed.
    totoro authored
    2016-07-03 16:52:02 +0200  
    Browse Code »

28 Apr, 2016
4 commits
  • Merge branch 'master' of ssh://gitlab.calexium.com:33022/calexium/hayamiki
    ca360511
    totoro authored
    2016-04-28 13:59:33 +0200  
    Browse Code »
  • fix action as string and not data
    2a348083
    totoro authored
    2016-04-28 13:58:15 +0200  
    Browse Code »
  • Merge branch 'master' of ssh://gitlab.calexium.com:33022/calexium/hayamiki
    be77f1b0
    totoro authored
    2016-04-28 13:36:18 +0200  
    Browse Code »
  • add specific link in list view
    07e68e53
    totoro authored
    2016-04-28 13:32:50 +0200  
    Browse Code »

20 Apr, 2016
1 commit
  • add a prefix (type name) to extract_from_web_arg function generation due to collision issues
    3cd8455e
    Julien Verneuil authored
    2016-04-20 15:51:46 +0200  
    Browse Code »

11 Apr, 2016
1 commit
  • fix potential issue with the "prefix" argument of "extract_from_web_arg" functio… ...
    dab0bd7f
    …n being masked by another symbol which could be specified by the user (in short, rename "prefix" as "__prefix__")
    add logging of errors on "extract_from_web_arg" failure and "update" table queries
    Julien Verneuil authored
    2016-04-11 17:41:28 +0200  
    Browse Code »

07 Apr, 2016
1 commit
  • forgotten file
    210cb395
    totoro authored
    2016-04-07 11:57:19 +0200  
    Browse Code »

06 Apr, 2016
1 commit
  • Generate choices selector
    e8311d8a
    totoro authored
    2016-04-06 23:54:01 +0200  
    Browse Code »

31 Mar, 2016
1 commit
  • add prefix parameter to "extract_from_web_args" generated function (for now empty)
    917dd665
    Julien Verneuil authored
    2016-03-31 16:00:48 +0200  
    Browse Code »

29 Mar, 2016
1 commit
  • add fixed width for datetime, time, date fields with auto_now and auto_now_add attributes
    04ea8a8d
    Julien Verneuil authored
    2016-03-29 20:12:04 +0200  
    Browse Code »

24 Mar, 2016
1 commit
  • no message
    c871d16d
    Julien Verneuil authored
    2016-03-24 15:44:53 +0100  
    Browse Code »

21 Mar, 2016
1 commit
  • add row delete support ...
    75b762fe
    begin of support of hk_text_choice
    totoro authored
    2016-03-21 12:05:31 +0100  
    Browse Code »

19 Mar, 2016
1 commit
  • Use vt_view_row_header now for viewable table and add "id" in vt_view_row to all… ...
    7934e794
    …ow to have row id for delete or others operation
    totoro authored
    2016-03-19 16:41:46 +0100  
    Browse Code »

11 Mar, 2016
1 commit
  • remove the NOT NULL always generated with foreign key. The not null is managed by column attributes
    2e17aca7
    totoro authored
    2016-03-11 17:27:14 +0100  
    Browse Code »

15 Feb, 2016
1 commit
  • now generate all files in given destination directory
    fd8e2150
    totoro authored
    2016-02-15 01:52:09 +0100  
    Browse Code »

14 Feb, 2016
1 commit
  • end of use of the calexium_lib/database/model/db_model.anubis
    7f333a2a
    totoro authored
    2016-02-14 18:02:06 +0100  
    Browse Code »

13 Feb, 2016
1 commit
  • retrieve all generation part of old calexium_lib db_model.anubis and split code … ...
    18b5b14f
    …into separate specialized source
    totoro authored
    2016-02-13 12:12:28 +0100  
    Browse Code »

09 Feb, 2016
2 commits
  • sync with calexium_lib ...
    30bc3c98
    add the management of short_name in hk_table
    add the generation of the menu of application
    totoro authored
    2016-02-09 19:35:23 +0100  
    Browse Code »
  • generate the list of table for create_table function ...
    f8f2a481
    + generate an empty db_relations which is a list of foreign keys and their relations
    + create directories if need
    totoro authored
    2016-02-09 11:39:18 +0100  
    Browse Code »

06 Feb, 2016
3 commits
  • Merge branch 'master' of ssh://gitlab.calexium.com:33022/calexium/hayamiki
    2c83047c
    totoro authored
    2016-02-06 11:17:04 +0100  
    Browse Code »
  • add generation of create table ...
    d4dc7034
    add checking of the model
    rename almost all db_ to hk_
    totoro authored
    2016-02-06 11:16:40 +0100  
    Browse Code »
  • add generation of create table ...
    f659c110
    add checking of the model
    rename almost all db_ to hk_
    totoro authored
    2016-02-06 11:16:00 +0100  
    Browse Code »

24 Jan, 2016
1 commit
  • generate all set of views ...
    64adc833
    boolean fields are rendered as icon in list view
    totoro authored
    2016-01-24 16:21:55 +0100  
    Browse Code »