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

Restructuring I #34

Merged
merged 4 commits into from
Feb 26, 2020
Merged

Restructuring I #34

merged 4 commits into from
Feb 26, 2020

Commits on Feb 25, 2020

  1. Split utils file into multiple files

    Splitting the utils file into multiple files:
    
    - api: Contains all methods for API requests. This includes requests
    against the AWS and Google API and requests against the Kubernetes API
    server.
    
    - constants: Contains now also the keys for items whiche are saved into
    the localStorage.
    
    - storage: Contains all operations whiche are executed against
    localStorage.
    
    - helpers: Contains all other helper functions.
    ricoberger committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    8449963 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    15e5e5e View commit details
    Browse the repository at this point in the history
  2. Rename storage function

    Instead of get and set we are using read and save for the functions for
    localStorage, because some of the function names are also used for API
    functions.
    ricoberger committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    685a45d View commit details
    Browse the repository at this point in the history
  3. Add code comments and tslint rule

    Add more comments to the context component and enable the tslint rule
    for max line length.
    ricoberger committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    2f0ab8d View commit details
    Browse the repository at this point in the history