Robert Speicher
fa95d9e48b
Merge branch 'dz-newlines-styleguide' into 'master'
...
Add newlines styleguide for Ruby code
See merge request !5636
2016-08-08 23:29:56 +00:00
Achilleas Pipinellis
689de9c6fb
Simplify feature introduction note
...
[ci skip]
2016-08-08 11:44:55 +03:00
Achilleas Pipinellis
9103023054
Merge branch 'doc-location-guidelines' into 'master'
...
Add doc guidelines on documents naming and location
## What does this MR do?
Add guidelines on the structure of the documentation.
## What are the relevant issue numbers?
https://gitlab.com/gitlab-org/gitlab-ce/issues/3349
See merge request !5641
2016-08-06 14:45:39 +00:00
Jacob Vosmaer
ef589219d2
Add 'run tests' docs from GDK
2016-08-05 17:19:37 +02:00
Dmitriy Zaporozhets
13cabe7184
Add newlines styleguide for Ruby code
2016-08-05 12:19:19 +03:00
Yorick Peterse
c462dcec4d
Added guide about migrations and downtime
...
This guide describes various commonly used operations and the impact
they have on the availability of a GitLab instance.
2016-08-04 17:25:31 +02:00
Rémy Coutable
f4c79d6a84
Merge branch 'coffescript_docs_migration' into 'master'
...
Update docs for CoffeeScript -> JavaScript.
## What does this MR do?
Removes some CoffeeScript docs and adds more JS ones
## Are there points in the code the reviewer needs to double check?
No
## Why was this MR needed?
To migrate some docs
## What are the relevant issue numbers?
#20098
## Screenshots (if relevant)
None
## Does this MR meet the acceptance criteria?
- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG ) entry added
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md )
- [ ] API support added
- Tests
- [ ] Added for this feature/bug
- [ ] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides )
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits )
See merge request !5433
2016-08-04 11:41:52 +00:00
Sid Sijbrandij
1de019f5c8
Structure the development documentation
2016-08-04 10:45:59 +00:00
Rémy Coutable
8c8599a605
Remove CHANGELOG and fix typo
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-08-04 12:30:27 +02:00
Achilleas Pipinellis
ff4407996b
Add doc guidelines on documents naming and location
...
[ci skip]
2016-08-03 17:06:04 +03:00
Rémy Coutable
8bcdc4b185
API methods should be documented using Grape's DSL
...
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2397#note_13491048
2016-08-01 13:52:51 +00:00
Jacob Schatz
d6ebd4a3f7
Update docs for CoffeeScript -> JavaScript.
2016-07-22 20:13:46 -07:00
Robert Speicher
22c8e21bf4
Merge branch 'email-domain-blacklist' into 'master'
...
Added the ability to block sign ups using a domain blacklist.
As part of this MR, I restructured the Application Settings form to separate **Sign up** related settings from **Sign in** related settings and make everything cleaner and easier to read.
Fixes #19749
Related to #5573
See merge request !5259
2016-07-20 20:26:00 +00:00
Yorick Peterse
a8bfe20d0d
Added checks for migration downtime
...
These new checks can be used to check if migrations require downtime or
not (as tagged by their authors). In CI this compares the current branch
with master so migrations added by merge requests are automatically
verified.
To check the migrations added since a Git reference simply run:
bundle exec rake gitlab:db:downtime_check[GIT_REF]
2016-07-20 12:41:56 +02:00
Patricio Cano
c71e658cca
Refactor and rename `restricted_signup_domains` to `domain_whitelist` to better conform to its behavior and newly introduced behavior.
2016-07-18 17:53:43 -05: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
Jacob Vosmaer (GitLab)
52af77d8f8
Don't ask Heather to review documentation MR's
2016-07-15 16:04:45 +00:00
Robert Speicher
78d75652bc
Add a UI guide note about number_with_delimiter
...
[ci skip]
2016-07-12 15:10:11 -05:00
Dmitriy Zaporozhets
5d742a308c
Improve wording in UI guide
2016-07-12 10:55:18 +00:00
Dmitriy Zaporozhets
c4fb58ef35
Fix typo in UI guide
2016-07-11 16:54:24 +00:00
Dmitriy Zaporozhets
4765a3414e
Add rule about adding new header tab to the ui guide
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-07-11 19:51:20 +03:00
Dmitriy Zaporozhets
3bae69aa5d
Update ui_guide.md with button capitalize rule
2016-07-08 21:20:13 +00:00
Achilleas Pipinellis
432929fd45
Merge branch 'fix-dead-links' into 'master'
...
Fix dead links in the docs (Jun 2016)
## What does this MR do?
Fix dead links in the docs found as of Jun 2016.
## Are there points in the code the reviewer needs to double check?
n/a
## Why was this MR needed?
This MR must improve UX on docs.gitlab.com.
## What are the relevant issue numbers?
Closes #19156
## Does this MR meet the acceptance criteria?
- No [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG ) updated
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md )
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides )
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits )
See merge request !4921
2016-07-04 16:49:18 +00:00
Peter Dave Hello
9e6f99744e
optimize png images losslessly using zopflipng
2016-06-29 19:22:15 +08:00
Achilleas Pipinellis
365015e3c9
Merge branch 'gitlab_architecture' into 'master'
...
Refactor GitLab architecture document
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14236
See merge request !3694
2016-06-28 10:34:46 +00:00
Chris Wilson
5eba2670c7
Add "GitLab team members only" to diagram link
2016-06-28 03:12:26 +00:00
Takuya Noguchi
6206f7f0a8
Fix dead links in the docs
2016-06-26 12:43:10 +09:00
Robert Speicher
9e43fc151b
Merge branch 'hamlit-test' into 'master'
...
Replace Haml with Hamlit
What this change does:
- It replaces HAML with [Hamlit](https://github.com/k0kubun/hamlit ), a much more efficient implementation of HAML.
- It removes `haml-rails`.
- It adds `hamlit.rb` and removes `haml.rb`.
- It makes things faster and less memory-hungry!
See also #13201 .
See merge request !3666
2016-06-23 23:51:08 +00:00
Connor Shea
262f902d9a
Restrict hamlit version, remove coffeescript filters.
2016-06-23 15:54:23 -06:00
Achilleas Pipinellis
b7c7ebee59
Merge branch 'document-emoji-rake-tasks' into 'master'
...
Added basic docs for the Emoji Rake tasks
## What does this MR do?
This MR adds basic documentation for the two Emoji Rake tasks.
## Are there points in the code the reviewer needs to double check?
Spelling, that sort of thing.
## Why was this MR needed?
These Rake tasks only had some small amount of source level documentation.
## What are the relevant issue numbers?
https://gitlab.com/gitlab-org/gitlab-ce/issues/14794
## Does this MR meet the acceptance criteria?
- [x] ~~[CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG ) entry added~~
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md )
- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides )
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits )
See merge request !4877
2016-06-23 19:37:46 +00: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
Drew Blessing
8d96bae6db
Remove Rubocop skip comment from migration style guide [ci skip]
2016-06-23 09:01:04 -05:00
Chris Wilson
bb5a6e3c51
Update GitLab architecture diagram, include Google draw link
...
[ci skip]
2016-06-23 02:21:39 +00:00
Achilleas Pipinellis
dd417699a3
Add styleguide on configuration settings documentation
...
[ci skip]
2016-06-20 13:32:54 +02:00
Yorick Peterse
be3b878443
Track method call times/counts as a single metric
...
Previously we'd create a separate Metric instance for every method call
that would exceed the method call threshold. This is problematic because
it doesn't provide us with information to accurately get the _total_
execution time of a particular method. For example, if the method
"Foo#bar" was called 4 times with a runtime of ~10 milliseconds we'd end
up with 4 different Metric instances. If we were to then get the
average/95th percentile/etc of the timings this would be roughly 10
milliseconds. However, the _actual_ total time spent in this method
would be around 40 milliseconds.
To solve this problem we now create a single Metric instance per method.
This Metric instance contains the _total_ real/CPU time and the call
count for every instrumented method.
2016-06-17 13:09:55 -04:00
Drew Blessing
8033afd817
Update migration_style_guide.md with new details
2016-06-15 21:38:12 +00:00
Paco Guzman
dadc531353
Instrument private/protected methods
...
By default instrumentation will instrument public,
protected and private methods, because usually
heavy work is done on private method or at least
that’s what facts is showing
2016-06-14 15:17:51 +02:00
Paco Guzman
120fbbd487
Measure CPU time for instrumented methods
2016-06-14 12:49:31 +02:00
Achilleas Pipinellis
aa48eeef17
Merge branch 'doc-styleguide-move-locations' into 'master'
...
Add guide on changing a document's location
## What does this MR do?
Add a documentation styleguide when changing a document's location.
## What are the relevant issue numbers?
https://gitlab.com/gitlab-org/gitlab-ce/issues/3349
See merge request !4624
2016-06-13 13:26:43 +00:00
Achilleas Pipinellis
cb7fa10cb5
Change to new Notes styleguide
...
[ci skip]
2016-06-13 15:04:22 +02:00
Achilleas Pipinellis
d1abbb3b66
Add guide on changing a document's location
...
[ci skip]
2016-06-13 15:00:28 +02:00
Dmitriy Zaporozhets
366ad9ff72
Reject idea of using white/gray button depends on bg color
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-08 17:11:43 +03:00
Connor Shea
b2e85b7968
Add relevant commands to the licensing document, resolve some feedback.
2016-06-06 13:39:36 -06:00
Connor Shea
7045b9e908
Make sure to mention the GNU Project and OSI-provided information regarding the GPL so no one tries to disagree with that decision.
2016-06-06 13:39:36 -06:00
Connor Shea
3c32341215
Add Licensing information and guidelines to the Documentation.
2016-06-06 13:39:36 -06:00
Dmitriy Zaporozhets
814b26cfc3
Fix typo
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-02 23:04:08 +03:00
Dmitriy Zaporozhets
33c499441a
Add icons and buttons to UI guide
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-02 22:43:02 +03:00
Chris Spicer
348d16f524
updtae -> update
2016-05-29 22:31:39 -07:00
Jacob Schatz
42e55585bb
Merge branch 'dz-improve-ui-guide' into 'master'
...
Write some thoughts to the UI guide
cc @skyruler
See merge request !4290
2016-05-25 19:55:14 +00:00
Jacob Schatz
16817cc49f
Fix the english.
2016-05-25 14:57:15 -04:00