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

Updates and bug fixes for project creation #5432

Merged
merged 8 commits into from
Nov 22, 2023
Merged

Commits on Nov 18, 2023

  1. Minor changes to facilitate the server setup demo:

    - Instructions for Apache: copy config file to sites_enabled/
        rather than appending it to the main config file
    - default job replication is 1
    - fix format of items on op pages
    davidpanderson committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    f128cdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43e76ad View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. - rename apps/upper_case to uppercase

    - update tools/demo_query:
        show errors as text
        if in progress, show status and exit
    - tools/demo_submit: exit after submit
    davidpanderson committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    bf36cfb View commit details
    Browse the repository at this point in the history
  2. - fix filename in apps/version.xml

    - admin web: don't show plan class twice in app version page
    - python scripts: if get XML parse error, show name of file it's in
    - make_project: fix apache instructions
    davidpanderson committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    5943a39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ccebc0 View commit details
    Browse the repository at this point in the history
  4. make_project: fix typo

    davidpanderson committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    658e19b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. demo_submit: bug fix

    davidpanderson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    41be636 View commit details
    Browse the repository at this point in the history
  2. fix bug in boinc::fscanf()

    This was reading a line with fgets(),
    then removing the last character from it
    (usually but not necessarily a newline).
    This is incorrect.
    It broke the logic for checking .md5 files
    (which look for the newline)
    davidpanderson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    73d23fd View commit details
    Browse the repository at this point in the history