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

add Apache license to psql docker files #122

Closed
wants to merge 193 commits into from
Closed

add Apache license to psql docker files #122

wants to merge 193 commits into from

Commits on Nov 11, 2016

  1. updating database config files.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    e0ebcfa View commit details
    Browse the repository at this point in the history
  2. adding postgres and removing mysql.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    ea6731f View commit details
    Browse the repository at this point in the history
  3. working on migrating to postgres.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    0a77db3 View commit details
    Browse the repository at this point in the history
  4. updating db conf to work with postgres. updating schema file and remo…

    …ving migrations.
    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    a715fd8 View commit details
    Browse the repository at this point in the history
  5. updating sql.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    889adc0 View commit details
    Browse the repository at this point in the history
  6. working on db/admin script.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    ad52782 View commit details
    Browse the repository at this point in the history
  7. fixing stuff.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    97f89a1 View commit details
    Browse the repository at this point in the history
  8. adding temp migration.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    a3f6630 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aeefb5c View commit details
    Browse the repository at this point in the history
  10. removing id's from fixtures.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    1676646 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9639a2f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b899fb2 View commit details
    Browse the repository at this point in the history
  13. fixing tests.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    8c8680b View commit details
    Browse the repository at this point in the history
  14. fixing tests and fixtures.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    95af445 View commit details
    Browse the repository at this point in the history
  15. fixing tests.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    6f63546 View commit details
    Browse the repository at this point in the history
  16. fixing tests

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    69503a9 View commit details
    Browse the repository at this point in the history
  17. fixing tests.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    2ef8b27 View commit details
    Browse the repository at this point in the history
  18. fixing integration.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    e9139ad View commit details
    Browse the repository at this point in the history
  19. fixing integration fixtures.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    af0c115 View commit details
    Browse the repository at this point in the history
  20. fixing integration tests.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    969a182 View commit details
    Browse the repository at this point in the history
  21. fixing tests.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    9135384 View commit details
    Browse the repository at this point in the history
  22. updating test helpers.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    16843c6 View commit details
    Browse the repository at this point in the history
  23. fixing dbdump.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    32afdf5 View commit details
    Browse the repository at this point in the history
  24. updating schema and migrations.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    65abbb6 View commit details
    Browse the repository at this point in the history
  25. fixing tests after merging master

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    536abd8 View commit details
    Browse the repository at this point in the history
  26. updating create tables sql.

    jheitz200 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    a90c84c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d62e327 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    490f5d0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a96ae3e View commit details
    Browse the repository at this point in the history
  30. updates prod dbname

    mitchell852 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    8eb5ecf View commit details
    Browse the repository at this point in the history
  31. renamed the users to match the databases

    dewrich authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    e363f58 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7a7575d View commit details
    Browse the repository at this point in the history
  33. fixes broken server tests

    mitchell852 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    2c06a49 View commit details
    Browse the repository at this point in the history
  34. Fix t/api/1.2/server.t in psql branch

    Jan van Doorn authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    831ba45 View commit details
    Browse the repository at this point in the history
  35. Fix tests and fixtures for pg. Update schema for tinyint to smallint …

    …mapping
    Jan van Doorn authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    47589cc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    97e76f7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0bd9404 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4d8b383 View commit details
    Browse the repository at this point in the history
  39. initial docker-compose

    dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    189fb1e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    29ba3b8 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    fe2512b View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    133fb82 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    7378551 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    aa622d0 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0e4d60c View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    558ddb2 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f7c243f View commit details
    Browse the repository at this point in the history
  48. simplify; remove clone volume

    dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    e427d9a View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    3287dbf View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    d0fe09a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    334a65d View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    be8ef1d View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    0e44357 View commit details
    Browse the repository at this point in the history
  54. merge master

    dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    4d2b1c8 View commit details
    Browse the repository at this point in the history
  55. Fix for Issue #TC-33

    dewrich authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    d69de3c View commit details
    Browse the repository at this point in the history
  56. the migration basically includes 2 things -1) converts double to nume…

    …ric and 2) converts certain smallints to bool
    mitchell852 authored and dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    744499d View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    5c1cbc4 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    57baf3a View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    5006eac View commit details
    Browse the repository at this point in the history
  60. fix merge issues

    dangogh committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    a627d15 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Configuration menu
    Copy the full SHA
    fa7da76 View commit details
    Browse the repository at this point in the history
  2. This closes #77.

    dangogh committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    e30afe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c30936 View commit details
    Browse the repository at this point in the history
  4. This closes #79

    mitchell852 committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    ca55e93 View commit details
    Browse the repository at this point in the history
  5. This closes #74

    mitchell852 committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    477fb3a View commit details
    Browse the repository at this point in the history
  6. Rename TM2 commonError to wrapErr

    rob05c authored and dangogh committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    cd5407b View commit details
    Browse the repository at this point in the history
  7. add TM2 log.Write

    rob05c authored and dangogh committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    9d119b3 View commit details
    Browse the repository at this point in the history
  8. Change TM2 HTTP dispatch to use a map

    Changes Traffic Monitor 2.0 HTTP dispatching to give a map directly
    to the srvhttp.Server, to register endpoints. This not only makes
    serving faster, but makes the code less error prone, by directly
    dispatching instead of using a giant switch statement.
    rob05c authored and dangogh committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    968c13c View commit details
    Browse the repository at this point in the history
  9. Fix TM2 to Stop time.Ticker

    rob05c authored and dangogh committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    524f917 View commit details
    Browse the repository at this point in the history
  10. changed repo path from github.com/Comcast to github.com/apache/incuba…

    …tor-trafficcontrol
    bluke7922 authored and dangogh committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    b879ff9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dceef53 View commit details
    Browse the repository at this point in the history
  12. removes applied migrations

    mitchell852 authored and dangogh committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    ea10588 View commit details
    Browse the repository at this point in the history
  13. This closes #80

    dangogh committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    4895aeb View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Configuration menu
    Copy the full SHA
    610a17d View commit details
    Browse the repository at this point in the history
  2. This closes #83

    dangogh committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    95e2703 View commit details
    Browse the repository at this point in the history
  3. updates create_tables.sql to reflect the schema of the postgres db po…

    …st mysql migration
    mitchell852 authored and dangogh committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    5883265 View commit details
    Browse the repository at this point in the history
  4. This closes #84.

    dangogh committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    022e345 View commit details
    Browse the repository at this point in the history
  5. psql migration needs to work when no data is loaded. i.e. during --en…

    …v=test where data is loaded by fixtures after
    mitchell852 authored and dangogh committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    8be8688 View commit details
    Browse the repository at this point in the history
  6. This closes #85.

    dangogh committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    fcc673f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea64178 View commit details
    Browse the repository at this point in the history
  8. moves the sql uses to fix datatypes for a migrated database into a no…

    …n-migration file. this sql file is a one-off only to be applied to a database converted from mysql.
    mitchell852 authored and dangogh committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    6e41cfb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f2a500b View commit details
    Browse the repository at this point in the history
  10. This closes #87.

    dangogh committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    3bdfae3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Configuration menu
    Copy the full SHA
    6a3b03e View commit details
    Browse the repository at this point in the history
  2. This closes #88.

    dangogh committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    e919e28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a4d243 View commit details
    Browse the repository at this point in the history
  4. This closes #89.

    dangogh committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    7978fc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25f0411 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38bbde3 View commit details
    Browse the repository at this point in the history
  7. This closes #90.

    dangogh committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    cc7f42b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. Configuration menu
    Copy the full SHA
    4f0e1af View commit details
    Browse the repository at this point in the history
  2. This closes #93.

    dangogh committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    4aa4af9 View commit details
    Browse the repository at this point in the history
  3. Reverse schema with text

    knutsel committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    d71603a View commit details
    Browse the repository at this point in the history
  4. This closes #97

    mitchell852 committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    0305073 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Configuration menu
    Copy the full SHA
    be81315 View commit details
    Browse the repository at this point in the history
  2. update psql migration README

    dangogh authored and dneuman64 committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    cee22b7 View commit details
    Browse the repository at this point in the history
  3. add more casts

    dangogh authored and dneuman64 committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    88cf38c View commit details
    Browse the repository at this point in the history
  4. This closes #91

    dneuman64 committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    29eb317 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf14ba3 View commit details
    Browse the repository at this point in the history
  6. updated from master and added id sorting

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    d844c7a View commit details
    Browse the repository at this point in the history
  7. more fixture migration from master

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    3aa8385 View commit details
    Browse the repository at this point in the history
  8. checkpoint update for fixture alignment

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    68fb685 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    028cdd3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    abfcc14 View commit details
    Browse the repository at this point in the history
  11. fixed the health.t testcase and data

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    e6a0fd8 View commit details
    Browse the repository at this point in the history
  12. more id realignment

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    a430a00 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a2f026a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    095195b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    929688d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    399c0e5 View commit details
    Browse the repository at this point in the history
  17. corrected test result

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    15f5241 View commit details
    Browse the repository at this point in the history
  18. fixed the job api

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    54e9a36 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    050bf6b View commit details
    Browse the repository at this point in the history
  20. fixed the log fixture tm_user pointer

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    d8a0ad0 View commit details
    Browse the repository at this point in the history
  21. fixed the data alignment

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    3f80691 View commit details
    Browse the repository at this point in the history
  22. fixed the delivery servivce id

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    804ee1b View commit details
    Browse the repository at this point in the history
  23. fixed test data

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    2c877a8 View commit details
    Browse the repository at this point in the history
  24. fixed the cachegroup test case

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    cf4c004 View commit details
    Browse the repository at this point in the history
  25. restored from master

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    dc02042 View commit details
    Browse the repository at this point in the history
  26. realigned the test data

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    65358e7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    50154c9 View commit details
    Browse the repository at this point in the history
  28. fixed the cdn test case

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    491d595 View commit details
    Browse the repository at this point in the history
  29. fixed the test case data alignment

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    a640fe9 View commit details
    Browse the repository at this point in the history
  30. fixed the test data alignment

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    274d241 View commit details
    Browse the repository at this point in the history
  31. fixed the test data alignment

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    12a6558 View commit details
    Browse the repository at this point in the history
  32. fixed the test data alignment

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    a1ecae8 View commit details
    Browse the repository at this point in the history
  33. fixed the test data alignment

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    d2570e3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    456cbec View commit details
    Browse the repository at this point in the history
  35. fixed region test cases

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    1c91202 View commit details
    Browse the repository at this point in the history
  36. fixed profile test cases

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    1d46a30 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2132274 View commit details
    Browse the repository at this point in the history
  38. fixed the profile.t test case

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    c2b001c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    674556e View commit details
    Browse the repository at this point in the history
  40. merged server_create.t

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    4aeef7d View commit details
    Browse the repository at this point in the history
  41. fixed the profile_parameter.t test case

    dewrich authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    b7659bb View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    9935d88 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    54f376b View commit details
    Browse the repository at this point in the history
  44. This closes #100.

    dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    8fed76a View commit details
    Browse the repository at this point in the history
  45. pgloader takes care of converting double to numeric so this file is n…

    …ow specific to converting certain smallints to bool
    mitchell852 authored and dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    324134b View commit details
    Browse the repository at this point in the history
  46. This closes #98.

    dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    427b99e View commit details
    Browse the repository at this point in the history
  47. add component licenses

    dangogh committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    1392b61 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    7ac91fa View commit details
    Browse the repository at this point in the history
  49. This closes #102

    mitchell852 committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    ed69921 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    4c47364 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c444a40 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Configuration menu
    Copy the full SHA
    028ac96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09d6bdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6f3f15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbd5e09 View commit details
    Browse the repository at this point in the history
  5. update user client for psql

    dneuman64 committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    dae0f12 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Configuration menu
    Copy the full SHA
    b0a50a6 View commit details
    Browse the repository at this point in the history
  2. This closes #103.

    dangogh committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    3162178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23e49aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08656fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    860c102 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0dc9f69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec0d162 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0358622 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d2aac9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc81269 View commit details
    Browse the repository at this point in the history
  11. This closes #104

    mitchell852 committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    0cfb4ec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e810bf1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d78f911 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Configuration menu
    Copy the full SHA
    e4084dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06a565a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1317b3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aab649 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fe8db0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a7dbec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c05986a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c565864 View commit details
    Browse the repository at this point in the history
  9. fix ref to TC_VERSION

    dangogh committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    e8ae0a0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7861fa1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Configuration menu
    Copy the full SHA
    875c19e View commit details
    Browse the repository at this point in the history
  2. This closes #113.

    dangogh committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    678f49c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    146b1c9 View commit details
    Browse the repository at this point in the history
  4. This closes #114

    mitchell852 committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    1e0926d View commit details
    Browse the repository at this point in the history
  5. fixed mday to remove -1 calc

    dewrich committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    3da94ae View commit details
    Browse the repository at this point in the history
  6. This closes #115

    mitchell852 committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    5bada9d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2016

  1. Configuration menu
    Copy the full SHA
    68108a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a47ce7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f89845a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ceb8cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    570d605 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    140ca3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    624f1ba View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. This closes #120

    mitchell852 committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    33e5502 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a3f36b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e377589 View commit details
    Browse the repository at this point in the history
  4. license for sql files

    dangogh committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    12ab333 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Configuration menu
    Copy the full SHA
    fc92ab9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'rat-and-apache-license' into apache-license-docker

    Conflicts:
    	traffic_ops/app/db/create_tables.sql
    	traffic_ops/app/db/migrations/20150504100001_add_param_index.sql
    	traffic_ops/app/db/migrations/20150706084134_stats_summary_table.sql
    	traffic_ops/app/db/migrations/20150721000000_add_stat_date.sql
    	traffic_ops/app/db/migrations/20151020143912_unique_cdn_name.sql
    	traffic_ops/app/db/migrations/20151027152323_tr_request_headers.sql
    	traffic_ops/app/db/migrations/20151107000000_cdn_dnssec_enabled.sql
    	traffic_ops/app/db/migrations/20151207000000_unique_email.sql
    	traffic_ops/app/db/migrations/20160526140027_add_deploy_role.sql
    	traffic_ops/app/db/migrations/20160603084204_add_logs_enabled.sql
    	traffic_ops/app/db/migrations/20160613153313_add_guid.sql
    	traffic_ops/app/db/migrations/20160809092015_update_serverchecks.sql
    	traffic_ops/app/db/migrations/20160817171741_server_add_https_port.sql
    	traffic_ops/app/db/migrations/20160909141413_add_offline_reason.sql
    dangogh committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    f13fb5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fbfb62 View commit details
    Browse the repository at this point in the history