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

Contrib2 #222

Closed
wants to merge 30 commits into from
Closed

Contrib2 #222

wants to merge 30 commits into from

Commits on Jan 28, 2013

  1. Refs #2226: Initial techniques for Rudder - Android flavour

    Matthieu CERDA committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    37ec11b View commit details
    Browse the repository at this point in the history
  2. Refs #2226: Initial techniques for Rudder - Android flavour - Post te…

    …st corrections
    Matthieu CERDA committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    97501e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ea5d3c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2013

  1. Configuration menu
    Copy the full SHA
    4cfe232 View commit details
    Browse the repository at this point in the history
  2. Refs #2226: Updated fusionAgent to correct some logic issues

    Matthieu CERDA committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    f97097e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b53ae3 View commit details
    Browse the repository at this point in the history
  4. Refs #2226: Modified the fusionAgent promise to execute curl on Linux…

    … AND Android machines
    Matthieu CERDA committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    cb0a0f9 View commit details
    Browse the repository at this point in the history
  5. Refs #2226: Modified the fusionAgent promise to execute Android relat…

    …ed tools even without the linux class
    Matthieu CERDA committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    1df6192 View commit details
    Browse the repository at this point in the history
  6. Refs #2226: Modified the fusionAgent promise to have a variable rm bi…

    …nary path
    Matthieu CERDA committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    517846e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2013

  1. Refs #2226: Modified the promises.st to take android into account whe…

    …re linux classes were used
    Matthieu CERDA committed Jan 30, 2013
    Configuration menu
    Copy the full SHA
    b3369a9 View commit details
    Browse the repository at this point in the history
  2. Refs #2226: Modified the failsafe so that it does not fail on CFEngin…

    …e 3.4, and fixed the android system settings techniques with values wanted for the demo
    Matthieu CERDA committed Jan 30, 2013
    Configuration menu
    Copy the full SHA
    4d8baec View commit details
    Browse the repository at this point in the history
  3. Refs #2226: Modified the failsafe so that it does not try to access i…

    …nexistent variables
    Matthieu CERDA committed Jan 30, 2013
    Configuration menu
    Copy the full SHA
    285e230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e40b446 View commit details
    Browse the repository at this point in the history
  5. Refs #2226: Disable binaries update on android (not needed)

    Matthieu CERDA committed Jan 30, 2013
    Configuration menu
    Copy the full SHA
    f2ec218 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2013

  1. Refs #2226: Corrected the Android promises keyboard layout for Portug…

    …uese and the screen resolution changing method
    Matthieu CERDA committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    207954f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2013

  1. skipidentify for android

    mobile devices are rarely registered in DNS.
    Cédric Cabessa authored and CedricCabessa committed Apr 16, 2013
    Configuration menu
    Copy the full SHA
    b2e12a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2013

  1. Merge pull request Normation#91 from CedricCabessa/branches/rudder/an…

    …droid_support_2.5
    
    skipidentify for android
    ncharles committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    a1c53c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2013

  1. Bug Fix typo in xml tag name for inventory

    Cédric Cabessa committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    cd0c772 View commit details
    Browse the repository at this point in the history
  2. run-inventory on android

    Android version of run-inventory is available in the cfengine android repo
    The behavior is supposed to be the same even if some arguments are ignored (for now)
    Cédric Cabessa committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    c295b43 View commit details
    Browse the repository at this point in the history
  3. Android support for downloadFile

    Add a rudder_curl var to factorise code
    Cédric Cabessa committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    0009ea9 View commit details
    Browse the repository at this point in the history
  4. android support

    add android when it just works
    Cédric Cabessa committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    f2a34d0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2013

  1. add ACCESSLOG node in inventory for Android

    OCSInventory does not support ACCESSLOG (but fusioninventory does)
    We add this node in cfengine. An possible improvement is to check for the
    existence of this node before adding it in order to be compatible with
    fusioninventory
    Cédric Cabessa committed May 22, 2013
    Configuration menu
    Copy the full SHA
    ce3de96 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2013

  1. Fix previous commit (ce3de96)

    We cannot use after_location("<CONTENT>") because it is already used with add_information_*.
    According to doc this do not converge (we sometime observe 2 ACCESSLOG tag).
    We simply use another tag (OPERATINGSYSTEM) in the same hierarchy.
    Cédric Cabessa committed Jun 3, 2013
    Configuration menu
    Copy the full SHA
    bcd655e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2013

  1. Merge pull request Normation#98 from CedricCabessa/branches/rudder/an…

    …droid_support_2.5
    
    Branches/rudder/android support 2.5
    jooooooon committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    dd28b32 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2013

  1. Merge branch 'android_support_2.5'

    Conflicts:
    	initial-promises/node-server/common/1.0/site.cf
    	initial-promises/node-server/failsafe.cf
    	initial-promises/node-server/inventory/1.0/fusionAgent.cf
    	initial-promises/node-server/promises.cf
    	techniques/fileConfiguration/fileManagement/1.0/manageFilesAndFolders.st
    	techniques/fileConfiguration/fileManagement/1.1/manageFilesAndFolders.st
    	techniques/fileDistribution/checkGenericFileContent/1.0/checkGenericFileContent.st
    	techniques/fileDistribution/checkGenericFileContent/2.0/checkGenericFileContent.st
    	techniques/fileDistribution/checkGenericFileContent/2.1/checkGenericFileContent.st
    	techniques/fileDistribution/checkGenericFileContent/3.0/checkGenericFileContent.st
    	techniques/fileDistribution/checkGenericFileContent/3.1/checkGenericFileContent.st
    	techniques/fileDistribution/checkGenericFileContent/3.2/checkGenericFileContent.st
    	techniques/fileDistribution/copyGitFile/1.1/copyFileFromSharedFolder.st
    	techniques/fileDistribution/copyGitFile/1.2/copyFileFromSharedFolder.st
    	techniques/fileDistribution/copyGitFile/1.3/copyFileFromSharedFolder.st
    	techniques/fileDistribution/downloadFile/1.0/downloadFile.st
    	techniques/jobScheduling/jobScheduler/1.0/job_scheduler.st
    	techniques/system/common/1.0/failsafe.st
    	techniques/system/common/1.0/promises.st
    	techniques/system/common/1.0/site.st
    	techniques/system/inventory/1.0/fusionAgent.st
    Cédric Cabessa committed Sep 8, 2013
    Configuration menu
    Copy the full SHA
    544af40 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2013

  1. skipidentify in failsafe

    now that the copy is done in failsafe, we need set skipidentify here
    Cédric Cabessa committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    b3867d8 View commit details
    Browse the repository at this point in the history
  2. trivial porting of 1.4/copyFileFromSharedFolder to other OS

    This technique should not depend on any particular OS
    Cédric Cabessa committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    78c90d5 View commit details
    Browse the repository at this point in the history
  3. use $(g.rudder_rm) instead of /bin/rm

    Cédric Cabessa committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    a4d724a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2013

  1. Merge branch 'contrib'

    Conflicts:
    	initial-promises/node-server/inventory/1.0/fusionAgent.cf
    	techniques/system/inventory/1.0/fusionAgent.st
    Cédric Cabessa committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    e3e3e58 View commit details
    Browse the repository at this point in the history
  2. android support for new version of promises

    Cédric Cabessa committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    f096ca2 View commit details
    Browse the repository at this point in the history