Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)Author
2021-01-23Merge branch 'master' into add-missing-columns-to-schemaUtku Gultopu
2021-01-12Add missing columns to XREFS tableUtku Gultopu
2021-01-12Add Active Record versions to migrationsUtku Gultopu
Since Rails 5.1, specifying a Rails version for which the migration was written for is required. This commit adds the missing versions.
2020-12-13mark versions.name index as uniqueJeff King
This appeases rubocop.
2020-12-13db/migrate: appease rubocopJeff King
This seems kind of stupid to touch an old migration, but it insists that this should have timestamps in the table.
2020-12-11update rails filesJeff King
This is basically "rake app:update", overwriting our versions in most cases (because we hadn't really changed anything substantive). The big exception is routes.rb, which is full of app logic.
2020-04-23db/schema: drop related_itemsJeff King
This should have been part of 0529ef9 (drop "related items" code, 2018-02-08), but I didn't notice until actually updating the db schema.
2019-07-05Introduce language fieldJean-Noël Avila
This commit is a no-op for the moment. Only a new field is used in the database.
2018-11-12Ignore frozen_string_literal comment for db/schema.rbMark Tareshawty
2018-10-29Update code using rubocop's autocorrect linterMark Tareshawty
2018-02-25Update db/schema.rb to match the real schemaMark Tareshawty
2018-02-08drop "related items" codeJeff King
We haven't been populating the database with this for some time (and any residual records have been gone for almost a year due to the database transition). And nobody seems to have noticed. Let's just give up on the feature in the name of simplicity.
2015-01-25Rails 4.2bry4n
2014-10-27add language namesScott Chacon
2014-10-25xrefs all seem to workScott Chacon
2014-10-25add appendixesScott Chacon
2014-10-23prepare for progit v2Scott Chacon
2014-08-25Rework on the asciidoctorbry4n
2014-07-31fix helperbry4n
2014-07-30Add git-rev to Patching [#424]bry4n
2014-07-29Add performance test for doc#man and refactor version_changes for performancebry4n
2014-07-29Rename database.ymlbry4n
2012-12-11make book regen more efficientScott Chacon
- save shas of each chapter so we don't reprocess stuff that hasn't changed - save directly to the database since we're running on the server now - remove old remote task - use logged in user so we have more API calls
2012-12-11finally got book content update task donebry4n
2012-09-25donloads: show the installer/package release dateCarlos Martín Nieto
Yet Another Msygit Fix. Store the installer's release date as a separate field, as it's not always the date that the version was tagged. This allows us to report the correct release date in the /download/win page. Unfortunately the msysgit downloads aren't always uploaded to github on the date that the installer has, so we need to parse it to get the release date.
2012-05-04add local indexing back as another taskScott Chacon
2012-05-02add related material sidebar - local fill onlyScott Chacon
2012-05-02initial book integration workingScott Chacon
* rake task posts updated content to the site * creates/updates entries * indexes entries for search * displays toc and sections from db content
2012-05-02Preindex and Asciidoc updatesNick Hengeveld
* Change doc.blob_sha from text to string * Support [NOTE] admonition blocks * Use the SHA1 of the assembled (ie. with includes) doc so changes to included files will cause new content to generate.
2012-05-02start of book workScott Chacon
2012-05-02task to find mac downloads, fill in download landing page dataScott Chacon
2012-05-02add version order field for quick version sortingScott Chacon
2012-03-08add basic doc db structure and task to fill them from diskScott Chacon
2012-03-06setting upScott Chacon
2012-03-06rails genScott Chacon