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

Milestone 1 #192

Merged
merged 164 commits into from Nov 28, 2019
Merged

Milestone 1 #192

merged 164 commits into from Nov 28, 2019

Commits on Oct 10, 2019

  1. Copy the full SHA
    eabcf60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #159 from offen/docs-update

    Update docs, add global test command to makefile
    m90 committed Oct 10, 2019
    Copy the full SHA
    7df9276 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4d8c1d4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #160 from offen/generic-banner

    Make banner text more generic to fit any deployment
    m90 committed Oct 10, 2019
    Copy the full SHA
    7a2f861 View commit details
    Browse the repository at this point in the history
  5. relicense as Apache 2.0

    m90 committed Oct 10, 2019
    Copy the full SHA
    98a50bf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e9ec994 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #162 from offen/nginx-slashes

    clean up nginx conf, enforce trailing slashes in spa urls
    m90 committed Oct 10, 2019
    Copy the full SHA
    1ced2b9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #161 from offen/relicense

    Relicense as Apache 2.0
    m90 committed Oct 10, 2019
    Copy the full SHA
    eab6206 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0facb4c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #163 from offen/binary-artifact

    Extract binary from docker build and store as build artifact
    m90 committed Oct 10, 2019
    Copy the full SHA
    9ab8cf8 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    1ac1da7 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    2b4ceb0 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    d851af2 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #164 from offen/version-command

    Add subcommand for printing binary revision
    m90 committed Oct 10, 2019
    Copy the full SHA
    6f24d88 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Copy the full SHA
    b9723ce View commit details
    Browse the repository at this point in the history
  2. add migration target to makefile

    m90 committed Oct 11, 2019
    Copy the full SHA
    64d244a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #165 from offen/no-babel

    Remove babel, add migration command for dev
    m90 committed Oct 11, 2019
    Copy the full SHA
    c5d8acd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Copy the full SHA
    6777448 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. handle gzip at app level

    m90 committed Oct 17, 2019
    Copy the full SHA
    4a59ece View commit details
    Browse the repository at this point in the history
  2. Merge pull request #166 from offen/better-headers

    Set http headers for static assets on app level
    m90 committed Oct 17, 2019
    Copy the full SHA
    3617169 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. mention nlnet (#167)

    * mention nlnet
    
    * remove junk folder
    hendr-ik committed Oct 20, 2019
    Copy the full SHA
    6561e79 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Copy the full SHA
    21ce732 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #168 from offen/node-12

    Use node 12 to build and develop client side apps
    m90 committed Oct 22, 2019
    Copy the full SHA
    9a8f161 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. update vulnerable dependency

    m90 committed Oct 23, 2019
    Copy the full SHA
    1508c1f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #169 from offen/audit-fix

    Update vulnerable dependency
    m90 committed Oct 23, 2019
    Copy the full SHA
    dba913b View commit details
    Browse the repository at this point in the history
  3. add browserstack logo to README

    m90 committed Oct 23, 2019
    Copy the full SHA
    3b28d55 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    95a26fa View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Copy the full SHA
    c1796b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #170 from offen/sql-dialects

    Enable calling through to other gorm dialects, use sqlite in dev
    m90 committed Oct 24, 2019
    Copy the full SHA
    eac9fbc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7e12225 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #171 from offen/static-binary

    Adjust static compilation to properly work with sqlite
    m90 committed Oct 24, 2019
    Copy the full SHA
    01889bc View commit details
    Browse the repository at this point in the history
  5. add teardown command to makefile

    m90 committed Oct 24, 2019
    Copy the full SHA
    40edf3f View commit details
    Browse the repository at this point in the history
  6. fix server port in dockerfile

    m90 committed Oct 24, 2019
    Copy the full SHA
    dd0e176 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. propagate new settings to router

    m90 committed Oct 25, 2019
    Copy the full SHA
    9770644 View commit details
    Browse the repository at this point in the history
  2. add graceful shutdown to server

    m90 committed Oct 25, 2019
    Copy the full SHA
    3a0e70e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6ddd8e7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #172 from offen/normalize-logging

    Normalize logging, add graceful shutdown, crosscompile using musl-gcc
    m90 committed Oct 25, 2019
    Copy the full SHA
    5ba33de View commit details
    Browse the repository at this point in the history
  5. remove unneeded env from build

    m90 committed Oct 25, 2019
    Copy the full SHA
    a3ae98e View commit details
    Browse the repository at this point in the history
  6. fix inverted reverse proxy logic

    m90 committed Oct 25, 2019
    Copy the full SHA
    dfe3e95 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    71640e1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #173 from offen/access-log

    Add access logging when not using reverse proxy setting
    m90 committed Oct 25, 2019
    Copy the full SHA
    75e2da9 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    290b13c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #174 from offen/single-node

    When run as single node, automatically schedule expiry and migrations
    m90 committed Oct 25, 2019
    Copy the full SHA
    496508d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. fix graceful restart

    m90 committed Oct 28, 2019
    Copy the full SHA
    b3195fc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    538b994 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    23ce511 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Copy the full SHA
    8ec6755 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    48fe0aa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b6c8233 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #175 from offen/bootstrap-cmd

    Allow bootstrapping from CLI params, add config cascade for Linux systems
    m90 committed Oct 31, 2019
    Copy the full SHA
    98f451a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bd3f021 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #176 from offen/root-account

    Introduce root account concept, enable dynamic template rendering
    m90 committed Oct 31, 2019
    Copy the full SHA
    b8b1e9b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    bba97a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Copy the full SHA
    dc5fcc6 View commit details
    Browse the repository at this point in the history
  2. use l10n pipeline in script

    m90 committed Nov 1, 2019
    Copy the full SHA
    1a845da View commit details
    Browse the repository at this point in the history
  3. add server side l10n

    m90 committed Nov 1, 2019
    Copy the full SHA
    f89a3f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Copy the full SHA
    d146c00 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f3358ff View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Copy the full SHA
    3a7822e View commit details
    Browse the repository at this point in the history
  2. add gettext flow for server app

    m90 committed Nov 3, 2019
    Copy the full SHA
    dae6e17 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    43e49a3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    88fc33b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Copy the full SHA
    d333002 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6dc1117 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #177 from offen/localization

    Add localization workflow
    m90 committed Nov 4, 2019
    Copy the full SHA
    51915c6 View commit details
    Browse the repository at this point in the history
  4. reconstruct lockfiles

    m90 committed Nov 4, 2019
    Copy the full SHA
    07ee232 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #178 from offen/lockfiles

    Reconstruct lockfiles
    m90 committed Nov 4, 2019
    Copy the full SHA
    b3c572c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Copy the full SHA
    7154370 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f7746d9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5071806 View commit details
    Browse the repository at this point in the history
  4. separate data logic for accounts

    m90 committed Nov 5, 2019
    Copy the full SHA
    362b061 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4059fa1 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Copy the full SHA
    38a52cc View commit details
    Browse the repository at this point in the history
  2. move migration code into dal

    m90 committed Nov 6, 2019
    Copy the full SHA
    216b061 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    471c1d8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e2ad399 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    68e8ced View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7170e5b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Copy the full SHA
    7a31359 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8ff2802 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a58407b View commit details
    Browse the repository at this point in the history
  4. decorators update

    hendr-ik committed Nov 7, 2019
    Copy the full SHA
    bcdf46d View commit details
    Browse the repository at this point in the history
  5. circleci test

    hendr-ik committed Nov 7, 2019
    Copy the full SHA
    1cf6816 View commit details
    Browse the repository at this point in the history
  6. circleci test

    hendr-ik committed Nov 7, 2019
    Copy the full SHA
    52f2501 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    61ee42a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Copy the full SHA
    8039903 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #179 from offen/data-access

    Separate data access from business logic in persistence layer
    m90 committed Nov 8, 2019
    Copy the full SHA
    f1b9c91 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3b9f352 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    68ab8a8 View commit details
    Browse the repository at this point in the history
  5. fix trail spaces

    hendr-ik committed Nov 8, 2019
    Copy the full SHA
    daf549f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Copy the full SHA
    e80c9d6 View commit details
    Browse the repository at this point in the history
  2. add tests for events

    m90 committed Nov 9, 2019
    Copy the full SHA
    0c85c60 View commit details
    Browse the repository at this point in the history
  3. update headers

    hendr-ik committed Nov 9, 2019
    Copy the full SHA
    6570e59 View commit details
    Browse the repository at this point in the history
  4. update index and wordings

    hendr-ik committed Nov 9, 2019
    Copy the full SHA
    2b1b301 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. updates based on comments

    hendr-ik committed Nov 10, 2019
    Copy the full SHA
    ea62392 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d98e761 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. tachyons css - main

    hendr-ik committed Nov 11, 2019
    Copy the full SHA
    0bfcc79 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9576d7c View commit details
    Browse the repository at this point in the history
  3. add args assertions

    m90 committed Nov 11, 2019
    Copy the full SHA
    934cff5 View commit details
    Browse the repository at this point in the history
  4. tachyons css - index, reset

    hendr-ik committed Nov 11, 2019
    Copy the full SHA
    d081369 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. improve naming consistency

    m90 committed Nov 12, 2019
    Copy the full SHA
    572243c View commit details
    Browse the repository at this point in the history
  2. add test for querying events

    m90 committed Nov 12, 2019
    Copy the full SHA
    27a2f66 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Copy the full SHA
    722efb3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5f95998 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Copy the full SHA
    b17d69b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8be764f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a3afecd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    625d103 View commit details
    Browse the repository at this point in the history
  5. add tests for accounts database

    m90 committed Nov 14, 2019
    Copy the full SHA
    23ca236 View commit details
    Browse the repository at this point in the history
  6. add tests for account query logic

    m90 committed Nov 14, 2019
    Copy the full SHA
    2b5523c View commit details
    Browse the repository at this point in the history
  7. delete dead test file

    m90 committed Nov 14, 2019
    Copy the full SHA
    18d9e00 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. fixes by means of comments

    hendr-ik committed Nov 15, 2019
    Copy the full SHA
    6428a1a View commit details
    Browse the repository at this point in the history
  2. change colorway

    hendr-ik committed Nov 15, 2019
    Copy the full SHA
    eb9b14b View commit details
    Browse the repository at this point in the history
  3. add test for bootstrap logic

    m90 committed Nov 15, 2019
    Copy the full SHA
    33e2302 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #181 from offen/test-coverage

    Increase test coverage for restructured persistence packages
    m90 committed Nov 15, 2019
    Copy the full SHA
    9ab1c71 View commit details
    Browse the repository at this point in the history
  5. remove existing opt-out behavior

    m90 committed Nov 15, 2019
    Copy the full SHA
    14c1558 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. rearrange layouts

    hendr-ik committed Nov 16, 2019
    Copy the full SHA
    66fdfa3 View commit details
    Browse the repository at this point in the history
  2. update buttons and cards

    hendr-ik committed Nov 16, 2019
    Copy the full SHA
    fd0a87a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. minor tweaks

    hendr-ik committed Nov 17, 2019
    Copy the full SHA
    acf87c0 View commit details
    Browse the repository at this point in the history
  2. circle ci test

    hendr-ik committed Nov 17, 2019
    Copy the full SHA
    d063962 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #182 from offen/remove-optout

    Remove existing opt-out behavior
    m90 committed Nov 17, 2019
    Copy the full SHA
    50eac8b View commit details
    Browse the repository at this point in the history
  4. update cards and form widths

    hendr-ik committed Nov 17, 2019
    Copy the full SHA
    22dced1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Copy the full SHA
    6abf9cb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e9d92d1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5c42856 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #183 from offen/crypto-versioning

    Add versioning mechanism for cipher strings
    m90 committed Nov 18, 2019
    Copy the full SHA
    9a29a7c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5011b0a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #184 from offen/premature-commit

    Do not commit transactions in loop
    m90 committed Nov 18, 2019
    Copy the full SHA
    7b7baff View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e3232f3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #185 from offen/argon2

    Use argon2 for deriving keys and password hashing
    m90 committed Nov 18, 2019
    Copy the full SHA
    449c055 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. index update

    hendr-ik committed Nov 22, 2019
    Copy the full SHA
    b8143cd View commit details
    Browse the repository at this point in the history
  2. index update

    hendr-ik committed Nov 22, 2019
    Copy the full SHA
    75abab6 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Copy the full SHA
    eb97b74 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    03e2ff6 View commit details
    Browse the repository at this point in the history
  3. selected account

    hendr-ik committed Nov 23, 2019
    Copy the full SHA
    2ac7b77 View commit details
    Browse the repository at this point in the history
  4. selected account

    hendr-ik committed Nov 23, 2019
    Copy the full SHA
    59dd802 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. selected account

    hendr-ik committed Nov 24, 2019
    Copy the full SHA
    676aaf2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9da4418 View commit details
    Browse the repository at this point in the history
  3. clean up decoding of ciphers

    m90 committed Nov 24, 2019
    Copy the full SHA
    ad813bd View commit details
    Browse the repository at this point in the history
  4. add created at date to accounts

    m90 committed Nov 24, 2019
    Copy the full SHA
    116258f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Merge pull request #186 from offen/account-creation-date

    Add created at date to accounts
    m90 committed Nov 25, 2019
    Copy the full SHA
    d28c1aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0742797 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #187 from offen/local-cert

    Enable users to pass local SSL certificate
    m90 committed Nov 25, 2019
    Copy the full SHA
    5694d53 View commit details
    Browse the repository at this point in the history
  4. add autotls option

    m90 committed Nov 25, 2019
    Copy the full SHA
    0bf834b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #188 from offen/autotls

    Add autotls option
    m90 committed Nov 25, 2019
    Copy the full SHA
    5c11b57 View commit details
    Browse the repository at this point in the history
  6. updates based on comments

    hendr-ik committed Nov 25, 2019
    Copy the full SHA
    ca59d44 View commit details
    Browse the repository at this point in the history
  7. fix tests and linting errors

    m90 committed Nov 25, 2019
    Copy the full SHA
    f4155c8 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    eb93135 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    039f94a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    8828f61 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Copy the full SHA
    b1dcc2e View commit details
    Browse the repository at this point in the history
  2. add flash message on purge

    m90 committed Nov 26, 2019
    Copy the full SHA
    370b796 View commit details
    Browse the repository at this point in the history
  3. update plotly version

    m90 committed Nov 26, 2019
    Copy the full SHA
    531d504 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e4bc2d6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #189 from offen/dead-code

    Remove dead code from keys package
    m90 committed Nov 26, 2019
    Copy the full SHA
    b517396 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8f84de8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #180 from offen/css-update

    Auditorium update, tachyons css, wordings and layout
    m90 committed Nov 26, 2019
    Copy the full SHA
    98e3822 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Copy the full SHA
    d07b5e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #190 from offen/secure-cookie

    Derive secure cooking setting from development env and request URL
    m90 committed Nov 27, 2019
    Copy the full SHA
    cc92e47 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9b9a204 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7809e06 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    19b738f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Copy the full SHA
    640983f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #191 from offen/cache-control

    Improve HTTP caching behavior
    m90 committed Nov 28, 2019
    Copy the full SHA
    e39fd79 View commit details
    Browse the repository at this point in the history