Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Specified what self-organised workshop is #864

Closed
wants to merge 41 commits into from
Closed

Specified what self-organised workshop is #864

wants to merge 41 commits into from

Commits on Mar 5, 2015

  1. Configuration menu
    Copy the full SHA
    8dbcbc7 View commit details
    Browse the repository at this point in the history
  2. Missing </li> tag fix

    apawlik committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    a77d5dd View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

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

Commits on May 17, 2015

  1. Configuration menu
    Copy the full SHA
    0dd1a64 View commit details
    Browse the repository at this point in the history
  2. Making sure all times are wrapped in quotes in YAML headers.

    Otherwise, some times are read as strings instead of ints,
    because YAML gets confused about fields with colons that start with 0's,
    as in '09:00:00' (no, really).
    gvwilson committed May 17, 2015
    Configuration menu
    Copy the full SHA
    d472771 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2015

  1. Converting scripts to Python 3

    gvwilson authored and Raniere Silva committed May 24, 2015
    Configuration menu
    Copy the full SHA
    0e69e6f View commit details
    Browse the repository at this point in the history
  2. Making sure all times are wrapped in quotes in YAML headers.

    Otherwise, some times are read as strings instead of ints,
    because YAML gets confused about fields with colons that start with 0's,
    as in '09:00:00' (no, really).
    gvwilson authored and Raniere Silva committed May 24, 2015
    Configuration menu
    Copy the full SHA
    d21626c View commit details
    Browse the repository at this point in the history
  3. Replace python with python3 at Makefile

    Raniere Silva committed May 24, 2015
    Configuration menu
    Copy the full SHA
    aa9cddc View commit details
    Browse the repository at this point in the history
  4. PyYAML can not process maps

    Convert maps to lists so PyYAML works.
    Raniere Silva committed May 24, 2015
    Configuration menu
    Copy the full SHA
    f2f40ac View commit details
    Browse the repository at this point in the history
  5. Remove call to unicode

    Python3 doesn't have unicode function.
    Raniere Silva committed May 24, 2015
    Configuration menu
    Copy the full SHA
    cad471c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f9d69b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. Configuration menu
    Copy the full SHA
    caf756d View commit details
    Browse the repository at this point in the history
  2. Fix bug when building web site

        python3 ./bin/preprocess.py -c ./config -o /home/raniere/software-carpentry/site/_site -s /home/raniere/software-carpentry/site/_site
        Traceback (most recent call last):
          File "./bin/preprocess.py", line 253, in <module>
            main()
          File "./bin/preprocess.py", line 114, in main
            decorated.sort()
        TypeError: unorderable types: dict() < dict()
        Makefile:213: recipe for target '_config.yml' failed
    Raniere Silva committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    6aba9b9 View commit details
    Browse the repository at this point in the history
  3. Enforce the use use of Python 3

    Raniere Silva committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    e94d95f View commit details
    Browse the repository at this point in the history
  4. Update README to mention Python 3

    Raniere Silva committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    f712c1e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. Load badges, airports from AMY API

    Simply add retrieval of badges.yml, airports.yml before they're used in
    generating `_config.yml` by `preprocess.py`.
    pbanaszkiewicz committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    1f50aa4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Fix: maps generation to comply with changed structure of airports.yml

    List of airports is now closer to the list of badges (ie. people are
    2-field objects:
    
    {name: 'Piotr Banaszkiewicz', user: 'banaszkiewicz.piotr'})
    
    And the list of instructors is called `instructors`, not `who`.
    pbanaszkiewicz committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    4e39a43 View commit details
    Browse the repository at this point in the history
  2. Fix: badge generation to comply with changed structure of badges.yml

    List of badges is not a dictionary anymore, so additional lookup is
    required (via loop and if).
    Also, people are in a field called `persons`, not in the unnamed list.
    pbanaszkiewicz committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    7a5b40b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2015

  1. Fetch workshops from AMY and display them

    This is quite a big commit, but the basic changes are here:
    1. No archive for workshops (since they're accessible via AMY API) -
       that'll change soon, ie. we'll add a 'make archive' option
    2. Fixed duplicate command in Makefile
    3. All workshops are marked either published or unpublished by
       `preprocess.py` because AMY returns all workshops considered
       published by its own criteria (less strict).
    4. config/airports.yml, config/badges.yml and config/workshops.yml
       aren't needed anymore, since that data comes from AMY
    5. Some fields changed names (ie. `startdate` became `start`, `enddate`
       became `end`).  That was quite straightforward to fix.
    pbanaszkiewicz committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    088bdd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2015

  1. Testing use of API

    gvwilson committed Aug 16, 2015
    Configuration menu
    Copy the full SHA
    9134ed8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

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

Commits on Sep 5, 2015

  1. Catching up with master

    gvwilson committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    5629d44 View commit details
    Browse the repository at this point in the history
  2. Building site from AMY

    gvwilson committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    9b4e587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e31828e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2015

  1. Configuration menu
    Copy the full SHA
    8c53f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    561a449 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9a8efe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9afe2d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. Fixing display of maps

    gvwilson committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    a78fbb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2015

  1. Merging master

    gvwilson committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    b600a4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d621ea5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2015

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

Commits on Sep 15, 2015

  1. Configuration menu
    Copy the full SHA
    ce9fe6f View commit details
    Browse the repository at this point in the history
  2. Teaching to the workflow

    gvwilson committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    9eea5cd View commit details
    Browse the repository at this point in the history
  3. Making fixes

    gvwilson committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    06b4d36 View commit details
    Browse the repository at this point in the history
  4. Another small fix

    gvwilson committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    97f30a2 View commit details
    Browse the repository at this point in the history
  5. Typo fix

    gvwilson committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    04e96b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48e97c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06508ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    adf8731 View commit details
    Browse the repository at this point in the history