- 25 Apr, 2016 21 commits
-
-
Alfredo Sumaran authored
-
Jacob Schatz authored
Add new shortcuts Closes #14904 - On a project: `i` To navigate to New Issue page. - On a issuable: `l` To open Label dropdown on a issuable. - Global: Typing `?` multiple times now toggles the modal. See merge request !3686
-
Jacob Schatz authored
Fixed issue with project dropdown links not being clickable See merge request !3870
-
Jacob Schatz authored
Don't break line in middle of word <img src="/uploads/cceb1a4212ff7785ace03cd6468edf85/Screen_Shot_2016-04-21_at_3.32.00_PM.png" width="500px"> See merge request !3864
-
Robert Speicher authored
Fix error on commit builds page This MR fixes error on commit builds page that occurs before CI commit (Pipeline) had been updated. Closes #15509 See merge request !3874
-
Dmitriy Zaporozhets authored
Add a branded 503 static error page [ci skip] Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15398 See merge request !3894
-
Grzegorz Bizon authored
-
Robert Speicher authored
Upgrade jQuery Rails from 4.0.5 to 4.1.1 Upgrades jQuery to 1.12.1 and jquery-ujs to 1.2.1. Changelogs: - https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md - https://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/ - https://github.com/rails/jquery-ujs/releases See merge request !3642
-
Grzegorz Bizon authored
Closes #15509
-
Yorick Peterse authored
Fix Error 500 due to stale cache when projects are renamed or transferred See merge request !3865
-
Stan Hu authored
Closes gitlab-org/gitlab-ee#506
-
Jacob Schatz authored
Enable the EmptyRule SCSS Linter Prevents empty SCSS rules from being included in the SCSS. Also fixes the handful of lints caught by the linter. Regarding the `.gh` rule in monokai.scss, which was added in [this commit](https://gitlab.com/gitlab-org/gitlab-ce/commit/bf079c24afb8ad2991a4eaf60a71a7bc45dd775d), it appears to be empty in [the original file as well](https://github.com/richleland/pygments-css/blob/master/monokai.css). So I think it's fine to delete the selector. cc: @jschatz1 See merge request !3769
-
Yorick Peterse authored
Updated list of InfluxDB queries/config See merge request !3840
-
Yorick Peterse authored
This setup is quite a bit different from before. In the previous setup raw data was kept around for 30 days and downsampled data for 7 days. This became problematic for GitLab.com as the number of points and series resulted in InfluxDB running out of memory when starting up (besides taking up 30 GB of storage). To work around this the new setup keeps raw data around for _only_ an hour while keeping downsampled data around for 7 days. In turn all Grafana dashboards _only_ query the downsampled data instead of also querying raw data. Based on rough calculations this setup needs around 2GB of storage for 1 week of data, excluding whatever is needed for storing the raw data (this highly depends on the amount of traffic). If users want to use this new setup they have to remove any existing dashboards provided by GitLab.com and re-import the ones from the Grafana dashboards repository (https://gitlab.com/gitlab-org/grafana-dashboards/). Should users wish to change their default retention policy the easiest way of doing so is to simply drop the database and re-run the InfluxDB commands added by this commit. Users who want to keep their default retention policy as-is can simply create the "downsampled" policy and run the other commands.
-
Rémy Coutable authored
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-
-
Rémy Coutable authored
Fix license detection to detect all license files, not only known licenses Fixes #15470. See merge request !3878
-
Rémy Coutable authored
Prevent users from deleting Webhooks via API they do not own Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15576 See merge request !1959
-
Rémy Coutable authored
Fixes #15470. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Add posibility to define a hidden job without 'script' in .gitlab-ci.yml References #15451 /cc @ayufan See merge request !3849
-
Stan Hu authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15576
-
- 24 Apr, 2016 4 commits
-
-
Robert Speicher authored
Hiding future dates on contribution calendar Fixes #9036 See merge request !2628
-
Jacob Schatz authored
Allow middle-click on a Todo row to open in a new tab See merge request !3899
-
Luke Howell authored
-
Robert Speicher authored
-
- 23 Apr, 2016 1 commit
-
-
Achilleas Pipinellis authored
Add --tags to fetching gitlab-shell to ensure tags are downloaded Closes #15525 See merge request !3896
-
- 22 Apr, 2016 14 commits
-
-
Stan Hu authored
Closes #15525
-
Robert Speicher authored
Update Sidekiq and related gems (bundle update sidekiq) Closes #15079 See merge request !3817
-
Robert Speicher authored
Re-generate Spring binstubs for updated version of Spring Prevents output like this: Array values in the parameter are deprecated. Please use a String or nil. An Array was passed in from bin/rspec:3:in `load' See merge request !3887
-
Robert Speicher authored
[ci skip] Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15398
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
[ci skip]
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Robert Speicher authored
Prevents output like this: Array values in the parameter are deprecated. Please use a String or nil. An Array was passed in from bin/rspec:3:in `load'
-
Drew Blessing authored
Fix broken link in HA docs Whoops! Fix broken link in docs from gitlab-org/gitlab-ce!3579 See merge request !3890
-
Drew Blessing authored
-