Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Jc/oc 4352/chef cache #39

Merged
merged 9 commits into from
Nov 14, 2012
Merged

Jc/oc 4352/chef cache #39

merged 9 commits into from
Nov 14, 2012

Conversation

jamesc
Copy link

@jamesc jamesc commented Nov 8, 2012

Remove usage of hard-coded POC_ORG_ID from code.

  • Add a stubbed out chef_org:fetch_org_id which currently only return the POC_ORG_ID
  • Add caching layer in chef_object:fetch_org_id
  • Make sure all other code call throught the org_guid cache
  • Remove all other usages of POC_ORG_ID and delete POC_ORG_NAME

@jkeiser
Copy link
Contributor

jkeiser commented Nov 13, 2012

This patch will fail named_node_state_resource, which calls the 1-arg version of pushy_sql:fetch_node_statuses. Other than that, things look good.

@jamesc jamesc merged commit b33b2f6 into master Nov 14, 2012
seth pushed a commit that referenced this pull request Sep 18, 2013
Removed deps:

    automeck
    emysql

Updated deps:

  proper
    2013-08-25 f7fa99e Activate two more tests; thanks to Ingo Struck
    2013-08-25 5f0d74c Fix extraneous space

  lager
    2013-08-08 2965c23 Merge pull request #165 from ferd/master
    2013-08-08 ee0faa8 Clarifying how to disable 'crash_log'

  envy
    2013-09-17 90694c6 Merge remote-tracking branch 'of/non_neg_integer'
    2013-09-17 2196b22 Add non_neg_integer support
    2013-09-17 abf3d7f Add aliases for list, pos_integer.
    2013-09-16 256d4f4 Merge branch 'of/positive_integer'
    2013-09-16 c3b87b6 Convert to using ?_test macro from eunit
    2013-09-16 678fe1b Add positive_integer validation

  sqerl
    2013-08-15 c371b22 Merge pull request #39 from opscode/of/default_client_mod
    2013-08-15 fbe2822 Start pooler for itest
    2013-08-15 7d22510 Ensure driver is loaded before returning
    2013-08-15 b172d17 In the absence of configuration, default to postgres
    2013-08-12 d0c265e Merge pull request #37 from opscode/sd/OC-9062
    2013-08-02 a8557fb make sqerl non-active / pooler conf via app.config
    2013-08-06 815bae8 Merge branch 'sf/remove-mysql'
    2013-08-06 4af85c7 Remove unused testing dependency automeck
    2013-08-06 b51c7bd Remove mysql support from sqerl
    2013-08-05 8be4c95 sqerl_pgsql_client should not be a system process
    2013-08-05 bce94d7 Merge branch 'sf/on-demand-prepare'
    2013-08-05 dd036b4 Cleanup return value for internal prepare_statement function
    2013-08-05 e57d2d2 Refactor pqc_fetch to use a PrepareFun fun
    2013-08-05 422385f Ignore sqerl.plt generated file
    2013-08-05 8b6cc2c Add test coverage for sqerl_pgsql_client internal pqc_* functions
    2013-08-05 e43684a Less verbose eunit output makes pass/fail easier to read
    2013-07-29 38ddf18 Remove unreachable code resulting from pooler upgrade
    2013-07-29 710659c Prepare queries on-demand instead of at client start
    2013-07-23 d6d3916 Merge pull request #31 from opscode/jpl/surface_pg_error_code
    2013-07-16 8827b11 Merge pull request #35 from opscode/ma/oc-7926/add_timeout
    2013-07-11 b0bad1c The default timeout of epgsql is 5 seconds. This is too short, and longer requests timeout and roll back. This became apparent when trying to delete large organizations with lots of checksums out of sql.
    2013-07-11 b96f6a2 Merge branch 'jc/add-uuid-and-varchararray'
    2013-07-10 e59356b Add test coverage around UUID[] insert/select
    2013-07-08 dfb4768 Add unit tests around using arrays as parameters

  epgsql
    2013-07-11 6ceff57 Merge branch 'jc/add-uuid-and-varchararray'
    2013-07-11 d6a82e8 Merge branch 'cm/sync-with-upstream'
    2013-07-03 ce0844c Add varchararray type
    2013-07-10 eb6967d Add support to encode/decode uuid and uuidarray types
    2013-06-28 7dd9c98 added uuid type
    2013-06-28 0f1eb3f Merge remote-tracking branch 'wg/master'
    2012-03-13 3318bd5 fix encoding of array lower bound
    2012-03-07 4c8f96c add support for float4 and float8 arrays

  folsom
fatal: Invalid revision range 49da398e58c3fe7c663ee4685166a6e25bdd3b0e..de939f5a937e3ace126090a2f6cd837bd2f5bc26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants