Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MegFord/devdocs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gnome
Choose a base ref
...
head repository: ptomato/devdocs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gnome
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 18 files changed
  • 4 contributors

Commits on May 20, 2019

  1. Update branch for GObject Instrospection

    Meg Ford authored and ptomato committed May 20, 2019
    Configuration menu
    Copy the full SHA
    6add955 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Fix comment

    libxml220 documentation is intentionally omitted, as it doesn't contain
    anything usable from JavaScript.
    ptomato committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    6a9e03d View commit details
    Browse the repository at this point in the history
  2. Remove some packages from uninstall list

    These packages now seem to be dependencies of systemd-udev, which is a
    restricted package that can't be removed. So, we shouldn't remove these
    packages.
    ptomato committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    6159b89 View commit details
    Browse the repository at this point in the history
  3. Remove ShellMenu-0.1 docs

    This GIR file is no longer exposed by gnome-shell, there's no more JS
    code that uses it.
    ptomato committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    6788f46 View commit details
    Browse the repository at this point in the history
  4. Change to mutter-4 libraries

    On the latest Fedora images, the Mutter libraries have bumped their API
    versions.
    ptomato committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    14402ff View commit details
    Browse the repository at this point in the history
  5. Remove gdm from uninstall list

    Uninstalling gdm seems to make the build hang indefinitely. Let's not
    uninstall it.
    ptomato committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    d74233f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Merge pull request ptomato#13 from ptomato/fix-dockerfile

    Fix Dockerfile
    ptomato authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    9dac848 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Dockerfile: fix gobject-introspection build

    Fix the `-Ddoctool` option, which was changed to be a "feature" option instead of a boolean.
    
    https://gitlab.gnome.org/GNOME/gobject-introspection/commit/efbd35d290d35e37994d441c9f2e4c0dffcd9cec
    andyholmes authored Nov 7, 2019
    Configuration menu
    Copy the full SHA
    d4c9569 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ptomato#16 from andyholmes/patch-1

    Dockerfile: fix gobject-introspection build
    ptomato authored Nov 7, 2019
    Configuration menu
    Copy the full SHA
    f837d0b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Dockerfile: bump and fedora image to 31 and split into build/run

    This is a large update which does the following:
    
     * update the mutter libs (meta, clutter, cogl, etc)
     * split the container into build and run time images
     * update the images and specify Fedora 31
     * use fedora-minimal for the run time image
     * use bundler's deployment option to install gems into /opt/devdocs
    andyholmes committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    2e913ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cc190f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Merge pull request ptomato#17 from andyholmes/gnome

    Dockerfile: bump and specify fedora image to 31, and fix locale
    ptomato authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    c6fbfff View commit details
    Browse the repository at this point in the history
  2. Remove css and javascript from Dockerfile

    We don't want to scrape these ourselves (and also it stopped working
    anyway for some reason); we'll download the pre-scraped docsets for
    these from devdocs.
    ptomato committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    ac8c810 View commit details
    Browse the repository at this point in the history
  3. Change runtime base image to ruby-alpine

    This should be even smaller than fedora-minimal, and also corresponds to
    what devdocs already has in its Dockerfile-alpine.
    
    We change the Ruby version to 2.6.5 to match what we build with in the
    Fedora 31 image, and change the download step to download only the css
    and javascript docsets.
    ptomato committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    bc2ffaf View commit details
    Browse the repository at this point in the history
  4. Merge pull request ptomato#18 from ptomato/alpine

    Fix CSS/JavaScript docsets, smaller image
    ptomato authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    1e633c5 View commit details
    Browse the repository at this point in the history
  5. Add mutter-3 and mutter-4 libs for older GNOME Shell compatibility

    These are older mutter GIRs we can't install with dnf
    andyholmes committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    2d79fc4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request ptomato#19 from andyholmes/mutter-libs

    Add mutter-3 and mutter-4 libs for older GNOME Shell compatibility
    ptomato authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    d20e007 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Add maintainers in DOAP file

    See: Infrastructure/Websites#280
    ptomato committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    4cdb923 View commit details
    Browse the repository at this point in the history
Loading