Commit graph

18 commits

Author SHA1 Message Date
Sean McGivern
9cb38f0433 Fix instructions for creating project templates
Sidekiq has to be running too.
2017-11-28 16:13:08 +00:00
Eric Eastwood
b5b3586543 Regenerate emoji digests with latest gemojione 2017-11-14 16:14:02 -06:00
Z.J. van de Weg
2e6aa4f25e
After merge cleanup 2017-08-07 15:09:14 +02:00
Lin Jen-Shin (godfat)
170ec4af2b Add more notes about developer seeds 2017-07-13 15:43:57 +00:00
Rémy Coutable
ba446b86b0
Elaborate on the usage of Spring
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-03 12:09:47 +02:00
Filipa Lacerda
8c3bdc853a Creates Frontend Style guide 2017-03-22 19:30:54 +00:00
Clement Ho
49c4059a32 Replace teaspoon references with Karma 2017-02-10 10:50:12 -06:00
Robert Speicher
4ba789cd40 Remove unused gitlab:generate_docs Rake task
This was the only thing using the `sdoc` gem, which was blocking another
gem from updating.
2016-11-03 17:25:58 +00:00
Jacob Vosmaer
ef589219d2 Add 'run tests' docs from GDK 2016-08-05 17:19:37 +02:00
Connor Shea
6a06c5cfb9
Upgrade Gemojione from 2.6.1 to 3.0.1.
This adds the 2016 emoji as well as support for using SVG images instead of PNGs.

It also fixes a number of incorrectly categorized emoji and other minor issues.

Upgrade Rake task for Gemojione 3.0.0 and generate sprites.

Upgrade aliases.json by pulling down index.json from the gemojione repository and running the generate_aliases.rb file.

Changelog: https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md#v301-2016-07-16

For the specific emoji added to the Unicode standard, see: http://emojione.com/releases/2.2.4/

Huge kudos to Jonathan Wiesel (@jonathanwiesel) for his work on the gemojione gem!
2016-07-18 10:40:16 -06:00
Yorick Peterse
a5670cd59b
Added basic docs for the Emoji Rake tasks
Fixes gitlab-org/gitlab-ce#14794 gitlab-com/performance#13

[ci skip]
2016-06-23 16:17:49 +02:00
Yorick Peterse
a54af831ba
Use rake db:reset instead of db:setup
Using db:reset ensures existing tables are first dropped. This in turn
ensures that we can drop tables regardless of any foreign key
constraints. While CE currently doesn't have any foreign keys EE defines
the following relation:

    remote_mirrors.project_id -> projects.id

MySQL will complain whenever you try to drop the "projects" table first
even when using "DROP TABLE ... CASCADE".
2016-04-14 15:53:54 +02:00
Robert Schilling
98008a2db8 Fix typo in rake task doc 2015-10-31 22:56:24 +01:00
Stan Hu
a73044320f Fix rake services:doc generation
[ci skip]
2015-09-03 20:54:16 +00:00
Sytse Sijbrandij
3dc25ba331 Remove warning from db seed since it is called by db setup. 2014-12-04 21:22:21 +01:00
Sytse Sijbrandij
704b7237e6 Fix notifications for developers that don't read the documentation. 2014-12-04 16:54:08 +01:00
Rob Taylor
38a692d20b Fixed typos in Development - Rake Tasks doc 2014-07-31 17:55:13 +01:00
Dmitriy Zaporozhets
7e10d10178 Add doc file for dev rake tasks 2014-04-24 19:53:18 +02:00