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

Update to final version of styles lesson template #1033

Merged
merged 51 commits into from
Apr 14, 2023

Commits on Jun 24, 2021

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

Commits on Jun 25, 2021

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

Commits on Jul 3, 2021

  1. Configuration menu
    Copy the full SHA
    9d1442f View commit details
    Browse the repository at this point in the history
  2. Merge pull request carpentries/styles#610

    Fix broken "How to contribute" link
    maxim-belkin authored Jul 3, 2021
    Configuration menu
    Copy the full SHA
    6b49768 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    a7d50e1 View commit details
    Browse the repository at this point in the history
  2. util.py: load_yaml: Don't fail when it's not necessary

    Also, make 'require()' function not fail by default.
    The only case where we really need to fail is when 'kramdown' parser is
    not specified. This is a highly unlikely scenario, tbh (because
    arguments to `lesson_check.py` are set in the Makefile), but we can
    think about reworking/optimizing this part later.
    maxim-belkin committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    2735d4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8498d31 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

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

Commits on Jul 12, 2021

  1. Merge pull request carpentries/styles#612

    lesson_check.py: report check status at the end
    maxim-belkin authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    7634a8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request carpentries/styles#613

    util.py: load_yaml: Don't fail when it's not necessary
    maxim-belkin authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    092e5c9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request carpentries/styles#614

    lesson_check.py: fix error message for the 'defaults' check
    maxim-belkin authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    d0aceb3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request carpentries/styles#615

    lesson_check.py: use proper regex for matching episode files
    maxim-belkin authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    14d7356 View commit details
    Browse the repository at this point in the history
  5. lesson-check.py: read config.yml only once

    1. Read `config.yml` file only once and store the contents in a global
       variable `CONFIG`. We're currently reading this file twice.
    2. Detect lesson life cycle in `main` instead of making `check_config`
       return it.
    3. Replace `using_remote_theme` function with a single test that checks
       that `remote_theme` keyword is present in `_config.yml`
    4. CheckEpisode class: `check` method: move "remote theme test" inside the `check_reference_inclusion`.
    5. main: mvoe "remote theme test" inside the `read_references`
    maxim-belkin committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    e3808e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Merge pull request carpentries/styles#616

    lesson-check.py: read `config.yml` only once
    maxim-belkin authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    e1b4838 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    1019f12 View commit details
    Browse the repository at this point in the history
  2. Syllabus: add conditional intructor training pre-/post- surveys (#618)

    Port of carpentries/instructor-training@f488d24
    
    Co-authored-by: François Michonneau <francois.michonneau@gmail.com>
    
    Co-authored-by: François Michonneau <francois.michonneau@gmail.com>
    maxim-belkin and fmichonneau authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    5237285 View commit details
    Browse the repository at this point in the history
  3. Navigation bar: allow excluding extras (#617)

    Port of carpentries/instructor-training@dc1b52a
    
    Co-authored-by: maneesha sane <maneeshasane@gmail.com>
    
    Co-authored-by: maneesha sane <maneeshasane@gmail.com>
    maxim-belkin and maneesha authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    674025c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. add styling for lesson in The Carpentries Lab

    Co-authored-by: Toby Hodges <tbyhdgs@gmail.com>
    fmichonneau and tobyhodges committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    332145f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. remove contractions

    fmichonneau authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    69f1d0a View commit details
    Browse the repository at this point in the history
  2. remove contraction

    fmichonneau authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    1632471 View commit details
    Browse the repository at this point in the history
  3. remove contraction

    fmichonneau authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    e867adf View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

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

Commits on Sep 14, 2021

  1. remove travis

    fmichonneau committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    811d30e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

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

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    25a5b9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a9f189 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Show solution while printing lessons

    Printing to paper or PDF via the browser would invoke the @media print CSS query. It is useful to show all solution while doing so
    ashwinvis authored and fmichonneau committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    ca35a7c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

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

Commits on Jan 21, 2022

  1. change address

    brownsarahm authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    85f39ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #635 from carpentries/brownsarahm-patch-1

    update e-mail address
    zkamvar authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    8f6a08c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Use a pixelated rendering instead of default blur

    Workaround to a CSS resize blur rendering problem affecting Google Chrome/Chromium
    when the resolution of the image is larger than the image view
    
    See https://stackoverflow.com/a/69156216 and
    carpentries-incubator/jekyll-pages-novice#274 for additional context.
    unode authored and fmichonneau committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    74d1c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1322a26 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. add link to CoC

    fmichonneau authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    106e502 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    cb78403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9be301d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    364ede5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6aed98 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. change px to em

    I used the conversion for 1px = 0.0625em based on a default 16pt font
    
    This will address part of carpentries/styles#630
    zkamvar authored and fmichonneau committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    bd9f274 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Merge pull request #637 from fmichonneau/add-transition

    add new steps to transition lessons to Workbench
    zkamvar authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    078eec5 View commit details
    Browse the repository at this point in the history
  2. modify transition workflow/variables

    1. The transtion headers will now have a button that can close them
       (though its not permenent)
    2. The third step of the transition will no longer be coded into the
       yaml here because the third step of the transition will use the
       workbench version as the default version. This means that no redirect
       will be needed.
    3. All transition dates will be specified
    4. Language has been updated to not refer to "Jekyll" as it may not be
       immediately obvious that Jekyll was used to build the site.
    zkamvar committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6c743e1 View commit details
    Browse the repository at this point in the history
  3. add workbench link

    zkamvar committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    897fed0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07553b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Merge pull request #639 from carpentries/update-transition-workflow

    modify transition workflow/variables
    zkamvar authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    6b8bbad View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. use up-to-date r-lib action

    This will fix #641
    zkamvar committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    036a455 View commit details
    Browse the repository at this point in the history
  2. switch to new output command

    this will fix #642
    zkamvar committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    fe10a72 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #643 from carpentries/fix-workflows-641

    Fix workflows 641
    zkamvar authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    b31b489 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. update beta phase target

    zkamvar committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    1074f52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #644 from carpentries/update-beta-targets

    update beta phase target
    zkamvar authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    95daee2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. add id to lifecycle

    zkamvar committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7bcdf50 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

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