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

Cleanup gsad #1265

Merged
merged 7 commits into from
Apr 9, 2019
Merged

Cleanup gsad #1265

merged 7 commits into from
Apr 9, 2019

Commits on Apr 9, 2019

  1. Remove guest user related code from gsad

    Guest user support is implemented in GSA now. There is no need for extra
    code in gsad anymore.
    
    This commit removes the following CLI arguments:
    
    * --http-guest-chart-frame-opts
    * --http-guest-chart-csp
    * --guest-username
    * --guest-password
    bjoernricks committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    0f5d64e View commit details
    Browse the repository at this point in the history
  2. Remove unused login label

    This is a left over from GSA 7. The commit removed the --login-lable CLI
    argument.
    bjoernricks committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    ae64028 View commit details
    Browse the repository at this point in the history
  3. Move COPYRIGHT for --version switch into a define

    Allow for easier handling of the copyright displayed with the --version
    switch.
    bjoernricks committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    eac0dd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4acf62a View commit details
    Browse the repository at this point in the history
  5. Don't set GIT_REVISION if not builing from git repo

    If gsa isn't build from a git clone don't set the GIT_REVISION variable.
    bjoernricks committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    8b47837 View commit details
    Browse the repository at this point in the history
  6. Drop unnecessary git version handling

    The git revision is included in the GSAD_VERSION variable automatically.
    There is no need to set a define, generate an extra header or something
    else.
    bjoernricks committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    90ee8e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2a1f03 View commit details
    Browse the repository at this point in the history