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

Updated build process #101

Merged
merged 38 commits into from
Jun 2, 2023
Merged

Commits on Oct 7, 2022

  1. feat: Updated accessibility statement

    Updated accessibility statement to reflect the adjusted release dates for both the expected Qonsole update and preparation timestamp alongside the removal of the deadlines for test revisions. Also includes minor copy changes to resolve typos/punctuation issues.
    jonrandahl committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    2b5e613 View commit details
    Browse the repository at this point in the history
  2. style: Updated Welsh translation to improve punctuation

    While waiting for the approved translation for the latest update I've updated the copy to improve various characters to be safer to use online.
    jonrandahl committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    09941e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05a49b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed8f949 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. feat: Updated Welsh Translation

    As provided by the client's translations as requested
    jonrandahl committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    1bcb840 View commit details
    Browse the repository at this point in the history
  2. docs: Updated Changelog

    Updated to reflect date of latest changes
    jonrandahl committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    90159c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. style: Updated special characters to use entity codes

    Refactored the single quotes, apostrophes, and em-dashes to use the appropriate html entity codes to ensure the presentation of the character was maintained due to differences in language use
    jonrandahl committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    b8c0f03 View commit details
    Browse the repository at this point in the history
  2. feat: Refactored code snippets

    Wrapped the appropriate html examples within both a `<code>` wrapper for screen-readability as well as removed erroneous back tick characters
    jonrandahl committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ae2ee59 View commit details
    Browse the repository at this point in the history
  3. feat: Removed duplicated main element

    Refactored to contain information inside an `<article>` element instead of duplicating the `<main>` element and ID from the template
    jonrandahl committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    6391fa9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Merge pull request #90 from epimorphics/issue/106-hmlr-accessibility-…

    …statement-update
    
    HMLR Accessibility Statement Updates
    jonrandahl authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    a6a63e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. build: Updated build process

    Resolved incorrect traps for missing env vars in `entrypoint.sh`, added updated commands for `Dockerfile`, as well as added new `SHORTNAME` variable to `Makefile`.
    jonrandahl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    376965a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9da57a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b32823d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29a58a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. build: cleanup of build files for LR apps

    Implements unification approach to Make, Docker and other associated build files to ensure the process completes for specific environments as expected
    jonrandahl committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    cefc0f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. build: unified environment configurations across all apps

    Updated the matching configuration settings on each environment configuration file to uniify the settings for all apps
    jonrandahl committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    99f2595 View commit details
    Browse the repository at this point in the history
  2. fix: restored merge conflict overwrite

    re-added `config.welsh_language_enabled = true`, the feature flag for showing the Welsh language switch affordance
    jonrandahl committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    7d1854e View commit details
    Browse the repository at this point in the history
  3. docs: README update

    minor addition of live links for the different apps alongside primarily formatting changes for layout
    jonrandahl committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c376514 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. docs: README update

    Reorganised and adjusted content to be clearer for local development
    jonrandahl committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fde56ee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into spike/resolve-failed-build

    Brings the latest accessibility changes from the dev branch into the current updates
    jonrandahl committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e04b889 View commit details
    Browse the repository at this point in the history
  3. docs: Updated CHANGELOG

    Brings the latest CHANGELOG changes from the dev branch in the correct order of release.
    jonrandahl committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fdcde8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4372f54 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    83bc36d View commit details
    Browse the repository at this point in the history
  2. build: resolving config.relative_url_root

    Updated to handle locking the root path for individual environments as well as removing unnecessary environment variables
    jonrandahl committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fa7baee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dee3da4 View commit details
    Browse the repository at this point in the history
  4. docs: Updated CHANGELOG and README

    Rewritten to reflect the latest approach for both local and dockerised invocations of the application. Recorded summaries of changes for future reference.
    jonrandahl committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    24b3283 View commit details
    Browse the repository at this point in the history
  5. docs: Fixed typo

    jonrandahl committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fe7c063 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    72a8aff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23873e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    623ace4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    fbcaba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e93a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de6f08c View commit details
    Browse the repository at this point in the history
  4. build: streamlined entrypoint script

    also includes adjusted comment on Dockerfile
    jonrandahl committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f77740d View commit details
    Browse the repository at this point in the history
  5. build: Updated gems and lock file

    Specific to Epimorphics internal gems
    jonrandahl committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    cec28ee View commit details
    Browse the repository at this point in the history
  6. docs: Improved README

    jonrandahl committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    880a019 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. build: cleaned BUNDLE_CONFIG

    Removed `${HOME}/` from path
    jonrandahl committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e49f272 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    01e4de0 View commit details
    Browse the repository at this point in the history